diff -ruN old/mc-4.5.31/Specfile new/mc-4.5.32/Specfile --- old/mc-4.5.31/Specfile Wed May 5 20:58:04 1999 +++ new/mc-4.5.32/Specfile Mon May 24 15:53:55 1999 @@ -1,5 +1,5 @@ # Note that this is NOT a relocatable package -%define ver 4.5.31 +%define ver 4.5.32 %define rel 1 %define prefix /usr diff -ruN old/mc-4.5.31/VERSION new/mc-4.5.32/VERSION --- old/mc-4.5.31/VERSION Wed May 5 20:58:04 1999 +++ new/mc-4.5.32/VERSION Mon May 24 15:53:55 1999 @@ -1 +1 @@ -#define VERSION "4.5.31" +#define VERSION "4.5.32" diff -ruN old/mc-4.5.31/aclocal.m4 new/mc-4.5.32/aclocal.m4 --- old/mc-4.5.31/aclocal.m4 Wed May 5 20:58:04 1999 +++ new/mc-4.5.32/aclocal.m4 Mon May 24 15:53:55 1999 @@ -1,4 +1,4 @@ -dnl aclocal.m4 generated automatically by aclocal 1.4a +dnl aclocal.m4 generated automatically by aclocal 1.4 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation diff -ruN old/mc-4.5.31/config.h.in new/mc-4.5.32/config.h.in --- old/mc-4.5.31/config.h.in Wed May 5 20:58:04 1999 +++ new/mc-4.5.32/config.h.in Mon May 24 15:53:55 1999 @@ -295,6 +295,9 @@ /* Define if you have the getpagesize function. */ #undef HAVE_GETPAGESIZE +/* Define if you have the getpt function. */ +#undef HAVE_GETPT + /* Define if you have the getwd function. */ #undef HAVE_GETWD diff -ruN old/mc-4.5.31/configure new/mc-4.5.32/configure --- old/mc-4.5.31/configure Wed May 5 20:58:04 1999 +++ new/mc-4.5.32/configure Mon May 24 15:53:55 1999 @@ -586,7 +586,7 @@ PACKAGE=mc -VERSION=4.5.31 +VERSION=4.5.32 cat >> confdefs.h <&6 fi -for ac_prog in gawk mawk nawk awk +for ac_prog in mawk gawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@ -1629,7 +1629,7 @@ X11_WWW=lynx fi -ALL_LINGUAS="cs da de es es_ES fr it ko no pl ru ro" +ALL_LINGUAS="cs da de es es_ES fr it ja ko no pl ru ro" echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 echo "configure:1635: checking for ANSI C header files" >&5 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then @@ -4645,10 +4645,66 @@ done +for ac_func in getpt +do +echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 +echo "configure:4652: checking for $ac_func" >&5 +if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +else + cat > conftest.$ac_ext < +/* Override any gcc2 internal prototype to avoid an error. */ +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char $ac_func(); + +int main() { + +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined (__stub_$ac_func) || defined (__stub___$ac_func) +choke me +#else +$ac_func(); +#endif + +; return 0; } +EOF +if { (eval echo configure:4680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_$ac_func=yes" +else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 + rm -rf conftest* + eval "ac_cv_func_$ac_func=no" +fi +rm -f conftest* +fi + +if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then + echo "$ac_t""yes" 1>&6 + ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` + cat >> confdefs.h <&6 +fi +done + + SHADOWLIB= if test x$system = xLinux; then echo $ac_n "checking for pw_encrypt in -lshadow""... $ac_c" 1>&6 -echo "configure:4652: checking for pw_encrypt in -lshadow" >&5 +echo "configure:4708: checking for pw_encrypt in -lshadow" >&5 ac_lib_var=`echo shadow'_'pw_encrypt | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -4656,7 +4712,7 @@ ac_save_LIBS="$LIBS" LIBS="-lshadow $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4727: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -4688,17 +4744,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:4692: checking for $ac_hdr" >&5 +echo "configure:4748: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4702: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4758: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -4731,17 +4787,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:4735: checking for $ac_hdr" >&5 +echo "configure:4791: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4745: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4801: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -4789,7 +4845,7 @@ NEED_CRYPT_PROTOTYPE=yes if test x$ac_cv_header_crypt_h = xyes; then cat > conftest.$ac_ext < int main() { return 0; } @@ -4810,7 +4866,7 @@ else if test x$ac_cv_header_unistd_h = xyes; then cat > conftest.$ac_ext < int main() { return 0; } @@ -4841,17 +4897,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:4845: checking for $ac_hdr" >&5 +echo "configure:4901: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4855: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4911: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -4882,12 +4938,12 @@ for ac_func in crypt do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4886: checking for $ac_func" >&5 +echo "configure:4942: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -4932,7 +4988,7 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6 -echo "configure:4936: checking for crypt in -lcrypt" >&5 +echo "configure:4992: checking for crypt in -lcrypt" >&5 ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -4940,7 +4996,7 @@ ac_save_LIBS="$LIBS" LIBS="-lcrypt $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5011: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -4971,7 +5027,7 @@ echo "$ac_t""no" 1>&6 echo $ac_n "checking for crypt in -lcrypt_i""... $ac_c" 1>&6 -echo "configure:4975: checking for crypt in -lcrypt_i" >&5 +echo "configure:5031: checking for crypt in -lcrypt_i" >&5 ac_lib_var=`echo crypt_i'_'crypt | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -4979,7 +5035,7 @@ ac_save_LIBS="$LIBS" LIBS="-lcrypt_i $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5050: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5020,12 +5076,12 @@ for ac_func in grantpt do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5024: checking for $ac_func" >&5 +echo "configure:5080: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -5076,7 +5132,7 @@ : else echo $ac_n "checking for grantpt in -lpt""... $ac_c" 1>&6 -echo "configure:5080: checking for grantpt in -lpt" >&5 +echo "configure:5136: checking for grantpt in -lpt" >&5 ac_lib_var=`echo pt'_'grantpt | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5084,7 +5140,7 @@ ac_save_LIBS="$LIBS" LIBS="-lpt $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5155: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5126,7 +5182,7 @@ if test x$GCC = xyes; then echo $ac_n "checking for tolower in -lintl""... $ac_c" 1>&6 -echo "configure:5130: checking for tolower in -lintl" >&5 +echo "configure:5186: checking for tolower in -lintl" >&5 ac_lib_var=`echo intl'_'tolower | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5134,7 +5190,7 @@ ac_save_LIBS="$LIBS" LIBS="-lintl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5177,12 +5233,12 @@ for ac_func in statlstat do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5181: checking for $ac_func" >&5 +echo "configure:5237: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5265: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -5231,9 +5287,9 @@ echo $ac_n "checking for AIX defines""... $ac_c" 1>&6 -echo "configure:5235: checking for AIX defines" >&5 +echo "configure:5291: checking for AIX defines" >&5 cat > conftest.$ac_ext <&6 -echo "configure:5262: checking for getmntent in -lgen" >&5 +echo "configure:5318: checking for getmntent in -lgen" >&5 ac_lib_var=`echo gen'_'getmntent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5266,7 +5322,7 @@ ac_save_LIBS="$LIBS" LIBS="-lgen $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5337: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5303,17 +5359,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:5307: checking for $ac_hdr" >&5 +echo "configure:5363: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:5317: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:5373: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -5343,17 +5399,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:5347: checking for $ac_hdr" >&5 +echo "configure:5403: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:5357: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:5413: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -5383,17 +5439,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:5387: checking for $ac_hdr" >&5 +echo "configure:5443: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:5397: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:5453: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -5422,12 +5478,12 @@ for ac_func in getmntinfo do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5426: checking for $ac_func" >&5 +echo "configure:5482: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -5477,12 +5533,12 @@ echo $ac_n "checking for d_ino member in directory struct""... $ac_c" 1>&6 -echo "configure:5481: checking for d_ino member in directory struct" >&5 +echo "configure:5537: checking for d_ino member in directory struct" >&5 if eval "test \"`echo '$''{'fu_cv_sys_d_ino_in_dirent'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < @@ -5505,7 +5561,7 @@ struct dirent dp; dp.d_ino = 0; ; return 0; } EOF -if { (eval echo configure:5509: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5565: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* fu_cv_sys_d_ino_in_dirent=yes else @@ -5532,7 +5588,7 @@ # make sure LIBS contains -lsun (on Irix4) or -lseq (on PTX). # getmntent is in -lsun on Irix 4, -lseq on Dynix/PTX, -lgen on Unixware. echo $ac_n "checking for getmntent in -lsun""... $ac_c" 1>&6 -echo "configure:5536: checking for getmntent in -lsun" >&5 +echo "configure:5592: checking for getmntent in -lsun" >&5 ac_lib_var=`echo sun'_'getmntent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5540,7 +5596,7 @@ ac_save_LIBS="$LIBS" LIBS="-lsun $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5611: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5570,7 +5626,7 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for getmntent in -lseq""... $ac_c" 1>&6 -echo "configure:5574: checking for getmntent in -lseq" >&5 +echo "configure:5630: checking for getmntent in -lseq" >&5 ac_lib_var=`echo seq'_'getmntent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5578,7 +5634,7 @@ ac_save_LIBS="$LIBS" LIBS="-lseq $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5649: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5608,7 +5664,7 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for getmntent in -lgen""... $ac_c" 1>&6 -echo "configure:5612: checking for getmntent in -lgen" >&5 +echo "configure:5668: checking for getmntent in -lgen" >&5 ac_lib_var=`echo gen'_'getmntent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5616,7 +5672,7 @@ ac_save_LIBS="$LIBS" LIBS="-lgen $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5652,12 +5708,12 @@ fi echo $ac_n "checking for getmntent""... $ac_c" 1>&6 -echo "configure:5656: checking for getmntent" >&5 +echo "configure:5712: checking for getmntent" >&5 if eval "test \"`echo '$''{'ac_cv_func_getmntent'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_getmntent=yes" else @@ -5711,12 +5767,12 @@ if test -z "$list_mounted_fs"; then # SVR4 echo $ac_n "checking for two-argument getmntent function""... $ac_c" 1>&6 -echo "configure:5715: checking for two-argument getmntent function" >&5 +echo "configure:5771: checking for two-argument getmntent function" >&5 if eval "test \"`echo '$''{'fu_cv_sys_mounted_getmntent2'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF @@ -5745,7 +5801,7 @@ if test -z "$list_mounted_fs"; then # 4.3BSD, SunOS, HP-UX, Dynix, Irix echo $ac_n "checking for one-argument getmntent function""... $ac_c" 1>&6 -echo "configure:5749: checking for one-argument getmntent function" >&5 +echo "configure:5805: checking for one-argument getmntent function" >&5 if eval "test \"`echo '$''{'fu_cv_sys_mounted_getmntent1'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -5774,12 +5830,12 @@ if test -z "$list_mounted_fs"; then # DEC Alpha running OSF/1. echo $ac_n "checking for getfsstat function""... $ac_c" 1>&6 -echo "configure:5778: checking for getfsstat function" >&5 +echo "configure:5834: checking for getfsstat function" >&5 if eval "test \"`echo '$''{'fu_cv_sys_mounted_getsstat'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < @@ -5790,7 +5846,7 @@ numsys = getfsstat ((struct statfs *)0, 0L, MNT_WAIT); ; return 0; } EOF -if { (eval echo configure:5794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5850: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* fu_cv_sys_mounted_getsstat=yes else @@ -5815,17 +5871,17 @@ if test -z "$list_mounted_fs"; then # AIX. echo $ac_n "checking for mntctl function and struct vmount""... $ac_c" 1>&6 -echo "configure:5819: checking for mntctl function and struct vmount" >&5 +echo "configure:5875: checking for mntctl function and struct vmount" >&5 if eval "test \"`echo '$''{'fu_cv_sys_mounted_vmount'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:5829: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:5885: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -5853,12 +5909,12 @@ if test -z "$list_mounted_fs"; then # SVR3 echo $ac_n "checking for existence of three headers""... $ac_c" 1>&6 -echo "configure:5857: checking for existence of three headers" >&5 +echo "configure:5913: checking for existence of three headers" >&5 if eval "test \"`echo '$''{'fu_cv_sys_mounted_fread_fstyp'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < @@ -5866,7 +5922,7 @@ #include EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:5870: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:5926: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -5894,7 +5950,7 @@ if test -z "$list_mounted_fs"; then # 4.4BSD and DEC OSF/1. echo $ac_n "checking for getmntinfo function""... $ac_c" 1>&6 -echo "configure:5898: checking for getmntinfo function" >&5 +echo "configure:5954: checking for getmntinfo function" >&5 if eval "test \"`echo '$''{'fu_cv_sys_mounted_getmntinfo'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -5902,7 +5958,7 @@ ok= if test $ac_cv_func_getmntinfo = yes; then cat > conftest.$ac_ext < EOF @@ -5935,19 +5991,19 @@ if test -z "$list_mounted_fs"; then # Ultrix echo $ac_n "checking for getmnt function""... $ac_c" 1>&6 -echo "configure:5939: checking for getmnt function" >&5 +echo "configure:5995: checking for getmnt function" >&5 if eval "test \"`echo '$''{'fu_cv_sys_mounted_getmnt'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:5951: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:6007: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -5975,17 +6031,17 @@ if test -z "$list_mounted_fs"; then # SVR2 echo $ac_n "checking whether it is possible to resort to fread on /etc/mnttab""... $ac_c" 1>&6 -echo "configure:5979: checking whether it is possible to resort to fread on /etc/mnttab" >&5 +echo "configure:6035: checking whether it is possible to resort to fread on /etc/mnttab" >&5 if eval "test \"`echo '$''{'fu_cv_sys_mounted_fread'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:5989: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:6045: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -6019,7 +6075,7 @@ echo "checking how to get filesystem space usage" 1>&6 -echo "configure:6023: checking how to get filesystem space usage" >&5 +echo "configure:6079: checking how to get filesystem space usage" >&5 space=no # Here we'll compromise a little (and perform only the link test) @@ -6029,12 +6085,12 @@ for ac_func in statvfs do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:6033: checking for $ac_func" >&5 +echo "configure:6089: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -6093,7 +6149,7 @@ if test $space = no; then # DEC Alpha running OSF/1 echo $ac_n "checking for 3-argument statfs function (DEC OSF/1)""... $ac_c" 1>&6 -echo "configure:6097: checking for 3-argument statfs function (DEC OSF/1)" >&5 +echo "configure:6153: checking for 3-argument statfs function (DEC OSF/1)" >&5 if eval "test \"`echo '$''{'fu_cv_sys_stat_statfs3_osf1'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6101,7 +6157,7 @@ fu_cv_sys_stat_statfs3_osf1=no else cat > conftest.$ac_ext < @@ -6114,7 +6170,7 @@ exit (statfs (".", &fsd, sizeof (struct statfs))); } EOF -if { (eval echo configure:6118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:6174: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then fu_cv_sys_stat_statfs3_osf1=yes else @@ -6141,7 +6197,7 @@ if test $space = no; then # AIX echo $ac_n "checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)""... $ac_c" 1>&6 -echo "configure:6145: checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)" >&5 +echo "configure:6201: checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)" >&5 if eval "test \"`echo '$''{'fu_cv_sys_stat_statfs2_bsize'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6149,7 +6205,7 @@ fu_cv_sys_stat_statfs2_bsize=no else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:6228: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then fu_cv_sys_stat_statfs2_bsize=yes else @@ -6195,7 +6251,7 @@ if test $space = no; then # SVR3 echo $ac_n "checking for four-argument statfs (AIX-3.2.5, SVR3)""... $ac_c" 1>&6 -echo "configure:6199: checking for four-argument statfs (AIX-3.2.5, SVR3)" >&5 +echo "configure:6255: checking for four-argument statfs (AIX-3.2.5, SVR3)" >&5 if eval "test \"`echo '$''{'fu_cv_sys_stat_statfs4'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6203,7 +6259,7 @@ fu_cv_sys_stat_statfs4=no else cat > conftest.$ac_ext < #include @@ -6213,7 +6269,7 @@ exit (statfs (".", &fsd, sizeof fsd, 0)); } EOF -if { (eval echo configure:6217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:6273: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then fu_cv_sys_stat_statfs4=yes else @@ -6240,7 +6296,7 @@ if test $space = no; then # 4.4BSD and NetBSD echo $ac_n "checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)""... $ac_c" 1>&6 -echo "configure:6244: checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)" >&5 +echo "configure:6300: checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)" >&5 if eval "test \"`echo '$''{'fu_cv_sys_stat_statfs2_fsize'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6248,7 +6304,7 @@ fu_cv_sys_stat_statfs2_fsize=no else cat > conftest.$ac_ext < #ifdef HAVE_SYS_PARAM_H @@ -6264,7 +6320,7 @@ exit (statfs (".", &fsd)); } EOF -if { (eval echo configure:6268: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:6324: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then fu_cv_sys_stat_statfs2_fsize=yes else @@ -6291,7 +6347,7 @@ if test $space = no; then # Ultrix echo $ac_n "checking for two-argument statfs with struct fs_data (Ultrix)""... $ac_c" 1>&6 -echo "configure:6295: checking for two-argument statfs with struct fs_data (Ultrix)" >&5 +echo "configure:6351: checking for two-argument statfs with struct fs_data (Ultrix)" >&5 if eval "test \"`echo '$''{'fu_cv_sys_stat_fs_data'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6299,7 +6355,7 @@ fu_cv_sys_stat_fs_data=no else cat > conftest.$ac_ext < @@ -6320,7 +6376,7 @@ exit (statfs (".", &fsd) != 1); } EOF -if { (eval echo configure:6324: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:6380: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then fu_cv_sys_stat_fs_data=yes else @@ -6348,12 +6404,12 @@ echo $ac_n "checking for mode_t""... $ac_c" 1>&6 -echo "configure:6352: checking for mode_t" >&5 +echo "configure:6408: checking for mode_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -6381,12 +6437,12 @@ fi echo $ac_n "checking for umode_t""... $ac_c" 1>&6 -echo "configure:6385: checking for umode_t" >&5 +echo "configure:6441: checking for umode_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_umode_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -6414,12 +6470,12 @@ fi echo $ac_n "checking for off_t""... $ac_c" 1>&6 -echo "configure:6418: checking for off_t" >&5 +echo "configure:6474: checking for off_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -6447,12 +6503,12 @@ fi echo $ac_n "checking for pid_t""... $ac_c" 1>&6 -echo "configure:6451: checking for pid_t" >&5 +echo "configure:6507: checking for pid_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -6480,12 +6536,12 @@ fi echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 -echo "configure:6484: checking for uid_t in sys/types.h" >&5 +echo "configure:6540: checking for uid_t in sys/types.h" >&5 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF @@ -6514,12 +6570,12 @@ fi echo $ac_n "checking for nlink_t""... $ac_c" 1>&6 -echo "configure:6518: checking for nlink_t" >&5 +echo "configure:6574: checking for nlink_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_nlink_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -6551,17 +6607,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:6555: checking for $ac_hdr" >&5 +echo "configure:6611: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:6565: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:6621: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -6590,12 +6646,12 @@ for ac_func in getpagesize do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:6594: checking for $ac_func" >&5 +echo "configure:6650: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6678: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -6643,7 +6699,7 @@ done echo $ac_n "checking for working mmap""... $ac_c" 1>&6 -echo "configure:6647: checking for working mmap" >&5 +echo "configure:6703: checking for working mmap" >&5 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -6651,7 +6707,7 @@ ac_cv_func_mmap_fixed_mapped=no else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:6851: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_func_mmap_fixed_mapped=yes else @@ -6816,19 +6872,19 @@ # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 -echo "configure:6820: checking for working alloca.h" >&5 +echo "configure:6876: checking for working alloca.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { char *p = alloca(2 * sizeof(int)); ; return 0; } EOF -if { (eval echo configure:6832: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6888: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_header_alloca_h=yes else @@ -6849,12 +6905,12 @@ fi echo $ac_n "checking for alloca""... $ac_c" 1>&6 -echo "configure:6853: checking for alloca" >&5 +echo "configure:6909: checking for alloca" >&5 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_func_alloca_works=yes else @@ -6914,12 +6970,12 @@ echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 -echo "configure:6918: checking whether alloca needs Cray hooks" >&5 +echo "configure:6974: checking whether alloca needs Cray hooks" >&5 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&6 -echo "configure:6948: checking for $ac_func" >&5 +echo "configure:7004: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -6999,7 +7055,7 @@ fi echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 -echo "configure:7003: checking stack direction for C alloca" >&5 +echo "configure:7059: checking stack direction for C alloca" >&5 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7007,7 +7063,7 @@ ac_cv_c_stack_direction=0 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:7086: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_c_stack_direction=1 else @@ -7054,7 +7110,7 @@ # Uses ac_ vars as temps to allow command line to override cache and checks. # --without-x overrides everything else, but does not touch the cache. echo $ac_n "checking for X""... $ac_c" 1>&6 -echo "configure:7058: checking for X" >&5 +echo "configure:7114: checking for X" >&5 # Check whether --with-x or --without-x was given. if test "${with_x+set}" = set; then @@ -7116,12 +7172,12 @@ # First, try using that file with no special directory specified. cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:7125: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:7181: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -7190,14 +7246,14 @@ ac_save_LIBS="$LIBS" LIBS="-l$x_direct_test_library $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7257: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* LIBS="$ac_save_LIBS" # We can link X programs with no special library path. @@ -7303,17 +7359,17 @@ case "`(uname -sr) 2>/dev/null`" in "SunOS 5"*) echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 -echo "configure:7307: checking whether -R must be followed by a space" >&5 +echo "configure:7363: checking whether -R must be followed by a space" >&5 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_R_nospace=yes else @@ -7329,14 +7385,14 @@ else LIBS="$ac_xsave_LIBS -R $x_libraries" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_R_space=yes else @@ -7368,7 +7424,7 @@ # libraries were built with DECnet support. And karl@cs.umb.edu says # the Alpha needs dnet_stub (dnet does not exist). echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 -echo "configure:7372: checking for dnet_ntoa in -ldnet" >&5 +echo "configure:7428: checking for dnet_ntoa in -ldnet" >&5 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -7376,7 +7432,7 @@ ac_save_LIBS="$LIBS" LIBS="-ldnet $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7447: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7409,7 +7465,7 @@ if test $ac_cv_lib_dnet_dnet_ntoa = no; then echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 -echo "configure:7413: checking for dnet_ntoa in -ldnet_stub" >&5 +echo "configure:7469: checking for dnet_ntoa in -ldnet_stub" >&5 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -7417,7 +7473,7 @@ ac_save_LIBS="$LIBS" LIBS="-ldnet_stub $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7488: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7457,12 +7513,12 @@ # The nsl library prevents programs from opening the X display # on Irix 5.2, according to dickey@clark.net. echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 -echo "configure:7461: checking for gethostbyname" >&5 +echo "configure:7517: checking for gethostbyname" >&5 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7545: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_gethostbyname=yes" else @@ -7506,7 +7562,7 @@ if test $ac_cv_func_gethostbyname = no; then echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 -echo "configure:7510: checking for gethostbyname in -lnsl" >&5 +echo "configure:7566: checking for gethostbyname in -lnsl" >&5 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -7514,7 +7570,7 @@ ac_save_LIBS="$LIBS" LIBS="-lnsl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7585: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7555,12 +7611,12 @@ # -lsocket must be given before -lnsl if both are needed. # We assume that if connect needs -lnsl, so does gethostbyname. echo $ac_n "checking for connect""... $ac_c" 1>&6 -echo "configure:7559: checking for connect" >&5 +echo "configure:7615: checking for connect" >&5 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_connect=yes" else @@ -7604,7 +7660,7 @@ if test $ac_cv_func_connect = no; then echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 -echo "configure:7608: checking for connect in -lsocket" >&5 +echo "configure:7664: checking for connect in -lsocket" >&5 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -7612,7 +7668,7 @@ ac_save_LIBS="$LIBS" LIBS="-lsocket $X_EXTRA_LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7683: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7647,12 +7703,12 @@ # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. echo $ac_n "checking for remove""... $ac_c" 1>&6 -echo "configure:7651: checking for remove" >&5 +echo "configure:7707: checking for remove" >&5 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7735: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_remove=yes" else @@ -7696,7 +7752,7 @@ if test $ac_cv_func_remove = no; then echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 -echo "configure:7700: checking for remove in -lposix" >&5 +echo "configure:7756: checking for remove in -lposix" >&5 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -7704,7 +7760,7 @@ ac_save_LIBS="$LIBS" LIBS="-lposix $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7775: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7739,12 +7795,12 @@ # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. echo $ac_n "checking for shmat""... $ac_c" 1>&6 -echo "configure:7743: checking for shmat" >&5 +echo "configure:7799: checking for shmat" >&5 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7827: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_shmat=yes" else @@ -7788,7 +7844,7 @@ if test $ac_cv_func_shmat = no; then echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 -echo "configure:7792: checking for shmat in -lipc" >&5 +echo "configure:7848: checking for shmat in -lipc" >&5 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -7796,7 +7852,7 @@ ac_save_LIBS="$LIBS" LIBS="-lipc $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7867: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7840,7 +7896,7 @@ # libraries we check for below, so use a different variable. # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 -echo "configure:7844: checking for IceConnectionNumber in -lICE" >&5 +echo "configure:7900: checking for IceConnectionNumber in -lICE" >&5 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -7848,7 +7904,7 @@ ac_save_LIBS="$LIBS" LIBS="-lICE $X_EXTRA_LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7909,7 +7965,7 @@ echo $ac_n "checking for t_accept in -lnsl""... $ac_c" 1>&6 -echo "configure:7913: checking for t_accept in -lnsl" >&5 +echo "configure:7969: checking for t_accept in -lnsl" >&5 ac_lib_var=`echo nsl'_'t_accept | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -7917,7 +7973,7 @@ ac_save_LIBS="$LIBS" LIBS="-lnsl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:7988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -7956,7 +8012,7 @@ fi echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6 -echo "configure:7960: checking for socket in -lsocket" >&5 +echo "configure:8016: checking for socket in -lsocket" >&5 ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -7964,7 +8020,7 @@ ac_save_LIBS="$LIBS" LIBS="-lsocket $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8035: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -8007,12 +8063,12 @@ for ac_func in socket do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:8011: checking for $ac_func" >&5 +echo "configure:8067: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8095: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -8063,7 +8119,7 @@ # socket is not in the default libraries. See if it's in some other. for lib in bsd socket inet; do echo $ac_n "checking for socket in -l$lib""... $ac_c" 1>&6 -echo "configure:8067: checking for socket in -l$lib" >&5 +echo "configure:8123: checking for socket in -l$lib" >&5 ac_lib_var=`echo $lib'_'socket | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -8071,7 +8127,7 @@ ac_save_LIBS="$LIBS" LIBS="-l$lib $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8142: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -8114,12 +8170,12 @@ have_gethostbyname=no echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 -echo "configure:8118: checking for gethostbyname" >&5 +echo "configure:8174: checking for gethostbyname" >&5 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8202: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_gethostbyname=yes" else @@ -8165,7 +8221,7 @@ # gethostbyname is not in the default libraries. See if it's in some other. for lib in bsd socket inet; do echo $ac_n "checking for gethostbyname in -l$lib""... $ac_c" 1>&6 -echo "configure:8169: checking for gethostbyname in -l$lib" >&5 +echo "configure:8225: checking for gethostbyname in -l$lib" >&5 ac_lib_var=`echo $lib'_'gethostbyname | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -8173,7 +8229,7 @@ ac_save_LIBS="$LIBS" LIBS="-l$lib $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -8210,12 +8266,12 @@ for ac_func in socketpair do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:8214: checking for $ac_func" >&5 +echo "configure:8270: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8298: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -8264,7 +8320,7 @@ echo $ac_n "checking for get_process_stats in -lseq""... $ac_c" 1>&6 -echo "configure:8268: checking for get_process_stats in -lseq" >&5 +echo "configure:8324: checking for get_process_stats in -lseq" >&5 ac_lib_var=`echo seq'_'get_process_stats | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -8272,7 +8328,7 @@ ac_save_LIBS="$LIBS" LIBS="-lseq $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -8321,7 +8377,7 @@ case $use_vfs in yes) echo $ac_n "checking for t_accept in -lnsl""... $ac_c" 1>&6 -echo "configure:8325: checking for t_accept in -lnsl" >&5 +echo "configure:8381: checking for t_accept in -lnsl" >&5 ac_lib_var=`echo nsl'_'t_accept | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -8329,7 +8385,7 @@ ac_save_LIBS="$LIBS" LIBS="-lnsl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8400: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -8368,7 +8424,7 @@ fi echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6 -echo "configure:8372: checking for socket in -lsocket" >&5 +echo "configure:8428: checking for socket in -lsocket" >&5 ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -8376,7 +8432,7 @@ ac_save_LIBS="$LIBS" LIBS="-lsocket $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8447: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -8419,12 +8475,12 @@ for ac_func in socket do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:8423: checking for $ac_func" >&5 +echo "configure:8479: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -8475,7 +8531,7 @@ # socket is not in the default libraries. See if it's in some other. for lib in bsd socket inet; do echo $ac_n "checking for socket in -l$lib""... $ac_c" 1>&6 -echo "configure:8479: checking for socket in -l$lib" >&5 +echo "configure:8535: checking for socket in -l$lib" >&5 ac_lib_var=`echo $lib'_'socket | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -8483,7 +8539,7 @@ ac_save_LIBS="$LIBS" LIBS="-l$lib $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8554: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -8526,12 +8582,12 @@ have_gethostbyname=no echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 -echo "configure:8530: checking for gethostbyname" >&5 +echo "configure:8586: checking for gethostbyname" >&5 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8614: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_gethostbyname=yes" else @@ -8577,7 +8633,7 @@ # gethostbyname is not in the default libraries. See if it's in some other. for lib in bsd socket inet; do echo $ac_n "checking for gethostbyname in -l$lib""... $ac_c" 1>&6 -echo "configure:8581: checking for gethostbyname in -l$lib" >&5 +echo "configure:8637: checking for gethostbyname in -l$lib" >&5 ac_lib_var=`echo $lib'_'gethostbyname | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -8585,7 +8641,7 @@ ac_save_LIBS="$LIBS" LIBS="-l$lib $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8656: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -8625,14 +8681,14 @@ av_struct_linger=no echo $ac_n "checking struct linger is available""... $ac_c" 1>&6 -echo "configure:8629: checking struct linger is available" >&5 +echo "configure:8685: checking struct linger is available" >&5 if test "$cross_compiling" = yes; then av_struct_linger=no else cat > conftest.$ac_ext < @@ -8648,7 +8704,7 @@ } EOF -if { (eval echo configure:8652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:8708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then cat >> confdefs.h <<\EOF @@ -8673,12 +8729,12 @@ for ac_func in pmap_set do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:8677: checking for $ac_func" >&5 +echo "configure:8733: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8761: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -8723,7 +8779,7 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for pmap_set in -lrpc""... $ac_c" 1>&6 -echo "configure:8727: checking for pmap_set in -lrpc" >&5 +echo "configure:8783: checking for pmap_set in -lrpc" >&5 ac_lib_var=`echo rpc'_'pmap_set | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -8731,7 +8787,7 @@ ac_save_LIBS="$LIBS" LIBS="-lrpc $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8802: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -8774,12 +8830,12 @@ for ac_func in pmap_getport pmap_getmaps rresvport do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:8778: checking for $ac_func" >&5 +echo "configure:8834: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8862: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -8830,17 +8886,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:8834: checking for $ac_hdr" >&5 +echo "configure:8890: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8844: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:8900: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -9083,7 +9139,7 @@ else echo $ac_n "checking for Gpm_Repeat in -lgpm""... $ac_c" 1>&6 -echo "configure:9087: checking for Gpm_Repeat in -lgpm" >&5 +echo "configure:9143: checking for Gpm_Repeat in -lgpm" >&5 ac_lib_var=`echo gpm'_'Gpm_Repeat | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -9091,7 +9147,7 @@ ac_save_LIBS="$LIBS" LIBS="-lgpm $LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:9162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -9243,7 +9299,7 @@ # Extract the first word of "gnome-config", so it can be a program name with args. set dummy gnome-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:9247: checking for $ac_word" >&5 +echo "configure:9303: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GNOME_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9280,7 +9336,7 @@ no_gnome_config="yes" else echo $ac_n "checking if $GNOME_CONFIG works""... $ac_c" 1>&6 -echo "configure:9284: checking if $GNOME_CONFIG works" >&5 +echo "configure:9340: checking if $GNOME_CONFIG works" >&5 if $GNOME_CONFIG --libs-only-l gnome >/dev/null 2>&1; then echo "$ac_t""yes" 1>&6 @@ -9288,7 +9344,7 @@ # Extract the first word of "orbit-config", so it can be a program name with args. set dummy orbit-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:9292: checking for $ac_word" >&5 +echo "configure:9348: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_ORBIT_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9324,7 +9380,7 @@ # Extract the first word of "orbit-idl", so it can be a program name with args. set dummy orbit-idl; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:9328: checking for $ac_word" >&5 +echo "configure:9384: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_ORBIT_IDL'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9358,7 +9414,7 @@ fi echo $ac_n "checking for working ORBit environment""... $ac_c" 1>&6 -echo "configure:9362: checking for working ORBit environment" >&5 +echo "configure:9418: checking for working ORBit environment" >&5 if eval "test \"`echo '$''{'gnome_cv_orbit_found'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9394,7 +9450,7 @@ fi echo $ac_n "checking for gnorba libraries""... $ac_c" 1>&6 -echo "configure:9398: checking for gnorba libraries" >&5 +echo "configure:9454: checking for gnorba libraries" >&5 if eval "test \"`echo '$''{'gnome_cv_gnorba_found'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9469,7 +9525,7 @@ if test "$no_gnome_config" = "yes"; then echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6 -echo "configure:9473: checking for gnomeConf.sh file in $gnome_prefix" >&5 +echo "configure:9529: checking for gnomeConf.sh file in $gnome_prefix" >&5 if test -f $gnome_prefix/gnomeConf.sh; then echo "$ac_t""found" 1>&6 echo "loading gnome configuration from" \ @@ -9500,7 +9556,7 @@ n="" for i in $n; do echo $ac_n "checking extra library $i""... $ac_c" 1>&6 -echo "configure:9504: checking extra library $i" >&5 +echo "configure:9560: checking extra library $i" >&5 case $i in applets) @@ -9525,7 +9581,7 @@ # Extract the first word of "nroff", so it can be a program name with args. set dummy nroff; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:9529: checking for $ac_word" >&5 +echo "configure:9585: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_HAVE_nroff'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9554,7 +9610,7 @@ if $HAVE_nroff; then echo $ac_n "checking for manual formatting macros""... $ac_c" 1>&6 -echo "configure:9558: checking for manual formatting macros" >&5 +echo "configure:9614: checking for manual formatting macros" >&5 if eval "test \"`echo '$''{'ac_cv_mandoc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9578,7 +9634,7 @@ if $HAVE_nroff; then echo $ac_n "checking If nroff accepts -Tascii""... $ac_c" 1>&6 -echo "configure:9582: checking If nroff accepts -Tascii" >&5 +echo "configure:9638: checking If nroff accepts -Tascii" >&5 if eval "test \"`echo '$''{'ac_cv_nroff_tascii'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9602,7 +9658,7 @@ # Extract the first word of "file", so it can be a program name with args. set dummy file; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:9606: checking for $ac_word" >&5 +echo "configure:9662: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_HAVE_FILECMD'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9631,7 +9687,7 @@ if $HAVE_FILECMD; then echo $ac_n "checking for - option to file command""... $ac_c" 1>&6 -echo "configure:9635: checking for - option to file command" >&5 +echo "configure:9691: checking for - option to file command" >&5 if eval "test \"`echo '$''{'ac_cv_filestdin'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9674,7 +9730,7 @@ echo $ac_n "checking for -L option to file command""... $ac_c" 1>&6 -echo "configure:9678: checking for -L option to file command" >&5 +echo "configure:9734: checking for -L option to file command" >&5 if eval "test \"`echo '$''{'ac_cv_filel'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9700,7 +9756,7 @@ fi echo $ac_n "checking for - option to grep command""... $ac_c" 1>&6 -echo "configure:9704: checking for - option to grep command" >&5 +echo "configure:9760: checking for - option to grep command" >&5 if eval "test \"`echo '$''{'ac_cv_grep_stdin'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9724,7 +9780,7 @@ echo $ac_n "checking for subshell support""... $ac_c" 1>&6 -echo "configure:9728: checking for subshell support" >&5 +echo "configure:9784: checking for subshell support" >&5 # Check whether --with-subshell or --without-subshell was given. if test "${with_subshell+set}" = set; then withval="$with_subshell" @@ -9866,7 +9922,7 @@ slang_term="" slang_use_system_installed_lib=false echo $ac_n "checking for SLang_init_tty in -lslang""... $ac_c" 1>&6 -echo "configure:9870: checking for SLang_init_tty in -lslang" >&5 +echo "configure:9926: checking for SLang_init_tty in -lslang" >&5 ac_lib_var=`echo slang'_'SLang_init_tty | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -9874,7 +9930,7 @@ ac_save_LIBS="$LIBS" LIBS="-lslang $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:9945: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -9904,17 +9960,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:9908: checking for $ac_hdr" >&5 +echo "configure:9964: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9918: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9974: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -9949,17 +10005,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:9953: checking for $ac_hdr" >&5 +echo "configure:10009: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9963: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10019: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -10031,7 +10087,7 @@ EOF echo $ac_n "checking for tgoto in -ltermcap""... $ac_c" 1>&6 -echo "configure:10035: checking for tgoto in -ltermcap" >&5 +echo "configure:10091: checking for tgoto in -ltermcap" >&5 ac_lib_var=`echo termcap'_'tgoto | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -10039,7 +10095,7 @@ ac_save_LIBS="$LIBS" LIBS="-ltermcap $LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:10110: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -10123,7 +10179,7 @@ { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:10197: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then LIBS="$ac_save_LIBS"; cat >> confdefs.h <<\EOF #define SLANG_TERMINFO 1 @@ -10156,7 +10212,7 @@ EOF echo $ac_n "checking for tgoto in -ltermcap""... $ac_c" 1>&6 -echo "configure:10160: checking for tgoto in -ltermcap" >&5 +echo "configure:10216: checking for tgoto in -ltermcap" >&5 ac_lib_var=`echo termcap'_'tgoto | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -10164,7 +10220,7 @@ ac_save_LIBS="$LIBS" LIBS="-ltermcap $LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:10235: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -10240,7 +10296,7 @@ EOF echo $ac_n "checking for tgoto in -ltermcap""... $ac_c" 1>&6 -echo "configure:10244: checking for tgoto in -ltermcap" >&5 +echo "configure:10300: checking for tgoto in -ltermcap" >&5 ac_lib_var=`echo termcap'_'tgoto | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -10248,7 +10304,7 @@ ac_save_LIBS="$LIBS" LIBS="-ltermcap $LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:10319: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -10374,17 +10430,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:10378: checking for $ac_hdr" >&5 +echo "configure:10434: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:10388: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10444: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -10437,7 +10493,7 @@ fi else echo $ac_n "checking for ext2fs_close in -lext2fs""... $ac_c" 1>&6 -echo "configure:10441: checking for ext2fs_close in -lext2fs" >&5 +echo "configure:10497: checking for ext2fs_close in -lext2fs" >&5 ac_lib_var=`echo ext2fs'_'ext2fs_close | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -10445,7 +10501,7 @@ ac_save_LIBS="$LIBS" LIBS="-lext2fs -lcom_err $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:10516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -10477,17 +10533,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:10481: checking for $ac_hdr" >&5 +echo "configure:10537: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:10491: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:10547: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -10552,7 +10608,7 @@ if $search_ncurses then echo "checking "location of ncurses.h file"" 1>&6 -echo "configure:10556: checking "location of ncurses.h file"" >&5 +echo "configure:10612: checking "location of ncurses.h file"" >&5 if $search_ncurses @@ -10692,7 +10748,7 @@ if $search_ncurses then cat > conftest.$ac_ext < EOF @@ -10718,7 +10774,7 @@ rm -f conftest* cat > conftest.$ac_ext < @@ -10778,10 +10834,10 @@ else # check for ncurses version, to properly ifdef mouse-fix echo $ac_n "checking for ncurses version""... $ac_c" 1>&6 -echo "configure:10782: checking for ncurses version" >&5 +echo "configure:10838: checking for ncurses version" >&5 ncurses_version=unknown cat > conftest.$ac_ext < @@ -10825,12 +10881,12 @@ for ac_func in resizeterm keyok do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:10829: checking for $ac_func" >&5 +echo "configure:10885: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:10913: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -10902,7 +10958,7 @@ { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:10976: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then LIBS="$ac_save_LIBS"; cat >> confdefs.h <<\EOF #define SLANG_TERMINFO 1 @@ -10935,7 +10991,7 @@ EOF echo $ac_n "checking for tgoto in -ltermcap""... $ac_c" 1>&6 -echo "configure:10939: checking for tgoto in -ltermcap" >&5 +echo "configure:10995: checking for tgoto in -ltermcap" >&5 ac_lib_var=`echo termcap'_'tgoto | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -10943,7 +10999,7 @@ ac_save_LIBS="$LIBS" LIBS="-ltermcap $LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:11014: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -11019,7 +11075,7 @@ EOF echo $ac_n "checking for tgoto in -ltermcap""... $ac_c" 1>&6 -echo "configure:11023: checking for tgoto in -ltermcap" >&5 +echo "configure:11079: checking for tgoto in -ltermcap" >&5 ac_lib_var=`echo termcap'_'tgoto | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -11027,7 +11083,7 @@ ac_save_LIBS="$LIBS" LIBS="-ltermcap $LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:11098: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -11078,7 +11134,7 @@ install_saver="yes" echo $ac_n "checking for pam_start in -lpam""... $ac_c" 1>&6 -echo "configure:11082: checking for pam_start in -lpam" >&5 +echo "configure:11138: checking for pam_start in -lpam" >&5 ac_lib_var=`echo pam'_'pam_start | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -11086,7 +11142,7 @@ ac_save_LIBS="$LIBS" LIBS="-lpam -ldl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:11157: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -11140,7 +11196,7 @@ else echo $ac_n "checking for -lXpm""... $ac_c" 1>&6 -echo "configure:11144: checking for -lXpm" >&5 +echo "configure:11200: checking for -lXpm" >&5 if eval "test \"`echo '$''{'ac_cv_has_xpm'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -11156,7 +11212,7 @@ has_xpm_save_CFLAGS=$CFLAGS CFLAGS="$CFLAGS $X_CFLAGS" cat > conftest.$ac_ext < @@ -11166,7 +11222,7 @@ XpmLibraryVersion(); ; return 0; } EOF -if { (eval echo configure:11170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:11226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_has_xpm=yes else @@ -11188,7 +11244,7 @@ echo $ac_n "checking for X11 non-rectangular shape extension""... $ac_c" 1>&6 -echo "configure:11192: checking for X11 non-rectangular shape extension" >&5 +echo "configure:11248: checking for X11 non-rectangular shape extension" >&5 if eval "test \"`echo '$''{'ac_cv_has_shape'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -11204,7 +11260,7 @@ has_shape_save_CFLAGS=$CFLAGS CFLAGS="$CFLAGS $X_CFLAGS" cat > conftest.$ac_ext < @@ -11219,7 +11275,7 @@ ; return 0; } EOF -if { (eval echo configure:11223: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:11279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_has_shape=yes else @@ -11255,7 +11311,7 @@ echo else echo $ac_n "checking for setupterm in -lcurses""... $ac_c" 1>&6 -echo "configure:11259: checking for setupterm in -lcurses" >&5 +echo "configure:11315: checking for setupterm in -lcurses" >&5 ac_lib_var=`echo curses'_'setupterm | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -11263,7 +11319,7 @@ ac_save_LIBS="$LIBS" LIBS="-lcurses $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:11334: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -11291,7 +11347,7 @@ echo "$ac_t""yes" 1>&6 cat > conftest.$ac_ext < @@ -11304,7 +11360,7 @@ ; return 0; } EOF -if { (eval echo configure:11308: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:11364: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* LIBS="$LIBS -lcurses" diff -ruN old/mc-4.5.31/configure.in new/mc-4.5.32/configure.in --- old/mc-4.5.31/configure.in Wed May 5 20:58:04 1999 +++ new/mc-4.5.32/configure.in Mon May 24 15:53:55 1999 @@ -5,7 +5,7 @@ AC_CONFIG_HEADER(config.h) PACKAGE=mc -VERSION=4.5.31 +VERSION=4.5.32 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE") AC_DEFINE_UNQUOTED(VERSION, "$VERSION") AC_SUBST(VERSION) @@ -66,7 +66,7 @@ X11_WWW=lynx fi -ALL_LINGUAS="cs da de es es_ES fr it ko no pl ru ro" +ALL_LINGUAS="cs da de es es_ES fr it ja ko no pl ru ro" AM_GNU_GETTEXT AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl) @@ -168,6 +168,11 @@ AC_CHECK_FUNCS(memset memcpy tcsetattr tcgetattr cfgetospeed) AC_CHECK_FUNCS(sigaction sigemptyset sigprocmask sigaddset) AC_CHECK_FUNCS(sysconf setuid setreuid) + +dnl +dnl getpt is a GNU Extension (glibc 2.1.x) +dnl +AC_CHECK_FUNCS(getpt) SHADOWLIB= if test x$system = xLinux; then diff -ruN old/mc-4.5.31/gnome/ChangeLog new/mc-4.5.32/gnome/ChangeLog --- old/mc-4.5.31/gnome/ChangeLog Wed May 5 20:58:08 1999 +++ new/mc-4.5.32/gnome/ChangeLog Mon May 24 15:53:57 1999 @@ -1,3 +1,10 @@ +1999-05-23 Miguel de Icaza + + * gnome-open-dialog.c (gnome_open_dialog_generate_tree_helper): + Invoke closedir here as well. + + * gdesktop-init.c (desktop_init_at): Invoke closedir here. + 1999-04-29 Federico Mena Quintero * gdialogs.c (file_progress_show_count): Use correct formats for diff -ruN old/mc-4.5.31/gnome/Makefile.in new/mc-4.5.32/gnome/Makefile.in --- old/mc-4.5.31/gnome/Makefile.in Wed May 5 20:58:08 1999 +++ new/mc-4.5.32/gnome/Makefile.in Mon May 24 15:53:57 1999 @@ -112,7 +112,8 @@ i-regular.png \ i-sock.png \ i-stalled.png \ - i-symlink.png + i-symlink.png \ + i-zipdisk.png # # These objects from ../src do not depend on HAVE_X / HAVE_GNOME?? diff -ruN old/mc-4.5.31/gnome/gdesktop-init.c new/mc-4.5.32/gnome/gdesktop-init.c --- old/mc-4.5.31/gnome/gdesktop-init.c Wed May 5 20:58:08 1999 +++ new/mc-4.5.32/gnome/gdesktop-init.c Mon May 24 15:53:58 1999 @@ -128,6 +128,7 @@ desktop_load_init_from (fname); } + closedir (d); } void diff -ruN old/mc-4.5.31/gnome/gnome-open-dialog.c new/mc-4.5.32/gnome/gnome-open-dialog.c --- old/mc-4.5.31/gnome/gnome-open-dialog.c Wed May 5 20:58:08 1999 +++ new/mc-4.5.32/gnome/gnome-open-dialog.c Mon May 24 15:53:58 1999 @@ -233,6 +233,7 @@ g_string_free (name, TRUE); } } + closedir (parent_dir); if (retval->children == NULL) { if (retval->data) gnome_desktop_entry_free (retval->data); Binary files old/mc-4.5.31/gnome/i-zipdisk.png and new/mc-4.5.32/gnome/i-zipdisk.png differ diff -ruN old/mc-4.5.31/mc.spec new/mc-4.5.32/mc.spec --- old/mc-4.5.31/mc.spec Wed May 5 20:58:04 1999 +++ new/mc-4.5.32/mc.spec Mon May 24 15:53:55 1999 @@ -1,5 +1,5 @@ # Note that this is NOT a relocatable package -%define ver 4.5.31 +%define ver 4.5.32 %define rel 1 %define prefix /usr Binary files old/mc-4.5.31/po/it.gmo and new/mc-4.5.32/po/it.gmo differ diff -ruN old/mc-4.5.31/po/it.po new/mc-4.5.32/po/it.po --- old/mc-4.5.31/po/it.po Wed May 5 20:58:10 1999 +++ new/mc-4.5.32/po/it.po Mon May 24 15:54:07 1999 @@ -1,20 +1,17 @@ +# Italian translation of Midnight Commander +# Copyright (C) 1999 Free Software Foundation, Inc. +# Miguel de Icaza , 1999. +# msgid "" msgstr "" -"POT-Creation-Date: 1999-04-28 14:41+0200\n" -"Content-Type: text/plain; charset=\n" -"Date: 1998-03-24 19:15:11-0600\n" -"From: Miguel de Icaza,computo,622-4680 \n" -"Xgettext-Options: --default-domain=mc --directory=.. --add-comments " -"--keyword=_ --keyword=N_ --files-from=./POTFILES.in\n" -"Files: edit/edit.c edit/edit_key_translator.c edit/editcmd.c edit/editmenu.c " -"edit/editoptions.c edit/editwidget.c src/fixhlp.c src/achown.c " -"src/background.c src/boxes.c src/chmod.c src/chown.c src/cmd.c src/command.c " -"src/dialog.c src/dir.c src/ext.c src/file.c src/find.c src/help.c " -"src/hotlist.c src/info.c src/layout.c src/learn.c src/main.c src/menu.c " -"src/option.c src/panelize.c src/screen.c src/subshell.c src/tree.c " -"src/user.c src/util.c src/utilunix.c src/view.c src/win.c src/wtools.c " -"gnome/gcmd.c gnome/gdesktop.c gnome/glayout.c gnome/gprop.c gnome/gscreen.c " -"gnome/gtools.c gnome/gview.c gnome/gwidget.c\n" +"Project-Id-Version: mc 4.5.30\n" +"POT-Creation-Date: 1999-04-28 22:02+0200\n" +"PO-Revision-Date: 1999-05-05 23:02+0200\n" +"Last-Translator: Maurizio Carelli \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8-bit\n" #: edit/edit_key_translator.c:121 msgid " Emacs key: " @@ -43,13 +40,12 @@ msgstr " Non esistono altri pannelli per il confronto " #: gnome/gcmd.c:109 -#, fuzzy msgid "The Midnight Commander Team" -msgstr " Midnight Commander " +msgstr "The Midnight Commander Team" #: gnome/gcmd.c:111 msgid "bug reports: http://bugs.gnome.org, or use gnome-bug" -msgstr "" +msgstr "bug reports: http://bugs.gnome.org, or use gnome-bug" #: gnome/gcmd.c:123 msgid "GNU Midnight Commander" @@ -57,32 +53,28 @@ #: gnome/gcmd.c:126 msgid "The GNOME edition of the Midnight Commander file manager." -msgstr "La edizione GNOME del file manager Midnight Commander." +msgstr "La versione GNOME del file manager Midnight Commander." #: gnome/gcmd.c:263 -#, fuzzy msgid "Sort By" -msgstr " Ordina " +msgstr "Ordina per" #. we define this up here so we can pass it in to our callback #: gnome/gcmd.c:268 -#, fuzzy msgid "Ignore case sensitivity." -msgstr "controlla maiuscole/minuscole" +msgstr "Ignora maiuscole/minuscole" #: gnome/gcmd.c:271 -#, fuzzy msgid "Sort files by " -msgstr "Files caratteri" +msgstr "Ordina file per " #: gnome/gcmd.c:276 gnome/gcustom-layout.c:43 src/chmod.c:150 src/screen.c:395 msgid "Name" msgstr "Nome" #: gnome/gcmd.c:283 -#, fuzzy msgid "File Type" -msgstr "&Tipo di file" +msgstr "Tipo di file" #: gnome/gcmd.c:289 gnome/gcustom-layout.c:47 src/screen.c:396 #: src/screen.c:397 @@ -91,85 +83,75 @@ #: gnome/gcmd.c:295 msgid "Time Last Accessed" -msgstr "" +msgstr "Data ultimo accesso" #: gnome/gcmd.c:301 msgid "Time Last Modified" -msgstr "" +msgstr "Data ultima modifica" #: gnome/gcmd.c:307 msgid "Time Last Changed" -msgstr "" +msgstr "Data ultimo cambio" #: gnome/gcmd.c:321 msgid "Reverse the order." -msgstr "" +msgstr "Inverti l'ordine" #: gnome/gcmd.c:384 -#, fuzzy msgid "Enter name." -msgstr "Nome proprietario(owner)" +msgstr "Inserisci nome" #: gnome/gcmd.c:390 -#, fuzzy msgid "Enter label for command:" -msgstr " Linea: " +msgstr "Inserisci linea di comando: " #: gnome/gcmd.c:489 -#, fuzzy msgid "Find all core files" -msgstr "mostra i files random" +msgstr "Cerca tutti i file 'core'" #: gnome/gcmd.c:492 src/panelize.c:350 msgid "Find rejects after patching" -msgstr "" +msgstr "Cerca file reiettati dopo un pacth" #: gnome/gcmd.c:536 -#, fuzzy msgid "Run Command" -msgstr " Comando " +msgstr " Esegui comando " #. Frame 1 #: gnome/gcmd.c:541 -#, fuzzy msgid "Preset Commands" -msgstr "Comandi" +msgstr "Comandi predefiniti" #. add add/remove buttons in center #: gnome/gcmd.c:558 gnome/gcustom-layout.c:185 msgid "Add" -msgstr "" +msgstr "Aggiungi" #: gnome/gcmd.c:562 gnome/gcustom-layout.c:186 -#, fuzzy msgid "Remove" msgstr "Elimina" #. Frame 2 #: gnome/gcmd.c:570 -#, fuzzy msgid "Run this Command" -msgstr " Comando " +msgstr "Esegui questo comando " #: gnome/gcmd.c:577 -#, fuzzy msgid "Command: " -msgstr "Comando" +msgstr "Comando: " #: gnome/gcmd.c:646 -#, fuzzy msgid "Set Filter" -msgstr " Filtro " +msgstr "Applica filtro " #: gnome/gcmd.c:651 gnome/gcmd.c:692 gnome/gcmd.c:697 gnome/gcmd.c:701 #: gnome/gscreen.c:2551 -#, fuzzy msgid "Show all files" -msgstr "mostra i files random" +msgstr "Mostra tutti i file" #: gnome/gcmd.c:658 msgid "." -msgstr "" +msgstr "." #: gnome/gcmd.c:674 msgid "" @@ -178,10 +160,14 @@ "For example:\n" "*.png will show just png images" msgstr "" +"Inserire un filtro per i file nella vista pannello.\n" +"\n" +"Per esempio:\n" +"*.png mostra solo le immagini in formato png" #: gnome/gcmd.c:676 msgid "Enter a Regular Expression to filter files in the panel view." -msgstr "" +msgstr "Inserirsci un'Espressione Regolare filtro per i file nel pannello" #: gnome/gcmd.c:733 msgid " Open with..." @@ -193,12 +179,11 @@ #: gnome/gcmd.c:796 msgid "Desktop entry properties" -msgstr "" +msgstr "Proprietà di lavoro del Desktop" #: gnome/gcmd.c:821 -#, fuzzy msgid "Select File" -msgstr "Elimina..." +msgstr "Seleziona file" #: gnome/gcmd.c:829 msgid "" @@ -207,23 +192,35 @@ "For example:\n" "*.png will select all png images" msgstr "" +"Inserire un filtro per selezionare file nel pannello.\n" +"\n" +"Per esempio:\n" +"*.png mostra solo le immagini in formato png" #: gnome/gcmd.c:831 msgid "Enter a regular expression here to select files in the panel view with." msgstr "" +"Inserirsci un'Espressione Regolare per selezionare file nella vista pannello" #: gnome/gcmd.c:874 src/cmd.c:545 src/cmd.c:596 msgid " Malformed regular expression " msgstr " Espressione regolare errata " +#: gnome/gcmd.c:919 +msgid "Creating a desktop link" +msgstr "Creo un link sul desktop" + +#: gnome/gcmd.c:920 +msgid "Enter the URL:" +msgstr "Inserire l'URL" + #: gnome/gcustom-layout.c:36 -#, fuzzy msgid "Access Time" msgstr "Data di accesso" #: gnome/gcustom-layout.c:37 msgid "Creation Time" -msgstr "" +msgstr "Data di creazione" #. Group #: gnome/gcustom-layout.c:38 gnome/gnome-file-property-dialog.c:776 @@ -233,32 +230,30 @@ msgstr "Gruppo" #: gnome/gcustom-layout.c:39 -#, fuzzy msgid "Group ID" -msgstr "Gruppo" +msgstr "ID Gruppo" #: gnome/gcustom-layout.c:40 msgid "Inode Number" -msgstr "" +msgstr "Numero Inodo" #: gnome/gcustom-layout.c:41 src/achown.c:378 msgid "Mode" msgstr "Modo" #: gnome/gcustom-layout.c:42 -#, fuzzy msgid "Modification Time" -msgstr "Data modifica" +msgstr "Data di modifica" #: gnome/gcustom-layout.c:44 msgid "Number of Hard Links" -msgstr "" +msgstr "Numero di Hard link" #. Owner #: gnome/gcustom-layout.c:45 gnome/gnome-file-property-dialog.c:925 #: gnome/gprop.c:390 src/screen.c:408 msgid "Owner" -msgstr "Proprietario(owner)" +msgstr "Proprietario" #: gnome/gcustom-layout.c:46 src/screen.c:402 msgid "Permission" @@ -266,47 +261,44 @@ #: gnome/gcustom-layout.c:48 msgid "Size (short)" -msgstr "" +msgstr "Dimensione (formato corto)" #: gnome/gcustom-layout.c:49 -#, fuzzy msgid "Type" -msgstr "&Tipo" +msgstr "Tipo" #: gnome/gcustom-layout.c:50 -#, fuzzy msgid "User ID" -msgstr "Utente" +msgstr "ID Utente" #: gnome/gcustom-layout.c:144 msgid "Possible Columns" -msgstr "" +msgstr "Colonne possibili" #: gnome/gcustom-layout.c:164 msgid "Displayed Columns" -msgstr "" +msgstr "Colonne visibili" #: gnome/gcustom-layout.c:306 msgid "Custom View" -msgstr "" +msgstr "Vista personalizzata" #: gnome/gdesktop.c:425 gnome/gdesktop.c:2052 gnome/gmount.c:321 -#, fuzzy msgid "Warning" -msgstr " Attenzione " +msgstr " Attenzione! " #: gnome/gdesktop.c:426 #, c-format msgid "Could not open %s; will not have desktop icons" -msgstr "" +msgstr "Impossibile aprire %s; non arvrà icone sul desktop" #: gnome/gdesktop.c:1019 msgid "While running the mount/umount command" -msgstr "" +msgstr "Durante l'esecuzione del comando mount/umount" #: gnome/gdesktop.c:1088 msgid "While running the eject command" -msgstr "" +msgstr "Durante l'esecuzione del comando eject" #: gnome/gdesktop.c:1272 gnome/gicon.c:154 gnome/gtools.c:46 msgid "Error" @@ -314,16 +306,17 @@ #. Create the link to the user's home directory so that he will have an icon #: gnome/gdesktop.c:2048 -#, fuzzy msgid "Home directory" -msgstr "directory" +msgstr "Home directory" #: gnome/gdesktop.c:2053 #, c-format msgid "Could not symlink %s to %s; will not have initial home desktop icon." msgstr "" +"Impossibile creare un link simbolico fra %s e %s; \n" +"la home directory apparirà senza icona" -#: gnome/gdesktop.c:2397 +#: gnome/gdesktop.c:2398 msgid "" "Unable to locate the file:\n" "background-properties-capplet\n" @@ -331,131 +324,128 @@ "\n" "We are unable to set the background." msgstr "" +"Impossibile trovare il file:\n" +"background-properties-capplet\n" +"nel path.\n" +"\n" +"Impossibile creare lo sfondo." -#: gnome/gdesktop.c:2406 gnome/glayout.c:361 -#, fuzzy +#: gnome/gdesktop.c:2407 gnome/glayout.c:361 msgid "_Terminal" -msgstr "Nuovo terminale" +msgstr "_Terminale" -#: gnome/gdesktop.c:2406 gnome/glayout.c:361 +#: gnome/gdesktop.c:2407 gnome/glayout.c:361 msgid "Launch a new terminal in the current directory" -msgstr "" +msgstr "Apre un nuovo terminale alla directory corrente" #. If this ever changes, make sure you update create_new_menu accordingly. -#: gnome/gdesktop.c:2408 gnome/glayout.c:363 -#, fuzzy +#: gnome/gdesktop.c:2409 gnome/glayout.c:363 msgid "_Directory..." -msgstr "directory" +msgstr "_Directory..." -#: gnome/gdesktop.c:2408 gnome/glayout.c:363 -#, fuzzy +#: gnome/gdesktop.c:2409 gnome/glayout.c:363 msgid "Creates a new directory" -msgstr "Crea nuova directory" +msgstr "Crea una nuova directory" + +#: gnome/gdesktop.c:2410 +msgid "URL L_ink..." +msgstr "URL L_ink..." + +#: gnome/gdesktop.c:2410 +msgid "Creates a new URL link" +msgstr "Crea un nuovo URL link" -#: gnome/gdesktop.c:2409 +#: gnome/gdesktop.c:2411 msgid "_Launcher..." -msgstr "" +msgstr "_Lanciatore" -#: gnome/gdesktop.c:2409 -#, fuzzy +#: gnome/gdesktop.c:2411 msgid "Creates a new launcher" -msgstr "Crea nuova directory" +msgstr "Crea un nuovo lanciatore di applicazioni" -#: gnome/gdesktop.c:2417 gnome/glayout.c:451 -#, fuzzy +#: gnome/gdesktop.c:2419 gnome/glayout.c:451 msgid "Arrange Icons" -msgstr "Oidina icone" +msgstr "Disponi icone" -#: gnome/gdesktop.c:2418 -#, fuzzy +#: gnome/gdesktop.c:2420 msgid "Create New Window" -msgstr "Apre un nuovo pannello" +msgstr "Apri nuova finestra" -#: gnome/gdesktop.c:2420 +#: gnome/gdesktop.c:2422 msgid "Recreate Desktop Shortcuts" -msgstr "" +msgstr "Ricostruisci i collegamenti sul Desktop" -#: gnome/gdesktop.c:2421 gnome/glayout.c:454 -#, fuzzy +#: gnome/gdesktop.c:2423 gnome/glayout.c:454 msgid "Rescan Desktop" -msgstr "Aggiorna contenuto directory" +msgstr "Aggiorna Desktop" -#: gnome/gdesktop.c:2422 +#: gnome/gdesktop.c:2424 msgid "Configure Background Image" -msgstr "" +msgstr "Configura immagine di sfondo" #: gnome/gdialogs.c:60 msgid "To: " -msgstr "" +msgstr "A: " #: gnome/gdialogs.c:61 msgid "Copying from: " -msgstr "" +msgstr "Copia da: " #: gnome/gdialogs.c:62 -#, fuzzy msgid "Deleting file: " -msgstr "Sto eliminando" +msgstr "Cancellazione file: " #: gnome/gdialogs.c:370 -#, fuzzy msgid "Files Exist" -msgstr " Il file esiste " +msgstr "File esistente" #: gnome/gdialogs.c:385 msgid "" "Some of the files you are trying to copy already exist in the destination " "folder. Please select the action to be performed." msgstr "" +"Alcuni dei file che si sta cercando di copiare esistono già nella directory " +"di destinazione. Selezionare l'azione da eseguire." #: gnome/gdialogs.c:398 msgid "Prompt me before overwriting any file." -msgstr "" +msgstr "Avverti prima di sovrascrivere i file" #: gnome/gdialogs.c:405 -#, fuzzy msgid "Don't overwrite any files." -msgstr "" -" Non posso sovrascrivere il file `%s' \n" -" %s " +msgstr "Non sovrascrivere i file." #: gnome/gdialogs.c:421 -#, fuzzy msgid "Overwrite:" -msgstr "Sovrascrivi" +msgstr "Sovrascrivi:" #: gnome/gdialogs.c:428 -#, fuzzy msgid "Older files." -msgstr "Tutti i files" +msgstr "I file più vecchi" #: gnome/gdialogs.c:434 -#, fuzzy msgid "Files only if size differs." -msgstr " se dimensione diversa" +msgstr "Solo i file di dimensione differente." #: gnome/gdialogs.c:440 -#, fuzzy msgid "All files." -msgstr "Tutti i files" +msgstr "Tutti i file." #: gnome/gdialogs.c:480 -#, fuzzy msgid "File Exists" -msgstr " Il file esiste " +msgstr "File esistente" #: gnome/gdialogs.c:486 -#, fuzzy, c-format +#, c-format msgid "The target file already exists: %s" -msgstr " Il file `%s' esiste!" +msgstr "File di destinazione gia' esitente: %s" #: gnome/gdialogs.c:493 -#, fuzzy msgid "Replace it?" -msgstr " Sostituisci " +msgstr "Sostituirlo?" #: gnome/gdialogs.c:567 gtkedit/editwidget.c:1069 src/file.c:802 -#: src/screen.c:2355 src/screen.c:2385 src/tree.c:1015 +#: src/screen.c:2365 src/screen.c:2395 src/tree.c:1015 msgid "Copy" msgstr "Copia" @@ -464,115 +454,100 @@ msgstr "Muovi" #: gnome/gdialogs.c:587 -#, fuzzy msgid "Destination" -msgstr "Animazione" +msgstr "Destinazione" #: gnome/gdialogs.c:591 msgid "Find Destination Folder" -msgstr "" +msgstr "Trova cartella di destinazione" #: gnome/gdialogs.c:596 -#, fuzzy msgid "Copy as a background process" -msgstr "Processo in background" +msgstr "Esegui la copia in background" #: gnome/gdialogs.c:616 -#, fuzzy msgid "Advanced Options" -msgstr "Opzioni del pannello" +msgstr "Opzioni avanzate" #: gnome/gdialogs.c:620 -#, fuzzy msgid "Preserve symlinks" -msgstr " link simbolico relativo: %s " +msgstr "Mantieni link simbolici" #: gnome/gdialogs.c:630 -#, fuzzy msgid "Follow links." -msgstr "Segui i Link" +msgstr "Segui i link" #: gnome/gdialogs.c:636 msgid "" "Selecting this will copy the files that symlinks point to instead of just " "copying the link." msgstr "" +"Questo fa che venga copiato veramente il file, anziche solo il suo link." #: gnome/gdialogs.c:641 -#, fuzzy msgid "Preserve file attributes." -msgstr "preserva &Attributi" +msgstr "Mantieni attributi dei file" #: gnome/gdialogs.c:646 msgid "Preserves the permissions and the UID/GID if possible" -msgstr "" +msgstr "Mantieni i permessi e UID/GID se possibile" #: gnome/gdialogs.c:652 -#, fuzzy msgid "Recursively copy subdirectories." -msgstr "Directory virtuali attive" +msgstr "Copia directory recursivamente" #: gnome/gdialogs.c:657 msgid "If set, this will copy the directories recursively" -msgstr "" +msgstr "Questo fa che le directory vengano copiate recursivamente" #: gnome/gdialogs.c:761 -#, fuzzy, c-format +#, c-format msgid "" "%s\n" "\n" "Directory not empty. Delete it recursively?" msgstr "" +"%s\n" "\n" -" El directorio no está vacío.\n" -" ¿Borrarlo recursivamente? " +"Directory non vuota. Cancellare recursivamente? " #: gnome/gdialogs.c:770 src/file.c:2228 -#, fuzzy msgid " Delete: " -msgstr " Cancel " +msgstr " Cancella: " #: gnome/gdialogs.c:774 -#, fuzzy msgid "Do the same for the rest" -msgstr "Cambia modalita' visualizzazione" +msgstr "Fai lo stesso con il resto" #: gnome/gdialogs.c:857 -#, fuzzy msgid "Move Progress" -msgstr " Muovi " +msgstr "Progresso spostamento" #: gnome/gdialogs.c:860 -#, fuzzy msgid "Copy Progress" -msgstr " Copia " +msgstr "Progresso copia" #: gnome/gdialogs.c:863 -#, fuzzy msgid "Delete Progress" -msgstr "Tasto delete" +msgstr "Progresso cancellazione" #: gnome/gdialogs.c:913 -#, fuzzy msgid "File " -msgstr " File " +msgstr "File " #: gnome/gdialogs.c:917 -#, fuzzy msgid "is " -msgstr " &Si " +msgstr "is" #: gnome/gdialogs.c:920 -#, fuzzy msgid "done." -msgstr "Nessuno" +msgstr " fatto." #. Translators should take care as "Password" or its translations #. are used to identify password boxes and hide characters with "*" #: gnome/gdialogs.c:980 src/wtools.c:587 vfs/vfs.c:1775 -#, fuzzy msgid "Password:" -msgstr "Password" +msgstr "Password: " #: gnome/gdialogs.c:980 msgid "Password" @@ -580,9 +555,8 @@ #. Create the dialog #: gnome/gdialogs.c:1012 -#, fuzzy msgid "Symbolic Link" -msgstr "Nome del file del link simbolico:" +msgstr "Link simbolico:" #: gnome/gdialogs.c:1028 src/boxes.c:803 msgid "Existing filename (filename symlink will point to):" @@ -593,99 +567,86 @@ msgstr "Nome del file del link simbolico:" #: gnome/gdnd.c:52 -#, fuzzy msgid "_Move here" -msgstr " Muovi " +msgstr "_Muovi qui" #: gnome/gdnd.c:53 -#, fuzzy msgid "_Copy here" -msgstr " Copia " +msgstr "_Copia qui" #: gnome/gdnd.c:54 -#, fuzzy msgid "_Link here" -msgstr " Link " +msgstr "_Link qui" #: gnome/gdnd.c:56 -#, fuzzy msgid "Cancel drag" -msgstr " Annulla " +msgstr " Annulla trascinamento " #. FIXME: this error message sucks #: gnome/gdnd.c:192 -#, fuzzy, c-format +#, c-format msgid "" "Could not stat %s\n" "%s" msgstr "" -" Non riesco a verificare il file %s \n" +"Impossibile ottenere informazioni sul file %s \n" " %s " #: gnome/gicon.c:154 msgid "Default set of icons not found, please check your installation" -msgstr "" +msgstr "Non son state trovate le icone di default, verificare l'installazione" #: gnome/glayout.c:41 -#, fuzzy msgid "_Icon View" -msgstr "Icona" +msgstr "_Icone" #: gnome/glayout.c:42 gnome/glayout.c:58 msgid "Switch view to an icon display" -msgstr "" +msgstr "Passa alla vista con icone" #: gnome/glayout.c:44 -#, fuzzy msgid "_Brief View" -msgstr "Scrittura" +msgstr "Vista in _Breve" #: gnome/glayout.c:45 gnome/glayout.c:61 msgid "Switch view to show just file name and type" -msgstr "" +msgstr "Passa alla vista con solo nome del file e tipo" #: gnome/glayout.c:47 -#, fuzzy msgid "_Detailed View" -msgstr " Dup fallita " +msgstr "Vista in _Dettaglio" #: gnome/glayout.c:48 gnome/glayout.c:64 msgid "Switch view to show detailed file statistics" -msgstr "" +msgstr "Passa alla vista dettagliata con informazioni sui file" #: gnome/glayout.c:50 -#, fuzzy msgid "_Custom View" -msgstr "Totale" +msgstr "Vista _personalizzata" #: gnome/glayout.c:51 gnome/glayout.c:67 msgid "Switch view to show user-defined statistics" -msgstr "" +msgstr "Passa alla vista con i dettagli perdefiniti dall'utente" #: gnome/glayout.c:57 -#, fuzzy msgid "Icons" -msgstr "Icona" +msgstr "Icone" #: gnome/glayout.c:60 -#, fuzzy msgid "Brief" -msgstr "Scrittura" +msgstr "Breve" #: gnome/glayout.c:63 -#, fuzzy msgid "Detailed" -msgstr " Dup fallita " +msgstr "Dettagli" #: gnome/glayout.c:66 -#, fuzzy msgid "Custom" -msgstr "Totale" +msgstr "Personale" #: gnome/glayout.c:302 -#, fuzzy msgid "Enter command to run" -msgstr " Linea: " +msgstr "Inserisci il comando da eseguire" #: gnome/glayout.c:315 msgid "" @@ -694,6 +655,10 @@ "\n" "Are you sure you want to exit?" msgstr "" +"Si noti che chiudendo il file manager si chiuderà anche il gestore\n" +"di Desktop GNOME\n" +"\n" +"Sicuri di voler uscire?" #: gnome/glayout.c:327 msgid "" @@ -704,35 +669,37 @@ "\n" "Press OK to terminate the application, or cancel to continue using it." msgstr "" +"Chiusura del file manager e del gestore di Desktop in corso\n" +"\n" +"Per riavviare il desktop handler o il file manager\n" +"si possono lanciare dal Panello, o si può esegure il comando UNIX `gmc'\n" +"\n" +"Premere OK per terminare l'applicazione, o cancel per continuarne l'uso." #. GNOMEUIINFO_ITEM_NONE(N_("Open _FTP site"), N_("Opens an FTP site"), ftplink_cmd }, #: gnome/glayout.c:384 -#, fuzzy msgid "_Copy..." -msgstr "Copia..." +msgstr "_Copia..." #: gnome/glayout.c:384 msgid "Copy files" -msgstr "Copia files" +msgstr "Copia file" #: gnome/glayout.c:385 -#, fuzzy msgid "_Delete..." msgstr "Elimina..." #: gnome/glayout.c:385 -#, fuzzy msgid "Delete files" -msgstr "Sto eliminando" +msgstr "Elimina file" #: gnome/glayout.c:386 -#, fuzzy msgid "_Move..." -msgstr "Rinomina/muovi..." +msgstr "Rinomina/_muovi..." #: gnome/glayout.c:386 msgid "Rename or move files" -msgstr "Rinomina o muove files" +msgstr "Rinomina o muove file" #: gnome/glayout.c:388 msgid "Show directory sizes" @@ -740,73 +707,65 @@ #: gnome/glayout.c:388 msgid "Shows the disk space used by each directory" -msgstr "" +msgstr "Mostra lo spazio su disco utilizzato da una directory" #: gnome/glayout.c:395 -#, fuzzy msgid "Select _All" -msgstr " Seleziona " +msgstr "Seleziona tutto" #: gnome/glayout.c:395 msgid "Select all files in the current Panel" -msgstr "" +msgstr "Seleziona tutti i file nel pannello corrente" #: gnome/glayout.c:397 -#, fuzzy msgid "_Select Files..." -msgstr "Elimina..." +msgstr "_Seleziona file..." #: gnome/glayout.c:397 -#, fuzzy msgid "Select a group of files" -msgstr "Seleziona un gruppo di files" +msgstr "Seleziona un gruppo di file" #: gnome/glayout.c:398 -#, fuzzy msgid "_Invert Selection" -msgstr "Inverti selezione files" +msgstr "_Inverti selezione" #: gnome/glayout.c:398 msgid "Reverses the list of tagged files" -msgstr "Inverti selezione files" +msgstr "Inverte la lista dei file selezionati" -#: gnome/glayout.c:400 gtkedit/editwidget.c:1071 src/view.c:2031 +#: gnome/glayout.c:400 gtkedit/editwidget.c:1071 src/view.c:2038 msgid "Search" msgstr "Cerca" #: gnome/glayout.c:400 msgid "Search for a file in the current Panel" -msgstr "" +msgstr "Cerca un file nel pannello corrente" #: gnome/glayout.c:403 gnome/gscreen.c:1437 -#, fuzzy msgid "_Rescan Directory" -msgstr "Aggiorna contenuto directory" +msgstr "Aggiorna directory" #: gnome/glayout.c:403 msgid "Rescan the directory contents" -msgstr "Aggiorna contenuto directory" +msgstr "Aggiorna il contenuto della directory" #: gnome/glayout.c:410 -#, fuzzy msgid "_Sort By..." -msgstr "Ordinato..." +msgstr "Ordina per..." #: gnome/glayout.c:410 msgid "Confirmation settings" -msgstr "Opzioni conferma" +msgstr "" #: gnome/glayout.c:411 -#, fuzzy msgid "_Filter View..." -msgstr "Filtro.." +msgstr "Filtra..." #: gnome/glayout.c:411 msgid "Global option settings" -msgstr "Opzioni globali" +msgstr "" #: gnome/glayout.c:418 -#, fuzzy msgid "_Find File..." msgstr "Trova file" @@ -817,77 +776,67 @@ #. { GNOME_APP_UI_ITEM, N_("_Compare panels..."), N_("Compare two panel contents"), gnome_compare_panels }, #: gnome/glayout.c:421 msgid "_Edit mime types..." -msgstr "" +msgstr "Modifica MIME type" #: gnome/glayout.c:421 msgid "Edits the MIME type bindings" -msgstr "" +msgstr "Modifica i legami MIME type" #: gnome/glayout.c:423 -#, fuzzy msgid "_Run Command..." -msgstr "Comandi" +msgstr "Esegui comando..." #: gnome/glayout.c:423 -#, fuzzy msgid "Runs a command" -msgstr " Comando chown " +msgstr "Esegue un comando" #: gnome/glayout.c:425 -#, fuzzy msgid "_Run Command in panel..." -msgstr "Confronta pannelli" +msgstr "Esegui comando in pannello..." #: gnome/glayout.c:425 msgid "Run a command and put the results in a panel" -msgstr "" +msgstr "Esegue un comando e mostra i risultati in un pannello" #: gnome/glayout.c:435 -#, fuzzy msgid "_Background jobs..." -msgstr "Processi in background" +msgstr "Processi in background..." #: gnome/glayout.c:435 msgid "List of background operations" -msgstr "Lista dei processi " +msgstr "Lista delle operazioni in background" #: gnome/glayout.c:438 msgid "Exit" msgstr "Esci" #: gnome/glayout.c:438 -#, fuzzy msgid "Terminates the file manager and the desktop" -msgstr "Ordina le icone sul desktop" +msgstr "Chiude il file manager e il Desktop" #: gnome/glayout.c:453 msgid "Rescan System Devices" -msgstr "" +msgstr "Aggiorna periferiche di sistema" #: gnome/glayout.c:461 gnome/glayout.c:471 -#, fuzzy msgid "_Layout" -msgstr "Layout" +msgstr "_Presentazione" #: gnome/glayout.c:462 gnome/glayout.c:472 -#, fuzzy msgid "_Commands" -msgstr "Comandi" +msgstr "_Comandi" #: gnome/glayout.c:463 -#, fuzzy msgid "_Desktop" -msgstr "Desktop" +msgstr "_Desktop" #: gnome/glayout.c:464 gnome/glayout.c:473 -#, fuzzy msgid "_Help" -msgstr "Aiuto" +msgstr "_Aiuto" #: gnome/glayout.c:613 -#, fuzzy msgid "File/New/Directory..." -msgstr "directory" +msgstr "File/Nuovo/Directory..." #: gnome/gmain.c:561 msgid "" @@ -896,131 +845,115 @@ "As root, you can damage your system if you are not careful, and the GNOME " "File Manager will not stop you from doing it." msgstr "" +"Stai eseguendi il file manager come utenet 'root'\n" +"Da utente 'root', puoi danneggiare il sistema e GNOMEIl file manager non " +"potra' impedirti di farlo." #. we set the file part #: gnome/gnome-file-property-dialog.c:170 -#, fuzzy msgid "Full Name: " msgstr "Nome completo: " #: gnome/gnome-file-property-dialog.c:178 -#, fuzzy msgid "File Name" msgstr "Nome file" #: gnome/gnome-file-property-dialog.c:201 -#, fuzzy msgid "File Type: " -msgstr "&Tipo di file" +msgstr "Tipo di file: " #: gnome/gnome-file-property-dialog.c:207 -#, fuzzy msgid "File Type: Symbolic Link" -msgstr "Nome del file del link simbolico:" +msgstr "Tipo di file del link simbolico:" #: gnome/gnome-file-property-dialog.c:212 msgid "Target Name: INVALID LINK" -msgstr "" +msgstr "Nome di destinazione: LINK NON VALIDO" #: gnome/gnome-file-property-dialog.c:215 -#, fuzzy msgid "Target Name: " -msgstr " Nome " +msgstr "Nome di destinazione:" #: gnome/gnome-file-property-dialog.c:220 -#, fuzzy msgid "File Type: Directory" -msgstr "directory" +msgstr "Tipo di file: Directory" #: gnome/gnome-file-property-dialog.c:222 msgid "File Type: Character Device" -msgstr "" +msgstr "Tipo di file: Periferica (caratteri)" #: gnome/gnome-file-property-dialog.c:224 msgid "File Type: Block Device" -msgstr "" +msgstr "Tipo di file: Periferica (blocchi)" #: gnome/gnome-file-property-dialog.c:226 -#, fuzzy msgid "File Type: Socket" -msgstr "&Tipo di file" +msgstr "Tipo di file: Socket" #: gnome/gnome-file-property-dialog.c:228 -#, fuzzy msgid "File Type: FIFO" -msgstr "&Tipo di file" +msgstr "Tipo di file: FIFO" #: gnome/gnome-file-property-dialog.c:238 #: gnome/gnome-file-property-dialog.c:242 #: gnome/gnome-file-property-dialog.c:248 -#, fuzzy msgid "File Size: " -msgstr " Dimensione " +msgstr "Dimensione file: " #: gnome/gnome-file-property-dialog.c:238 -#, fuzzy msgid " bytes" -msgstr "%s bytes" +msgstr " byte" #: gnome/gnome-file-property-dialog.c:242 -#, fuzzy msgid " KBytes (" -msgstr "Bytes" +msgstr " KByte (" #: gnome/gnome-file-property-dialog.c:243 #: gnome/gnome-file-property-dialog.c:249 -#, fuzzy msgid " bytes)" -msgstr "%s bytes" +msgstr " byte)" #: gnome/gnome-file-property-dialog.c:248 -#, fuzzy msgid " MBytes (" -msgstr "Bytes" +msgstr " MByte (" #: gnome/gnome-file-property-dialog.c:256 -#, fuzzy msgid "File Size: N/A" -msgstr " Dimensione " +msgstr " Dimensione: Non disponibile" #: gnome/gnome-file-property-dialog.c:267 -#, fuzzy msgid "File Created on: " -msgstr "Creato: %s" +msgstr "File creato il: " #: gnome/gnome-file-property-dialog.c:276 -#, fuzzy msgid "Last Modified on: " -msgstr "Modificato: %s" +msgstr "Ultima modifica il: " #: gnome/gnome-file-property-dialog.c:285 -#, fuzzy msgid "Last Accessed on: " -msgstr "Aperto: %d" +msgstr "Ultimo accesso il:" #: gnome/gnome-file-property-dialog.c:303 msgid "URL:" -msgstr "" +msgstr "URL:" #: gnome/gnome-file-property-dialog.c:310 -#, fuzzy msgid "Caption:" -msgstr "Posizione: %Xh:%Xh" +msgstr "Titolo:" #: gnome/gnome-file-property-dialog.c:403 #: gnome/gnome-file-property-dialog.c:491 gnome/gpopup2.c:194 -#: src/screen.c:2353 src/screen.c:2383 +#: src/screen.c:2363 src/screen.c:2393 msgid "View" msgstr "Vista" #: gnome/gnome-file-property-dialog.c:404 msgid "Use default View options" -msgstr "" +msgstr "Usa Opzioni Vista di default" #: gnome/gnome-file-property-dialog.c:439 -#, fuzzy msgid "Select an Icon" -msgstr "Scegli icona" +msgstr "Scegli un'Icona" #. we do open first #: gnome/gnome-file-property-dialog.c:469 gnome/gpopup2.c:187 @@ -1029,29 +962,28 @@ #: gnome/gnome-file-property-dialog.c:479 msgid "Use default Open action" -msgstr "" +msgstr "Usa Azioni di Apri di default" #: gnome/gnome-file-property-dialog.c:489 -#, fuzzy msgid "Drop Action" -msgstr "Posizione: %Xh:%Xh" +msgstr "Azioni Trascinamento" #: gnome/gnome-file-property-dialog.c:502 msgid "Use default Drop action" -msgstr "" +msgstr "Usa Azioni di Trascinamento di default" #: gnome/gnome-file-property-dialog.c:504 msgid "Use default View action" -msgstr "" +msgstr "Usa Azioni di Vista di default" #: gnome/gnome-file-property-dialog.c:513 gnome/gpopup2.c:196 -#: src/screen.c:2354 src/screen.c:2384 src/view.c:2027 +#: src/screen.c:2364 src/screen.c:2394 src/view.c:2034 msgid "Edit" -msgstr "Modif" +msgstr "Modifica" #: gnome/gnome-file-property-dialog.c:523 msgid "Use default Edit action" -msgstr "" +msgstr "Usa Azioni di Modifica di default" #: gnome/gnome-file-property-dialog.c:577 gnome/gprop.c:521 msgid "Icon" @@ -1059,28 +991,24 @@ #. We must be a file or a link to a file. #: gnome/gnome-file-property-dialog.c:611 -#, fuzzy msgid "File Actions" -msgstr " Il file esiste " +msgstr "Azioni File" #: gnome/gnome-file-property-dialog.c:616 -#, fuzzy msgid "Open action" -msgstr "Apre un terminale" +msgstr "Azioni Apri" #: gnome/gnome-file-property-dialog.c:617 -#, fuzzy msgid "Needs terminal to run" -msgstr "Nuovo terminale" +msgstr "Necessita un terminale per esguire" #: gnome/gnome-file-property-dialog.c:742 -#, fuzzy msgid "File Permissions" -msgstr " Permessi " +msgstr "Permessi" #: gnome/gnome-file-property-dialog.c:753 gnome/gprop.c:259 msgid "Current mode: " -msgstr "" +msgstr "Modo corrente: " #. Headings #: gnome/gnome-file-property-dialog.c:768 gnome/gprop.c:272 @@ -1123,236 +1051,210 @@ #: gnome/gnome-file-property-dialog.c:914 msgid "File ownership" -msgstr "" +msgstr "Appartenenza" #: gnome/gnome-file-property-dialog.c:1074 msgid "URL" -msgstr "" +msgstr "URL" #: gnome/gnome-file-property-dialog.c:1077 -#, fuzzy msgid "Statistics" -msgstr "Statico" +msgstr "Statistiche" #: gnome/gnome-file-property-dialog.c:1083 -#, fuzzy msgid "Options" msgstr "Opzioni" #: gnome/gnome-file-property-dialog.c:1086 -#, fuzzy msgid "Permissions" msgstr "Permessi" #: gnome/gnome-file-property-dialog.c:1089 -#, fuzzy msgid " Properties" msgstr "Proprieta'" #: gnome/gnome-file-property-dialog.c:1140 msgid "You entered an invalid username" -msgstr "" +msgstr "Nome utente non valido" #: gnome/gnome-file-property-dialog.c:1185 msgid "You must rename your file to something" -msgstr "" +msgstr "Rinominare il file" #: gnome/gnome-file-property-dialog.c:1191 msgid "You cannot rename a file to something containing a '/' character" -msgstr "" +msgstr "Impossibile rinominare un file con un nome contenente il carattere '/'" #. the first label #: gnome/gnome-open-dialog.c:382 msgid "Select an application to open \"" -msgstr "" +msgstr "Selezionare un'applicazione da aprire \"" #: gnome/gnome-open-dialog.c:393 -#, fuzzy msgid "Select a file to run with" -msgstr "Seleziona un filtro per i files" +msgstr "Seleziona un file con cui esegure" #. the file tree #: gnome/gnome-open-dialog.c:404 -#, fuzzy msgid "Applications" -msgstr "Animazione" +msgstr "Applicazioni" #: gnome/gnome-open-dialog.c:420 msgid "Program to run" -msgstr "" +msgstr "Programma da eseguire" #: gnome/gpopup2.c:188 msgid "Mount device" -msgstr "" +msgstr "Monta periferica" #: gnome/gpopup2.c:189 msgid "Unmount device" -msgstr "" +msgstr "Smonta periferica" #: gnome/gpopup2.c:190 msgid "Eject device" -msgstr "" +msgstr "Espelli periferica" #: gnome/gpopup2.c:193 msgid "Open with..." msgstr "Apri con..." #: gnome/gpopup2.c:195 -#, fuzzy msgid "View Unfiltered" -msgstr "Visualizza file" +msgstr "Vista non filtrata" #: gnome/gpopup2.c:198 msgid "Copy..." msgstr "Copia..." -#: gnome/gpopup2.c:199 gtkedit/editwidget.c:1072 src/screen.c:2358 -#: src/screen.c:2388 +#: gnome/gpopup2.c:199 gtkedit/editwidget.c:1072 src/screen.c:2368 +#: src/screen.c:2398 msgid "Delete" msgstr "Elimina" #: gnome/gpopup2.c:200 -#, fuzzy msgid "Move..." msgstr "Rinomina/muovi..." #: gnome/gpopup2.c:201 -#, fuzzy msgid "Hard Link..." -msgstr "Link..." +msgstr "Hard link..." #: gnome/gpopup2.c:202 msgid "Symlink..." -msgstr "Link simbolici" +msgstr "Link simbolico..." #: gnome/gpopup2.c:203 -#, fuzzy msgid "Edit Symlink..." -msgstr "Modifica link simbolici" +msgstr "Modifica link simbolico" #: gnome/gpopup2.c:205 -#, fuzzy msgid "Properties..." msgstr "Proprieta'" #: gnome/gprefs.c:88 -#, fuzzy msgid "Show backup files" -msgstr "mostra files di backup" +msgstr "Mostra files di backup" #: gnome/gprefs.c:92 -#, fuzzy msgid "Show hidden files" -msgstr "mostra file nascosti" +msgstr "Mostra file nascosti" #: gnome/gprefs.c:96 -#, fuzzy msgid "Mix files and directories" -msgstr "files/directoryes" +msgstr "Mischia file e directory" #: gnome/gprefs.c:100 -#, fuzzy msgid "Use shell patterns instead of regular expressions" -msgstr " Espressione regolare errata " +msgstr "Usa i pattern della shell invece delle espressioni regolari" #: gnome/gprefs.c:109 msgid "Confirm when deleting file" -msgstr "" +msgstr "Conferma prima di cancellare file" #: gnome/gprefs.c:113 -#, fuzzy msgid "Confirm when overwriting files" -msgstr " conferma sovrascrittura " +msgstr "Conferma prima di sovrascrivere file" #: gnome/gprefs.c:117 -#, fuzzy msgid "Confirm when executing files" -msgstr "Opzioni conferma" +msgstr "Conferma prima di eseguire file" #: gnome/gprefs.c:121 msgid "Show progress while operations are being performed" -msgstr "" +msgstr "Mostra progresso operazioni" #: gnome/gprefs.c:130 msgid "VFS Timeout:" -msgstr "" +msgstr "VFS Timeout: " #: gnome/gprefs.c:131 gnome/gprefs.c:156 msgid "Seconds" -msgstr "" +msgstr " secondi" #: gnome/gprefs.c:134 -#, fuzzy msgid "Anonymous FTP password:" -msgstr "password ftp anonimo:" +msgstr "Password ftp anonimo:" #: gnome/gprefs.c:138 -#, fuzzy msgid "Always use FTP proxy" -msgstr "usa sempre ftp proxy" +msgstr "Usa sempre ftp proxy" #: gnome/gprefs.c:147 -#, fuzzy msgid "Fast directory reload" -msgstr "&Visualizzazione rapida dir" +msgstr "Aggiornamento directory veloce" #: gnome/gprefs.c:151 msgid "Compute totals before copying files" -msgstr "" +msgstr "Calcola totali prima di copiare file" #: gnome/gprefs.c:155 -#, fuzzy msgid "FTP directory cache timeout :" -msgstr "Timeout della cache del ftpfs:" +msgstr "Timeout della cache ftp:" #: gnome/gprefs.c:159 msgid "Allow customization of icons in icon view" -msgstr "" +msgstr "Consenti personalizzazione delle icone" #: gnome/gprefs.c:167 msgid "Use shaped icons" -msgstr "" +msgstr "Usa icone 'shaped'" #: gnome/gprefs.c:171 -#, fuzzy msgid "Auto place icons" -msgstr "Oidina icone" +msgstr "Disponi icone automaticamente" #: gnome/gprefs.c:175 msgid "Snap icons to grid" -msgstr "" +msgstr "Vincola icone alla griglia" #: gnome/gprefs.c:184 -#, fuzzy msgid "File display" -msgstr "File: %s" +msgstr "Mostra file" #: gnome/gprefs.c:188 -#, fuzzy msgid "Confirmation" -msgstr " Conferma" +msgstr "Conferma" #: gnome/gprefs.c:192 msgid "VFS" -msgstr "" +msgstr "VFS" #: gnome/gprefs.c:196 -#, fuzzy msgid "Caching" -msgstr "Cercando" +msgstr "Caching" #: gnome/gprefs.c:200 -#, fuzzy msgid "Desktop" msgstr "Desktop" #: gnome/gprefs.c:479 msgid "Preferences" -msgstr "" +msgstr "Preferenze" #: gnome/gprop.c:58 gnome/gprop.c:75 msgid "Filename" -msgstr "Nome file" +msgstr "Nome file: " #: gnome/gprop.c:67 msgid "Full name: " @@ -1363,14 +1265,12 @@ msgstr "Comando" #: gnome/gprop.c:119 -#, fuzzy msgid "Command:" msgstr "Comando" #: gnome/gprop.c:129 -#, fuzzy msgid "Use terminal" -msgstr "Nuovo terminale" +msgstr "Usa terminale" #: gnome/gprop.c:248 msgid "File mode (permissions)" @@ -1393,23 +1293,20 @@ msgstr "Scegli icona" #: gnome/gscreen.c:1437 -#, fuzzy msgid "Reloads the current directory" -msgstr " Non posso aprire la directory `%s' " +msgstr "Aggiorna directory corrente" #: gnome/gscreen.c:1439 -#, fuzzy msgid "New _Directory..." -msgstr "directory" +msgstr "Nuova _Directory" #: gnome/gscreen.c:1439 -#, fuzzy msgid "Creates a new directory here" -msgstr "Crea nuova directory" +msgstr "Crea una nuova directory alla locazione corrente" #: gnome/gscreen.c:1620 msgid "All files" -msgstr "Tutti i files" +msgstr "Tutti i file" #: gnome/gscreen.c:1622 msgid "Archives and compressed files" @@ -1433,7 +1330,7 @@ #: gnome/gscreen.c:1632 msgid "Spreadsheet files" -msgstr "Files fogli di calcolo" +msgstr "File di fogli di calcolo" #: gnome/gscreen.c:1634 msgid "Image files" @@ -1445,27 +1342,27 @@ #: gnome/gscreen.c:1639 msgid "Audio files" -msgstr "Files audio" +msgstr "File audio" #: gnome/gscreen.c:1641 msgid "C program files" -msgstr "Files C" +msgstr "File C" #: gnome/gscreen.c:1643 msgid "C++ program files" -msgstr "Files C++" +msgstr "File C++" #: gnome/gscreen.c:1645 msgid "Objective-C program files" -msgstr "Files Objective-C" +msgstr "File Objective-C" #: gnome/gscreen.c:1647 msgid "Scheme program files" -msgstr "Files scheme" +msgstr "File Scheme" #: gnome/gscreen.c:1649 msgid "Assembler program files" -msgstr "Files assembler" +msgstr "File Assembler" #: gnome/gscreen.c:1651 msgid "Misc. program files" @@ -1473,22 +1370,22 @@ #: gnome/gscreen.c:1653 msgid "Font files" -msgstr "Files caratteri" +msgstr "File di Font" #: gnome/gscreen.c:1780 -#, fuzzy, c-format +#, c-format msgid "Search: %s" -msgstr "Cerca:" +msgstr "Cerca %s:" #: gnome/gscreen.c:1790 -#, fuzzy, c-format +#, c-format msgid "%s bytes in %d file" -msgstr " %s bytes in %d file%s" +msgstr "%s bytes in %d file" #: gnome/gscreen.c:1790 -#, fuzzy, c-format +#, c-format msgid "%s bytes in %d files" -msgstr " %s bytes in %d file%s" +msgstr "%s byte in %d file" #: gnome/gscreen.c:1816 src/screen.c:670 msgid "" @@ -1500,54 +1397,47 @@ #: gnome/gscreen.c:2373 msgid "Back" -msgstr "" +msgstr "Indietro" #: gnome/gscreen.c:2373 msgid "Go to the previously visited directory" -msgstr "" +msgstr "Va alla directory vista precedentemente" #: gnome/gscreen.c:2375 -#, fuzzy msgid "Up" msgstr "Su" #: gnome/gscreen.c:2375 msgid "Go up a level in the directory heirarchy" -msgstr "" +msgstr "Sale di un livello nella gerarchia delle dirctory" #: gnome/gscreen.c:2377 -#, fuzzy msgid "Forward" -msgstr "Formattato" +msgstr "Avanti" #: gnome/gscreen.c:2377 -#, fuzzy msgid "Go to the next directory" -msgstr " Non posso aprire la directory `%s' " +msgstr "Va alla directory successiva" #: gnome/gscreen.c:2380 src/tree.c:1011 msgid "Rescan" msgstr "Aggiorna" #: gnome/gscreen.c:2380 -#, fuzzy msgid "Rescan the current directory" msgstr "Aggiorna contenuto directory" #: gnome/gscreen.c:2383 -#, fuzzy msgid "Home" -msgstr "&Home" +msgstr "Home" #: gnome/gscreen.c:2383 -#, fuzzy msgid "Go to your home directory" -msgstr "directory" +msgstr "Va alla tua home directory" #: gnome/gscreen.c:2529 -#, fuzzy msgid "Location:" -msgstr "Posizione: %Xh:%Xh" +msgstr "Locazione:" #. 1 #: gnome/gtools.c:105 gtkedit/editcmd.c:341 gtkedit/editcmd.c:1184 @@ -1557,7 +1447,7 @@ #: src/filegui.c:838 src/find.c:171 src/layout.c:370 src/option.c:144 #: src/wtools.c:289 src/wtools.c:563 msgid "&Ok" -msgstr "&Accetta" +msgstr "&Ok" #: gnome/gview.c:135 src/view.c:718 #, c-format @@ -1572,10 +1462,9 @@ #: gnome/gview.c:141 src/view.c:724 #, c-format msgid "%s bytes" -msgstr "%s bytes" +msgstr "%s byte" #: gnome/gview.c:305 -#, fuzzy msgid "_Goto line" msgstr "Vai alla linea" @@ -1584,30 +1473,28 @@ msgstr "Vai alla linea specificata" #: gnome/gview.c:308 -#, fuzzy msgid "_Monitor file" msgstr "Monitorizza file" #: gnome/gview.c:308 msgid "Monitor file growing" -msgstr "Controlla la mod. dimensione file" +msgstr "Controlla dimensione file" #: gnome/gview.c:315 msgid "Regexp search" -msgstr "Cerca un'espressione regolare." +msgstr "Cerca espressione regolare." #: gnome/gview.c:316 msgid "Regular expression search" -msgstr "Cerca un'espressione regolare" +msgstr "Cerca espressione regolare" #: gnome/gview.c:325 -#, fuzzy msgid "_Wrap" -msgstr "Envolver" +msgstr "A capo" #: gnome/gview.c:326 msgid "Wrap the text" -msgstr "" +msgstr "Abilita la funzioni di a capo automatico" #. Can not use this one yet, as it destroys the viewer, need to fix that #: gnome/gview.c:329 @@ -1615,27 +1502,24 @@ msgstr "" #: gnome/gview.c:332 -#, fuzzy msgid "_Formatted" -msgstr "Formattato" +msgstr "_Formattato" #: gnome/gview.c:334 -#, fuzzy msgid "_Hex" -msgstr "Hex" +msgstr "_Hex" #: gnome/gview.c:340 -#, fuzzy msgid "_Search" msgstr "Cerca" #: gnome/gwidget.c:90 msgid "ok" -msgstr "accetta" +msgstr "ok" #: gnome/gwidget.c:92 msgid "cancel" -msgstr "Annulla" +msgstr "annulla" #: gnome/gwidget.c:94 msgid "help" @@ -1655,40 +1539,41 @@ #: gnome/gwidget.c:102 msgid "abort" -msgstr "annulla" +msgstr "abbandona" #: gnome/gmount.c:195 -#, fuzzy msgid "Could not open the /etc/fstab file" -msgstr " Non posso aprire il file " +msgstr " Impossibile aprire il file /etc/fstab" #: gnome/gmount.c:322 #, c-format msgid "Could not symlink %s to %s; will not have such a desktop device icon." msgstr "" +"Impossibile creare un link simbolico fra %s e %s;\n" +"L'icona della periferica non sara' disponibile sul desktop" #: gnome/gmount.c:374 gnome/gmount.c:389 #, c-format msgid "CD-ROM %d" -msgstr "" +msgstr "CD-ROM %d" #: gnome/gmount.c:379 #, c-format msgid "Floppy %d" -msgstr "" +msgstr "Floppy %d" #: gnome/gmount.c:385 #, c-format msgid "Disk %d" -msgstr "" +msgstr "Disk %d" #: gnome/gmount.c:395 #, c-format msgid "NFS dir %s" -msgstr "" +msgstr "NFS dir %s" #: gnome/gmount.c:399 -#, fuzzy, c-format +#, c-format msgid "Device %d" msgstr "Periferica: %s" @@ -1696,19 +1581,18 @@ #: gtkedit/edit.c:131 gtkedit/edit.c:226 gtkedit/edit.c:233 gtkedit/edit.c:240 #: gtkedit/edit.c:247 gtkedit/edit.c:253 gtkedit/edit.c:310 gtkedit/edit.c:346 #: gtkedit/editcmd.c:1951 gtkedit/editwidget.c:952 src/dir.c:386 -#: src/screen.c:2373 src/tree.c:683 src/tree.c:689 src/wtools.c:222 +#: src/screen.c:2383 src/tree.c:683 src/tree.c:689 src/wtools.c:222 #: vfs/fish.c:224 msgid " Error " -msgstr " Errore! " +msgstr " Errore " #: gtkedit/edit.c:131 gtkedit/edit.c:233 -#, fuzzy msgid " Failed trying to open file for reading: " msgstr " Impossibile aprire il file in lettura: " #: gtkedit/edit.c:240 msgid " Cannot get size/permissions info on file: " -msgstr " Impossibile ottenere dimensioni/permessi sul file: " +msgstr " Impossibile ottenere dimensioni/permessi del file: " #: gtkedit/edit.c:247 msgid " Not an ordinary file: " @@ -1724,25 +1608,23 @@ " Increase edit.h:MAXBUF and recompile the editor. " msgstr "" " \n" -" Incrementa la variabile di edit.h:MAXBUG e ricompia l'editor" +" Incrementa la variabile di edit.h:MAXBUG e ricompila l'editor" #: gtkedit/edit.c:310 gtkedit/edit.c:346 msgid " Error allocating memory " msgstr " Errore di allocazione di memoria " #: gtkedit/editcmd.c:334 -#, fuzzy msgid "Quick save " -msgstr "&Rapido " +msgstr "Salva veloce" #: gtkedit/editcmd.c:335 -#, fuzzy msgid "Safe save " -msgstr " Salva con nome " +msgstr " Salva sicuro " #: gtkedit/editcmd.c:336 msgid "Do backups -->" -msgstr "" +msgstr "Crea backup -->" #. NLS for hotkeys? #: gtkedit/editcmd.c:339 gtkedit/editcmd.c:1136 gtkedit/editcmd.c:1182 @@ -1757,14 +1639,13 @@ msgstr "Annulla" #: gtkedit/editcmd.c:345 -#, fuzzy msgid "Extension:" msgstr "&Estensioni" #. NLS ? #: gtkedit/editcmd.c:352 msgid " Edit Save Mode " -msgstr "" +msgstr "Configura modo di salvare" #: gtkedit/editcmd.c:476 msgid " Save As " @@ -1773,7 +1654,7 @@ #. Warning message with a query to continue or cancel the operation #: gtkedit/editcmd.c:490 gtkedit/editcmd.c:809 gtkedit/editcmd.c:839 #: gtkedit/editcmd.c:986 gtkedit/editcmd.c:1083 src/ext.c:303 src/file.c:619 -#: src/help.c:318 src/main.c:699 src/screen.c:2093 src/screen.c:2136 +#: src/help.c:318 src/main.c:699 src/screen.c:2103 src/screen.c:2146 #: src/subshell.c:705 src/subshell.c:731 src/utilunix.c:390 src/utilunix.c:394 #: src/utilunix.c:465 vfs/mcfs.c:170 msgid " Warning " @@ -1815,7 +1696,7 @@ #. 'Open' = load temp file #: gtkedit/editcmd.c:635 gtkedit/editcmd.c:696 gtkedit/editcmd.c:764 msgid " Error trying to open macro file " -msgstr " Errore nell'apertura del file delle macro " +msgstr " Errore nell'apertura del file di macro " #: gtkedit/editcmd.c:640 gtkedit/editcmd.c:648 gtkedit/editcmd.c:684 #: gtkedit/editcmd.c:739 @@ -1825,7 +1706,7 @@ #: gtkedit/editcmd.c:659 msgid " Error trying to overwrite macro file " -msgstr " Errore sovrascrivendo il file delle macro " +msgstr " Errore nella sovrascrittura del file di macro " #. This heads the 'Macro' dialog box #: gtkedit/editcmd.c:676 @@ -1853,14 +1734,14 @@ #: gtkedit/editcmd.c:777 gtkedit/editcmd.c:779 msgid " Confirm save file? : " -msgstr " Conferma: salvo il file?: " +msgstr " Conferma salvataggio file: " #. Buttons to 'Confirm save file' query #: gtkedit/editcmd.c:782 msgid " Save file " msgstr " Salva il file " -#: gtkedit/editcmd.c:782 gtkedit/editwidget.c:1066 src/view.c:2023 +#: gtkedit/editcmd.c:782 gtkedit/editwidget.c:1066 src/view.c:2030 msgid "Save" msgstr "Salva" @@ -1870,7 +1751,7 @@ " Continue discards these changes. " msgstr "" " Il testo corrente e' stato modificato senza salvare \n" -" Continuando si perdono tutte le modiiche. " +" Continuando si perderanno tutte le modifiche. " #: gtkedit/editcmd.c:809 gtkedit/editcmd.c:839 gtkedit/editcmd.c:986 msgid "Continue" @@ -1887,7 +1768,9 @@ #: gtkedit/editcmd.c:986 gtkedit/editcmd.c:1083 msgid " Block is large, you may not be able to undo this action. " -msgstr " Il blocco e' molto grande, non riuscirai ad usare l'undo. " +msgstr "" +"Il blocco e' molto grande, potrebbe essere impossibile annullare questo " +"comando." #: gtkedit/editcmd.c:1083 msgid " Continue " @@ -1906,7 +1789,6 @@ msgstr "Ignora" #: gtkedit/editcmd.c:1142 -#, fuzzy msgid "&Replace" msgstr "Sostituisci" @@ -1916,56 +1798,46 @@ msgstr " Sostituisci con: " #: gtkedit/editcmd.c:1152 -#, fuzzy msgid " Confirm replace " -msgstr " conferma eliminazione " +msgstr " Conferma sostituzione " #: gtkedit/editcmd.c:1186 gtkedit/editcmd.c:1271 -#, fuzzy msgid "scanf &Expression" msgstr " Espressione scanf " #: gtkedit/editcmd.c:1188 -#, fuzzy msgid "replace &All" msgstr "Sostituisci tutto" #: gtkedit/editcmd.c:1190 -#, fuzzy msgid "pr&Ompt on replace" msgstr " Conferma prima di sostituire " #: gtkedit/editcmd.c:1192 gtkedit/editcmd.c:1273 -#, fuzzy msgid "&Backwards" msgstr " Indietro " #: gtkedit/editcmd.c:1194 gtkedit/editcmd.c:1275 -#, fuzzy msgid "&Regular expression" msgstr " Espressione regolare " #: gtkedit/editcmd.c:1196 gtkedit/editcmd.c:1277 -#, fuzzy msgid "&Whole words only" msgstr " Solo parole intere " #: gtkedit/editcmd.c:1198 gtkedit/editcmd.c:1279 -#, fuzzy msgid "case &Sensitive" -msgstr "controlla maiuscole/minuscole" +msgstr "Controlla maiuscole/minuscole" #: gtkedit/editcmd.c:1202 -#, fuzzy msgid " Enter replacement argument order eg. 3,2,1,4 " -msgstr " Scrivi ordine argomenti: " +msgstr " Inserisci l'ordine degli argomenti es. 3,2,1,4 " #: gtkedit/editcmd.c:1206 -#, fuzzy msgid " Enter replacement string:" -msgstr " Inserisci stringa di ricerca" +msgstr " Inserisci stringa di sostituzione" -#: gtkedit/editcmd.c:1210 gtkedit/editcmd.c:1283 src/view.c:1948 +#: gtkedit/editcmd.c:1210 gtkedit/editcmd.c:1283 src/view.c:1955 msgid " Enter search string:" msgstr " Inserisci stringa di ricerca" @@ -1977,19 +1849,19 @@ #. Heads the 'Search' dialog box #: gtkedit/editcmd.c:1297 gtkedit/editcmd.c:1474 gtkedit/editcmd.c:2227 -#: src/view.c:1502 src/view.c:1601 src/view.c:1723 src/view.c:1916 -#: src/view.c:1948 +#: src/view.c:1509 src/view.c:1608 src/view.c:1730 src/view.c:1923 +#: src/view.c:1955 msgid " Search " msgstr " Cerca " #. An input line comes after the ':' #: gtkedit/editcmd.c:1346 msgid " Enter search text : " -msgstr " Scrivi il testo da cercare: " +msgstr " Inserisci il testo da cercare: " #: gtkedit/editcmd.c:1353 msgid " Enter replace text : " -msgstr " Scrivi il testo da sostituire: " +msgstr " Inserisci il testo di sostituzione: " #: gtkedit/editcmd.c:1356 gtkedit/editcmd.c:1357 #, c-format @@ -1997,19 +1869,21 @@ "You can enter regexp substrings with %s (not \\1, \\2 like sed) then use " "\"Enter...order\"" msgstr "" +"Si possono inserire sottostringhe di espressione regolare usando %s\n" +"( non \\1, \\2 come in sed) usare quindi \"Inserisci...ordine\"" #: gtkedit/editcmd.c:1359 -#, fuzzy msgid " Enter argument (or substring) order : " -msgstr " Scrivi ordine argomenti: " +msgstr " Inserisci ordine argomenti(o sottostringhe): " #. Tool hint #: gtkedit/editcmd.c:1363 gtkedit/editcmd.c:1364 -#, fuzzy msgid "" "Enter the order of replacement of your scanf format specifiers or regexp " "substrings" -msgstr "Scrivi l'ordine di modifica delle specificazioni del tuo scanf" +msgstr "" +"Inserisci l'ordine di modifica delle specificazioni di formato scanf o di " +"espressione regolare" #. The following are check boxes #: gtkedit/editcmd.c:1369 @@ -2018,7 +1892,7 @@ #: gtkedit/editcmd.c:1371 msgid " Case sensitive " -msgstr " Verifica maiuscole/minuscole " +msgstr " Considera maiuscole/minuscole " #: gtkedit/editcmd.c:1374 msgid " Regular expression " @@ -2026,7 +1900,8 @@ #: gtkedit/editcmd.c:1375 gtkedit/editcmd.c:1376 msgid "See the regex man page for how to compose a regular expression" -msgstr "Controlla la man page di regex per scrivere un'espressione regolare" +msgstr "" +"Consulta la man page di regex per sapere come comporreun'espressione regolare" #: gtkedit/editcmd.c:1382 msgid " Backwards " @@ -2058,7 +1933,7 @@ #: gtkedit/editcmd.c:1407 msgid "Allows entering of a C format string, see the scanf man page" msgstr "" -"Permitti l'inserimento di una stringa in formato C, controlla la man page di " +"Permetti l'inserimento di una stringa in formato C, consulta la man page di " "scanf" #. Tool hint @@ -2069,7 +1944,7 @@ #. Tool hint #: gtkedit/editcmd.c:1415 msgid "Abort this dialog, Esc" -msgstr "Esci da questa maschera, Esc" +msgstr "Abbandona questa maschera, Esc" #. Buttons for the confirm replace dialog box. #: gtkedit/editcmd.c:1578 @@ -2088,22 +1963,22 @@ msgid "" " Invalid regular expression, or scanf expression with to many conversions " msgstr "" -" L'espressione regolare non e' valida, o espressione di scanf con troppo " -"poche conversioni " +" L'espressione regolare non e' valida, o espressione di scanf con troppe " +"conversioni " #. "Invalid regexp string or scanf string" #: gtkedit/editcmd.c:2127 msgid " Error in replacement format string. " -msgstr " Errore nella sostituzione della stringa. " +msgstr " Errore nella stringa di sostituzione . " #: gtkedit/editcmd.c:2155 #, c-format msgid " %ld replacements made. " -msgstr " eseguite %ld sostituzioni. " +msgstr " Eseguite %ld sostituzioni. " #: gtkedit/editcmd.c:2158 gtkedit/editcmd.c:2227 msgid " Search string not found. " -msgstr " Testo non trovato " +msgstr " Nessuna corrispondenza trovata " #. Confirm 'Quit' dialog box #: gtkedit/editcmd.c:2251 gtkedit/editcmd.c:2266 gtkedit/editcmd.c:2269 @@ -2115,25 +1990,25 @@ " Current text was modified without a file save. \n" " Save with exit? " msgstr "" -" Il testo e' stato modificato senza salvarlo,\n" -" Lo salvo in uscita?" +" Il testo ha subito delle modifiche dall'ultimo salvataggio,\n" +" Salvarlo prima di uscire?" #: gtkedit/editcmd.c:2266 msgid " File was modified, Save with exit? " -msgstr " Il file e' stato modificato. Lo salvo uscendo? " +msgstr " Il file e' stato modificato. Salvarlo prima di uscire? " #: gtkedit/editcmd.c:2266 msgid "Cancel quit" msgstr "Annulla uscita" #: gtkedit/editcmd.c:2266 src/cmd.c:251 src/file.c:1859 src/file.c:2233 -#: src/filegui.c:602 src/hotlist.c:1035 src/main.c:854 src/screen.c:2122 +#: src/filegui.c:602 src/hotlist.c:1035 src/main.c:854 src/screen.c:2132 #: src/subshell.c:706 src/subshell.c:732 src/tree.c:746 src/view.c:404 msgid "&Yes" msgstr "&Si" #: gtkedit/editcmd.c:2266 src/cmd.c:251 src/file.c:1859 src/file.c:2233 -#: src/filegui.c:601 src/hotlist.c:1035 src/main.c:854 src/screen.c:2122 +#: src/filegui.c:601 src/hotlist.c:1035 src/main.c:854 src/screen.c:2132 #: src/subshell.c:706 src/subshell.c:732 src/tree.c:746 src/view.c:404 msgid "&No" msgstr "&No" @@ -2157,14 +2032,14 @@ #: gtkedit/editcmd.c:2473 gtkedit/editcmd.c:2495 gtkedit/editcmd.c:2548 #: gtkedit/editcmd.c:2561 msgid " Unable to save to file. " -msgstr " impossibile salvare il file. " +msgstr " Impossibile salvare il file. " #: gtkedit/editcmd.c:2495 gtkedit/editcmd.c:2561 msgid " Cut to clipboard " msgstr " Taglia nella clipboard " #: gtkedit/editcmd.c:2583 gtkedit/editcmd.c:2587 gtkedit/editcmd.c:2592 -#: gtkedit/editcmd.c:2595 src/view.c:1888 +#: gtkedit/editcmd.c:2595 src/view.c:1895 msgid " Goto line " msgstr " Vai alla linea " @@ -2175,7 +2050,7 @@ #: gtkedit/editcmd.c:2616 gtkedit/editcmd.c:2633 msgid " Save Block " -msgstr " Salva blocco evidenziato " +msgstr " Salva blocco " #: gtkedit/editcmd.c:2667 msgid " Insert File " @@ -2192,21 +2067,22 @@ #. Not essential to translate #: gtkedit/editcmd.c:2702 msgid " Sort block " -msgstr " Ordina " +msgstr " Ordina blocco " #. Not essential to translate #: gtkedit/editcmd.c:2702 gtkedit/editcmd.c:2756 msgid " You must first highlight a block of text. " -msgstr " Seleziona prima una parte di testo " +msgstr " Seleziona prima un blocco di testo " #: gtkedit/editcmd.c:2709 msgid " Run Sort " -msgstr " Ordina il testo " +msgstr " Esegui ordina " #. Not essential to translate #: gtkedit/editcmd.c:2711 msgid " Enter sort options (see manpage) separated by whitespace: " -msgstr " Inserisci opzioni di ordinamento (man sort) separate da spazi: " +msgstr "" +" Inserisci opzioni di ordinamento (vedi man page di sort) separate da spazi: " #: gtkedit/editcmd.c:2722 gtkedit/editcmd.c:2728 msgid " Sort " @@ -2220,7 +2096,7 @@ #. Not essential to translate #: gtkedit/editcmd.c:2730 msgid " Sort returned non-zero: " -msgstr " Il `sort' e' uscito con valore non-zero " +msgstr " Il comando `sort' ha restituito un valore non-zero " #. Not essential to translate #: gtkedit/editcmd.c:2754 gtkedit/editcmd.c:2784 @@ -2234,38 +2110,35 @@ #: gtkedit/editcmd.c:2856 msgid " Mail " -msgstr " Posta " +msgstr " Mail " #: gtkedit/editcmd.c:2869 -#, fuzzy msgid " Copies to" -msgstr " punta a: " +msgstr " Copie a: " #: gtkedit/editcmd.c:2873 -#, fuzzy msgid " Subject" -msgstr " Seleziona " +msgstr " Oggetto " #: gtkedit/editcmd.c:2877 msgid " To" -msgstr "" +msgstr " A" #: gtkedit/editcmd.c:2879 msgid " mail -s -c " -msgstr "" +msgstr " mail -s -c " #: gtkedit/editoptions.c:36 msgid "Intuitive" -msgstr "" +msgstr "Intuitivo" #: gtkedit/editoptions.c:36 msgid "Emacs" -msgstr "" +msgstr "Emacs" #: gtkedit/editoptions.c:39 -#, fuzzy msgid "None" -msgstr "proprietario" +msgstr "Nessuno" #: gtkedit/editoptions.c:39 msgid "Dynamic paragraphing" @@ -2273,37 +2146,36 @@ #: gtkedit/editoptions.c:39 msgid "Type writer wrap" -msgstr "" +msgstr "A capo tipo 'macchina da scrivere'" #. 2 #: gtkedit/editoptions.c:74 -#, fuzzy msgid "Word wrap line length : " -msgstr " Inserisci lunghezza linea, 0 per disattivare " +msgstr "Inserisci lunghezza linea : " #. 4 #: gtkedit/editoptions.c:80 msgid "Tab spacing : " -msgstr "" +msgstr "Tabulazioni : " #: gtkedit/editoptions.c:88 msgid "synta&X highlighting" -msgstr "" +msgstr "Sintassi evidenziata" #. 7 #: gtkedit/editoptions.c:94 msgid "confir&M before saving" -msgstr "" +msgstr "conferma prima di salvare" #. 8 #: gtkedit/editoptions.c:97 msgid "fill tabs with &Spaces" -msgstr "" +msgstr "riempi tabulazioni con spazi" #. 9 #: gtkedit/editoptions.c:100 msgid "&Return does autoindent" -msgstr "" +msgstr "autoindentazione" #. 10 #: gtkedit/editoptions.c:103 @@ -2317,9 +2189,8 @@ #. 13 #: gtkedit/editoptions.c:112 -#, fuzzy msgid "Wrap mode" -msgstr "Envolver" +msgstr "Modo di andare a capo" #. 15 #: gtkedit/editoptions.c:118 @@ -2327,17 +2198,16 @@ msgstr "Emulazione tasti" #: gtkedit/editoptions.c:159 -#, fuzzy msgid " Editor options " -msgstr " Altre opzioni " +msgstr " Opzioni dell'editor " #. Not essential to translate #: gtkedit/editwidget.c:312 msgid "Error initialising editor.\n" msgstr "Errore nell'inizializzazione dell'editor.\n" -#: gtkedit/editwidget.c:1065 src/help.c:806 src/main.c:1705 src/screen.c:2351 -#: src/screen.c:2381 src/tree.c:1009 src/view.c:2018 +#: gtkedit/editwidget.c:1065 src/help.c:806 src/main.c:1705 src/screen.c:2361 +#: src/screen.c:2391 src/tree.c:1009 src/view.c:2025 msgid "Help" msgstr "Aiuto" @@ -2353,22 +2223,21 @@ msgid "PullDn" msgstr "Menu" -#: gtkedit/editwidget.c:1075 src/help.c:818 src/main.c:1708 src/view.c:2020 -#: src/view.c:2040 +#: gtkedit/editwidget.c:1075 src/help.c:818 src/main.c:1708 src/view.c:2027 +#: src/view.c:2047 msgid "Quit" msgstr "Esci" #: gtkedit/editmenu.c:57 msgid " Word wrap " -msgstr "word wrap " +msgstr " A capo automatico " #. Not essential to translate #: gtkedit/editmenu.c:59 msgid " Enter line length, 0 for off: " -msgstr " Inserisci lunghezza linea, 0 per disattivare " +msgstr " Inserisci lunghezza linea, 0 per disattivare: " #: gtkedit/editmenu.c:70 -#, fuzzy msgid " About " msgstr "About" @@ -2385,43 +2254,43 @@ #: gtkedit/editmenu.c:119 gtkedit/editmenu.c:135 msgid "&Open/load... C-o" -msgstr "&Apri/esegui... C-o" +msgstr "&Apri/esegui... C-o" #: gtkedit/editmenu.c:120 msgid "&New C-n" -msgstr "&Nuovo" +msgstr "&Nuovo C-n" #: gtkedit/editmenu.c:122 gtkedit/editmenu.c:138 msgid "&Save F2" -msgstr "&Salva F2" +msgstr "&Salva F2" #: gtkedit/editmenu.c:123 gtkedit/editmenu.c:139 msgid "save &As... F12" -msgstr "salva &Con nome... F12" +msgstr "salva &Con nome...F12" #: gtkedit/editmenu.c:125 gtkedit/editmenu.c:141 msgid "&Insert file... F15" -msgstr "&Inserisci file... F15" +msgstr "&Inserisci file...F15" #: gtkedit/editmenu.c:126 msgid "copy to &File... C-f" -msgstr "copia in un &File.... C-f" +msgstr "copia in &File... C-f" #: gtkedit/editmenu.c:128 gtkedit/editmenu.c:144 msgid "a&Bout... " -msgstr "a&Bout" +msgstr "a&Bout... " #: gtkedit/editmenu.c:130 gtkedit/editmenu.c:146 msgid "&Quit F10" -msgstr "&Esci F10" +msgstr "&Esci F10" #: gtkedit/editmenu.c:136 msgid "&New C-x k" -msgstr "&Nuovo C-x k" +msgstr "&Nuovo C-x k" #: gtkedit/editmenu.c:142 msgid "copy to &File... " -msgstr "copia su un &File..." +msgstr "copia in &File... " #: gtkedit/editmenu.c:151 gtkedit/editmenu.c:168 msgid "&Toggle Mark F3" @@ -2429,51 +2298,51 @@ #: gtkedit/editmenu.c:152 gtkedit/editmenu.c:169 msgid "&Mark Columns S-F3" -msgstr "" +msgstr "&Marca colonne S-F3" #: gtkedit/editmenu.c:154 gtkedit/editmenu.c:171 msgid "toggle &Ins/overw Ins" -msgstr "Attiva &inserisci Ins" +msgstr "Attiva/disattiva &inserisci Ins" #: gtkedit/editmenu.c:156 gtkedit/editmenu.c:173 msgid "&Copy F5" -msgstr "&Copia F5" +msgstr "&Copia F5" #: gtkedit/editmenu.c:157 gtkedit/editmenu.c:174 msgid "&Move F6" -msgstr "&Rinomina F6" +msgstr "&Rinomina/muovi F6" #: gtkedit/editmenu.c:158 gtkedit/editmenu.c:175 msgid "&Delete F8" -msgstr "&Cancella F8" +msgstr "&Cancella F8" #: gtkedit/editmenu.c:160 gtkedit/editmenu.c:177 msgid "&Undo C-u" -msgstr "&Indietro C-" +msgstr "&Indietro C-u" #: gtkedit/editmenu.c:162 gtkedit/editmenu.c:179 msgid "&Beginning C-PgUp" -msgstr "I&nizio file C-PgUp" +msgstr "I&nizio file C-PgUp" #: gtkedit/editmenu.c:163 gtkedit/editmenu.c:180 msgid "&End C-PgDn" -msgstr "&Fine file C-PgDn" +msgstr "&Fine file C-PgDn" #: gtkedit/editmenu.c:185 gtkedit/editmenu.c:192 msgid "&Search... F7" -msgstr "&Cerca... F7" +msgstr "&Cerca... F7" #: gtkedit/editmenu.c:186 gtkedit/editmenu.c:193 msgid "search &Again F17" -msgstr "cerca &Nuovamente F17" +msgstr "Ripeti &Ricerca F17" #: gtkedit/editmenu.c:187 gtkedit/editmenu.c:194 msgid "&Replace... F4" -msgstr "Sostituisci F4" +msgstr "&Sostituisci... F4" #: gtkedit/editmenu.c:199 gtkedit/editmenu.c:221 msgid "&Goto line... M-l" -msgstr "Vai alla linea M-l" +msgstr "&Vai alla linea... M-l" #: gtkedit/editmenu.c:201 gtkedit/editmenu.c:223 msgid "insert &Literal... C-q" @@ -2481,7 +2350,7 @@ #: gtkedit/editmenu.c:203 gtkedit/editmenu.c:225 msgid "&Refresh screen C-l" -msgstr "Aggiorna schermo C-l" +msgstr "&Aggiorna schermata C-l" #: gtkedit/editmenu.c:205 gtkedit/editmenu.c:227 msgid "&Start record macro C-r" @@ -2493,15 +2362,15 @@ #: gtkedit/editmenu.c:207 msgid "&Execute macro... C-a, KEY" -msgstr "&Esegui macro C-a, Tasto" +msgstr "&Esegui macro... C-a, Tasto" #: gtkedit/editmenu.c:208 gtkedit/editmenu.c:230 msgid "delete macr&O... " -msgstr "Elimina macro..." +msgstr "Elimina macro... " #: gtkedit/editmenu.c:210 gtkedit/editmenu.c:232 msgid "insert &Date/time " -msgstr "inserisci data e ora" +msgstr "inserisci data/ora " #: gtkedit/editmenu.c:212 gtkedit/editmenu.c:234 msgid "format p&Aragraph M-p" @@ -2513,7 +2382,7 @@ #: gtkedit/editmenu.c:214 gtkedit/editmenu.c:236 msgid "sor&T... M-t" -msgstr "&Ordina M-t" +msgstr "&Ordina... M-t" #: gtkedit/editmenu.c:215 gtkedit/editmenu.c:237 msgid "'indent' &C Formatter F19" @@ -2521,7 +2390,7 @@ #: gtkedit/editmenu.c:216 msgid "&Mail... " -msgstr "&Posta... " +msgstr "&Mail... " #: gtkedit/editmenu.c:229 msgid "&Execute macro... C-x e, KEY" @@ -2529,11 +2398,11 @@ #: gtkedit/editmenu.c:235 msgid "'ispell' s&Pell check M-$" -msgstr "'ispell' inizia correzione M-$" +msgstr "'ispell' inizia correzione M-$" #: gtkedit/editmenu.c:244 gtkedit/editmenu.c:253 msgid "&General... " -msgstr "&Generale..." +msgstr "&Generale... " #: gtkedit/editmenu.c:245 gtkedit/editmenu.c:254 msgid "&Save mode..." @@ -2541,7 +2410,7 @@ #: gtkedit/editmenu.c:247 gtkedit/editmenu.c:256 src/main.c:1339 msgid "&Layout..." -msgstr "&Layout" +msgstr "&Presentazione... " #. The following are menu options. Do not change the key bindings (eg. C-o) and preserve '\t' #: gtkedit/editmenu.c:266 gtkedit/editmenu.c:275 gtkedit/editmenu.c:392 @@ -2570,7 +2439,6 @@ msgstr "Apri...\tC-o" #: gtkedit/editmenu.c:394 -#, fuzzy msgid "New\tC-n" msgstr "Nuovo\tC-n" @@ -2580,7 +2448,7 @@ #: gtkedit/editmenu.c:397 msgid "Save as...\tF12" -msgstr "Salva come......\tF12" +msgstr "Salva come...\tF12" #: gtkedit/editmenu.c:399 msgid "Insert file...\tF15" @@ -2588,34 +2456,32 @@ #: gtkedit/editmenu.c:400 msgid "Copy to file...\tC-f" -msgstr "Copia su un file...\tC-f" +msgstr "Copia in file...\tC-f" #. Tool hint #: gtkedit/editmenu.c:403 msgid "Disk operations" -msgstr "Operazioni sui files" +msgstr "Operazioni sul disco" #: gtkedit/editmenu.c:409 msgid "Toggle mark\tF3" -msgstr "Alterna evidenziazione\\tF3" +msgstr "Attiva/disattiva evidenziazione\tF3" #: gtkedit/editmenu.c:410 -#, fuzzy msgid "Toggle mark columns\tC-b" -msgstr "Alterna evidenziazione\\tF3" +msgstr "Attiva/disattiva evidenziazione colonne\tC-b" #: gtkedit/editmenu.c:412 -#, fuzzy msgid "Toggle book mark\tC-M-Ins" -msgstr "Alterna evidenziazione\\tF3" +msgstr "Attiva/disattiva segnalibro\tC-M-Ins" #: gtkedit/editmenu.c:413 msgid "Previous book mark\tC-M-Up" -msgstr "" +msgstr "Segnalibro precedente\tC-M-Su" #: gtkedit/editmenu.c:414 msgid "Next book mark\tC-M-Down" -msgstr "" +msgstr "Segnalibro successivo\tC-M-Giu" #: gtkedit/editmenu.c:415 msgid "Flush book marks" @@ -2623,39 +2489,39 @@ #: gtkedit/editmenu.c:417 msgid "Toggle insert/overwrite\tIns" -msgstr "Alterna inserisci/sovrascrivi \tIns" +msgstr "Inserisci/sovrascrivi \tIns" #: gtkedit/editmenu.c:419 msgid "Copy block to cursor\tF5" -msgstr "Copia il blocco sotto il cursore\tF5" +msgstr "Copia il blocco alla posizione cursore\tF5" #: gtkedit/editmenu.c:420 msgid "Move block to cursor\tF6" -msgstr "Muovi il blocco sotto al cursore\tF6" +msgstr "Muovi il blocco alla posizione cursore\tF6" #: gtkedit/editmenu.c:421 msgid "Delete block\tF8/C-Del" -msgstr "Elimina blocco\\tF8/C-Del" +msgstr "Elimina blocco\tF8/C-Del" #: gtkedit/editmenu.c:423 msgid "Copy block to clipbrd\tC-Ins" -msgstr "Copia il blocco alla clipboard\\tC-Ins" +msgstr "Copia il blocco alla clipboard\tC-Ins" #: gtkedit/editmenu.c:424 msgid "Cut block to clipbrd\tS-Del" -msgstr "Muovi il blocco alla clipboard\\tS-Del" +msgstr "Muovi il blocco alla clipboard\tS-Del" #: gtkedit/editmenu.c:425 msgid "Paste block from clipbrd\tS-Ins" -msgstr "Importa il blocco dalla clipboard\\tS-Ins" +msgstr "Incolla blocco dalla clipboard\tS-Ins" #: gtkedit/editmenu.c:426 msgid "Selection history\tM-Ins" -msgstr "Storico selezioni\\tM-Ins" +msgstr "Storia selezioni\tM-Ins" #: gtkedit/editmenu.c:428 msgid "Undo\tC-BackSpace" -msgstr "Undo\\tC-Backspace" +msgstr "Undo\tC-Backspace" #. Tool hint #: gtkedit/editmenu.c:431 @@ -2663,54 +2529,53 @@ msgstr "Manipolazione blocchi di testo" #: gtkedit/editmenu.c:436 -#, fuzzy msgid " Srch/Replce " msgstr " Cerca/Sostituisci " #: gtkedit/editmenu.c:437 msgid "Search...\tF7" -msgstr "Cerca...\\tF7" +msgstr "Cerca... \tF7" #: gtkedit/editmenu.c:438 msgid "Search again\tF17" -msgstr "Nuova ricerca\\tF17" +msgstr "Cerca ancora\tF17" #: gtkedit/editmenu.c:439 msgid "Replace...\tF4" -msgstr "Sostituisci...\\tF4" +msgstr "Sostituisci...\tF4" #: gtkedit/editmenu.c:440 msgid "Replace again\tF14" -msgstr "Sostituisci di nuovo\\tF14" +msgstr "Sostituisci di nuovo\tF14" #. Tool hint #: gtkedit/editmenu.c:443 msgid "Search for and replace text" -msgstr "Cerca e rimpiazza testo" +msgstr "Cerca e sostituisci testo" #: gtkedit/editmenu.c:449 msgid "Goto line...\tM-l" -msgstr "Vai alla linea...\\tM-l" +msgstr "Vai alla linea...\tM-l" #: gtkedit/editmenu.c:451 msgid "Start record macro\tC-r" -msgstr "inizia registrazione macro\\tC-r" +msgstr "inizia registrazione macro\tC-r" #: gtkedit/editmenu.c:452 msgid "Finish record macro...\tC-r" -msgstr "Fine registrazione macro...\\tC-r" +msgstr "Fine registrazione macro...\tC-r" #: gtkedit/editmenu.c:453 msgid "Execute macro...\tC-a, KEY" -msgstr "Esegui macro...\\tC-a, TECLA" +msgstr "Esegui macro...\tC-a, Tasto" #: gtkedit/editmenu.c:454 msgid "Delete macro...\t" -msgstr "Elimina macro...\\t" +msgstr "Elimina macro...\t" #: gtkedit/editmenu.c:456 msgid "Insert date/time\tC-d" -msgstr "Inserisci data/ora\\tC-d" +msgstr "Inserisci data/ora\tC-d" #: gtkedit/editmenu.c:457 msgid "Format paragraph\tM-p" @@ -2718,7 +2583,7 @@ #: gtkedit/editmenu.c:459 msgid "Refresh display\tC-l" -msgstr "" +msgstr "Aggiorna schermata\tC-l" #. Tool hint #: gtkedit/editmenu.c:462 @@ -2726,70 +2591,64 @@ msgstr "Macro e comandi interni" #: gtkedit/gtkedit.c:65 -#, fuzzy msgid "&Dismiss" msgstr " &Chiudi " #: gtkedit/gtkedit.c:66 -#, fuzzy msgid " Enter file name: " -msgstr " Linea: " +msgstr " Inserisci file name: " #: gtkedit/gtkedit.c:111 msgid "The Quick Brown Fox Jumps Over The Lazy Dog" -msgstr "" +msgstr "The Quick Brown Fox Jumps Over The Lazy Dog" #: gtkedit/gtkedit.c:802 msgid "" "gtkedit.c: HOME environment variable not set and no passwd entry - aborting\n" msgstr "" +"gtkedit.c: Variabile d'ambiente HOME non configurata e\n" +"voce non esistente nel file /etc/passwd - termina\n" #: gtkedit/gtkedit.c:1290 msgid "Clear the edit buffer" msgstr "" #: gtkedit/gtkedit.c:1295 -#, fuzzy msgid "Insert File" msgstr " Inserisci file " #: gtkedit/gtkedit.c:1295 -#, fuzzy msgid "Insert text from a file" -msgstr " Inserisci letteralmente " +msgstr " Inserisci testo da file " #: gtkedit/gtkedit.c:1297 -#, fuzzy msgid "Copy to file" -msgstr "Copia files" +msgstr "Copia in file" #: gtkedit/gtkedit.c:1297 msgid "copy a block to a file" -msgstr "" +msgstr "Copia blocco in file" #: gtkedit/gtkedit.c:1337 -#, fuzzy msgid "Search/Replace" msgstr " Cerca/Sostituisci " #: gtkedit/syntax.c:1339 gtkedit/syntax.c:1346 -#, fuzzy msgid " Load syntax file " -msgstr "Non posso avere informazioni sul file " +msgstr "Carica file di regole di sintassi" #: gtkedit/syntax.c:1339 -#, fuzzy msgid " File access error " -msgstr " errore nel file " +msgstr "Errore nell'accesso al file" #: gtkedit/syntax.c:1345 #, c-format msgid " Error in file %s on line %d " -msgstr "" +msgstr "Errore nel file %s alla linea %d" #: src/achown.c:72 src/chmod.c:115 src/chown.c:80 msgid "&Set" -msgstr "Modifica" +msgstr "Applica" #: src/achown.c:73 msgid "S&kip" @@ -2813,11 +2672,11 @@ #: src/achown.c:374 msgid "On" -msgstr "" +msgstr "Attivo" #: src/achown.c:376 msgid "Flag" -msgstr "" +msgstr "Flag" #: src/achown.c:383 #, c-format @@ -2855,23 +2714,23 @@ #: src/achown.c:667 msgid " I can't run the Advanced Chown command on an extfs " -msgstr " Impossibile usare modalita' avanzata di chown su un extfs " +msgstr " Impossibile usare chown in modalita' avanzata su un extfs " #: src/achown.c:671 msgid " I can't run the Advanced Chown command on a tarfs " -msgstr " Impossibile usare modalita' avanzata di chown su un tarfs " +msgstr " Impossibile usare chown in modalita' avanzata su un tarfs " #: src/background.c:181 msgid "Background process:" -msgstr "Processo in background" +msgstr "Processo in background:" #: src/background.c:287 src/file.c:2173 msgid " Background process error " -msgstr " Errore sul processo in background" +msgstr " Errore nel processo in background" #: src/background.c:294 msgid " Child died unexpectedly " -msgstr " Il processo figlio e' uscito prematuramente" +msgstr " Processo figlio terminato prematuramente" #: src/background.c:296 msgid " Unknown error in child " @@ -2911,7 +2770,7 @@ #: src/boxes.c:72 msgid "&Icon view" -msgstr "" +msgstr "Vista a icone" #: src/boxes.c:137 msgid "user &Mini status" @@ -2923,11 +2782,11 @@ #: src/boxes.c:280 msgid "&Reverse" -msgstr "inve&Rti" +msgstr "Inve&Rti" #: src/boxes.c:281 msgid "case sensi&tive" -msgstr "controlla maiuscole/minuscole" +msgstr "Considera maiuscole/minuscole" #: src/boxes.c:282 msgid "Sort order" @@ -2935,19 +2794,19 @@ #: src/boxes.c:381 msgid " confirm &Exit " -msgstr " conferma uscita" +msgstr " Conferma &Uscita" #: src/boxes.c:383 msgid " confirm e&Xecute " -msgstr " conferma esegui " +msgstr " Conferma &esegui " #: src/boxes.c:385 msgid " confirm o&Verwrite " -msgstr " conferma sovrascrittura " +msgstr " Conferma &Sovrascrittura " #: src/boxes.c:387 msgid " confirm &Delete " -msgstr " conferma eliminazione " +msgstr " Conferma &Eliminazione " #: src/boxes.c:393 msgid " Confirmation " @@ -2975,7 +2834,7 @@ #: src/boxes.c:651 msgid "&Always use ftp proxy" -msgstr "usa sempre ftp proxy" +msgstr "Usa sempre ftp proxy" #: src/boxes.c:653 msgid "sec" @@ -2987,7 +2846,7 @@ #: src/boxes.c:661 msgid "ftp anonymous password:" -msgstr "password ftp anonimo:" +msgstr "Password ftp anonimo:" #: src/boxes.c:668 msgid "Timeout for freeing VFSs:" @@ -2998,19 +2857,17 @@ msgstr " Configurazione Virtual File System (VFS)" #: src/boxes.c:740 -#, fuzzy msgid "Quick cd" -msgstr "&Rapido " +msgstr "Cambia dir &Veloce " #. want cd like completion #: src/boxes.c:745 msgid "cd" -msgstr "" +msgstr "cd" #: src/boxes.c:796 -#, fuzzy msgid "Symbolic link" -msgstr "Nome del file del link simbolico:" +msgstr "Link simbolico:" #: src/boxes.c:833 msgid "Running " @@ -3038,39 +2895,39 @@ #: src/chmod.c:95 msgid "execute/search by others" -msgstr "esegui/cerca (others)" +msgstr "esegui/cerca (altri)" #: src/chmod.c:96 msgid "write by others" -msgstr "scrittura (others)" +msgstr "scrittura (altri)" #: src/chmod.c:97 msgid "read by others" -msgstr "lettura (others)" +msgstr "lettura (altri)" #: src/chmod.c:98 msgid "execute/search by group" -msgstr "esegui/cerca (group)" +msgstr "esegui/cerca (gruppo)" #: src/chmod.c:99 msgid "write by group" -msgstr "scrittura (group)" +msgstr "scrittura (gruppo)" #: src/chmod.c:100 msgid "read by group" -msgstr "lettura (group)" +msgstr "lettura (gruppo)" #: src/chmod.c:101 msgid "execute/search by owner" -msgstr "ejecutar/buscar por dueño" +msgstr "esegui/cerca (proprietario)" #: src/chmod.c:102 msgid "write by owner" -msgstr "scrittura (owner)" +msgstr "scrittura (proprietario)" #: src/chmod.c:103 msgid "read by owner" -msgstr "lettura (owner)" +msgstr "lettura (proprietario)" #: src/chmod.c:104 msgid "sticky bit" @@ -3078,19 +2935,19 @@ #: src/chmod.c:105 msgid "set group ID on execution" -msgstr "Setta GID" +msgstr "Configura GID" #: src/chmod.c:106 msgid "set user ID on execution" -msgstr "Setta UID" +msgstr "Configura UID" #: src/chmod.c:116 msgid "C&lear marked" -msgstr "Cancella selezioni" +msgstr "Cancella selezionati" #: src/chmod.c:117 msgid "S&et marked" -msgstr "Setta selezionati" +msgstr "Configura selezionati" #: src/chmod.c:118 msgid "&Marked all" @@ -3102,7 +2959,7 @@ #: src/chmod.c:154 msgid "Owner name" -msgstr "Nome proprietario(owner)" +msgstr "Nome proprietario" #: src/chmod.c:156 msgid "Group name" @@ -3110,7 +2967,7 @@ #: src/chmod.c:160 msgid " Chmod command " -msgstr " Comando chown " +msgstr " Comando chmod " #: src/chmod.c:162 src/chown.c:120 msgid " Permission " @@ -3130,23 +2987,27 @@ #: src/chmod.c:175 msgid "and T or INS to mark" -msgstr "T o INS per marcare" +msgstr "T o INS per selezionare" #: src/chmod.c:233 msgid "Chmod command" -msgstr "Comando Chmod" +msgstr "Comando chmod" #: src/chmod.c:321 msgid " I can't run the Chmod command on an extfs " -msgstr " Non si puo' eseguire chemod su un extfs " +msgstr " Non si puo' eseguire chmod su un extfs " + +#: src/chmod.c:325 +msgid " I can't run the Chmod command on a tarfs " +msgstr " Non si puo' eseguire chmod su un tarfs " #: src/chown.c:81 msgid "Set &users" -msgstr "Setta utenti" +msgstr "Configura utenti" #: src/chown.c:82 msgid "Set &groups" -msgstr "Setta gruppi" +msgstr "Configura gruppi" #: src/chown.c:112 msgid " Name " @@ -3154,7 +3015,7 @@ #: src/chown.c:114 msgid " Owner name " -msgstr " Nome proprietario (owner) " +msgstr " Nome proprietario " #: src/chown.c:116 src/chown.c:128 msgid " Group name " @@ -3166,7 +3027,7 @@ #: src/chown.c:124 msgid " Chown command " -msgstr " Comando Chown " +msgstr " Comando chown " #: src/chown.c:126 msgid " User name " @@ -3183,16 +3044,16 @@ #: src/chown.c:261 msgid " I can't run the Chown command on an extfs " -msgstr " Non si puo' eseguire chmod su un extfs " +msgstr " Impossibile eseguire chmod su un extfs " #: src/chown.c:265 msgid " I can't run the Chown command on a tarfs " -msgstr " Non si puo' eseguire chown su un tarfs " +msgstr " Impossibile eseguire chown su un tarfs " #: src/cmd.c:200 #, c-format msgid " Can not fetch a local copy of %s " -msgstr " Non posso ottenere una copia locale di `%s' " +msgstr " Impossibile ottenere una copia locale di `%s' " #: src/cmd.c:250 msgid " CD " @@ -3200,20 +3061,17 @@ #: src/cmd.c:250 msgid "Files tagged, want to cd?" -msgstr " File selezionati, cambio directory?" +msgstr " File selezionati, cambiare directory?" #: src/cmd.c:256 src/cmd.c:715 src/cmd.c:729 -#, fuzzy msgid "Could not change directory" -msgstr " Non posso aprire la directory `%s' " +msgstr "Impossibile cambiare directory" #: src/cmd.c:285 -#, fuzzy msgid " View file " msgstr "Visualizza file" #: src/cmd.c:285 -#, fuzzy msgid " Filename:" msgstr "File:" @@ -3226,7 +3084,6 @@ msgstr " Comando per il filtro (inclusi argomenti):" #: src/cmd.c:390 -#, fuzzy msgid "Create a new Directory" msgstr "Crea nuova directory" @@ -3240,7 +3097,7 @@ #: src/cmd.c:451 msgid " Set expression for filtering filenames" -msgstr " Setta espressione per filtrare i file in base al nome " +msgstr " Applica espressione per filtrare i file " #: src/cmd.c:517 msgid " Select " @@ -3252,11 +3109,11 @@ #: src/cmd.c:642 msgid "Extension file edit" -msgstr "Modifica file delle estensioni" +msgstr "Modifica file supporto estensioni" #: src/cmd.c:643 msgid " Which extension file you want to edit? " -msgstr " Quale file delle estensioni vuoi editare? " +msgstr " Quale file supporto estensioni vuoi editare? " #: src/cmd.c:644 msgid "&User" @@ -3284,7 +3141,7 @@ #: src/cmd.c:855 msgid " Compare directories " -msgstr " Conftonta directories" +msgstr " Confronta directories" #: src/cmd.c:855 msgid " Select compare method: " @@ -3292,7 +3149,7 @@ #: src/cmd.c:856 msgid "&Quick" -msgstr "&Rapido " +msgstr "&Veloce" #: src/cmd.c:856 msgid "&Size only" @@ -3310,11 +3167,11 @@ #: src/cmd.c:880 msgid " The command history is empty " -msgstr " Lo storico comandi e' vuoto" +msgstr " La storia comandi e' vuota" #: src/cmd.c:886 msgid " Command history " -msgstr " Storico comandi " +msgstr " Storia comandi " #: src/cmd.c:928 msgid "" @@ -3326,7 +3183,7 @@ #: src/cmd.c:967 msgid "Type `exit' to return to the Midnight Commander" -msgstr "Premi `exit' per tornare a Midnight Commander" +msgstr "Digita `exit' per tornare a Midnight Commander" #: src/cmd.c:1022 #, c-format @@ -3356,18 +3213,18 @@ msgstr " link simbolico: %s " #: src/cmd.c:1130 -#, fuzzy, c-format +#, c-format msgid " Symlink `%s' points to: " -msgstr " punta a: " +msgstr " Il link simbolico `%s' punta a: " #: src/cmd.c:1135 msgid " Edit symlink " msgstr " Modifica link simbolico " #: src/cmd.c:1140 -#, fuzzy, c-format +#, c-format msgid " edit symlink, unable to remove %s: %s " -msgstr " Modifica il link simbolico: %s " +msgstr " Modifica link simbolico, impossibile eliminare %s: %s " #: src/cmd.c:1144 #, c-format @@ -3392,11 +3249,9 @@ msgstr " Inserire nome macchina (F1 per help e dettagli): " #: src/cmd.c:1310 -#, fuzzy, c-format +#, c-format msgid " Could not chdir to %s " -msgstr "" -" Impossibile eseguire chown su \"%s\" \n" -" %s " +msgstr " Impossibile cambiare directory ('%s') " #: src/cmd.c:1317 msgid " Link to a remote machine " @@ -3404,7 +3259,7 @@ #: src/cmd.c:1323 msgid " FTP to machine " -msgstr " Connessione FTP " +msgstr " Connessione ftp " #: src/cmd.c:1333 msgid " Socket source routing setup " @@ -3412,7 +3267,7 @@ #: src/cmd.c:1334 msgid " Enter host name to use as a source routing hop: " -msgstr " " +msgstr "Inserisci il nome dell'host da usare come origine routing" #: src/cmd.c:1341 msgid " Host name " @@ -3427,13 +3282,12 @@ msgstr " Ripristina file da un filesystem ext2 " #: src/cmd.c:1353 -#, fuzzy msgid "" " Enter device (without /dev/) to undelete\n" " files on: (F1 for details)" msgstr "" -" Inserisci il nome del file system sul quale volete \n" -" eseguire il comando di ripristino: (F1 per i dettagli) " +" Inserire il nome della periferica (senza /dev/) sulla quale si desidera \n" +" eseguire il comando di ripristino: (F1 per i dettagli) " #: src/cmd.c:1403 msgid " Setup saved to ~/" @@ -3449,11 +3303,10 @@ " Can't chdir to '%s' \n" " %s " msgstr "" -" Non posso cambiare directory ( '%s') \n" +" Impossibile cambiare directory ('%s') \n" " %s " #: src/command.c:198 -#, fuzzy msgid " You can not execute commands on non-local filesystems" msgstr " Non e' possibile eseguire comandi su un Virtual File System (VFS) " @@ -3497,7 +3350,7 @@ #: src/dir.c:68 msgid "&Inode" -msgstr "&Inode" +msgstr "&Inodo" #. New sort orders #: src/dir.c:71 @@ -3527,19 +3380,19 @@ #: src/dir.c:386 #, c-format msgid "File exists but can not be stat-ed: %s %s" -msgstr "" +msgstr "Il file esite ma non puo' essere identificato: %s %s" #: src/dir.c:662 msgid "Unknown" msgstr "Sconosciuto" #: src/ext.c:131 src/user.c:506 -#, fuzzy, c-format +#, c-format msgid "" " Can't generate unique filename \n" " %s " msgstr "" -" Non posso aprire il file %s \n" +" Impossibile generare nome di file unico \n" " %s " #: src/ext.c:138 src/user.c:518 @@ -3548,7 +3401,7 @@ " Can't create temporary command file \n" " %s " msgstr "" -"Non posso creare un file temporaneo per il comando \n" +"Impossibile creare un file temporaneo per il comando \n" " %s " #: src/ext.c:153 src/user.c:547 @@ -3606,16 +3459,15 @@ #: src/file.c:156 src/tree.c:746 msgid " Delete " -msgstr " Cancel " +msgstr " Cancella " #: src/file.c:244 msgid " Invalid target mask " msgstr "La maschera di destinazione e' errata" #: src/file.c:342 -#, fuzzy msgid " Could not make the hardlink " -msgstr " Configurazione del routing " +msgstr " Impossibile creare link fisico " #: src/file.c:384 #, c-format @@ -3623,7 +3475,7 @@ " Cannot read source link \"%s\" \n" " %s " msgstr "" -" Non posso leggere il link sorgente \"%s\" \n" +" Impossibile leggere il link di origine \"%s\" \n" " %s " #: src/file.c:394 @@ -3632,9 +3484,9 @@ "\n" " Option Stable Symlinks will be disabled " msgstr "" -" Non posso creare link simbolici su un filesystem non locale \n" +" Impossibile creare link simbolici stabili su un filesystem non locale \n" "\n" -" L'opzione Link simbolici sara' disabilitata " +" L'opzione Link Simbolici Stabili sara' disabilitata " #: src/file.c:442 #, c-format @@ -3642,15 +3494,15 @@ " Cannot create target symlink \"%s\" \n" " %s " msgstr "" -" Non posso creare il link simbolico di destinazione \"%s\" \n" +" Impossibile creare il link simbolico di destinazione \"%s\" \n" " %s " #: src/file.c:509 -#, fuzzy, c-format +#, c-format msgid "" " Cannot overwrite directory \"%s\" \n" " %s " -msgstr " Non posso riniminare la directory \"%s\" " +msgstr " Impossibile sovrascirvere la directory \"%s\" %s " #: src/file.c:518 #, c-format @@ -3658,13 +3510,13 @@ " Cannot stat source file \"%s\" \n" " %s " msgstr "" -" Non trovo le informazioni sul file \"%s\" \n" +" Non trovo le informazioni sul file di origine \"%s\" \n" " %s " #: src/file.c:531 #, c-format msgid " `%s' and `%s' are the same file. " -msgstr " `%s' e `%s' sono lo steddo file. " +msgstr " `%s' e `%s' sono lo stesso file. " #: src/file.c:574 #, c-format @@ -3672,7 +3524,7 @@ " Cannot create special file \"%s\" \n" " %s " msgstr "" -" Non posso creare il file \"%s\" \n" +" Impossibile creare il file speciale \"%s\" \n" " %s " #: src/file.c:583 src/file.c:812 @@ -3681,7 +3533,8 @@ " Cannot chown target file \"%s\" \n" " %s " msgstr "" -" Non posso cambiare il proprietario/gruppo del file: \"%s\" \n" +" Impossibile cambiare il proprietario/gruppo del file di destinazione \"%s\" " +"\n" " %s " #: src/file.c:592 src/file.c:831 @@ -3690,7 +3543,7 @@ " Cannot chmod target file \"%s\" \n" " %s " msgstr "" -" Non posso cambiare proprietario/gruppo del file \"%s\" \n" +" Impossibile cambiare i permessi del file \"%s\" \n" " %s " #: src/file.c:609 @@ -3699,7 +3552,7 @@ " Cannot open source file \"%s\" \n" " %s " msgstr "" -" Non posso aprire il file sorgente \"%s\" \n" +" Impossibile aprire il file di origine \"%s\" \n" " %s" #: src/file.c:619 @@ -3712,7 +3565,7 @@ " Cannot fstat source file \"%s\" \n" " %s " msgstr "" -" Non posso ottenere informazioni sul file sorgente: \"%s\" \n" +" Impossibile ottenere informazioni sul file di origine: \"%s\" \n" " %s " #: src/file.c:651 @@ -3721,7 +3574,7 @@ " Cannot create target file \"%s\" \n" " %s " msgstr "" -" Non posso creare il file \"%s\" \n" +" Impossibile creare il file di destinazione \"%s\" \n" " %s " #: src/file.c:665 @@ -3730,7 +3583,7 @@ " Cannot fstat target file \"%s\" \n" " %s " msgstr "" -" Non posso ottenere informazioni sul file sorgente: \"%s\" \n" +" Impossibile ottenere informazioni sul file di destinazione: \"%s\" \n" " %s" #: src/file.c:696 @@ -3748,12 +3601,12 @@ " Cannot write target file \"%s\" \n" " %s " msgstr "" -" Non posso scrivere il file \"%s\" \n" +" Impossibile scrivere il file \"%s\" di destinazione\n" " %s" #: src/file.c:745 msgid "(stalled)" -msgstr "(in attesa)" +msgstr "(attesa)" #: src/file.c:783 #, c-format @@ -3761,7 +3614,7 @@ " Cannot close source file \"%s\" \n" " %s " msgstr "" -" Non posso chiudere il file sorgente \"%s\" \n" +" Impossibile chiudere il file di origine \"%s\" \n" " %s" #: src/file.c:792 @@ -3770,21 +3623,20 @@ " Cannot close target file \"%s\" \n" " %s " msgstr "" -" Non posso chiudere il file di destinazione \"%s\" \n" +" Impossibile chiudere il file di destinazione \"%s\" \n" " %s" #: src/file.c:802 msgid "Incomplete file was retrieved. Keep it?" -msgstr "" +msgstr "File incompleto. Mantenerlo?" #: src/file.c:803 -#, fuzzy msgid "&Delete" -msgstr "Elimina" +msgstr "&Elimina" #: src/file.c:803 src/hotlist.c:1443 msgid "&Keep" -msgstr "&Mantenere" +msgstr "&Mantieni" #: src/file.c:876 #, c-format @@ -3792,15 +3644,17 @@ " Cannot stat source directory \"%s\" \n" " %s " msgstr "" -" Non posso avere informazioni sulla directory sorgente \"%s\" \n" +" Impossibile avere informazioni sulla directory di origine \"%s\" \n" " %s" #: src/file.c:899 -#, fuzzy, c-format +#, c-format msgid "" " Source directory \"%s\" is not a directory \n" " %s " -msgstr " \"%s\" non e' una directory \"" +msgstr "" +" \"%s\" non e' una directory \n" +" %s " #. we found a cyclic symbolic link #: src/file.c:907 @@ -3809,8 +3663,8 @@ " Cannot copy cyclic symbolic link \n" " `%s' " msgstr "" -" Non posso copiare un link simbolico ciclico \n" -" %s" +" Impossibile copiare un link simbolico ciclico \n" +" '%s' " #: src/file.c:964 #, c-format @@ -3818,7 +3672,7 @@ " Cannot create target directory \"%s\" \n" " %s " msgstr "" -" Non posso creare la directory di destinazione \"%s\" \n" +" Impossibile creare la directory di destinazione \"%s\" \n" " %s " #: src/file.c:987 @@ -3827,7 +3681,8 @@ " Cannot chown target directory \"%s\" \n" " %s " msgstr "" -" Non posso cambiare proprietario/gruppo della directory \"%s\"\n" +"Impossibile cambiare proprietario/gruppo della directory di destinazione " +"\"%s\"\n" " %s " #. Source doesn't exist @@ -3837,7 +3692,7 @@ " Cannot stat file \"%s\" \n" " %s " msgstr "" -" Non posso ottenere informazioni sul file \"%s\" \n" +" Impossibile ottenere informazioni sul file \"%s\" \n" " %s " #: src/file.c:1122 @@ -3848,7 +3703,7 @@ #: src/file.c:1129 #, c-format msgid " Cannot overwrite directory `%s' " -msgstr " Non posso rinominare la directory `%s' " +msgstr " Impossibile sovrascrivere la directory `%s' " #: src/file.c:1172 #, c-format @@ -3856,7 +3711,7 @@ " Cannot move file \"%s\" to \"%s\" \n" " %s " msgstr "" -" Non posso rinominare il file `%s' in `%s' \n" +" Impossibile rinominare il file \"%s\" in \"%s\" \n" " %s " #: src/file.c:1192 @@ -3865,20 +3720,18 @@ " Cannot remove file \"%s\" \n" " %s " msgstr "" -" Non posso rimuovere il file `%s' \n" +" Impossibile rimuovere il file '%s' \n" " %s" #: src/file.c:1246 -#, fuzzy, c-format +#, c-format msgid " Cannot overwrite directory \"%s\" %s " -msgstr " Non posso riniminare la directory \"%s\" " +msgstr " Impossibile sovrascrivere la directory '%s' %s " #: src/file.c:1248 -#, fuzzy, c-format +#, c-format msgid " Cannot overwrite file \"%s\" %s " -msgstr "" -" Non posso sovrascrivere il file `%s' \n" -" %s " +msgstr " Impossibile sovrascrivere il file `%s' %s " #: src/file.c:1275 #, c-format @@ -3886,7 +3739,7 @@ " Cannot move directory \"%s\" to \"%s\" \n" " %s " msgstr "" -" Non posso rinominare la directory `%s' in `%s' \n" +" Impossibile rinominare la directory `%s' in `%s' \n" " %s " #: src/file.c:1338 @@ -3895,7 +3748,7 @@ " Cannot delete file \"%s\" \n" " %s " msgstr "" -" Non posso cancellare il file `%s' \n" +" Impossibile cancellare il file `%s' \n" " %s " #: src/file.c:1399 src/file.c:1469 src/file.c:1501 @@ -3904,7 +3757,7 @@ " Cannot remove directory \"%s\" \n" " %s " msgstr "" -" Non posso cancellae la directory `%s' \n" +" Impossibile cancellare la directory `%s' \n" " %s " #: src/file.c:1540 @@ -3921,39 +3774,36 @@ #. * dropped, when widgets get smarter) #. #: src/file.c:1661 -#, fuzzy msgid "1Copy" -msgstr "Copia" +msgstr "1Copia" #: src/file.c:1661 -#, fuzzy msgid "1Move" -msgstr "Muovi" +msgstr "1Muovi" #: src/file.c:1661 -#, fuzzy msgid "1Delete" -msgstr "Elimina" +msgstr "1Elimina" #: src/file.c:1676 #, c-format msgid "%o %f \"%s\"%m" -msgstr "" +msgstr "%o %f \"%s\"%m" #: src/file.c:1677 #, c-format msgid "%o %d %f%m" -msgstr "" +msgstr "%o %d %f%m" #: src/file.c:1679 #, c-format msgid "%o %f \"%s\"%e" -msgstr "" +msgstr "%o %f \"%s\"%e" #: src/file.c:1680 #, c-format msgid "%o %d %f%e" -msgstr "" +msgstr "%o %d %f%e" #: src/file.c:1684 msgid "file" @@ -3961,7 +3811,7 @@ #: src/file.c:1684 msgid "files" -msgstr "files" +msgstr "file" #: src/file.c:1684 msgid "directory" @@ -3973,7 +3823,7 @@ #: src/file.c:1685 msgid "files/directories" -msgstr "files/directoryes" +msgstr "file/directory" #: src/file.c:1685 msgid " with source mask:" @@ -3981,17 +3831,15 @@ #: src/file.c:1837 msgid " Can't operate on \"..\"! " -msgstr " Non posso operare su \"..\" " +msgstr " Impossibile operare su \"..\"! " -#: src/file.c:1856 src/screen.c:2082 -#, fuzzy +#: src/file.c:1856 src/screen.c:2092 msgid "Yes" -msgstr "&Si" +msgstr "Si" -#: src/file.c:1856 src/screen.c:2082 -#, fuzzy +#: src/file.c:1856 src/screen.c:2092 msgid "No" -msgstr "&No" +msgstr "No" #: src/file.c:1909 msgid " Sorry, I could not put the job in background " @@ -4006,7 +3854,7 @@ msgstr " Operazione su file sconosciuta " #: src/file.c:2012 -#, fuzzy, c-format +#, c-format msgid "" " Destination \"%s\" must be a directory \n" " %s " @@ -4018,7 +3866,7 @@ #: src/file.c:2174 src/file.c:2235 src/filegui.c:263 src/filegui.c:591 msgid "&Abort" -msgstr "Esci" +msgstr "&Abbandona" #: src/file.c:2226 msgid "" @@ -4027,8 +3875,8 @@ " Delete it recursively? " msgstr "" "\n" -" El directorio no está vacío.\n" -" ¿Borrarlo recursivamente? " +" Directory non vuota.\n" +" Cancellarla recursivamente? " #: src/file.c:2227 msgid "" @@ -4037,32 +3885,32 @@ " Delete it recursively? " msgstr "" "\n" -" Proceso en el fondo: El directorio no está vacío.\n" -" ¿Borrarlo recursivamente? " +" Processo in background: Directory non vuota.\n" +" Cancellarla recursivamente? " #: src/file.c:2234 msgid "a&ll" -msgstr "&Todo" +msgstr "&Tutti" #: src/file.c:2234 src/filegui.c:594 msgid "non&E" -msgstr "non&E" +msgstr "n&Essuno" #: src/file.c:2244 msgid " Type 'yes' if you REALLY want to delete " -msgstr " Teclee `yes' si REALMENTE quiere borrar " +msgstr " Digita `yes' se desideri cancellare VERAMENTE " #: src/file.c:2246 msgid "all the directories " -msgstr "todos los directorios " +msgstr "tutte le directory " #: src/file.c:2248 msgid " Recursive Delete " -msgstr " Borrado recursivo " +msgstr " Cancellazione recursiva " #: src/file.c:2249 msgid " Background process: Recursive Delete " -msgstr " Proceso en el fondo: Borrado recursivo " +msgstr " Processo in background: Cancellazione recursiva " #: src/filegui.c:423 msgid "File" @@ -4074,11 +3922,11 @@ #: src/filegui.c:467 msgid "Bytes" -msgstr "Bytes" +msgstr "Byte" #: src/filegui.c:504 msgid "Source" -msgstr "Sorgente" +msgstr "Origine" #: src/filegui.c:527 msgid "Target" @@ -4091,7 +3939,7 @@ #: src/filegui.c:589 #, c-format msgid "Target file \"%s\" already exists!" -msgstr " Il file `%s' esiste!" +msgstr " Il file di destinazione `%s' esiste!" #: src/filegui.c:592 msgid "if &Size differs" @@ -4107,11 +3955,11 @@ #: src/filegui.c:599 msgid "&Reget" -msgstr "&Reget" +msgstr "&Riprova" #: src/filegui.c:600 msgid "ap&Pend" -msgstr "attacca" +msgstr "Aggiungi" #: src/filegui.c:603 msgid "Overwrite this target?" @@ -4125,15 +3973,15 @@ #: src/filegui.c:607 #, c-format msgid "Source date: %s, size %d" -msgstr "Data sorgente: %s, dimensione %d" +msgstr "Data origine: %s, dimensione %d" #: src/filegui.c:691 msgid " File exists " -msgstr " Il file esiste " +msgstr " File esistente " #: src/filegui.c:692 msgid " Background process: File exists " -msgstr " Processo in background: il file esiste " +msgstr " Processo in background: File esistente " #. follow symlinks and preserve Attributes must be the first #: src/filegui.c:804 @@ -4152,15 +4000,15 @@ #: src/filegui.c:809 msgid "&Using shell patterns" -msgstr "&Usa shell patterns" +msgstr "&Usa shell pattern" #: src/filegui.c:830 msgid "&Background" -msgstr "" +msgstr "&Background" #: src/filegui.c:839 msgid "&Stable Symlinks" -msgstr "Link statici" +msgstr "Link &Statici" #. &file_mask_stable_symlinks #: src/filegui.c:841 @@ -4172,32 +4020,33 @@ msgid "" "Invalid source pattern `%s' \n" " %s " -msgstr " %s " +msgstr "" +"Pattern di origine non valido '%s' \n" +" %s " #: src/find.c:130 msgid "&Suspend" -msgstr "&Suspende" +msgstr "&Suspendi" #: src/find.c:131 -#, fuzzy msgid "Con&tinue" -msgstr "Continua" +msgstr "Con&tinua" #: src/find.c:132 msgid "&Chdir" -msgstr "&Chdir" +msgstr "&Cambia dir" #: src/find.c:133 msgid "&Again" -msgstr "&Otra vez" +msgstr "&Ancora" #: src/find.c:134 msgid "&Quit" -msgstr "&Terminar" +msgstr "&Termina" #: src/find.c:135 src/panelize.c:89 msgid "Pane&lize" -msgstr "Pane&lizar" +msgstr "Pane&llizza" #: src/find.c:136 msgid "&View - F3" @@ -4209,7 +4058,7 @@ #: src/find.c:170 msgid "Start at:" -msgstr "Inizia:" +msgstr "Inizia da:" #: src/find.c:170 msgid "Filename:" @@ -4244,20 +4093,18 @@ msgid "Finished" msgstr "Terminato" -#: src/find.c:561 src/view.c:1502 +#: src/find.c:561 src/view.c:1509 #, c-format msgid "Searching %s" msgstr "Cercando %s" #: src/find.c:717 src/find.c:757 -#, fuzzy msgid "Suspend" -msgstr "&Suspende" +msgstr "&Sospendi" #: src/find.c:717 -#, fuzzy msgid "Restart" -msgstr "&Riprova" +msgstr "&Riprendi" #: src/find.c:719 src/find.c:821 src/find.c:960 src/find.c:1056 msgid "Searching" @@ -4269,35 +4116,32 @@ #. The buttons #: src/find.c:755 -#, fuzzy msgid "Change to this directory" -msgstr " Non posso aprire la directory `%s' " +msgstr " Vai alla directory " #: src/find.c:756 -#, fuzzy msgid "Search again" -msgstr "Cerca di nuovo..." +msgstr "Cerca ancora" #: src/find.c:761 -#, fuzzy msgid "View this file" -msgstr "Visualizza file" +msgstr "Visualizza il file" #: src/find.c:762 msgid "Edit this file" -msgstr "" +msgstr "Modifica il file" #: src/find.c:763 msgid "Send the results to a Panel" -msgstr "" +msgstr "Invia i risultati a un pannello" #: src/fixhlp.c:171 msgid "Usage: fixhlp \n" -msgstr "Usa: fixhlp \n" +msgstr "Uso: fixhlp \n" #: src/fixhlp.c:176 msgid "fixhlp: Cannot open toc for writing" -msgstr "fixhlp: impossibile aprire l'indice in scrittura " +msgstr "fixhlp: Impossibile aprire l'indice in scrittura " #: src/fixhlp.c:179 msgid "" @@ -4305,8 +4149,8 @@ " Topics:\n" "\n" msgstr "" -"[Indice]\n" -" Titoli:\n" +"[Indice]\n" +" Argomenti:\n" #: src/help.c:279 msgid "" @@ -4334,7 +4178,7 @@ " Can't open file %s \n" " %s " msgstr "" -" Non posso aprire il file %s \n" +" Impossibile aprire il file %s \n" " %s " #: src/help.c:771 @@ -4372,7 +4216,7 @@ #: src/hotlist.c:137 msgid "New &Group" -msgstr "Nuovo gruppo" +msgstr "Nuovo &Gruppo" #: src/hotlist.c:139 msgid "&Up" @@ -4380,7 +4224,7 @@ #: src/hotlist.c:140 msgid "&Add current" -msgstr "Aggiungi corrente posizione" +msgstr "&Aggiungi corrente" #: src/hotlist.c:141 msgid "Change &To" @@ -4396,7 +4240,7 @@ #: src/hotlist.c:620 msgid "Directory hotlist" -msgstr "Directory importanti (hotlist)" +msgstr "Lista favoriti" #: src/hotlist.c:639 msgid " Directory path " @@ -4413,19 +4257,19 @@ #: src/hotlist.c:892 msgid "New hotlist entry" -msgstr "Nuova entry per la hotlist" +msgstr "Nuova voce favoriti" #: src/hotlist.c:892 msgid "Directory label" -msgstr "Etichetta directory" +msgstr " Etichetta directory " #: src/hotlist.c:892 msgid "Directory path" -msgstr "Path della directory" +msgstr "Percorso directory" #: src/hotlist.c:973 msgid " New hotlist group " -msgstr "Nuovo gruppo" +msgstr "Nuovo gruppo favoriti" #: src/hotlist.c:973 msgid "Name of new group" @@ -4451,8 +4295,8 @@ " Remove it?" msgstr "" "\n" -"Il gruppo non e' vuoto.\n" -"Rimuovo comunque?" +"Gruppo non vuoto.\n" +"Rimuovere?" #: src/hotlist.c:1378 msgid " Top level group " @@ -4464,7 +4308,7 @@ #: src/hotlist.c:1396 msgid "MC will load hotlist from ~/" -msgstr "MC usa la lista favoriti in ~/" +msgstr "MC usera' la lista favoriti in ~/" #: src/hotlist.c:1398 msgid "and then delete [Hotlist] section there" @@ -4492,7 +4336,7 @@ #: src/hotlist.c:1432 msgid "Your ~/" -msgstr "il vostro ~/" +msgstr "Il vostro ~/" #: src/hotlist.c:1432 msgid " most probably was created\n" @@ -4510,7 +4354,9 @@ msgid "" " entries\n" "\n" -msgstr "sezioni\n" +msgstr "" +"sezioni\n" +"\n" #: src/hotlist.c:1435 msgid "" @@ -4520,7 +4366,7 @@ msgstr "" "Puoi scegliere tra:\n" "\n" -" Rimuovere - rimuovere i vecchi link in ~/" +" Rimuovere - rimuove i vecchi link in ~/" #: src/hotlist.c:1437 msgid "" @@ -4528,9 +4374,9 @@ " the same question next time\n" " Merge - add old entries to hotlist as group \"Entries from ~/" msgstr "" -" Mantenere - Mantiene la vecchia lista; vi sara' richiesto\n" +" Mantenere - Mantiene la vecchia lista; vi sara' richiesto\n" "\t la possima volta\n" -" Sincronizzare - aggiungere i vecchi link come gruppo \"Vecchi archivi ~/" +" Sincronizzare - aggiunge i vecchi link come gruppo 'Vecchi archivi ~/'" #: src/hotlist.c:1443 msgid "&Merge" @@ -4542,7 +4388,7 @@ #: src/hotlist.c:1465 msgid " file your old hotlist entries were not deleted" -msgstr ". file dei vostri vecchi archivi non e' stato rimosso" +msgstr " il file dei vostri vecchi archivi non e' stato rimosso" #: src/info.c:83 #, c-format @@ -4552,7 +4398,7 @@ #: src/info.c:109 #, c-format msgid "File: %s" -msgstr "File: %s" +msgstr "File: %s" #: src/info.c:122 msgid "Free nodes %d (%d%%) of %d" @@ -4581,7 +4427,7 @@ #: src/info.c:143 msgid "non-local vfs" -msgstr "vfs non-locale" +msgstr "VFS non-locale" #: src/info.c:149 #, c-format @@ -4647,11 +4493,11 @@ #: src/layout.c:160 msgid "&Horizontal" -msgstr "Orizzontale" +msgstr "&Orizzontale" #: src/layout.c:170 msgid "&Xterm hintbar" -msgstr "Barra suggerimenti xterm" +msgstr "Barra suggerimenti &Xterm" #: src/layout.c:171 msgid "h&Intbar visible" @@ -4659,7 +4505,7 @@ #: src/layout.c:172 msgid "&Keybar visible" -msgstr "Tasti funzione (barra) visibili" +msgstr "Barra tasti funzione visibili" #: src/layout.c:173 msgid "command &Prompt" @@ -4667,7 +4513,7 @@ #: src/layout.c:174 msgid "show &Mini status" -msgstr "Mostra m&ini-statu" +msgstr "Mostra m&ini-stato" #: src/layout.c:175 msgid "menu&Bar visible" @@ -4692,7 +4538,7 @@ #. length of line with '<' '>' buttons #: src/layout.c:380 msgid " Layout " -msgstr " Layout " +msgstr " Presentazione " #: src/layout.c:381 msgid " Panel split " @@ -4712,7 +4558,7 @@ #: src/layout.c:451 msgid "Layout" -msgstr "Layout" +msgstr "Presentazione" #: src/learn.c:74 msgid " Learn keys " @@ -4745,7 +4591,7 @@ #: src/learn.c:122 msgid " Cannot accept this key " -msgstr " Non posso accettare il tasto " +msgstr " Impossibile accettare il tasto " #: src/learn.c:123 #, c-format @@ -4771,7 +4617,7 @@ "Great! You have a complete terminal database!\n" "All your keys work well." msgstr "" -"Meraviglioso! Hai un database dei te,rmnali completo\n" +"Fantastico! Hai un database dei termnali completo\n" "Tutti i tasti sono configurati e funzionano correttamente." #: src/learn.c:267 @@ -4789,7 +4635,7 @@ #: src/learn.c:304 msgid "key, or click with the mouse to define it. Move around with Tab." -msgstr "mancanti, o clicka con il mouse per ridefinirli. Spostati con il TAB." +msgstr "mancanti, o clicca con il mouse per ridefinirli. Spostati con il TAB." #: src/main.c:700 msgid "" @@ -4809,9 +4655,9 @@ #: src/main.c:825 msgid " The shell is already running a command " -msgstr " La shell sta' eseguendo un comando " +msgstr " La shell sta gia' eseguendo un comando " -#: src/main.c:852 src/screen.c:2080 src/screen.c:2120 +#: src/main.c:852 src/screen.c:2090 src/screen.c:2130 msgid " The Midnight Commander " msgstr " Midnight Commander " @@ -4829,7 +4675,7 @@ #: src/main.c:1235 src/main.c:1256 msgid "&Info C-x i" -msgstr "&Informazioni C-x i" +msgstr "&Info C-x i" #: src/main.c:1238 src/main.c:1259 msgid "&Sort order..." @@ -4837,7 +4683,7 @@ #: src/main.c:1240 src/main.c:1261 msgid "&Filter..." -msgstr "&Filtro" +msgstr "&Filtro..." #: src/main.c:1243 src/main.c:1264 msgid "&Network link..." @@ -4845,7 +4691,7 @@ #: src/main.c:1244 src/main.c:1265 msgid "FT&P link..." -msgstr "Connessione FTP..." +msgstr "Connessione ftp..." #: src/main.c:1248 src/main.c:1269 msgid "&Drive... M-d" @@ -4857,40 +4703,39 @@ #: src/main.c:1275 msgid "&User menu F2" -msgstr "&Menu utente F2" +msgstr "&Menu utente F2" #: src/main.c:1276 msgid "&View F3" -msgstr "&Visualizza F3" +msgstr "&Visualizza F3" #: src/main.c:1277 -#, fuzzy msgid "Vie&w file... " -msgstr "&Cerca... F7" +msgstr "Visualizza file... " #: src/main.c:1278 msgid "&Filtered view M-!" -msgstr "Vista filtrata M-!" +msgstr "Vista filtrata M-!" #: src/main.c:1279 msgid "&Edit F4" -msgstr "&Modifica F4" +msgstr "&Modifica F4" #: src/main.c:1280 msgid "&Copy F5" -msgstr "&Copia F5" +msgstr "&Copia F5" #: src/main.c:1281 msgid "c&Hmod C-x c" -msgstr "Permessi C-x c" +msgstr "Permessi C-x c" #: src/main.c:1283 msgid "&Link C-x l" -msgstr "&Link C-x l" +msgstr "&Link C-x l" #: src/main.c:1284 msgid "&SymLink C-x s" -msgstr "Link &simbolico C-x s" +msgstr "Link &simbolico C-x s" #: src/main.c:1285 msgid "edit s&Ymlink C-x C-s" @@ -4898,7 +4743,7 @@ #: src/main.c:1286 msgid "ch&Own C-x o" -msgstr "Cambia proprietario/gruppo C-x o" +msgstr "Proprietario/gruppo C-x o" #: src/main.c:1287 msgid "&Advanced chown " @@ -4966,11 +4811,11 @@ #: src/main.c:1317 msgid "command &History" -msgstr "Storico comandi" +msgstr "Storia comandi" #: src/main.c:1318 msgid "di&Rectory hotlist C-\\" -msgstr "Lista delle directory (hotlist) C-\\" +msgstr "Lista favoriti C-\\" #: src/main.c:1320 msgid "&Active VFS list C-x a" @@ -4978,11 +4823,11 @@ #: src/main.c:1323 msgid "&Background jobs C-x j" -msgstr "&Processsi in background C-x j" +msgstr "&Processsi in background C-x j" #: src/main.c:1327 msgid "&Undelete files (ext2fs only)" -msgstr "&Ripristina files (solamente ext2fs)" +msgstr "&Ripristina files (solo ext2fs)" #: src/main.c:1330 msgid "&Listing format edit" @@ -5002,15 +4847,15 @@ #: src/main.c:1340 msgid "c&Onfirmation..." -msgstr "Conferma....." +msgstr "Conferma... " #: src/main.c:1341 msgid "&Display bits..." -msgstr "Mostra bits..." +msgstr "Mostra bits... " #: src/main.c:1343 msgid "learn &Keys..." -msgstr "Controlla tasti..." +msgstr "Studia tasti..." #: src/main.c:1346 msgid "&Virtual FS..." @@ -5021,37 +4866,30 @@ msgstr "&Salva configurazione" #: src/main.c:1365 src/main.c:1367 -#, fuzzy msgid " &Left " msgstr " Sinistra " #: src/main.c:1367 -#, fuzzy msgid " &Above " msgstr " Sopra " #: src/main.c:1370 -#, fuzzy msgid " &File " msgstr " File " #: src/main.c:1371 -#, fuzzy msgid " &Command " msgstr " Comando " #: src/main.c:1372 -#, fuzzy msgid " &Options " msgstr " Opzioni " #: src/main.c:1374 src/main.c:1376 -#, fuzzy msgid " &Right " msgstr " Destro " #: src/main.c:1376 -#, fuzzy msgid " &Below " msgstr " Sotto " @@ -5067,13 +4905,13 @@ " the details. " msgstr "" " L'uso della visualizzazione rapida potrebbe mostrare una\n" -" directory non corrispondente alla realta'.In questo caso\n" +" directory non corrispondente alla realta'. In questo caso\n" " usate il comando manuale C-r per obbligare il programma \n" -" ad attualizzare la visualizzazione. Vedi la Man page. " +" ad aggiornare la visualizzazione. Vedi la Man page. " -#: src/main.c:1706 src/screen.c:2352 src/screen.c:2382 +#: src/main.c:1706 src/screen.c:2362 src/screen.c:2392 msgid "Menu" -msgstr "Usermenu" +msgstr "Menu" #: src/main.c:1911 msgid "Thank you for using GNU Midnight Commander" @@ -5101,116 +4939,110 @@ msgid "" "Option -m is obsolete. Please look at Display Bits... in the Option's menu\n" msgstr "" -"L'opzione -m e' obsoleta. Controlla Display Bits... nel menu opzioni\n" +"L'opzione -m e' obsoleta. Controlla Display Bits... nel menu Opzioni\n" #: src/main.c:2661 -#, fuzzy msgid "Use to debug the background code" msgstr "[SVILUPPATORI: Debug the background code]" #: src/main.c:2667 msgid "Request to run in color mode" -msgstr "" +msgstr "Richiede esecuzione in modalita' colori" #: src/main.c:2669 msgid "Specifies a color configuration" -msgstr "" +msgstr "Specifica una configurazione di colori" #: src/main.c:2674 -#, fuzzy msgid "Edits one file" -msgstr "Files audio" +msgstr "Modifica un file" #: src/main.c:2678 -#, fuzzy msgid "Displays this help message" -msgstr "Mostra questo messaggio di help." +msgstr "Mostra questo messaggio di aiuto" #: src/main.c:2681 msgid "Displays a help screen on how to change the color scheme" -msgstr "" +msgstr "Mostra una schermata di aiuto su come cambiare lo schema di colori" #: src/main.c:2684 -#, fuzzy msgid "Log ftp dialog to specified file" msgstr "Registra i comandi ftp in un file." #: src/main.c:2691 msgid "Obsolete" -msgstr "" +msgstr "Obsoleto" #: src/main.c:2693 msgid "Requests to run in black and white" -msgstr "" +msgstr "Richiede esecuzione in bianco e nero" #: src/main.c:2695 -#, fuzzy msgid "Disable mouse support in text version" msgstr "Disabilita il supporto mouse." #: src/main.c:2698 -#, fuzzy msgid "Disables subshell support" -msgstr "Disabilita il supporto mouse." +msgstr "Disabilita il supporto shell" #: src/main.c:2702 msgid "Prints working directory at program exit" -msgstr "" +msgstr "Mostra directory di lavoro all'uscita" #: src/main.c:2704 msgid "Resets soft keys on HP terminals" -msgstr "" +msgstr "Riconfigura tasti su trminali HP" #: src/main.c:2706 msgid "To run on slow terminals" -msgstr "" +msgstr "Per eseguire su terminali lenti" #: src/main.c:2709 msgid "Use stickchars to draw" -msgstr "" +msgstr "Usare caratteri semplici" #: src/main.c:2713 msgid "Enables subshell support (default)" -msgstr "" +msgstr "Abilita il supporto shell (default)" #: src/main.c:2718 msgid "Tries to use termcap instead of terminfo" -msgstr "" +msgstr "Prova ad usare termcap invece di terminfo" #: src/main.c:2722 msgid "Displays the current version" -msgstr "" +msgstr "Mostra versione corrente" #: src/main.c:2724 msgid "Launches the file viewer on a file" -msgstr "" +msgstr "Visualizza file" #: src/main.c:2726 msgid "Forces xterm features" -msgstr "" +msgstr "Forza caratteristiche xterm" #: src/main.c:2728 msgid "Geometry for the window" -msgstr "" +msgstr "Geometria della finestra" #: src/main.c:2728 msgid "GEOMETRY" -msgstr "" +msgstr "GEOMETRIA" #: src/main.c:2729 msgid "No windows opened at startup" -msgstr "" +msgstr "Nessuna finestra all'inizio" #: src/main.c:2731 msgid "Display the directory that holds the .links startup files and exit" -msgstr "" +msgstr "Mostra directory contenente i file di inizio ed esce" #: src/main.c:3015 msgid "" "Couldn't open tty line. You have to run mc without the -P flag.\n" "On some systems you may want to run # `which mc`\n" msgstr "" -"Non posso aprire il terminale. Devi eseguire mc senza l'opzione -P\n" +"Impossibile aprire il terminale. Devi eseguire mc senza l'opzione -P\n" "Su alcuni sistemi, basta eseguire `which mc`\n" #: src/main.c:3093 @@ -5230,15 +5062,15 @@ #: src/option.c:75 msgid "safe de&Lete" -msgstr "Opzione undelete" +msgstr "Cancella sicuro" #: src/option.c:76 msgid "cd follows lin&Ks" -msgstr "cd segue i links" +msgstr "Cd segue i links" #: src/option.c:77 msgid "advanced cho&Wn" -msgstr "opzioni avanzate chown" +msgstr "Opzioni avanzate cho&Wn" #: src/option.c:78 msgid "l&Ynx-like motion" @@ -5249,13 +5081,12 @@ msgstr "Animazione" #: src/option.c:82 -#, fuzzy msgid "rotatin&G dash" -msgstr "lancette rotanti" +msgstr "Lancette rotanti" #: src/option.c:84 msgid "co&Mplete: show all" -msgstr "co&Mpleto: visualizza tutto" +msgstr "Co&Mpleto: visualizza tutto" #: src/option.c:85 msgid "&Use internal view" @@ -5263,15 +5094,15 @@ #: src/option.c:86 msgid "use internal ed&It" -msgstr "usa &editor interno" +msgstr "Usa &Editor interno" #: src/option.c:87 msgid "auto m&Enus" -msgstr "auto me&nu" +msgstr "Auto me&Nu" #: src/option.c:88 msgid "&Auto save setup" -msgstr "Salvataggio automatico" +msgstr "Salvataggio &Automatico" #: src/option.c:89 msgid "shell &Patterns" @@ -5279,7 +5110,7 @@ #: src/option.c:90 msgid "Compute &Totals" -msgstr "" +msgstr "Calcola &Totali" #: src/option.c:91 msgid "&Verbose operation" @@ -5287,11 +5118,11 @@ #: src/option.c:92 msgid "&Fast dir reload" -msgstr "&Visualizzazione rapida dir" +msgstr "&Aggiornamento veloce dir" #: src/option.c:93 msgid "mi&X all files" -msgstr "mostra i files random" +msgstr "Mischia tutti i file" #: src/option.c:94 msgid "&Drop down menus" @@ -5303,11 +5134,11 @@ #: src/option.c:96 msgid "show &Hidden files" -msgstr "mostra file nascosti" +msgstr "Mostra file nascosti" #: src/option.c:97 msgid "show &Backup files" -msgstr "mostra files di backup" +msgstr "Mostra files di backup" #: src/option.c:104 msgid "&Never" @@ -5315,7 +5146,7 @@ #: src/option.c:105 msgid "on dumb &Terminals" -msgstr "solo su terminali stupidi." +msgstr "Solo su terminali stupidi." #: src/option.c:106 msgid "alwa&Ys" @@ -5359,18 +5190,16 @@ msgstr " Aggiungi al visual. esterno..." #: src/panelize.c:261 -#, fuzzy msgid " Enter command label: " msgstr " Linea: " #: src/panelize.c:301 -#, fuzzy msgid " I can't run external panelize while logged on a non local directory " -msgstr "Posso eseguire il visualizzatore esterno solo in locale" +msgstr "Posso eseguire il visualizzatore esterno solo su dir locali" #: src/panelize.c:351 msgid "Find *.orig after patching" -msgstr "" +msgstr "Find *.orig dopo un patch" #: src/panelize.c:352 msgid "Find SUID and SGID programs" @@ -5385,13 +5214,12 @@ msgstr "Chiusura pipe fallita" #: src/popthelp.c:31 -#, fuzzy msgid "Show this help message" -msgstr "Mostra questo messaggio di help." +msgstr "Mostra questo messaggio di aiuto" #: src/popthelp.c:32 msgid "Display brief usage message" -msgstr "" +msgstr "Mostra un breve messaggio sull'uso" #: src/screen.c:399 msgid "MTime" @@ -5415,7 +5243,7 @@ #: src/screen.c:405 msgid "Inode" -msgstr "Nodo-I" +msgstr "Inodo" #: src/screen.c:406 msgid "UID" @@ -5430,39 +5258,39 @@ msgid " %s bytes in %d file%s" msgstr " %s bytes in %d file %s" -#: src/screen.c:1304 +#: src/screen.c:1314 msgid "Unknow tag on display format: " msgstr "Campo sconosciuto per la visualizzazione: " -#: src/screen.c:2081 src/screen.c:2121 +#: src/screen.c:2091 src/screen.c:2131 msgid " Do you really want to execute? " msgstr " Vuoi eseguire realmente?" -#: src/screen.c:2093 src/screen.c:2136 +#: src/screen.c:2103 src/screen.c:2146 msgid " No action taken " -msgstr "" +msgstr "Nessuna azione eseguita" -#: src/screen.c:2356 src/screen.c:2386 src/tree.c:1017 +#: src/screen.c:2366 src/screen.c:2396 src/tree.c:1017 msgid "RenMov" -msgstr "Muovi" +msgstr "RenMov" -#: src/screen.c:2357 src/screen.c:2387 src/tree.c:1021 +#: src/screen.c:2367 src/screen.c:2397 src/tree.c:1021 msgid "Mkdir" -msgstr "CrDir" +msgstr "Mkdir" -#: src/screen.c:2373 -#, fuzzy, c-format +#: src/screen.c:2383 +#, c-format msgid "" " Can't chdir to %s \n" " %s " msgstr "" -" Non posso cambiare directory ( '%s') \n" +" Impossibile cambiare directory ( '%s') \n" " %s " #: src/subshell.c:287 #, c-format msgid "Couldn't open named pipe %s\n" -msgstr "Non posso aprire la pipe %s\n" +msgstr "Impossibile aprire la pipe %s\n" #: src/subshell.c:705 msgid " The shell is still active. Quit anyway? " @@ -5479,7 +5307,7 @@ #: src/subshell.c:785 #, c-format msgid "Warning: Couldn't change to %s.\n" -msgstr "Attenzione: non posso entrare su %s.\n" +msgstr "Attenzione: non posso entrare in %s.\n" #: src/tree.c:193 #, c-format @@ -5487,7 +5315,7 @@ "Can't open the %s file for writing:\n" "%s\n" msgstr "" -"Non posso aprire il file `%s' in scrittura:\n" +"Impossibile aprire il file `%s' in scrittura:\n" "%s\n" #: src/tree.c:638 @@ -5505,7 +5333,7 @@ msgid "" " Can't stat the destination \n" " %s " -msgstr "No puedo solicitar información sobre el destino" +msgstr "Impossibile ottenere informazioni sulla destinazione" #: src/tree.c:689 msgid " The destination isn't a directory " @@ -5530,7 +5358,7 @@ " Can't chdir to \"%s\" \n" " %s " msgstr "" -" Non posso entrare in `%s' \n" +" Impossibile entrare in `%s' \n" " %s " #: src/tree.c:1013 @@ -5547,7 +5375,7 @@ "Can't write to the %s file:\n" "%s\n" msgstr "" -"Non posso scrivere sul file `%s':\n" +"Impossibile scrivere sul file `%s':\n" "%s\n" #: src/user.c:261 @@ -5581,8 +5409,8 @@ "File %s is not owned by root or you or is world writable.\n" "Using it may compromise your security" msgstr "" -" Il file `%s' non appartiene a root o e' scrivibile a tutti\n" -" Usandolo potrebbe compromettere la sicurezza di sistema." +" Il file `%s' non appartiene a root o e' scrivibile da tutti\n" +" Usarlo potrebbe compromettere la sicurezza di sistema." #: src/user.c:640 msgid " I can't run programs while logged on a non local directory " @@ -5590,14 +5418,23 @@ #. Create listbox #: src/user.c:727 -#, fuzzy msgid " User menu " -msgstr " Nome utente " +msgstr " Menu utente " #: src/util.c:228 msgid "name_trunc: too big" msgstr "name_trunc: troppo grande" +#. strftime() format string for recent dates +#: src/util.c:598 src/util.c:623 +msgid "%b %e %H:%M" +msgstr "" + +#. strftime() format string for old dates +#: src/util.c:599 src/util.c:621 +msgid "%b %e %Y" +msgstr "" + #: src/utilunix.c:390 msgid " Pipe failed " msgstr " Pipe fallita " @@ -5632,7 +5469,7 @@ #: src/view.c:446 msgid " Can't spawn child program " -msgstr " Non posso eseguire il processo figlio " +msgstr " Impossibile eseguire il processo figlio " #: src/view.c:455 msgid " Empty output from child filter " @@ -5640,29 +5477,29 @@ #: src/view.c:460 msgid " Could not open file " -msgstr " Non posso aprire il file " +msgstr " Impossibile aprire il file " #: src/view.c:475 msgid " Can't open file \"" -msgstr " Non posso aprire il file \"" +msgstr " Impossibile aprire il file \"" #: src/view.c:482 msgid "" " Can't stat file \n" " " -msgstr "Non posso avere informazioni sul file " +msgstr "Impossibile ottenere informazioni sul file " #: src/view.c:488 msgid " Can't view: not a regular file " -msgstr " Non posso vederlo: non e' un file standard " +msgstr " Impossibile vederlo: non e' un file standard " #: src/view.c:567 src/view.c:572 -#, fuzzy, c-format +#, c-format msgid "" " Can't open \"%s\"\n" " %s " msgstr "" -" Non posso aprire il file %s \n" +" Impossibile aprire '%s' \n" " %s " #: src/view.c:704 @@ -5674,20 +5511,20 @@ msgid " [grow]" msgstr " [grow]" -#: src/view.c:1494 -#, fuzzy, c-format +#: src/view.c:1501 +#, c-format msgid "Searching for `%s'" msgstr "Cercando %s" -#: src/view.c:1601 src/view.c:1723 +#: src/view.c:1608 src/view.c:1730 msgid " Search string not found " msgstr " La stringa cercata non e' disponibile " -#: src/view.c:1762 +#: src/view.c:1769 msgid " Invalid regular expression " msgstr " Espressione regolare errata " -#: src/view.c:1886 +#: src/view.c:1893 #, c-format msgid "" " The current line number is %d.\n" @@ -5696,59 +5533,59 @@ " La linea corrente e' %d.\n" " Inserisci nuovo numero di linea:" -#: src/view.c:1916 +#: src/view.c:1923 msgid " Enter regexp:" msgstr " Inserisci espressione regolare:" -#: src/view.c:2021 +#: src/view.c:2028 msgid "Ascii" msgstr "Ascii" -#: src/view.c:2021 +#: src/view.c:2028 msgid "Hex" msgstr "Hex" -#: src/view.c:2022 +#: src/view.c:2029 msgid "Line" msgstr "Linea" -#: src/view.c:2023 +#: src/view.c:2030 msgid "RxSrch" msgstr "CercaRx" -#: src/view.c:2026 +#: src/view.c:2033 msgid "EdText" msgstr "EdText" -#: src/view.c:2026 +#: src/view.c:2033 msgid "EdHex" msgstr "EdHex" -#: src/view.c:2028 +#: src/view.c:2035 msgid "UnWrap" -msgstr "DesEnv" +msgstr "UnWrap" -#: src/view.c:2028 +#: src/view.c:2035 msgid "Wrap" -msgstr "Envolver" +msgstr "Wrap" -#: src/view.c:2031 +#: src/view.c:2038 msgid "HxSrch" msgstr "CercaHx" -#: src/view.c:2034 +#: src/view.c:2041 msgid "Raw" msgstr "Raw" -#: src/view.c:2034 +#: src/view.c:2041 msgid "Parse" msgstr "Processa" -#: src/view.c:2038 +#: src/view.c:2045 msgid "Unform" msgstr "Unformat" -#: src/view.c:2038 +#: src/view.c:2045 msgid "Format" msgstr "Formato" @@ -5868,7 +5705,7 @@ #: src/win.c:252 msgid "Page Up key" -msgstr "tasto Pagina su" +msgstr "Tasto pagina su" #: src/win.c:253 msgid "Insert key" @@ -5876,11 +5713,11 @@ #: src/win.c:254 msgid "Delete key" -msgstr "Tasto delete" +msgstr "Tasto Canc" #: src/win.c:255 msgid "Completion/M-tab" -msgstr "Completion/M-Tab" +msgstr "Completare/M-Tab" #: src/win.c:256 msgid "+ on keypad" @@ -5948,163 +5785,158 @@ msgstr "NumLock sul tastierino" #: vfs/extfs.c:268 -#, fuzzy, c-format +#, c-format msgid "" "Couldn't open %s archive\n" "%s" -msgstr "Non posso aprire la pipe %s\n" +msgstr "Impossibile aprire l'archivio %s " #: vfs/extfs.c:300 vfs/extfs.c:320 msgid "Inconsistent extfs archive" -msgstr "" +msgstr "Archivio extfs inconsistente" #: vfs/fish.c:224 msgid "Sorry, we can not do password authenticated connections for now." msgstr "" +"Spicenti, ma non e' ancora possibile effettuare connessioni autenticate" #: vfs/ftpfs.c:326 #, c-format msgid "ftpfs: Disconnecting from %s" -msgstr "" +msgstr "ftpfs: Disconnessione da %s" #: vfs/ftpfs.c:377 msgid " FTP: Password required for " -msgstr "" +msgstr " FTP: Password necessaria per" #: vfs/ftpfs.c:409 msgid " Proxy: Password required for " -msgstr "" +msgstr " Proxy: Password necessaria per" #: vfs/ftpfs.c:435 msgid "ftpfs: sending proxy login name" -msgstr "" +msgstr "ftpfs: invio nome di login per il proxy" #: vfs/ftpfs.c:439 -#, fuzzy msgid "ftpfs: sending proxy user password" -msgstr "password ftp anonimo:" +msgstr "ftpfs: invio password per il proxy" #: vfs/ftpfs.c:443 msgid "ftpfs: proxy authentication succeeded" -msgstr "" +msgstr "ftpfs: autenticazione proxy riuscita" #: vfs/ftpfs.c:447 #, c-format msgid "ftpfs: connected to %s" -msgstr "" +msgstr "ftpfs: connesso a: %s" #: vfs/ftpfs.c:464 msgid "ftpfs: sending login name" -msgstr "" +msgstr "ftpfs: sto inviando il nome di login" #: vfs/ftpfs.c:469 -#, fuzzy msgid "ftpfs: sending user password" -msgstr "password ftp anonimo:" +msgstr "ftpfs: sto inviando la password" #: vfs/ftpfs.c:474 msgid "ftpfs: logged in" -msgstr "" +msgstr "ftpfs: autorizzazione ottenuta" #: vfs/ftpfs.c:489 #, c-format msgid "ftpfs: Login incorrect for user %s " -msgstr "" +msgstr "ftpfs: autorizzazione all'utente %s negata " #: vfs/ftpfs.c:521 -#, fuzzy, c-format +#, c-format msgid " Could not set source routing (%s)" -msgstr " Configurazione del routing " +msgstr " Impossibile configurare il routing (%s)" #: vfs/ftpfs.c:650 msgid "ftpfs: Invalid host name." -msgstr "" +msgstr "ftpfs: Nome host non valido" #: vfs/ftpfs.c:670 msgid "ftpfs: Invalid host address." -msgstr "" +msgstr "ftpfs: Indirizzo host non valido" #: vfs/ftpfs.c:695 #, c-format msgid "ftpfs: making connection to %s" -msgstr "" +msgstr "ftpfs: sto effettuando la connessione a %s" #: vfs/ftpfs.c:705 msgid "ftpfs: connection interrupted by user" -msgstr "" +msgstr "ftpfs: connessione interrotta dall'utente" #: vfs/ftpfs.c:707 #, c-format msgid "ftpfs: connection to server failed: %s" -msgstr "" +msgstr "ftpfs: connessione al server fallita: %s" #: vfs/ftpfs.c:791 #, c-format msgid "Waiting to retry... %d (Control-C to cancel)" -msgstr "" +msgstr "In attesa di riconnettersi... %d (Ctrl-C per abbandonare)" #: vfs/ftpfs.c:985 -#, fuzzy msgid "ftpfs: could not setup passive mode for source routing" -msgstr " Configurazione del routing " +msgstr "ftpfs: impossibile effettuare il routing in modalita' passiva" #: vfs/ftpfs.c:995 msgid "ftpfs: could not setup passive mode" -msgstr "" +msgstr "ftpfs: impossibile applicare la modalita' passiva" #: vfs/ftpfs.c:1066 msgid "ftpfs: aborting transfer." -msgstr "" +msgstr "ftpfs: annulla trasferimento" #: vfs/ftpfs.c:1068 #, c-format msgid "ftpfs: abort error: %s" -msgstr "" +msgstr "ftpfs: errore nell'annullamento: %s" #: vfs/ftpfs.c:1073 msgid "ftpfs: abort failed" -msgstr "" +msgstr "ftpfs: annullamento fallito" #: vfs/ftpfs.c:1159 vfs/ftpfs.c:1329 -#, fuzzy msgid "ftpfs: CWD failed." -msgstr " Dup fallita " +msgstr "ftpfs: esecuzione di CWD fallita " #: vfs/ftpfs.c:1169 vfs/ftpfs.c:1176 msgid "ftpfs: couldn't resolve symlink" -msgstr "" +msgstr "ftpfs: impossibile risolvere il link simbolico" #: vfs/ftpfs.c:1221 -#, fuzzy msgid "Resolving symlink..." -msgstr "Modifica link simbolici" +msgstr "Sto risolvendo i link simbolici..." #: vfs/ftpfs.c:1323 #, c-format msgid "ftpfs: Reading FTP directory %s... (don't use UNIX ls options)" -msgstr "" +msgstr "ftpfs: Lettura della dir ftp %s ... (no opzioni del comando UNIX 'ls')" #: vfs/ftpfs.c:1325 #, c-format msgid "ftpfs: Reading FTP directory %s..." -msgstr "" +msgstr "ftpfs: Lettura della dir ftp %s ..." #: vfs/ftpfs.c:1341 msgid "ftpfs: FAIL" -msgstr "" +msgstr "ftpfs: FALLITA" #: vfs/ftpfs.c:1432 msgid "ftpfs: reading FTP directory interrupt by user" -msgstr "" +msgstr "ftpfs: Lettura della dir ftp interrotta dall'utente" #: vfs/ftpfs.c:1462 msgid "ftpfs: got listing" -msgstr "" +msgstr "ftpfs: lista ottenuta" #: vfs/ftpfs.c:1475 -#, fuzzy msgid "ftpfs: failed" -msgstr " Dup fallita " +msgstr "ftpfs: fallita " #: vfs/ftpfs.c:1519 msgid "ftpfs: failed; nowhere to fallback to" @@ -6113,22 +5945,23 @@ #: vfs/ftpfs.c:1583 #, c-format msgid "ftpfs: storing file %d (%d)" -msgstr "" +msgstr "ftpfs: salvataggio file %d (%d)" #: vfs/ftpfs.c:2019 vfs/ftpfs.c:2034 msgid "" "~/.netrc file has not correct mode.\n" "Remove password or correct mode." msgstr "" +"Il file ~/.netrc ha una password.\n" +"Rimuoverla o correggere i premessi." #: vfs/mcfs.c:154 -#, fuzzy msgid " MCFS " -msgstr " CD " +msgstr " MCFS " #: vfs/mcfs.c:154 msgid " The server does not support this version " -msgstr "" +msgstr "Il server non supporta questa versione" #: vfs/mcfs.c:171 msgid "" @@ -6136,48 +5969,48 @@ " you need a password to log in, but the information may \n" " not be safe on the remote side. Continue? \n" msgstr "" +" Il server remoto non e' sulla porta richiesta \n" +" occorre una password per connettersi, tale informazione puo' pero' \n" +" non essere protetta sul sistema remoto. Continuare? \n" #: vfs/mcfs.c:174 -#, fuzzy msgid " Yes " -msgstr " &Si " +msgstr " Si " #: vfs/mcfs.c:174 -#, fuzzy msgid " No " -msgstr " &No " +msgstr " No " #: vfs/mcfs.c:176 msgid " The remote server is running on strange port. Giving up.\n" -msgstr "" +msgstr " Il server remoto e' su una strana porta. Abbandono l'operazione.\n" #: vfs/mcfs.c:188 msgid " MCFS Password required " -msgstr "" +msgstr "MCFS richiesta password" #: vfs/mcfs.c:202 -#, fuzzy msgid " Invalid password " -msgstr "La maschera di destinazione e' errata" +msgstr " Password non valida" #: vfs/mcfs.c:322 msgid " Too many open connections " -msgstr "" +msgstr " Troppe connessioni aperte" #: vfs/tar.c:84 vfs/tar.c:101 -#, fuzzy, c-format +#, c-format msgid "" "Couldn't open tar archive\n" "%s" -msgstr "Non posso aprire la pipe %s\n" +msgstr "Impossibile aprire il file tar %s " #: vfs/tar.c:284 msgid "Unexpected EOF on archive file" -msgstr "" +msgstr "Fine del file inattesa" #: vfs/tar.c:339 vfs/tar.c:346 msgid "Inconsistent tar archive" -msgstr "" +msgstr "File tar inconsistente" #: vfs/tar.c:411 #, c-format @@ -6186,381 +6019,10 @@ "%s\n" "doesn't look like a tar archive." msgstr "" +"Hmm,...\n" +"%s\n" +"Non sembra essere un file formato tar." -#, fuzzy -#~ msgid "Opens a new window" -#~ msgstr "Apre un nuovo pannello" - -#, fuzzy -#~ msgid "_New" -#~ msgstr "Nuovo\tC-n" - -#, fuzzy -#~ msgid "_Open" -#~ msgstr "Apri" - -#, fuzzy -#~ msgid "Opens the selected files" -#~ msgstr "Recupera file rimossi" - -#~ msgid "Delete files from disk" -#~ msgstr "Rimuove i files dal disco" - -#, fuzzy -#~ msgid "Close this panel" -#~ msgstr "Confronta pannelli" - -#, fuzzy -#~ msgid "Full View" -#~ msgstr "Vista" - -#, fuzzy -#~ msgid "_Active VFS list..." -#~ msgstr "Lista dei VFS attivi" - -#~ msgid "List of active virtual file systems" -#~ msgstr "Lista di VFS attivi" - -#, fuzzy -#~ msgid "_About" -#~ msgstr "About" - -#~ msgid "Information on this program" -#~ msgstr "Informazioni su questo programma" - -#, fuzzy -#~ msgid "_File" -#~ msgstr "File" - -#, fuzzy -#~ msgid "_Edit" -#~ msgstr "Modif" - -#~ msgid "Open with" -#~ msgstr "Apri con" - -#, fuzzy -#~ msgid "_Mode" -#~ msgstr "Modo" - -#~ msgid " Symlink " -#~ msgstr " Link simbolico " - -#~ msgid "Ok" -#~ msgstr "Ok" - -#, fuzzy -#~ msgid "Open/Load" -#~ msgstr "Apri" - -#, fuzzy -#~ msgid "New" -#~ msgstr "Nuovo\tC-n" - -#, fuzzy -#~ msgid "Save As" -#~ msgstr " Salva con nome " - -#, fuzzy -#~ msgid "Copy selection to clipboard" -#~ msgstr " Copia nella clipboard " - -#, fuzzy -#~ msgid "Cut" -#~ msgstr "Totale" - -#, fuzzy -#~ msgid "Cut selection to clipboard" -#~ msgstr " Taglia nella clipboard " - -#, fuzzy -#~ msgid "Paste" -#~ msgstr "Processa" - -#, fuzzy -#~ msgid "Paste clipboard" -#~ msgstr " Taglia nella clipboard " - -#, fuzzy -#~ msgid "Undo" -#~ msgstr "no" - -#, fuzzy -#~ msgid "Find" -#~ msgstr "Cerca" - -#, fuzzy -#~ msgid "Find string/regular expression" -#~ msgstr " Espressione regolare errata " - -#, fuzzy -#~ msgid "Find again" -#~ msgstr "Trova file" - -#, fuzzy -#~ msgid "Find and replace text/regular expressions" -#~ msgstr " Espressione regolare errata " - -#, fuzzy -#~ msgid "About..." -#~ msgstr "About" - -#~ msgid "|" -#~ msgstr "|" - -#, fuzzy -#~ msgid "_View" -#~ msgstr "Vista" - -#, fuzzy -#~ msgid "View r_aw" -#~ msgstr "View raw" - -#~ msgid "View the file without further processing" -#~ msgstr "Visualizza file senza processare" - -#, fuzzy -#~ msgid "_Select group by pattern..." -#~ msgstr "Seleziona gruppo" - -#, fuzzy -#~ msgid "_Unselect group by pattern..." -#~ msgstr "De-seleziona gruppo" - -#~ msgid "Un-selects a group of marked files" -#~ msgstr "De-seleziona un gruppo di files" - -#, fuzzy -#~ msgid "E_xit" -#~ msgstr "Esci" - -#~ msgid "Exit program" -#~ msgstr "Esci" - -#, fuzzy -#~ msgid "_Display mode..." -#~ msgstr "Modalita' visualizzazione" - -#~ msgid "Changes the sort order of the files" -#~ msgstr "Cambia l'ordine dei files" - -#, fuzzy -#~ msgid "_Rescan" -#~ msgstr "Aggiorna" - -#, fuzzy -#~ msgid "_Network link..." -#~ msgstr "Connessione remota" - -#~ msgid "Connect to a remote machine" -#~ msgstr "Connession remota" - -#, fuzzy -#~ msgid "FT_P link..." -#~ msgstr "Trasferimento files via FTP" - -#~ msgid "Connect to a remote machine with FTP" -#~ msgstr "Connnessione remota via FTP" - -#, fuzzy -#~ msgid "_Confirmation..." -#~ msgstr "Conferma" - -#, fuzzy -#~ msgid "_Options..." -#~ msgstr "Opzioni" - -#, fuzzy -#~ msgid "_Virtual FS..." -#~ msgstr "Opzioni &VFS..." - -#~ msgid "Virtual File System settings" -#~ msgstr "Configurazione del Virtual File System (VFS)" - -#, fuzzy -#~ msgid "_Save setup" -#~ msgstr "Salva configurazione" - -#, fuzzy -#~ msgid "_Find..." -#~ msgstr "Cerca" - -#, fuzzy -#~ msgid "_Hotlist..." -#~ msgstr "Favoriti" - -#~ msgid "List of favorite sites" -#~ msgstr "Lista favoriti" - -#~ msgid "Compare panel contents" -#~ msgstr "Confronta contenuto pannelli" - -#, fuzzy -#~ msgid "_External panelize..." -#~ msgstr "Usa visualizzatore esterno" - -#, fuzzy -#~ msgid "_Undelete files (ext2fs only)..." -#~ msgstr "Recupera files (unicamente ext2fs)" - -#, fuzzy -#~ msgid "_Window" -#~ msgstr "Cerca" - -#, fuzzy -#~ msgid "Close the viewer" -#~ msgstr "Chiudi visualizzatore" - -#~ msgid "String search" -#~ msgstr "Cerca una stringa" - -#~ msgid "Continue searching" -#~ msgstr "Continua a cercare" - -#~ msgid "Always to memory" -#~ msgstr "Sempre in memoria" - -#~ msgid "If size less than:" -#~ msgstr "Solo se minore di:" - -#~ msgid "Gzipped tar archive extract:" -#~ msgstr "Estrae l'archivio compresso con gzip:" - -#~ msgid " Mkdir " -#~ msgstr " Crea directory " - -#~ msgid "Cannot invoke du command." -#~ msgstr "Non posso eseguire il comando `du'" - -#~ msgid "Link" -#~ msgstr "Link" - -#, fuzzy -#~ msgid "Do you want to delete " -#~ msgstr " Vuoi eseguire realmente?" - -#, fuzzy -#~ msgid "Rename/move..." -#~ msgstr "Rinomina/muovi..." - -#~ msgid "Other options" -#~ msgstr "Altre opzioni" - -#~ msgid "Highlight..." -#~ msgstr "Evidenziazione a colori" - -#~ msgid "Panel split" -#~ msgstr "Divisione pannelli" - -#~ msgid "Create command file to set default directory upon exit." -#~ msgstr "" -#~ "Crea un file comandi per definire una directory di default all'uscita." - -#~ msgid "Force color mode." -#~ msgstr "Forza modalita' colore." - -#~ msgid "Specify colors (use --help-colors to get a list)." -#~ msgstr "Specifica i colori (usa --help-colors per visualizzare una lista)." - -#, fuzzy -#~ msgid "[DEVEL-ONLY: Debug the subshell]" -#~ msgstr "[SVILUPPATORI: Debug the subshell]" - -#~ msgid "Startup the internal editor." -#~ msgstr "Inizializza editor interno." - -#~ msgid "Help on how to specify colors." -#~ msgstr "Aiuto su come definire i colori." - -#~ msgid "Prints out the configured paths." -#~ msgstr "Visualizza il path (configurazione)." - -#~ msgid "Force black and white display." -#~ msgstr "Forza l'uso di display in bianco e nero." - -#~ msgid "Force the concurrent subshell mode" -#~ msgstr "Forza l'uso della modalita': concurrent subshell." - -#~ msgid "Disable the concurrent subshell mode." -#~ msgstr "Disabilita la modalita': concurrent shell." - -#~ msgid "Force subshell execution." -#~ msgstr "Forza l'esecuzione della: concurrent shell." - -#~ msgid "At exit, print the last working directory." -#~ msgstr "All'uscita, mostra ultima directory di lavoro ." - -#~ msgid "" -#~ "Reset softkeys (HP terminals only) to their terminfo/termcap default." -#~ msgstr "" -#~ "Resetta softkeys(solo terminali HP) ai valori predefiniti nelle " -#~ "terminfo/termcap." - -#~ msgid "Disables verbose operation (for slow terminals)." -#~ msgstr "Abilita non-verbose mode per le operazioni (per terminali lenti)." - -#~ msgid "Use simple symbols for line drawing." -#~ msgstr "Usa simboli normali per i contorni." - -#~ msgid "Activate support for the TERMCAP variable." -#~ msgstr "Attiva il supporto per la variabile TERMCAP." - -#, fuzzy -#~ msgid "Report version and configuration options." -#~ msgstr "Visualizza versione e opzioni di configurazione" - -#~ msgid "Start up into the viewer mode." -#~ msgstr "Inizia con il Visualizzatore interno." - -#~ msgid "Force xterm mouse support and screen save/restore" -#~ msgstr "" -#~ "Forza il supporto del mouse nell'xterm e l'opzione schermo save/restore." - -#~ msgid "[this dir] [other dir]" -#~ msgstr "[questa directory] [altra directory]" - -#~ msgid "Pause after run..." -#~ msgstr "Pausa dopo l'esecuzione..." - -#~ msgid " Can not fetch local copy " -#~ msgstr " Non posso ottenere una copia locale " - -#, fuzzy -#~ msgid "" -#~ "Couldn't load compressed tar\n" -#~ "%s" -#~ msgstr "Non posso aprire la pipe %s\n" - -#, fuzzy -#~ msgid "" -#~ "Couldn't uncompress tar archive\n" -#~ "%s" -#~ msgstr "Non posso aprire la pipe %s\n" - -#~ msgid "" -#~ " Cannnot chmod target file \"%s\" \n" -#~ " %s " -#~ msgstr "" -#~ " Non posso cambiare i permessi del file: \"%s\" \n" -#~ " %s " - -#~ msgid " Can't open target file " -#~ msgstr " Non posso aprire il file di destinazione " - -#~ msgid " Can't write to local target file " -#~ msgstr " Non ho i permessi in scrittura sul file (locale)" - -#~ msgid "&Continue" -#~ msgstr "&Continua" - -#~ msgid "New panel" -#~ msgstr "Nuovo pannello" -#~ msgid "Rename/Move" -#~ msgstr "Rinomina/Muovi" -#~ msgid "Virtual FS" -#~ msgstr "Virtual File System (VFS)" -#~ msgid "Panel" -#~ msgstr "Pannello" Binary files old/mc-4.5.31/po/ja.gmo and new/mc-4.5.32/po/ja.gmo differ Binary files old/mc-4.5.31/po/ko.gmo and new/mc-4.5.32/po/ko.gmo differ diff -ruN old/mc-4.5.31/po/ko.po new/mc-4.5.32/po/ko.po --- old/mc-4.5.31/po/ko.po Wed May 5 20:58:10 1999 +++ new/mc-4.5.32/po/ko.po Mon May 24 15:54:08 1999 @@ -3,9 +3,9 @@ # Sung-Hyun Nam , 1998 msgid "" msgstr "" -"Project-Id-Version: mc 4.5.30\n" -"POT-Creation-Date: 1999-04-28 14:41+0200\n" -"PO-Revision-Date: 1999-04-14 11:56:30+0900\n" +"Project-Id-Version: mc 4.5.31\n" +"POT-Creation-Date: 1999-05-12 19:33+0900\n" +"PO-Revision-Date: 1999-05-12 10:40:21+0900\n" "Last-Translator: Sung-Hyun Nam \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" @@ -200,10 +200,18 @@ msgid "Enter a regular expression here to select files in the panel view with." msgstr "ÆгΠº¸±â¿¡¼­ ÆÄÀÏ ¼±ÅÃÀ» À§ÇÑ Á¤±Ô Ç¥Çö½Ä ÀÔ·Â." -#: gnome/gcmd.c:874 src/cmd.c:545 src/cmd.c:596 +#: gnome/gcmd.c:874 src/cmd.c:543 src/cmd.c:594 msgid " Malformed regular expression " msgstr " ÀÌÇØÇÒ ¼ö ¾ø´Â Á¤±ÔÇ¥Çö½Ä " +#: gnome/gcmd.c:919 +msgid "Creating a desktop link" +msgstr "µ¥½ºÅ©Å¾ ¸µÅ© »ý¼º" + +#: gnome/gcmd.c:920 +msgid "Enter the URL:" +msgstr "URL ÀÔ·Â:" + #: gnome/gcustom-layout.c:36 msgid "Access Time" msgstr "Á¢±Ù ½Ã°£" @@ -305,7 +313,7 @@ msgstr "" "%s¸¦ %s·Î ½Éº¼¸¯¸µÅ© ¸¸µé ¼ö ¾øÀ½; Ãʱ⠵¥½ºÅ©Å¾ ¾ÆÀÌÄÜÀ» °¡Áú ¼ö ¾øÀ» °ÍÀÓ" -#: gnome/gdesktop.c:2397 +#: gnome/gdesktop.c:2398 msgid "" "Unable to locate the file:\n" "background-properties-capplet\n" @@ -318,48 +326,56 @@ "\n" "¹è°æÀ» ¼³Á¤ÇÒ ¼ö ¾ø½À´Ï´Ù." -#: gnome/gdesktop.c:2406 gnome/glayout.c:361 +#: gnome/gdesktop.c:2407 gnome/glayout.c:361 msgid "_Terminal" msgstr "Å͹̳Î(_T)" -#: gnome/gdesktop.c:2406 gnome/glayout.c:361 +#: gnome/gdesktop.c:2407 gnome/glayout.c:361 msgid "Launch a new terminal in the current directory" msgstr "ÇöÀç ÀÚ·á¹æ¿¡¼­ »õ Å͹̳Π¿­±â" #. If this ever changes, make sure you update create_new_menu accordingly. -#: gnome/gdesktop.c:2408 gnome/glayout.c:363 +#: gnome/gdesktop.c:2409 gnome/glayout.c:363 msgid "_Directory..." msgstr "ÀÚ·á¹æ(_D)..." -#: gnome/gdesktop.c:2408 gnome/glayout.c:363 +#: gnome/gdesktop.c:2409 gnome/glayout.c:363 msgid "Creates a new directory" msgstr "»õ·Î¿î ÀÚ·á¹æÀ» »ý¼º" -#: gnome/gdesktop.c:2409 +#: gnome/gdesktop.c:2410 +msgid "URL L_ink..." +msgstr "URL ¸µÅ©(_i)..." + +#: gnome/gdesktop.c:2410 +msgid "Creates a new URL link" +msgstr "»õ·Î¿î URL ¸µÅ© »ý¼º" + +#: gnome/gdesktop.c:2411 msgid "_Launcher..." msgstr "" -#: gnome/gdesktop.c:2409 +#: gnome/gdesktop.c:2411 msgid "Creates a new launcher" msgstr "»õ·Î¿î launcher »ý¼º" -#: gnome/gdesktop.c:2417 gnome/glayout.c:451 +#: gnome/gdesktop.c:2419 gnome/glayout.c:451 msgid "Arrange Icons" msgstr "¾ÆÀÌÄÜ Á¤·Ä" -#: gnome/gdesktop.c:2418 +#: gnome/gdesktop.c:2420 msgid "Create New Window" msgstr "»õ â »ý¼º" -#: gnome/gdesktop.c:2420 +#: gnome/gdesktop.c:2422 msgid "Recreate Desktop Shortcuts" msgstr "µ¥½ºÅ©Å¾ Áö¸§±æ Àç»ý¼º" -#: gnome/gdesktop.c:2421 gnome/glayout.c:454 +#: gnome/gdesktop.c:2423 gnome/glayout.c:454 msgid "Rescan Desktop" msgstr "µ¥½ºÅ©Å¾ ´Ù½Ã Àбâ" -#: gnome/gdesktop.c:2422 +#: gnome/gdesktop.c:2424 msgid "Configure Background Image" msgstr "¹è°æ ±×¸² ¼³Á¤" @@ -425,7 +441,7 @@ msgstr "¹Ù²Ü±î¿ä?" #: gnome/gdialogs.c:567 gtkedit/editwidget.c:1069 src/file.c:802 -#: src/screen.c:2355 src/screen.c:2385 src/tree.c:1015 +#: src/screen.c:2365 src/screen.c:2395 src/tree.c:1015 msgid "Copy" msgstr "º¹»ç" @@ -492,7 +508,7 @@ "\n" "ºó ÀÚ·á¹æÀÌ ¾Æ´Ñµ¥¿ä. ±×·¡µµ Áö¿ï±î¿ä?" -#: gnome/gdialogs.c:770 src/file.c:2228 +#: gnome/gdialogs.c:770 src/file.c:2230 msgid " Delete: " msgstr " Áö¿ì±â: " @@ -526,7 +542,7 @@ #. Translators should take care as "Password" or its translations #. are used to identify password boxes and hide characters with "*" -#: gnome/gdialogs.c:980 src/wtools.c:587 vfs/vfs.c:1775 +#: gnome/gdialogs.c:980 src/wtools.c:587 vfs/vfs.c:1821 msgid "Password:" msgstr "ºñ¹Ð¹øÈ£:" @@ -715,7 +731,7 @@ msgid "Reverses the list of tagged files" msgstr "¼±ÅÃµÈ ÆÄÀÏ°ú ¼±ÅõÇÁö ¾ÊÀº ÆÄÀÏÀ» ¹ÝÀü½ÃÅ´" -#: gnome/glayout.c:400 gtkedit/editwidget.c:1071 src/view.c:2031 +#: gnome/glayout.c:400 gtkedit/editwidget.c:1071 src/view.c:2038 msgid "Search" msgstr "ã±â" @@ -926,17 +942,15 @@ #: gnome/gnome-file-property-dialog.c:403 #: gnome/gnome-file-property-dialog.c:491 gnome/gpopup2.c:194 -#: src/screen.c:2353 src/screen.c:2383 +#: src/screen.c:2363 src/screen.c:2393 msgid "View" msgstr "º¸±â" #: gnome/gnome-file-property-dialog.c:404 -#, fuzzy msgid "Use default View options" -msgstr "±âº»ÀûÀÎ º¸±â µ¿ÀÛ »ç¿ë" +msgstr "±âº»ÀûÀÎ º¸±â ¿É¼Ç »ç¿ë" #: gnome/gnome-file-property-dialog.c:439 -#, fuzzy msgid "Select an Icon" msgstr "¾ÆÀÌÄÜ ¼±ÅÃ" @@ -962,7 +976,7 @@ msgstr "±âº»ÀûÀÎ º¸±â µ¿ÀÛ »ç¿ë" #: gnome/gnome-file-property-dialog.c:513 gnome/gpopup2.c:196 -#: src/screen.c:2354 src/screen.c:2384 src/view.c:2027 +#: src/screen.c:2364 src/screen.c:2394 src/view.c:2034 msgid "Edit" msgstr "ÆíÁý" @@ -1112,8 +1126,8 @@ msgid "Copy..." msgstr "º¹»ç..." -#: gnome/gpopup2.c:199 gtkedit/editwidget.c:1072 src/screen.c:2358 -#: src/screen.c:2388 +#: gnome/gpopup2.c:199 gtkedit/editwidget.c:1072 src/screen.c:2368 +#: src/screen.c:2398 msgid "Delete" msgstr "Áö¿ì±â" @@ -1429,7 +1443,7 @@ #: gtkedit/editcmd.c:1269 gtkedit/editcmd.c:2865 gtkedit/editoptions.c:71 #: src/boxes.c:138 src/boxes.c:278 src/boxes.c:378 src/boxes.c:466 #: src/boxes.c:646 src/boxes.c:728 src/boxes.c:783 src/boxes.c:898 -#: src/filegui.c:838 src/find.c:171 src/layout.c:370 src/option.c:144 +#: src/filegui.c:841 src/find.c:171 src/layout.c:370 src/option.c:144 #: src/wtools.c:289 src/wtools.c:563 msgid "&Ok" msgstr "È®ÀÎ(&O)" @@ -1510,11 +1524,11 @@ msgid "help" msgstr "µµ¿ò¸»" -#: gnome/gwidget.c:96 src/file.c:2252 +#: gnome/gwidget.c:96 src/file.c:2254 msgid "yes" msgstr "¿¹" -#: gnome/gwidget.c:98 src/file.c:2250 +#: gnome/gwidget.c:98 src/file.c:2252 msgid "no" msgstr "¾Æ´Ï¿À" @@ -1565,7 +1579,7 @@ #: gtkedit/edit.c:131 gtkedit/edit.c:226 gtkedit/edit.c:233 gtkedit/edit.c:240 #: gtkedit/edit.c:247 gtkedit/edit.c:253 gtkedit/edit.c:310 gtkedit/edit.c:346 #: gtkedit/editcmd.c:1951 gtkedit/editwidget.c:952 src/dir.c:386 -#: src/screen.c:2373 src/tree.c:683 src/tree.c:689 src/wtools.c:222 +#: src/screen.c:2383 src/tree.c:683 src/tree.c:689 src/wtools.c:222 #: vfs/fish.c:224 msgid " Error " msgstr " ¿¡·¯ " @@ -1615,7 +1629,7 @@ #: gtkedit/editcmd.c:1267 gtkedit/editcmd.c:2863 gtkedit/editoptions.c:68 #: src/achown.c:71 src/boxes.c:139 src/boxes.c:279 src/boxes.c:376 #: src/boxes.c:464 src/boxes.c:644 src/boxes.c:727 src/boxes.c:781 -#: src/chmod.c:114 src/chown.c:79 src/cmd.c:856 src/filegui.c:821 +#: src/chmod.c:114 src/chown.c:79 src/cmd.c:854 src/filegui.c:824 #: src/find.c:171 src/hotlist.c:138 src/hotlist.c:814 src/hotlist.c:911 #: src/layout.c:371 src/learn.c:59 src/option.c:145 src/panelize.c:86 #: src/view.c:404 src/wtools.c:111 src/wtools.c:386 src/wtools.c:561 @@ -1638,7 +1652,7 @@ #. Warning message with a query to continue or cancel the operation #: gtkedit/editcmd.c:490 gtkedit/editcmd.c:809 gtkedit/editcmd.c:839 #: gtkedit/editcmd.c:986 gtkedit/editcmd.c:1083 src/ext.c:303 src/file.c:619 -#: src/help.c:318 src/main.c:699 src/screen.c:2093 src/screen.c:2136 +#: src/help.c:318 src/main.c:699 src/screen.c:2103 src/screen.c:2146 #: src/subshell.c:705 src/subshell.c:731 src/utilunix.c:390 src/utilunix.c:394 #: src/utilunix.c:465 vfs/mcfs.c:170 msgid " Warning " @@ -1725,7 +1739,7 @@ msgid " Save file " msgstr " ÆÄÀÏ ÀúÀå " -#: gtkedit/editcmd.c:782 gtkedit/editwidget.c:1066 src/view.c:2023 +#: gtkedit/editcmd.c:782 gtkedit/editwidget.c:1066 src/view.c:2030 msgid "Save" msgstr "ÀúÀå" @@ -1766,7 +1780,7 @@ msgid "al&L" msgstr "¸ðµÎ(&L)" -#: gtkedit/editcmd.c:1140 src/file.c:2174 src/filegui.c:266 +#: gtkedit/editcmd.c:1140 src/file.c:2176 src/filegui.c:266 msgid "&Skip" msgstr "°Ç³Ê¶Ü(&S)" @@ -1819,7 +1833,7 @@ msgid " Enter replacement string:" msgstr " ¹Ù²Ü ±Û¿ù ÀÔ·Â:" -#: gtkedit/editcmd.c:1210 gtkedit/editcmd.c:1283 src/view.c:1948 +#: gtkedit/editcmd.c:1210 gtkedit/editcmd.c:1283 src/view.c:1955 msgid " Enter search string:" msgstr " ãÀ» ±Û¿ù ÀÔ·Â:" @@ -1831,8 +1845,8 @@ #. Heads the 'Search' dialog box #: gtkedit/editcmd.c:1297 gtkedit/editcmd.c:1474 gtkedit/editcmd.c:2227 -#: src/view.c:1502 src/view.c:1601 src/view.c:1723 src/view.c:1916 -#: src/view.c:1948 +#: src/view.c:1509 src/view.c:1608 src/view.c:1730 src/view.c:1923 +#: src/view.c:1955 msgid " Search " msgstr " ã±â " @@ -1978,14 +1992,14 @@ msgid "Cancel quit" msgstr "Á¾·á Ãë¼Ò" -#: gtkedit/editcmd.c:2266 src/cmd.c:251 src/file.c:1859 src/file.c:2233 -#: src/filegui.c:602 src/hotlist.c:1035 src/main.c:854 src/screen.c:2122 +#: gtkedit/editcmd.c:2266 src/cmd.c:249 src/file.c:1859 src/file.c:2235 +#: src/filegui.c:602 src/hotlist.c:1035 src/main.c:854 src/screen.c:2132 #: src/subshell.c:706 src/subshell.c:732 src/tree.c:746 src/view.c:404 msgid "&Yes" msgstr "¿¹(&Y)" -#: gtkedit/editcmd.c:2266 src/cmd.c:251 src/file.c:1859 src/file.c:2233 -#: src/filegui.c:601 src/hotlist.c:1035 src/main.c:854 src/screen.c:2122 +#: gtkedit/editcmd.c:2266 src/cmd.c:249 src/file.c:1859 src/file.c:2235 +#: src/filegui.c:601 src/hotlist.c:1035 src/main.c:854 src/screen.c:2132 #: src/subshell.c:706 src/subshell.c:732 src/tree.c:746 src/view.c:404 msgid "&No" msgstr "¾Æ´Ï¿À(&N)" @@ -2016,7 +2030,7 @@ msgstr " Ŭ¸³º¸µå·Î ¿À·ÁµÎ±â " #: gtkedit/editcmd.c:2583 gtkedit/editcmd.c:2587 gtkedit/editcmd.c:2592 -#: gtkedit/editcmd.c:2595 src/view.c:1888 +#: gtkedit/editcmd.c:2595 src/view.c:1895 msgid " Goto line " msgstr " ÁÙã±â " @@ -2182,8 +2196,8 @@ msgid "Error initialising editor.\n" msgstr "Error initialising editor.\n" -#: gtkedit/editwidget.c:1065 src/help.c:806 src/main.c:1705 src/screen.c:2351 -#: src/screen.c:2381 src/tree.c:1009 src/view.c:2018 +#: gtkedit/editwidget.c:1065 src/help.c:806 src/main.c:1705 src/screen.c:2361 +#: src/screen.c:2391 src/tree.c:1009 src/view.c:2025 msgid "Help" msgstr "µµ¿ò¸»" @@ -2199,8 +2213,8 @@ msgid "PullDn" msgstr "Ç®´Ù¿î" -#: gtkedit/editwidget.c:1075 src/help.c:818 src/main.c:1708 src/view.c:2020 -#: src/view.c:2040 +#: gtkedit/editwidget.c:1075 src/help.c:818 src/main.c:1708 src/view.c:2027 +#: src/view.c:2047 msgid "Quit" msgstr "Á¾·á" @@ -2706,7 +2720,7 @@ msgid "Background process:" msgstr "Background ÇÁ·Î¼¼½º:" -#: src/background.c:287 src/file.c:2173 +#: src/background.c:287 src/file.c:2175 msgid " Background process error " msgstr " Background ÇÁ·Î¼¼½º ¿¡·¯ " @@ -2979,6 +2993,10 @@ msgid " I can't run the Chmod command on an extfs " msgstr " extfs¿¡¼­´Â chmod ¸í·ÉÀ» ½ÇÇà ¸øÇÕ´Ï´Ù " +#: src/chmod.c:325 +msgid " I can't run the Chmod command on a tarfs " +msgstr " tarfs¿¡¼­´Â chmod ¸í·ÉÀ» ½ÇÇà ¸øÇÕ´Ï´Ù " + #: src/chown.c:81 msgid "Set &users" msgstr "»ç¿ëÀÚ ¼³Á¤(&u)" @@ -3028,128 +3046,128 @@ msgid " I can't run the Chown command on a tarfs " msgstr " tarfs¿¡¼­´Â chown ¸í·ÉÀ» ½ÇÇà ¸øÇÕ´Ï´Ù " -#: src/cmd.c:200 +#: src/cmd.c:198 #, c-format msgid " Can not fetch a local copy of %s " msgstr " ¿ø°ÝÁö ÆÄÀÏ %s¸¦ ·ÎÄ÷Π°¡Á®¿Ã ¼ö ¾ø½À´Ï´Ù " -#: src/cmd.c:250 +#: src/cmd.c:248 msgid " CD " msgstr " CD " -#: src/cmd.c:250 +#: src/cmd.c:248 msgid "Files tagged, want to cd?" msgstr "¼±ÅÃµÈ ÆÄÀÏÀÌ ÀÖ´Â µ¥, ±×·¡µµ ÀÚ·á¹æÀ» ¹Ù²Ü±î¿ä?" -#: src/cmd.c:256 src/cmd.c:715 src/cmd.c:729 +#: src/cmd.c:254 src/cmd.c:713 src/cmd.c:727 msgid "Could not change directory" msgstr "ÀÚ·á¹æÀ» ¹Ù²Ü ¼ö ¾ø½À´Ï´Ù" -#: src/cmd.c:285 +#: src/cmd.c:283 msgid " View file " msgstr " ÆÄÀÏ º¸±â " -#: src/cmd.c:285 +#: src/cmd.c:283 msgid " Filename:" msgstr " ÆÄÀϸí:" -#: src/cmd.c:302 +#: src/cmd.c:300 msgid " Filtered view " msgstr " ÇÊÅÍ·Î º¸±â " -#: src/cmd.c:302 +#: src/cmd.c:300 msgid " Filter command and arguments:" msgstr " ÇÊÅÍ ¸í·É ¹× ÀÎÀÚ:" -#: src/cmd.c:390 +#: src/cmd.c:388 msgid "Create a new Directory" msgstr "»õ·Î¿î ÀÚ·á¹æÀ» »ý¼º" -#: src/cmd.c:390 +#: src/cmd.c:388 msgid " Enter directory name:" msgstr " ÀÚ·á¹æ À̸§ ÀÔ·Â:" -#: src/cmd.c:451 +#: src/cmd.c:449 msgid " Filter " msgstr " ÇÊÅÍ " -#: src/cmd.c:451 +#: src/cmd.c:449 msgid " Set expression for filtering filenames" msgstr " ÇÊÅ͸µÇÒ ÆÄÀÏ¸í ¼³Á¤ " -#: src/cmd.c:517 +#: src/cmd.c:515 msgid " Select " msgstr " ¼±Åà " -#: src/cmd.c:569 +#: src/cmd.c:567 msgid " Unselect " msgstr " ¼±ÅÃÇØÁ¦ " -#: src/cmd.c:642 +#: src/cmd.c:640 msgid "Extension file edit" msgstr "Extension ÆÄÀÏ ¼öÁ¤" -#: src/cmd.c:643 +#: src/cmd.c:641 msgid " Which extension file you want to edit? " msgstr " ¼öÁ¤Çϱ⸦ ¿øÇÏ´Â extension ÆÄÀÏÀº? " -#: src/cmd.c:644 +#: src/cmd.c:642 msgid "&User" msgstr "»ç¿ëÀÚ(&U)" -#: src/cmd.c:644 src/cmd.c:670 +#: src/cmd.c:642 src/cmd.c:668 msgid "&System Wide" msgstr "ü°è Àüü(&S)" -#: src/cmd.c:667 +#: src/cmd.c:665 msgid "Menu file edit" msgstr "¸Þ´º ÆÄÀÏ ¼öÁ¤" -#: src/cmd.c:668 +#: src/cmd.c:666 msgid " Which menu file will you edit? " msgstr " ¼öÁ¤Çϱ⸦ ¿øÇÏ´Â ¸Þ´º ÆÄÀÏÀº? " -#: src/cmd.c:670 +#: src/cmd.c:668 msgid "&Local" msgstr "·ÎÄÃ(&L)" -#: src/cmd.c:670 +#: src/cmd.c:668 msgid "&Home" msgstr "Ȩ(&H)" -#: src/cmd.c:855 +#: src/cmd.c:853 msgid " Compare directories " msgstr " ÀÚ·á¹æ ºñ±³ " -#: src/cmd.c:855 +#: src/cmd.c:853 msgid " Select compare method: " msgstr " ºñ±³ ¹æ¹ý ¼±ÅÃ: " -#: src/cmd.c:856 +#: src/cmd.c:854 msgid "&Quick" msgstr "ºü¸£°Ô(&Q)" -#: src/cmd.c:856 +#: src/cmd.c:854 msgid "&Size only" msgstr "Å©±â·Î¸¸(&S)" -#: src/cmd.c:856 +#: src/cmd.c:854 msgid "&Thorough" msgstr "ÀÚ¼¼È÷(&T)" -#: src/cmd.c:866 +#: src/cmd.c:864 msgid " Both panels should be on the listing view mode to use this command " msgstr " ÀÌ ¸í·ÉÀ» »ç¿ëÇÏ·Á¸é ¾çÂÊ ÆÇÅÚÀÌ ¸ðµÎ º¸¿©¾ß ÇÕ´Ï´Ù " -#: src/cmd.c:880 +#: src/cmd.c:878 msgid " The command history is empty " msgstr " ¸í·É È÷½ºÅ丮°¡ ºñ¾ú½À´Ï´Ù " -#: src/cmd.c:886 +#: src/cmd.c:884 msgid " Command history " msgstr " ¸í·É È÷½ºÅ丮 " -#: src/cmd.c:928 +#: src/cmd.c:926 msgid "" " Not an xterm or Linux console; \n" " the panels cannot be toggled. " @@ -3157,11 +3175,11 @@ " xtermµµ ¾Æ´Ï°í ¸®´ª½º Äֵܼµ ¾Æ´Ï°í; \n" " ÆгÎÀ» ¼­·Î ¹Ù²Ü ¼ö ¾ø½À´Ï´Ù. " -#: src/cmd.c:967 +#: src/cmd.c:965 msgid "Type `exit' to return to the Midnight Commander" msgstr "The Midnight Commander·Î µ¹¾Æ°¡·Á¸é 'exit'À» ÀÔ·ÂÇϽʽÿÀ" -#: src/cmd.c:1022 +#: src/cmd.c:1020 #, c-format msgid "" " Couldn't stat %s \n" @@ -3170,94 +3188,94 @@ " %s ÆÄÀÏÁ¤º¸¸¦ ¾òÀ» ¼ö ¾ø¾î¿ä \n" " %s " -#: src/cmd.c:1031 src/cmd.c:1033 +#: src/cmd.c:1029 src/cmd.c:1031 msgid " Link " msgstr " ¸µÅ© " -#: src/cmd.c:1032 src/cmd.c:1171 src/file.c:1685 +#: src/cmd.c:1030 src/cmd.c:1169 src/file.c:1685 msgid " to:" msgstr " ´ë»ó:" -#: src/cmd.c:1043 +#: src/cmd.c:1041 #, c-format msgid " link: %s " msgstr " ¸µÅ©: %s " -#: src/cmd.c:1076 +#: src/cmd.c:1074 #, c-format msgid " symlink: %s " msgstr " ½Éº¼¸¯¸µÅ©: %s " -#: src/cmd.c:1130 +#: src/cmd.c:1128 #, c-format msgid " Symlink `%s' points to: " msgstr " Symlink `%s' points to: " -#: src/cmd.c:1135 +#: src/cmd.c:1133 msgid " Edit symlink " msgstr " ½Éº¼¸¯¸µÅ© ¼öÁ¤ " -#: src/cmd.c:1140 +#: src/cmd.c:1138 #, c-format msgid " edit symlink, unable to remove %s: %s " msgstr " ½Éº¼¸¯¸µÅ© ÆíÁý, %s »èÁ¦ ºÒ°¡: %s " -#: src/cmd.c:1144 +#: src/cmd.c:1142 #, c-format msgid " edit symlink: %s " msgstr " ½Éº¼¸¯¸µÅ© ¼öÁ¤: %s " -#: src/cmd.c:1171 +#: src/cmd.c:1169 msgid " Link symbolically " msgstr " Link symbolically " -#: src/cmd.c:1172 +#: src/cmd.c:1170 msgid " Relative symlink " msgstr " Relative symlink " -#: src/cmd.c:1183 +#: src/cmd.c:1181 #, c-format msgid " relative symlink: %s " msgstr " relative symlink: %s " -#: src/cmd.c:1286 +#: src/cmd.c:1284 msgid " Enter machine name (F1 for details): " msgstr " È£½ºÆ® À̸§ ÀÔ·Â (µµ¿ò¸» F1): " -#: src/cmd.c:1310 +#: src/cmd.c:1308 #, c-format msgid " Could not chdir to %s " msgstr " %s·Î ÀÚ·á¹æÀ» ¹Ù²Ü ¼ö ¾øÀ½ " -#: src/cmd.c:1317 +#: src/cmd.c:1315 msgid " Link to a remote machine " msgstr " ¿ø°Ý È£½ºÆ®¿¡ ¿¬°á " -#: src/cmd.c:1323 +#: src/cmd.c:1321 msgid " FTP to machine " msgstr " FTP ¿¬°á " -#: src/cmd.c:1333 +#: src/cmd.c:1331 msgid " Socket source routing setup " msgstr " ¼ÒÄÏ ¼Ò½º ¶ó¿ìÆà ¼³Á¤ " -#: src/cmd.c:1334 +#: src/cmd.c:1332 msgid " Enter host name to use as a source routing hop: " msgstr " ¿øõ ¶ó¿ìÆà ȩÀ» »ç¿ëÇϱâ À§ÇÑ È£½ºÆ® À̸§: " -#: src/cmd.c:1341 +#: src/cmd.c:1339 msgid " Host name " msgstr " È£½ºÆ® À̸§ " -#: src/cmd.c:1341 +#: src/cmd.c:1339 msgid " Error while looking up IP address " msgstr " IP ÁÖ¼Ò Ã£´Â Áß ¿À·ù ¹ß»ý " -#: src/cmd.c:1352 +#: src/cmd.c:1350 msgid " Undelete files on an ext2 file system " msgstr " ext2 ÆÄÀÏü°è¿¡¼­ ÆÄÀÏ µÇ»ì¸² " -#: src/cmd.c:1353 +#: src/cmd.c:1351 msgid "" " Enter device (without /dev/) to undelete\n" " files on: (F1 for details)" @@ -3265,11 +3283,11 @@ " ÆÄÀÏÀ» º¹±¸Çϱâ À§ÇØ '/dev/'¸¦ »ý·«ÇÑ µð¹ÙÀ̽º¸í\n" " ÀÔ·Â: (ÀÚ¼¼È÷ ¾Ë±â ¿øÇϸé F1)" -#: src/cmd.c:1403 +#: src/cmd.c:1401 msgid " Setup saved to ~/" msgstr " Setup saved to ~/" -#: src/cmd.c:1408 +#: src/cmd.c:1406 msgid " Setup " msgstr " ȯ°æ¼³Á¤ " @@ -3369,12 +3387,12 @@ msgstr "¸ð¸§" #: src/ext.c:131 src/user.c:506 -#, fuzzy, c-format +#, c-format msgid "" " Can't generate unique filename \n" " %s " msgstr "" -" %s ÆÄÀÏÀ» ¿­ ¼ö ¾ø¾î¿ä \n" +" À¯ÀÏÇÑ ÆÄÀÏÀ̸§À» ¸¸µé ¼ö ¾ø½À´Ï´Ù \n" " %s " #: src/ext.c:138 src/user.c:518 @@ -3816,11 +3834,11 @@ msgid " Can't operate on \"..\"! " msgstr " \"..\"¿¡ ´ëÇؼ­´Â ÀÛ¾÷ÇÒ ¼ö ¾ø½À´Ï´Ù! " -#: src/file.c:1856 src/screen.c:2082 +#: src/file.c:1856 src/screen.c:2092 msgid "Yes" msgstr "¿¹" -#: src/file.c:1856 src/screen.c:2082 +#: src/file.c:1856 src/screen.c:2092 msgid "No" msgstr "¾Æ´Ï¿À" @@ -3845,15 +3863,15 @@ " ´ë»ó \"%s\"´Â ÀÚ·á¹æÀ̾î¾ß ÇÕ´Ï´Ù \n" " %s " -#: src/file.c:2174 +#: src/file.c:2176 msgid "&Retry" msgstr "Àç½Ãµµ(&R)" -#: src/file.c:2174 src/file.c:2235 src/filegui.c:263 src/filegui.c:591 +#: src/file.c:2176 src/file.c:2237 src/filegui.c:263 src/filegui.c:591 msgid "&Abort" msgstr "Áß´Ü(&A)" -#: src/file.c:2226 +#: src/file.c:2228 msgid "" "\n" " Directory not empty. \n" @@ -3863,7 +3881,7 @@ " ºó ÀÚ·á¹æÀÌ ¾Æ´Ñµ¥¿ä. \n" " ±×·¡µµ Áö¿ï±î¿ä? " -#: src/file.c:2227 +#: src/file.c:2229 msgid "" "\n" " Background process: Directory not empty \n" @@ -3873,27 +3891,27 @@ " ¹é±×¶ó¿îµå ÇÁ·Î¼¼½º: ÀÚ·á¹æÀÌ ºñÁö ¾Ê¾ÒÀ½ \n" " ±×·¡µµ Áö¿ï±î¿ä? " -#: src/file.c:2234 +#: src/file.c:2236 msgid "a&ll" msgstr "¸ðµÎ(&l)" -#: src/file.c:2234 src/filegui.c:594 +#: src/file.c:2236 src/filegui.c:594 msgid "non&E" msgstr "non&E" -#: src/file.c:2244 +#: src/file.c:2246 msgid " Type 'yes' if you REALLY want to delete " msgstr " Á¤¸»·Î Áö¿ì±â¸¦ ¿øÇϽøé 'yes'¸¦ ÀÔ·ÂÇϽʽÿÀ " -#: src/file.c:2246 +#: src/file.c:2248 msgid "all the directories " msgstr "¸ðµç ÀÚ·á¹æ " -#: src/file.c:2248 +#: src/file.c:2250 msgid " Recursive Delete " msgstr " Recursive Áö¿ì±â " -#: src/file.c:2249 +#: src/file.c:2251 msgid " Background process: Recursive Delete " msgstr " ¹é±×¶ó¿îµå ÇÁ·Î¼¼½º: Recursive Áö¿ì±â " @@ -3979,28 +3997,28 @@ msgstr "¸µÅ© µû¸£±â(&L)" #. &file_mask_op_follow_links -#: src/filegui.c:808 +#: src/filegui.c:811 msgid "to:" msgstr "´ë»ó:" -#: src/filegui.c:809 +#: src/filegui.c:812 msgid "&Using shell patterns" msgstr "¸í·ÉÇؼ®±â ÆÐÅÏ »ç¿ë(&U)" -#: src/filegui.c:830 +#: src/filegui.c:833 msgid "&Background" msgstr "&Background" -#: src/filegui.c:839 +#: src/filegui.c:842 msgid "&Stable Symlinks" msgstr "&Stable ½Éº¼¸¯¸µÅ©" #. &file_mask_stable_symlinks -#: src/filegui.c:841 +#: src/filegui.c:844 msgid "&Dive into subdir if exists" msgstr "°°Àº ÀÚ·á¹æ Á¸Àç½Ã ±× ¹ØÀ¸·Î(&D)" -#: src/filegui.c:1000 +#: src/filegui.c:1004 #, c-format msgid "" "Invalid source pattern `%s' \n" @@ -4078,7 +4096,7 @@ msgid "Finished" msgstr "³¡³µ¾î¿ä" -#: src/find.c:561 src/view.c:1502 +#: src/find.c:561 src/view.c:1509 #, c-format msgid "Searching %s" msgstr "%s ã´Â Áß" @@ -4644,7 +4662,7 @@ msgid " The shell is already running a command " msgstr " ¸í·ÉÇؼ®±â°¡ ÀÌ¹Ì ¸í·ÉÀ» ¼öÇàÁßÀÔ´Ï´Ù " -#: src/main.c:852 src/screen.c:2080 src/screen.c:2120 +#: src/main.c:852 src/screen.c:2090 src/screen.c:2130 msgid " The Midnight Commander " msgstr " The Midnight Commander " @@ -4896,7 +4914,7 @@ " ´ç½ÅÀº ¼öµ¿À¸·Î ÀÚ·á¹æÀ» ´Ù½Ã Àоî¾ß¸¸ ÇÕ´Ï´Ù. \n" " ÀÚ¼¼ÇÑ ³»¿ëÀ» ¾Ë°í ½ÍÀ¸½Ã¸é ¼³¸í¼­¸¦ º¸½Ê½Ã¿À. " -#: src/main.c:1706 src/screen.c:2352 src/screen.c:2382 +#: src/main.c:1706 src/screen.c:2362 src/screen.c:2392 msgid "Menu" msgstr "¸Þ´º" @@ -5245,27 +5263,27 @@ msgid " %s bytes in %d file%s" msgstr " %s bytes in %d file%s" -#: src/screen.c:1304 +#: src/screen.c:1314 msgid "Unknow tag on display format: " msgstr "Unknow tag on display format: " -#: src/screen.c:2081 src/screen.c:2121 +#: src/screen.c:2091 src/screen.c:2131 msgid " Do you really want to execute? " msgstr " Á¤¸»·Î ½ÇÇàÇϽðÚÀ¾´Ï±î? " -#: src/screen.c:2093 src/screen.c:2136 +#: src/screen.c:2103 src/screen.c:2146 msgid " No action taken " msgstr " No action taken " -#: src/screen.c:2356 src/screen.c:2386 src/tree.c:1017 +#: src/screen.c:2366 src/screen.c:2396 src/tree.c:1017 msgid "RenMov" msgstr "RenMov" -#: src/screen.c:2357 src/screen.c:2387 src/tree.c:1021 +#: src/screen.c:2367 src/screen.c:2397 src/tree.c:1021 msgid "Mkdir" msgstr "Mkdir" -#: src/screen.c:2373 +#: src/screen.c:2383 #, c-format msgid "" " Can't chdir to %s \n" @@ -5414,6 +5432,16 @@ msgid "name_trunc: too big" msgstr "name_trunc: ³Ê¹« ±æ¾î¼­" +#. strftime() format string for recent dates +#: src/util.c:598 src/util.c:623 +msgid "%b %e %H:%M" +msgstr "" + +#. strftime() format string for old dates +#: src/util.c:599 src/util.c:621 +msgid "%b %e %Y" +msgstr "" + #: src/utilunix.c:390 msgid " Pipe failed " msgstr " ÆÄÀÌÇÁ ½ÇÆÐ " @@ -5472,15 +5500,15 @@ #: src/view.c:488 msgid " Can't view: not a regular file " -msgstr " ÀϹÝÆÄÀÏÀÌ ¾Æ´Ï¶ó º¼ ¼ö ¾ø¾î¿ä " +msgstr " ÀϹÝÆÄÀÏÀÌ ¾Æ´Ï¶ó º¼ ¼ö ¾ø½À´Ï´Ù " #: src/view.c:567 src/view.c:572 -#, fuzzy, c-format +#, c-format msgid "" " Can't open \"%s\"\n" " %s " msgstr "" -" %s ÆÄÀÏÀ» ¿­ ¼ö ¾ø¾î¿ä \n" +" \"%s\"¸¦ ¿­ ¼ö ¾ø½À´Ï´Ù \n" " %s " #: src/view.c:704 @@ -5492,20 +5520,20 @@ msgid " [grow]" msgstr " [grow]" -#: src/view.c:1494 +#: src/view.c:1501 #, c-format msgid "Searching for `%s'" msgstr "`%s' ã´Â Áß" -#: src/view.c:1601 src/view.c:1723 +#: src/view.c:1608 src/view.c:1730 msgid " Search string not found " msgstr " ±Û¿ùÀ» ãÀ» ¼ö ¾ø±º¿ä " -#: src/view.c:1762 +#: src/view.c:1769 msgid " Invalid regular expression " msgstr " ¾Ë¼ö ¾ø´Â Á¤±Ô Ç¥Çö½Ä " -#: src/view.c:1886 +#: src/view.c:1893 #, c-format msgid "" " The current line number is %d.\n" @@ -5514,59 +5542,59 @@ " ÇöÀç ÁÙ ¹øÈ£´Â %dÀÔ´Ï´Ù.\n" " »õ·Î¿î ÁÙ ¹øÈ£À» ÀÔ·Â:" -#: src/view.c:1916 +#: src/view.c:1923 msgid " Enter regexp:" msgstr " Á¤±ÔÇ¥Çö½Ä ÀÔ·Â:" -#: src/view.c:2021 +#: src/view.c:2028 msgid "Ascii" msgstr "¾Æ½ºÅ°" -#: src/view.c:2021 +#: src/view.c:2028 msgid "Hex" msgstr "½ÊÀ°Áø" -#: src/view.c:2022 +#: src/view.c:2029 msgid "Line" msgstr "ÁÙ" -#: src/view.c:2023 +#: src/view.c:2030 msgid "RxSrch" msgstr "RxSrch" -#: src/view.c:2026 +#: src/view.c:2033 msgid "EdText" msgstr "EdText" -#: src/view.c:2026 +#: src/view.c:2033 msgid "EdHex" msgstr "EdHex" -#: src/view.c:2028 +#: src/view.c:2035 msgid "UnWrap" msgstr "UnWrap" -#: src/view.c:2028 +#: src/view.c:2035 msgid "Wrap" msgstr "Wrap" -#: src/view.c:2031 +#: src/view.c:2038 msgid "HxSrch" msgstr "HxSrch" -#: src/view.c:2034 +#: src/view.c:2041 msgid "Raw" msgstr "Raw" -#: src/view.c:2034 +#: src/view.c:2041 msgid "Parse" msgstr "Parse" -#: src/view.c:2038 +#: src/view.c:2045 msgid "Unform" msgstr "Unform" -#: src/view.c:2038 +#: src/view.c:2045 msgid "Format" msgstr "Format" @@ -6006,26 +6034,3 @@ "Èì,...\n" "%s\n" "Å×ÀÙ ¾ÆÄ«À̺ê ÆÄÀÏ°°Áö ¾Ê½À´Ï´Ù." - -#~ msgid "Rescan Directory" -#~ msgstr "ÀÚ·á¹æ ´Ù½Ã Àбâ" - -#~ msgid "New folder" -#~ msgstr "»õ Æú´õ" - -#~ msgid "Creates a new folder here" -#~ msgstr "»õ·Î¿î ÀÚ·á¹æÀ» »ý¼º" - -#~ msgid "Force activation even if a server is already running" -#~ msgstr "¼­¹ö°¡ ÀÌ¹Ì ½ÇÇà ÁßÀÌ´õ¶óµµ ¹«Á¶°Ç È°¼ºÈ­Çϱâ" - -#~ msgid "" -#~ "You are running the GNOME Midnight Commander as root. \n" -#~ "\n" -#~ "You will not be protected from severly damaging your system\n" -#~ "if you continue." -#~ msgstr "" -#~ "¼öÆÛ¹ÙÀÌÁ®·Î¼­ GNOME Midnight Commander¸¦ ½ÇÇàÇÏ°í ÀÖ½À´Ï´Ù.\n" -#~ "\n" -#~ "°è¼ÓÇÑ´Ù¸é ´ç½ÅÀÇ ½Ã½ºÅÛÀº ½É°¢ÇÑ ¼Õ»óÀ» ÀÔÀ» ¿ì·Á°¡\n" -#~ "ÀÖ½À´Ï´Ù." diff -ruN old/mc-4.5.31/po/mc.pot new/mc-4.5.32/po/mc.pot --- old/mc-4.5.31/po/mc.pot Wed May 5 20:58:10 1999 +++ new/mc-4.5.32/po/mc.pot Mon May 24 15:54:09 1999 @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 1999-05-04 01:20-0400\n" +"POT-Creation-Date: 1999-05-24 14:54-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -194,7 +194,7 @@ msgid "Enter a regular expression here to select files in the panel view with." msgstr "" -#: gnome/gcmd.c:874 src/cmd.c:545 src/cmd.c:596 +#: gnome/gcmd.c:874 src/cmd.c:543 src/cmd.c:594 msgid " Malformed regular expression " msgstr "" @@ -1050,20 +1050,20 @@ msgstr "" #. the first label -#: gnome/gnome-open-dialog.c:382 +#: gnome/gnome-open-dialog.c:383 msgid "Select an application to open \"" msgstr "" -#: gnome/gnome-open-dialog.c:393 +#: gnome/gnome-open-dialog.c:394 msgid "Select a file to run with" msgstr "" #. the file tree -#: gnome/gnome-open-dialog.c:404 +#: gnome/gnome-open-dialog.c:405 msgid "Applications" msgstr "" -#: gnome/gnome-open-dialog.c:420 +#: gnome/gnome-open-dialog.c:421 msgid "Program to run" msgstr "" @@ -1408,7 +1408,7 @@ #: gtkedit/editcmd.c:1269 gtkedit/editcmd.c:2865 gtkedit/editoptions.c:71 #: src/boxes.c:138 src/boxes.c:278 src/boxes.c:378 src/boxes.c:466 #: src/boxes.c:646 src/boxes.c:728 src/boxes.c:783 src/boxes.c:898 -#: src/filegui.c:838 src/find.c:171 src/layout.c:370 src/option.c:144 +#: src/filegui.c:839 src/find.c:171 src/layout.c:370 src/option.c:144 #: src/wtools.c:289 src/wtools.c:563 msgid "&Ok" msgstr "" @@ -1591,7 +1591,7 @@ #: gtkedit/editcmd.c:1267 gtkedit/editcmd.c:2863 gtkedit/editoptions.c:68 #: src/achown.c:71 src/boxes.c:139 src/boxes.c:279 src/boxes.c:376 #: src/boxes.c:464 src/boxes.c:644 src/boxes.c:727 src/boxes.c:781 -#: src/chmod.c:114 src/chown.c:79 src/cmd.c:856 src/filegui.c:821 +#: src/chmod.c:114 src/chown.c:79 src/cmd.c:854 src/filegui.c:822 #: src/find.c:171 src/hotlist.c:138 src/hotlist.c:814 src/hotlist.c:911 #: src/layout.c:371 src/learn.c:59 src/option.c:145 src/panelize.c:86 #: src/view.c:404 src/wtools.c:111 src/wtools.c:386 src/wtools.c:561 @@ -1736,11 +1736,11 @@ msgid " Cancel " msgstr "" -#: gtkedit/editcmd.c:1138 src/filegui.c:596 +#: gtkedit/editcmd.c:1138 src/filegui.c:597 msgid "al&L" msgstr "" -#: gtkedit/editcmd.c:1140 src/file.c:2174 src/filegui.c:266 +#: gtkedit/editcmd.c:1140 src/file.c:2174 src/filegui.c:267 msgid "&Skip" msgstr "" @@ -1946,14 +1946,14 @@ msgid "Cancel quit" msgstr "" -#: gtkedit/editcmd.c:2266 src/cmd.c:251 src/file.c:1859 src/file.c:2233 -#: src/filegui.c:602 src/hotlist.c:1035 src/main.c:854 src/screen.c:2132 +#: gtkedit/editcmd.c:2266 src/cmd.c:249 src/file.c:1859 src/file.c:2233 +#: src/filegui.c:603 src/hotlist.c:1035 src/main.c:854 src/screen.c:2132 #: src/subshell.c:706 src/subshell.c:732 src/tree.c:746 src/view.c:404 msgid "&Yes" msgstr "" -#: gtkedit/editcmd.c:2266 src/cmd.c:251 src/file.c:1859 src/file.c:2233 -#: src/filegui.c:601 src/hotlist.c:1035 src/main.c:854 src/screen.c:2132 +#: gtkedit/editcmd.c:2266 src/cmd.c:249 src/file.c:1859 src/file.c:2233 +#: src/filegui.c:602 src/hotlist.c:1035 src/main.c:854 src/screen.c:2132 #: src/subshell.c:706 src/subshell.c:732 src/tree.c:746 src/view.c:404 msgid "&No" msgstr "" @@ -2986,242 +2986,242 @@ msgid " I can't run the Chown command on a tarfs " msgstr "" -#: src/cmd.c:200 +#: src/cmd.c:198 #, c-format msgid " Can not fetch a local copy of %s " msgstr "" -#: src/cmd.c:250 +#: src/cmd.c:248 msgid " CD " msgstr "" -#: src/cmd.c:250 +#: src/cmd.c:248 msgid "Files tagged, want to cd?" msgstr "" -#: src/cmd.c:256 src/cmd.c:715 src/cmd.c:729 +#: src/cmd.c:254 src/cmd.c:713 src/cmd.c:727 msgid "Could not change directory" msgstr "" -#: src/cmd.c:285 +#: src/cmd.c:283 msgid " View file " msgstr "" -#: src/cmd.c:285 +#: src/cmd.c:283 msgid " Filename:" msgstr "" -#: src/cmd.c:302 +#: src/cmd.c:300 msgid " Filtered view " msgstr "" -#: src/cmd.c:302 +#: src/cmd.c:300 msgid " Filter command and arguments:" msgstr "" -#: src/cmd.c:390 +#: src/cmd.c:388 msgid "Create a new Directory" msgstr "" -#: src/cmd.c:390 +#: src/cmd.c:388 msgid " Enter directory name:" msgstr "" -#: src/cmd.c:451 +#: src/cmd.c:449 msgid " Filter " msgstr "" -#: src/cmd.c:451 +#: src/cmd.c:449 msgid " Set expression for filtering filenames" msgstr "" -#: src/cmd.c:517 +#: src/cmd.c:515 msgid " Select " msgstr "" -#: src/cmd.c:569 +#: src/cmd.c:567 msgid " Unselect " msgstr "" -#: src/cmd.c:642 +#: src/cmd.c:640 msgid "Extension file edit" msgstr "" -#: src/cmd.c:643 +#: src/cmd.c:641 msgid " Which extension file you want to edit? " msgstr "" -#: src/cmd.c:644 +#: src/cmd.c:642 msgid "&User" msgstr "" -#: src/cmd.c:644 src/cmd.c:670 +#: src/cmd.c:642 src/cmd.c:668 msgid "&System Wide" msgstr "" -#: src/cmd.c:667 +#: src/cmd.c:665 msgid "Menu file edit" msgstr "" -#: src/cmd.c:668 +#: src/cmd.c:666 msgid " Which menu file will you edit? " msgstr "" -#: src/cmd.c:670 +#: src/cmd.c:668 msgid "&Local" msgstr "" -#: src/cmd.c:670 +#: src/cmd.c:668 msgid "&Home" msgstr "" -#: src/cmd.c:855 +#: src/cmd.c:853 msgid " Compare directories " msgstr "" -#: src/cmd.c:855 +#: src/cmd.c:853 msgid " Select compare method: " msgstr "" -#: src/cmd.c:856 +#: src/cmd.c:854 msgid "&Quick" msgstr "" -#: src/cmd.c:856 +#: src/cmd.c:854 msgid "&Size only" msgstr "" -#: src/cmd.c:856 +#: src/cmd.c:854 msgid "&Thorough" msgstr "" -#: src/cmd.c:866 +#: src/cmd.c:864 msgid " Both panels should be on the listing view mode to use this command " msgstr "" -#: src/cmd.c:880 +#: src/cmd.c:878 msgid " The command history is empty " msgstr "" -#: src/cmd.c:886 +#: src/cmd.c:884 msgid " Command history " msgstr "" -#: src/cmd.c:928 +#: src/cmd.c:926 msgid "" " Not an xterm or Linux console; \n" " the panels cannot be toggled. " msgstr "" -#: src/cmd.c:967 +#: src/cmd.c:965 msgid "Type `exit' to return to the Midnight Commander" msgstr "" -#: src/cmd.c:1022 +#: src/cmd.c:1020 #, c-format msgid "" " Couldn't stat %s \n" " %s " msgstr "" -#: src/cmd.c:1031 src/cmd.c:1033 +#: src/cmd.c:1029 src/cmd.c:1031 msgid " Link " msgstr "" -#: src/cmd.c:1032 src/cmd.c:1171 src/file.c:1685 +#: src/cmd.c:1030 src/cmd.c:1169 src/file.c:1685 msgid " to:" msgstr "" -#: src/cmd.c:1043 +#: src/cmd.c:1041 #, c-format msgid " link: %s " msgstr "" -#: src/cmd.c:1076 +#: src/cmd.c:1074 #, c-format msgid " symlink: %s " msgstr "" -#: src/cmd.c:1130 +#: src/cmd.c:1128 #, c-format msgid " Symlink `%s' points to: " msgstr "" -#: src/cmd.c:1135 +#: src/cmd.c:1133 msgid " Edit symlink " msgstr "" -#: src/cmd.c:1140 +#: src/cmd.c:1138 #, c-format msgid " edit symlink, unable to remove %s: %s " msgstr "" -#: src/cmd.c:1144 +#: src/cmd.c:1142 #, c-format msgid " edit symlink: %s " msgstr "" -#: src/cmd.c:1171 +#: src/cmd.c:1169 msgid " Link symbolically " msgstr "" -#: src/cmd.c:1172 +#: src/cmd.c:1170 msgid " Relative symlink " msgstr "" -#: src/cmd.c:1183 +#: src/cmd.c:1181 #, c-format msgid " relative symlink: %s " msgstr "" -#: src/cmd.c:1286 +#: src/cmd.c:1284 msgid " Enter machine name (F1 for details): " msgstr "" -#: src/cmd.c:1310 +#: src/cmd.c:1308 #, c-format msgid " Could not chdir to %s " msgstr "" -#: src/cmd.c:1317 +#: src/cmd.c:1315 msgid " Link to a remote machine " msgstr "" -#: src/cmd.c:1323 +#: src/cmd.c:1321 msgid " FTP to machine " msgstr "" -#: src/cmd.c:1333 +#: src/cmd.c:1331 msgid " Socket source routing setup " msgstr "" -#: src/cmd.c:1334 +#: src/cmd.c:1332 msgid " Enter host name to use as a source routing hop: " msgstr "" -#: src/cmd.c:1341 +#: src/cmd.c:1339 msgid " Host name " msgstr "" -#: src/cmd.c:1341 +#: src/cmd.c:1339 msgid " Error while looking up IP address " msgstr "" -#: src/cmd.c:1352 +#: src/cmd.c:1350 msgid " Undelete files on an ext2 file system " msgstr "" -#: src/cmd.c:1353 +#: src/cmd.c:1351 msgid "" " Enter device (without /dev/) to undelete\n" " files on: (F1 for details)" msgstr "" -#: src/cmd.c:1403 +#: src/cmd.c:1401 msgid " Setup saved to ~/" msgstr "" -#: src/cmd.c:1408 +#: src/cmd.c:1406 msgid " Setup " msgstr "" @@ -3727,7 +3727,7 @@ msgid "&Retry" msgstr "" -#: src/file.c:2174 src/file.c:2235 src/filegui.c:263 src/filegui.c:591 +#: src/file.c:2174 src/file.c:2235 src/filegui.c:264 src/filegui.c:592 msgid "&Abort" msgstr "" @@ -3749,7 +3749,7 @@ msgid "a&ll" msgstr "" -#: src/file.c:2234 src/filegui.c:594 +#: src/file.c:2234 src/filegui.c:595 msgid "non&E" msgstr "" @@ -3769,110 +3769,110 @@ msgid " Background process: Recursive Delete " msgstr "" -#: src/filegui.c:423 +#: src/filegui.c:424 msgid "File" msgstr "" -#: src/filegui.c:446 +#: src/filegui.c:447 msgid "Count" msgstr "" -#: src/filegui.c:467 +#: src/filegui.c:468 msgid "Bytes" msgstr "" -#: src/filegui.c:504 +#: src/filegui.c:505 msgid "Source" msgstr "" -#: src/filegui.c:527 +#: src/filegui.c:528 msgid "Target" msgstr "" -#: src/filegui.c:549 +#: src/filegui.c:550 msgid "Deleting" msgstr "" -#: src/filegui.c:589 +#: src/filegui.c:590 #, c-format msgid "Target file \"%s\" already exists!" msgstr "" -#: src/filegui.c:592 +#: src/filegui.c:593 msgid "if &Size differs" msgstr "" -#: src/filegui.c:595 +#: src/filegui.c:596 msgid "&Update" msgstr "" -#: src/filegui.c:597 +#: src/filegui.c:598 msgid "Overwrite all targets?" msgstr "" -#: src/filegui.c:599 +#: src/filegui.c:600 msgid "&Reget" msgstr "" -#: src/filegui.c:600 +#: src/filegui.c:601 msgid "ap&Pend" msgstr "" -#: src/filegui.c:603 +#: src/filegui.c:604 msgid "Overwrite this target?" msgstr "" -#: src/filegui.c:605 +#: src/filegui.c:606 #, c-format msgid "Target date: %s, size %d" msgstr "" -#: src/filegui.c:607 +#: src/filegui.c:608 #, c-format msgid "Source date: %s, size %d" msgstr "" -#: src/filegui.c:691 +#: src/filegui.c:692 msgid " File exists " msgstr "" -#: src/filegui.c:692 +#: src/filegui.c:693 msgid " Background process: File exists " msgstr "" #. follow symlinks and preserve Attributes must be the first -#: src/filegui.c:804 +#: src/filegui.c:805 msgid "preserve &Attributes" msgstr "" #. &op_preserve -#: src/filegui.c:806 +#: src/filegui.c:807 msgid "follow &Links" msgstr "" #. &file_mask_op_follow_links -#: src/filegui.c:808 +#: src/filegui.c:809 msgid "to:" msgstr "" -#: src/filegui.c:809 +#: src/filegui.c:810 msgid "&Using shell patterns" msgstr "" -#: src/filegui.c:830 +#: src/filegui.c:831 msgid "&Background" msgstr "" -#: src/filegui.c:839 +#: src/filegui.c:840 msgid "&Stable Symlinks" msgstr "" #. &file_mask_stable_symlinks -#: src/filegui.c:841 +#: src/filegui.c:842 msgid "&Dive into subdir if exists" msgstr "" -#: src/filegui.c:1000 +#: src/filegui.c:1001 #, c-format msgid "" "Invalid source pattern `%s' \n" Binary files old/mc-4.5.31/po/no.gmo and new/mc-4.5.32/po/no.gmo differ diff -ruN old/mc-4.5.31/po/no.po new/mc-4.5.32/po/no.po --- old/mc-4.5.31/po/no.po Wed May 5 20:58:10 1999 +++ new/mc-4.5.32/po/no.po Mon May 24 15:54:08 1999 @@ -4,9 +4,9 @@ # msgid "" msgstr "" -"Project-Id-Version: mc 4.5.29\n" -"POT-Creation-Date: 1999-04-28 14:41+0200\n" -"PO-Revision-Date: 1999-04-07 16:26+0100\n" +"Project-Id-Version: mc 4.5.31\n" +"POT-Creation-Date: 1999-05-11 00:23+0200\n" +"PO-Revision-Date: 1999-05-11 00:26+0200\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian \n" "MIME-Version: 1.0\n" @@ -201,10 +201,18 @@ msgid "Enter a regular expression here to select files in the panel view with." msgstr "Skriv inn et vanlig uttrykk for bruk som filter i panelvisningen." -#: gnome/gcmd.c:874 src/cmd.c:545 src/cmd.c:596 +#: gnome/gcmd.c:874 src/cmd.c:543 src/cmd.c:594 msgid " Malformed regular expression " msgstr " Malformert vanlig uttrykk " +#: gnome/gcmd.c:919 +msgid "Creating a desktop link" +msgstr "Oppretter en skrivebordssnarvei" + +#: gnome/gcmd.c:920 +msgid "Enter the URL:" +msgstr "Skriv inn URL:" + #: gnome/gcustom-layout.c:36 msgid "Access Time" msgstr "Aksesstid" @@ -306,7 +314,7 @@ msgstr "" "Kunne ikke lage symbolsk lenke fra %s til %s; får ikke skrivebordsikoner." -#: gnome/gdesktop.c:2397 +#: gnome/gdesktop.c:2398 msgid "" "Unable to locate the file:\n" "background-properties-capplet\n" @@ -320,48 +328,56 @@ "\n" "Kan ikke sette bakgrunnen." -#: gnome/gdesktop.c:2406 gnome/glayout.c:361 +#: gnome/gdesktop.c:2407 gnome/glayout.c:361 msgid "_Terminal" msgstr "_Terminal" -#: gnome/gdesktop.c:2406 gnome/glayout.c:361 +#: gnome/gdesktop.c:2407 gnome/glayout.c:361 msgid "Launch a new terminal in the current directory" msgstr "Starter en ny terminal i aktiv katalog" #. If this ever changes, make sure you update create_new_menu accordingly. -#: gnome/gdesktop.c:2408 gnome/glayout.c:363 +#: gnome/gdesktop.c:2409 gnome/glayout.c:363 msgid "_Directory..." msgstr "Katalog..." -#: gnome/gdesktop.c:2408 gnome/glayout.c:363 +#: gnome/gdesktop.c:2409 gnome/glayout.c:363 msgid "Creates a new directory" msgstr "Oppretter en ny katalog" -#: gnome/gdesktop.c:2409 +#: gnome/gdesktop.c:2410 +msgid "URL L_ink..." +msgstr "URL-snarve_i..." + +#: gnome/gdesktop.c:2410 +msgid "Creates a new URL link" +msgstr "Oppretter en ny URL-snarvei" + +#: gnome/gdesktop.c:2411 msgid "_Launcher..." msgstr "_Oppstarter..." -#: gnome/gdesktop.c:2409 +#: gnome/gdesktop.c:2411 msgid "Creates a new launcher" msgstr "Oppretter en ny oppstarter" -#: gnome/gdesktop.c:2417 gnome/glayout.c:451 +#: gnome/gdesktop.c:2419 gnome/glayout.c:451 msgid "Arrange Icons" msgstr "Plasser ikonene" -#: gnome/gdesktop.c:2418 +#: gnome/gdesktop.c:2420 msgid "Create New Window" msgstr "Opprett nytt vindu" -#: gnome/gdesktop.c:2420 +#: gnome/gdesktop.c:2422 msgid "Recreate Desktop Shortcuts" msgstr "Lag skrivebordsnarveiene på nytt" -#: gnome/gdesktop.c:2421 gnome/glayout.c:454 +#: gnome/gdesktop.c:2423 gnome/glayout.c:454 msgid "Rescan Desktop" msgstr "Oppdater skrivebordet" -#: gnome/gdesktop.c:2422 +#: gnome/gdesktop.c:2424 msgid "Configure Background Image" msgstr "Konfigurer bakgrunnsbilde" @@ -427,7 +443,7 @@ msgstr "Erstatt den?" #: gnome/gdialogs.c:567 gtkedit/editwidget.c:1069 src/file.c:802 -#: src/screen.c:2355 src/screen.c:2385 src/tree.c:1015 +#: src/screen.c:2365 src/screen.c:2395 src/tree.c:1015 msgid "Copy" msgstr "Kopier" @@ -716,7 +732,7 @@ msgid "Reverses the list of tagged files" msgstr "Reverserer listen med merkede filer" -#: gnome/glayout.c:400 gtkedit/editwidget.c:1071 src/view.c:2031 +#: gnome/glayout.c:400 gtkedit/editwidget.c:1071 src/view.c:2038 msgid "Search" msgstr "Søk" @@ -928,19 +944,17 @@ #: gnome/gnome-file-property-dialog.c:403 #: gnome/gnome-file-property-dialog.c:491 gnome/gpopup2.c:194 -#: src/screen.c:2353 src/screen.c:2383 +#: src/screen.c:2363 src/screen.c:2393 msgid "View" msgstr "Se på" #: gnome/gnome-file-property-dialog.c:404 -#, fuzzy msgid "Use default View options" -msgstr "Bruk standard handling for visning" +msgstr "Bruk standardvalg for visning" #: gnome/gnome-file-property-dialog.c:439 -#, fuzzy msgid "Select an Icon" -msgstr "Velg ikon" +msgstr "Velg et ikon" #. we do open first #: gnome/gnome-file-property-dialog.c:469 gnome/gpopup2.c:187 @@ -964,7 +978,7 @@ msgstr "Bruk standard handling for visning" #: gnome/gnome-file-property-dialog.c:513 gnome/gpopup2.c:196 -#: src/screen.c:2354 src/screen.c:2384 src/view.c:2027 +#: src/screen.c:2364 src/screen.c:2394 src/view.c:2034 msgid "Edit" msgstr "Rediger" @@ -1114,8 +1128,8 @@ msgid "Copy..." msgstr "Kopier..." -#: gnome/gpopup2.c:199 gtkedit/editwidget.c:1072 src/screen.c:2358 -#: src/screen.c:2388 +#: gnome/gpopup2.c:199 gtkedit/editwidget.c:1072 src/screen.c:2368 +#: src/screen.c:2398 msgid "Delete" msgstr "Slett" @@ -1569,7 +1583,7 @@ #: gtkedit/edit.c:131 gtkedit/edit.c:226 gtkedit/edit.c:233 gtkedit/edit.c:240 #: gtkedit/edit.c:247 gtkedit/edit.c:253 gtkedit/edit.c:310 gtkedit/edit.c:346 #: gtkedit/editcmd.c:1951 gtkedit/editwidget.c:952 src/dir.c:386 -#: src/screen.c:2373 src/tree.c:683 src/tree.c:689 src/wtools.c:222 +#: src/screen.c:2383 src/tree.c:683 src/tree.c:689 src/wtools.c:222 #: vfs/fish.c:224 msgid " Error " msgstr " Feil " @@ -1619,7 +1633,7 @@ #: gtkedit/editcmd.c:1267 gtkedit/editcmd.c:2863 gtkedit/editoptions.c:68 #: src/achown.c:71 src/boxes.c:139 src/boxes.c:279 src/boxes.c:376 #: src/boxes.c:464 src/boxes.c:644 src/boxes.c:727 src/boxes.c:781 -#: src/chmod.c:114 src/chown.c:79 src/cmd.c:856 src/filegui.c:821 +#: src/chmod.c:114 src/chown.c:79 src/cmd.c:854 src/filegui.c:821 #: src/find.c:171 src/hotlist.c:138 src/hotlist.c:814 src/hotlist.c:911 #: src/layout.c:371 src/learn.c:59 src/option.c:145 src/panelize.c:86 #: src/view.c:404 src/wtools.c:111 src/wtools.c:386 src/wtools.c:561 @@ -1642,7 +1656,7 @@ #. Warning message with a query to continue or cancel the operation #: gtkedit/editcmd.c:490 gtkedit/editcmd.c:809 gtkedit/editcmd.c:839 #: gtkedit/editcmd.c:986 gtkedit/editcmd.c:1083 src/ext.c:303 src/file.c:619 -#: src/help.c:318 src/main.c:699 src/screen.c:2093 src/screen.c:2136 +#: src/help.c:318 src/main.c:699 src/screen.c:2103 src/screen.c:2146 #: src/subshell.c:705 src/subshell.c:731 src/utilunix.c:390 src/utilunix.c:394 #: src/utilunix.c:465 vfs/mcfs.c:170 msgid " Warning " @@ -1729,7 +1743,7 @@ msgid " Save file " msgstr " Lagre fil " -#: gtkedit/editcmd.c:782 gtkedit/editwidget.c:1066 src/view.c:2023 +#: gtkedit/editcmd.c:782 gtkedit/editwidget.c:1066 src/view.c:2030 msgid "Save" msgstr "Lagre" @@ -1823,7 +1837,7 @@ msgid " Enter replacement string:" msgstr " Skriv inn erstatningsstreng:" -#: gtkedit/editcmd.c:1210 gtkedit/editcmd.c:1283 src/view.c:1948 +#: gtkedit/editcmd.c:1210 gtkedit/editcmd.c:1283 src/view.c:1955 msgid " Enter search string:" msgstr " Skriv inn søkestreng:" @@ -1835,8 +1849,8 @@ #. Heads the 'Search' dialog box #: gtkedit/editcmd.c:1297 gtkedit/editcmd.c:1474 gtkedit/editcmd.c:2227 -#: src/view.c:1502 src/view.c:1601 src/view.c:1723 src/view.c:1916 -#: src/view.c:1948 +#: src/view.c:1509 src/view.c:1608 src/view.c:1730 src/view.c:1923 +#: src/view.c:1955 msgid " Search " msgstr " Søk " @@ -1983,14 +1997,14 @@ msgid "Cancel quit" msgstr "Avbryt avslutt" -#: gtkedit/editcmd.c:2266 src/cmd.c:251 src/file.c:1859 src/file.c:2233 -#: src/filegui.c:602 src/hotlist.c:1035 src/main.c:854 src/screen.c:2122 +#: gtkedit/editcmd.c:2266 src/cmd.c:249 src/file.c:1859 src/file.c:2233 +#: src/filegui.c:602 src/hotlist.c:1035 src/main.c:854 src/screen.c:2132 #: src/subshell.c:706 src/subshell.c:732 src/tree.c:746 src/view.c:404 msgid "&Yes" msgstr "&Ja" -#: gtkedit/editcmd.c:2266 src/cmd.c:251 src/file.c:1859 src/file.c:2233 -#: src/filegui.c:601 src/hotlist.c:1035 src/main.c:854 src/screen.c:2122 +#: gtkedit/editcmd.c:2266 src/cmd.c:249 src/file.c:1859 src/file.c:2233 +#: src/filegui.c:601 src/hotlist.c:1035 src/main.c:854 src/screen.c:2132 #: src/subshell.c:706 src/subshell.c:732 src/tree.c:746 src/view.c:404 msgid "&No" msgstr "&Nei" @@ -2021,7 +2035,7 @@ msgstr " Klipp ut til utklippstavlen " #: gtkedit/editcmd.c:2583 gtkedit/editcmd.c:2587 gtkedit/editcmd.c:2592 -#: gtkedit/editcmd.c:2595 src/view.c:1888 +#: gtkedit/editcmd.c:2595 src/view.c:1895 msgid " Goto line " msgstr " Gå til linje " @@ -2187,8 +2201,8 @@ msgid "Error initialising editor.\n" msgstr "Feil under initialisering av editor.\n" -#: gtkedit/editwidget.c:1065 src/help.c:806 src/main.c:1705 src/screen.c:2351 -#: src/screen.c:2381 src/tree.c:1009 src/view.c:2018 +#: gtkedit/editwidget.c:1065 src/help.c:806 src/main.c:1705 src/screen.c:2361 +#: src/screen.c:2391 src/tree.c:1009 src/view.c:2025 msgid "Help" msgstr "Hjelp" @@ -2204,8 +2218,8 @@ msgid "PullDn" msgstr "Trekk ned" -#: gtkedit/editwidget.c:1075 src/help.c:818 src/main.c:1708 src/view.c:2020 -#: src/view.c:2040 +#: gtkedit/editwidget.c:1075 src/help.c:818 src/main.c:1708 src/view.c:2027 +#: src/view.c:2047 msgid "Quit" msgstr "Avslutt" @@ -2985,6 +2999,10 @@ msgid " I can't run the Chmod command on an extfs " msgstr " Jeg kan ikke kjøre chmod kommandoen på et extfs " +#: src/chmod.c:325 +msgid " I can't run the Chmod command on a tarfs " +msgstr " Jeg kan ikke kjøre chown kommandoen på et tarfs " + #: src/chown.c:81 msgid "Set &users" msgstr "Sett br&ukere" @@ -3034,130 +3052,130 @@ msgid " I can't run the Chown command on a tarfs " msgstr " Jeg kan ikke kjøre chown kommandoen på et tarfs " -#: src/cmd.c:200 +#: src/cmd.c:198 #, c-format msgid " Can not fetch a local copy of %s " msgstr " Kan ikke hente en lokal kopi av %s " -#: src/cmd.c:250 +#: src/cmd.c:248 msgid " CD " msgstr " CD " -#: src/cmd.c:250 +#: src/cmd.c:248 msgid "Files tagged, want to cd?" msgstr "Filer merket, vil du skifte katalog?" -#: src/cmd.c:256 src/cmd.c:715 src/cmd.c:729 +#: src/cmd.c:254 src/cmd.c:713 src/cmd.c:727 msgid "Could not change directory" msgstr " Kunne ikke skifte katalog" -#: src/cmd.c:285 +#: src/cmd.c:283 msgid " View file " msgstr " Se på fil " -#: src/cmd.c:285 +#: src/cmd.c:283 msgid " Filename:" msgstr " Filnavn:" -#: src/cmd.c:302 +#: src/cmd.c:300 msgid " Filtered view " msgstr " Filtrert visning " -#: src/cmd.c:302 +#: src/cmd.c:300 msgid " Filter command and arguments:" msgstr " Filterkommando og argumenter:" -#: src/cmd.c:390 +#: src/cmd.c:388 msgid "Create a new Directory" msgstr "Opprett en ny katalog" -#: src/cmd.c:390 +#: src/cmd.c:388 msgid " Enter directory name:" msgstr " Skriv inn katalognavnet:" -#: src/cmd.c:451 +#: src/cmd.c:449 msgid " Filter " msgstr " Filter " -#: src/cmd.c:451 +#: src/cmd.c:449 msgid " Set expression for filtering filenames" msgstr " Sett uttrykk for filtrering av filnavn" -#: src/cmd.c:517 +#: src/cmd.c:515 msgid " Select " msgstr " Velg " -#: src/cmd.c:569 +#: src/cmd.c:567 msgid " Unselect " msgstr " Velg bort " -#: src/cmd.c:642 +#: src/cmd.c:640 msgid "Extension file edit" msgstr "Rediger utvidelsesfil" -#: src/cmd.c:643 +#: src/cmd.c:641 msgid " Which extension file you want to edit? " msgstr " Hvilken utvidelsesfil vil du redigere? " -#: src/cmd.c:644 +#: src/cmd.c:642 msgid "&User" msgstr "&Bruker" -#: src/cmd.c:644 src/cmd.c:670 +#: src/cmd.c:642 src/cmd.c:668 msgid "&System Wide" msgstr "&System" -#: src/cmd.c:667 +#: src/cmd.c:665 msgid "Menu file edit" msgstr "Rediger menyfil" -#: src/cmd.c:668 +#: src/cmd.c:666 msgid " Which menu file will you edit? " msgstr " Hvilken menyfil vil du redigere? " -#: src/cmd.c:670 +#: src/cmd.c:668 msgid "&Local" msgstr "&Lokal" -#: src/cmd.c:670 +#: src/cmd.c:668 msgid "&Home" msgstr "&Hjemme" -#: src/cmd.c:855 +#: src/cmd.c:853 msgid " Compare directories " msgstr " Sammenlign kataloger " -#: src/cmd.c:855 +#: src/cmd.c:853 msgid " Select compare method: " msgstr " Velg metode for sammenligning: " -#: src/cmd.c:856 +#: src/cmd.c:854 msgid "&Quick" msgstr "&Rask" -#: src/cmd.c:856 +#: src/cmd.c:854 msgid "&Size only" msgstr "Bare &Størrelse" -#: src/cmd.c:856 +#: src/cmd.c:854 msgid "&Thorough" msgstr "&Grundig" -#: src/cmd.c:866 +#: src/cmd.c:864 msgid " Both panels should be on the listing view mode to use this command " msgstr "" " Begge panelene bør være i visningsmodus for liste for å bruke denne " "kommandoen " -#: src/cmd.c:880 +#: src/cmd.c:878 msgid " The command history is empty " msgstr " Kommandohistorikken er tom " -#: src/cmd.c:886 +#: src/cmd.c:884 msgid " Command history " msgstr " Kommandohistorikk " -#: src/cmd.c:928 +#: src/cmd.c:926 msgid "" " Not an xterm or Linux console; \n" " the panels cannot be toggled. " @@ -3165,11 +3183,11 @@ " Ikke en xterm eller Linux konsoll; \n" " panelene kan ikke slås av og på. " -#: src/cmd.c:967 +#: src/cmd.c:965 msgid "Type `exit' to return to the Midnight Commander" msgstr "Skriv `exit' for å gå tilbake til Midnight Commander" -#: src/cmd.c:1022 +#: src/cmd.c:1020 #, c-format msgid "" " Couldn't stat %s \n" @@ -3178,94 +3196,94 @@ " Kunne ikke kjøre stat på %s \n" " %s " -#: src/cmd.c:1031 src/cmd.c:1033 +#: src/cmd.c:1029 src/cmd.c:1031 msgid " Link " msgstr " Lenke " -#: src/cmd.c:1032 src/cmd.c:1171 src/file.c:1685 +#: src/cmd.c:1030 src/cmd.c:1169 src/file.c:1685 msgid " to:" msgstr " til:" -#: src/cmd.c:1043 +#: src/cmd.c:1041 #, c-format msgid " link: %s " msgstr " lenke: %s " -#: src/cmd.c:1076 +#: src/cmd.c:1074 #, c-format msgid " symlink: %s " msgstr " symlink: %s " -#: src/cmd.c:1130 +#: src/cmd.c:1128 #, c-format msgid " Symlink `%s' points to: " msgstr " Lenken `%s' peker til: " -#: src/cmd.c:1135 +#: src/cmd.c:1133 msgid " Edit symlink " msgstr " Rediger symlink " -#: src/cmd.c:1140 +#: src/cmd.c:1138 #, c-format msgid " edit symlink, unable to remove %s: %s " msgstr " rediger symlink, kan ikke fjerne %s: %s " -#: src/cmd.c:1144 +#: src/cmd.c:1142 #, c-format msgid " edit symlink: %s " msgstr " rediger symlink: %s " -#: src/cmd.c:1171 +#: src/cmd.c:1169 msgid " Link symbolically " msgstr " Lag symbolsk lenke " -#: src/cmd.c:1172 +#: src/cmd.c:1170 msgid " Relative symlink " msgstr " Relativ symlink " -#: src/cmd.c:1183 +#: src/cmd.c:1181 #, c-format msgid " relative symlink: %s " msgstr " relativ symlink: %s " -#: src/cmd.c:1286 +#: src/cmd.c:1284 msgid " Enter machine name (F1 for details): " msgstr " Skriv inn maskinnavn (F1 for detaljer): " -#: src/cmd.c:1310 +#: src/cmd.c:1308 #, c-format msgid " Could not chdir to %s " msgstr " Kunne ikke skifte katalog til %s " -#: src/cmd.c:1317 +#: src/cmd.c:1315 msgid " Link to a remote machine " msgstr " Lenke til en fjern maskin " -#: src/cmd.c:1323 +#: src/cmd.c:1321 msgid " FTP to machine " msgstr " FTP til maskin " -#: src/cmd.c:1333 +#: src/cmd.c:1331 msgid " Socket source routing setup " msgstr " Oppsett av kontaktens kilderuting" -#: src/cmd.c:1334 +#: src/cmd.c:1332 msgid " Enter host name to use as a source routing hop: " msgstr " Skriv inn vertsnavnet som skal brukes som kilderutingshop: " -#: src/cmd.c:1341 +#: src/cmd.c:1339 msgid " Host name " msgstr " Vertsnavn " -#: src/cmd.c:1341 +#: src/cmd.c:1339 msgid " Error while looking up IP address " msgstr " Feil under oppslag av IP-adresse " -#: src/cmd.c:1352 +#: src/cmd.c:1350 msgid " Undelete files on an ext2 file system " msgstr " Gjenopprett filer på et ext2 filsystem " -#: src/cmd.c:1353 +#: src/cmd.c:1351 msgid "" " Enter device (without /dev/) to undelete\n" " files on: (F1 for details)" @@ -3273,11 +3291,11 @@ " Skriv inn enhet (uten /dev/) som det skal gjenopprettes\n" " filer på: (F1 for detaljer)" -#: src/cmd.c:1403 +#: src/cmd.c:1401 msgid " Setup saved to ~/" msgstr " Oppsett lagret til ~/" -#: src/cmd.c:1408 +#: src/cmd.c:1406 msgid " Setup " msgstr " Oppsett " @@ -3377,12 +3395,12 @@ msgstr "Ukjent" #: src/ext.c:131 src/user.c:506 -#, fuzzy, c-format +#, c-format msgid "" " Can't generate unique filename \n" " %s " msgstr "" -" Kan ikke åpne filen %s \n" +" Kan ikke generere et unikt filnavn \n" " %s " #: src/ext.c:138 src/user.c:518 @@ -3824,11 +3842,11 @@ msgid " Can't operate on \"..\"! " msgstr " Kan ikke arbeide på \"..\"! " -#: src/file.c:1856 src/screen.c:2082 +#: src/file.c:1856 src/screen.c:2092 msgid "Yes" msgstr "Ja" -#: src/file.c:1856 src/screen.c:2082 +#: src/file.c:1856 src/screen.c:2092 msgid "No" msgstr "Nei" @@ -4086,7 +4104,7 @@ msgid "Finished" msgstr "Ferdig" -#: src/find.c:561 src/view.c:1502 +#: src/find.c:561 src/view.c:1509 #, c-format msgid "Searching %s" msgstr "Søker i %s" @@ -4652,7 +4670,7 @@ msgid " The shell is already running a command " msgstr " Skallet kjører allerede en kommando " -#: src/main.c:852 src/screen.c:2080 src/screen.c:2120 +#: src/main.c:852 src/screen.c:2090 src/screen.c:2130 msgid " The Midnight Commander " msgstr " Midnight Commander " @@ -4904,7 +4922,7 @@ " du utføre en manuell gjenlesing av katalogen. Se manualsiden for \n" " detaljene." -#: src/main.c:1706 src/screen.c:2352 src/screen.c:2382 +#: src/main.c:1706 src/screen.c:2362 src/screen.c:2392 msgid "Menu" msgstr "Meny" @@ -5253,27 +5271,27 @@ msgid " %s bytes in %d file%s" msgstr " %s bytes i %d file%s" -#: src/screen.c:1304 +#: src/screen.c:1314 msgid "Unknow tag on display format: " msgstr "Ukjent merke på skjermformatet: " -#: src/screen.c:2081 src/screen.c:2121 +#: src/screen.c:2091 src/screen.c:2131 msgid " Do you really want to execute? " msgstr " Vil du virkelig kjøre? " -#: src/screen.c:2093 src/screen.c:2136 +#: src/screen.c:2103 src/screen.c:2146 msgid " No action taken " msgstr " Ingen handling utført " -#: src/screen.c:2356 src/screen.c:2386 src/tree.c:1017 +#: src/screen.c:2366 src/screen.c:2396 src/tree.c:1017 msgid "RenMov" msgstr "RenMov" -#: src/screen.c:2357 src/screen.c:2387 src/tree.c:1021 +#: src/screen.c:2367 src/screen.c:2397 src/tree.c:1021 msgid "Mkdir" msgstr "Mkdir" -#: src/screen.c:2373 +#: src/screen.c:2383 #, c-format msgid "" " Can't chdir to %s \n" @@ -5423,6 +5441,16 @@ msgid "name_trunc: too big" msgstr "name_trunc: for stor" +#. strftime() format string for recent dates +#: src/util.c:598 src/util.c:623 +msgid "%b %e %H:%M" +msgstr "%b %e %H:%M" + +#. strftime() format string for old dates +#: src/util.c:599 src/util.c:621 +msgid "%b %e %Y" +msgstr "%b %e %Y" + #: src/utilunix.c:390 msgid " Pipe failed " msgstr " Rør feilet " @@ -5484,12 +5512,12 @@ msgstr " Kan ikke vise: ikke en vanlig fil " #: src/view.c:567 src/view.c:572 -#, fuzzy, c-format +#, c-format msgid "" " Can't open \"%s\"\n" " %s " msgstr "" -" Kan ikke åpne filen %s \n" +" Kan ikke åpne \"%s\"\n" " %s " #: src/view.c:704 @@ -5501,20 +5529,20 @@ msgid " [grow]" msgstr " [voks]" -#: src/view.c:1494 +#: src/view.c:1501 #, c-format msgid "Searching for `%s'" msgstr "Søker etter `%s'" -#: src/view.c:1601 src/view.c:1723 +#: src/view.c:1608 src/view.c:1730 msgid " Search string not found " msgstr " Søkestrengen ikke funnet " -#: src/view.c:1762 +#: src/view.c:1769 msgid " Invalid regular expression " msgstr " Ugyldig vanlig uttrykk " -#: src/view.c:1886 +#: src/view.c:1893 #, c-format msgid "" " The current line number is %d.\n" @@ -5523,59 +5551,59 @@ " Det nåværende linjenummeret er %d.\n" " Skriv inn det nye linjenummeret:" -#: src/view.c:1916 +#: src/view.c:1923 msgid " Enter regexp:" msgstr " Skriv inn vanlig uttrykk:" -#: src/view.c:2021 +#: src/view.c:2028 msgid "Ascii" msgstr "Ascii" -#: src/view.c:2021 +#: src/view.c:2028 msgid "Hex" msgstr "Hex" -#: src/view.c:2022 +#: src/view.c:2029 msgid "Line" msgstr "Linje" -#: src/view.c:2023 +#: src/view.c:2030 msgid "RxSrch" msgstr "VanUtSøk" -#: src/view.c:2026 +#: src/view.c:2033 msgid "EdText" msgstr "RedTekst" -#: src/view.c:2026 +#: src/view.c:2033 msgid "EdHex" msgstr "RedHeks" -#: src/view.c:2028 +#: src/view.c:2035 msgid "UnWrap" msgstr "Fjern bryting" -#: src/view.c:2028 +#: src/view.c:2035 msgid "Wrap" msgstr "Bryt" -#: src/view.c:2031 +#: src/view.c:2038 msgid "HxSrch" msgstr "HexSøk" -#: src/view.c:2034 +#: src/view.c:2041 msgid "Raw" msgstr "Rått" -#: src/view.c:2034 +#: src/view.c:2041 msgid "Parse" msgstr "Tolk" -#: src/view.c:2038 +#: src/view.c:2045 msgid "Unform" msgstr "Fjern format" -#: src/view.c:2038 +#: src/view.c:2045 msgid "Format" msgstr "Format" @@ -6015,21 +6043,3 @@ "Hmm,...\n" "%s\n" "ser ikke ut som et tar-arkiv." - -#~ msgid "" -#~ "You are running the GNOME Midnight Commander as root. \n" -#~ "\n" -#~ "You will not be protected from severly damaging your system." -#~ msgstr "" -#~ "Du kjører GNOME Midnighr Commander som root. \n" -#~ "\n" -#~ "Du vil ikke være beskyttet fra å gjøre alvorlig skade på systemet." - -#~ msgid "Rescan Directory" -#~ msgstr "Oppdater kataloginnholdet" - -#~ msgid "New folder" -#~ msgstr "Ny katalog" - -#~ msgid "Creates a new folder here" -#~ msgstr "Oppretter en ny katalog her" diff -ruN old/mc-4.5.31/src/ChangeLog new/mc-4.5.32/src/ChangeLog --- old/mc-4.5.31/src/ChangeLog Wed May 5 20:58:08 1999 +++ new/mc-4.5.32/src/ChangeLog Mon May 24 15:53:56 1999 @@ -1,3 +1,30 @@ +Mon May 17 07:37:12 1999 Norbert Warmuth + + * subshell.c (pty_open_master): use getpt () if available to open + the master side of the pty. getpt () is a glibc extension and is + needed when glibc 2.1.x is used with a (linux) kernel without unix98 + style ptys (if there is no /dev/ptmx getpt falls back to bsd style + ptys). + + * filegui.c (check_progress_buttons): Don't update the Gpm mouse + cursor when we check for events. It causes a flickering cursor on a + different virtual console. + +1999-05-12 Pavel Machek + + * cons.saver.c (main): change cons.saver so it can be run without + root privileges. It is well possible to run cons.saver with + privileges only to /dev/vcsa: create new user and make vcsa's + owned by that user instead of root. + + Distribution maintainers please take this text as idea of what you + should do to make your system more secure. + +1999-05-05 Miguel de Icaza + + * cmd.c (view_file_at_line): gmc_view never fails, so we handle + that now. + 1999-04-29 Federico Mena Quintero * chmod.c (chmod_cmd): Missing _ in _(). diff -ruN old/mc-4.5.31/src/boxes.c new/mc-4.5.32/src/boxes.c --- old/mc-4.5.31/src/boxes.c Wed May 5 20:58:07 1999 +++ new/mc-4.5.32/src/boxes.c Mon May 24 15:53:56 1999 @@ -609,7 +609,7 @@ #ifdef USE_VFS #if defined(USE_NETCODE) -#define VFSY 12 +#define VFSY 14 #else #define VFSY 8 #endif @@ -646,24 +646,24 @@ { quick_button, 12, VFSX, VFSY - 3, VFSY, N_("&Ok"), 0, B_ENTER, 0, 0, XV_WLAY_CENTERROW, "button-ok" }, #if defined(USE_NETCODE) -{ quick_input, 30, VFSX, 7, VFSY, "", 22, 0, 0, &ret_ftp_proxy, +{ quick_input, 4, VFSX, 9, VFSY, "", 48, 0, 0, &ret_ftp_proxy, XV_WLAY_RIGHTDOWN, "input-ftp-proxy" }, -{ quick_checkbox, 4, VFSX, 7, VFSY, N_("&Always use ftp proxy"), 0, 0, +{ quick_checkbox, 4, VFSX, 8, VFSY, N_("&Always use ftp proxy"), 0, 0, &ftpfs_always_use_proxy, 0, XV_WLAY_RIGHTDOWN, "check-ftp-proxy" }, -{ quick_label, 46, VFSX, 6, VFSY, N_("sec"), +{ quick_label, 49, VFSX, 7, VFSY, N_("sec"), 0, 0, 0, 0, XV_WLAY_RIGHTOF, "label-sec" }, -{ quick_input, 35, VFSX, 6, VFSY, "", 10, 0, 0, &ret_directory_timeout, +{ quick_input, 38, VFSX, 7, VFSY, "", 10, 0, 0, &ret_directory_timeout, XV_WLAY_RIGHTDOWN, "input-timeout" }, -{ quick_label, 4, VFSX, 6, VFSY, N_("ftpfs directory cache timeout:"), +{ quick_label, 4, VFSX, 7, VFSY, N_("ftpfs directory cache timeout:"), 0, 0, 0, 0, XV_WLAY_NEXTROW, "label-cache"}, -{ quick_input, 28, VFSX, 5, VFSY, "", 24, 0, 0, &ret_passwd, +{ quick_input, 4, VFSX, 6, VFSY, "", 48, 0, 0, &ret_passwd, XV_WLAY_RIGHTDOWN, "input-passwd" }, { quick_label, 4, VFSX, 5, VFSY, N_("ftp anonymous password:"), 0, 0, 0, 0, XV_WLAY_NEXTROW, "label-pass"}, #endif -{ quick_label, 46, VFSX, 3, VFSY, "sec", +{ quick_label, 49, VFSX, 3, VFSY, "sec", 0, 0, 0, 0, XV_WLAY_RIGHTOF, "label-sec2" }, -{ quick_input, 35, VFSX, 3, VFSY, "", 10, 0, 0, &ret_timeout, +{ quick_input, 38, VFSX, 3, VFSY, "", 10, 0, 0, &ret_timeout, XV_WLAY_RIGHTOF, "input-timo-vfs" }, { quick_label, 4, VFSX, 3, VFSY, N_("Timeout for freeing VFSs:"), 0, 0, 0, 0, XV_WLAY_BELOWCLOSE, "label-vfs" }, diff -ruN old/mc-4.5.31/src/cmd.c new/mc-4.5.32/src/cmd.c --- old/mc-4.5.31/src/cmd.c Wed May 5 20:58:07 1999 +++ new/mc-4.5.32/src/cmd.c Mon May 24 15:53:56 1999 @@ -169,9 +169,7 @@ } if (internal){ #ifdef HAVE_GNOME - if (!gmc_view (filename, start_line)){ - view (0, filename, &move_dir, start_line); - } + gmc_view (filename, start_line); #else char view_entry [BUF_TINY]; diff -ruN old/mc-4.5.31/src/cons.saver.c new/mc-4.5.32/src/cons.saver.c --- old/mc-4.5.31/src/cons.saver.c Wed May 5 20:58:08 1999 +++ new/mc-4.5.32/src/cons.saver.c Mon May 24 15:53:56 1999 @@ -21,6 +21,14 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +/* This code does _not_ need to be setuid root. However, it needs + read/write access to /dev/vcsa* (which is priviledged + operation). You should create user vcsa, make cons.saver setuid + user vcsa, and make all vcsa's owned by user vcsa. + + Seeing other peoples consoles is bad thing, but believe me, full + root is even worse. */ + #include #include #include @@ -323,8 +331,11 @@ */ close (2); stderr_fd = open ("/dev/tty", O_RDWR); + if (stderr_fd == -1) /* This may well happen if program is running non-root */ + stderr_fd = open ("/dev/null", O_RDWR); + if (stderr_fd == -1) - exit (1); + exit (1); if (stderr_fd != 2) while (dup2 (stderr_fd, 2) == -1 && errno == EINTR) diff -ruN old/mc-4.5.31/src/filegui.c new/mc-4.5.32/src/filegui.c --- old/mc-4.5.31/src/filegui.c Wed May 5 20:58:07 1999 +++ new/mc-4.5.32/src/filegui.c Mon May 24 15:53:56 1999 @@ -184,6 +184,7 @@ ui = ctx->ui; x_flush_events (); + event.x = -1; /* Don't show the GPM cursor */ c = get_event (&event, 0, 0); if (c == EV_NONE) return FILE_CONT; diff -ruN old/mc-4.5.31/src/subshell.c new/mc-4.5.32/src/subshell.c --- old/mc-4.5.31/src/subshell.c Wed May 5 20:58:07 1999 +++ new/mc-4.5.32/src/subshell.c Mon May 24 15:53:56 1999 @@ -1094,8 +1094,15 @@ char *slave_name; int pty_master; + +#ifdef HAVE_GETPT + /* getpt () is a GNU extension (glibc 2.1.x) */ + pty_master = getpt (); +#else strcpy (pty_name, "/dev/ptmx"); - if ((pty_master = open (pty_name, O_RDWR)) == -1 + pty_master = open (pty_name, O_RDWR) +#endif + if (pty_master == -1 || grantpt (pty_master) == -1 /* Grant access to slave */ || unlockpt (pty_master) == -1 /* Clear slave's lock flag */ || !(slave_name = ptsname (pty_master))) /* Get slave's name */ diff -ruN old/mc-4.5.31/vfs/ChangeLog new/mc-4.5.32/vfs/ChangeLog --- old/mc-4.5.31/vfs/ChangeLog Wed May 5 20:58:04 1999 +++ new/mc-4.5.32/vfs/ChangeLog Mon May 24 15:53:55 1999 @@ -1,3 +1,8 @@ +1999-05-12 Christian GENNERAT + + * urar.in, uzip.in: patches to use in #urar and #uzip the new features + added in mc-4.5.31 (unlink, mkdir, rmdir) + 1999-04-30 Pavel Machek * extfs/deb.in (mcdebfs_run): Quote string properly, fix suggested diff -ruN old/mc-4.5.31/vfs/extfs/urar.in new/mc-4.5.32/vfs/extfs/urar.in --- old/mc-4.5.31/vfs/extfs/urar.in Wed May 5 20:58:04 1999 +++ new/mc-4.5.32/vfs/extfs/urar.in Mon May 24 15:53:55 1999 @@ -63,12 +63,38 @@ { $UNRAR p -c- -inul "$1" "$2" > $3 2>/dev/null } + +mcrarfs_mkdir () +{ +# preserve pwd. It is clean, but is it necessary? + pwd=`pwd` +# Create a directory and create in it a tmp directory with the good name + dir=tmpdir.${RANDOM} + mkdir $dir + cd $dir + mkdir -p "$2" +# rar cannot create an empty directory + touch "$2"/.rarfs + $RAR a -r "$1" "$2" &>/dev/null + $RAR d "$1" "$2"/.rarfs &>/dev/null + cd $pwd + rm -rf $dir +} + +mcrarfs_rm () +{ + $RAR d "$1" "$2" &>/dev/null +} + umask 077 # uncomment this line for debugging #echo "`date +%T` ${0##*/} $1 $2 to=$3 tmp=$4" >>/tmp/${0##*/}.log case "$1" in list) mcrarfs_list "$2"; exit 0;; + rm) mcrarfs_rm "$2" "$3" ; exit 0;; + rmdir) mcrarfs_rm "$2" "$3" ; exit 0;; + mkdir) mcrarfs_mkdir "$2" "$3" ; exit 0;; copyin) mcrarfs_copyin "$2" "$3" $4; exit 0;; copyout) mcrarfs_copyout "$2" "$3" $4; exit 0;; esac diff -ruN old/mc-4.5.31/vfs/extfs/uzip.in new/mc-4.5.32/vfs/extfs/uzip.in --- old/mc-4.5.31/vfs/extfs/uzip.in Wed May 5 20:58:04 1999 +++ new/mc-4.5.32/vfs/extfs/uzip.in Mon May 24 15:53:55 1999 @@ -9,6 +9,7 @@ DZIP=/usr/bin XZIP="$DZIP/zip -g" +XDZIP="$DZIP/zip -d" XUNZIP="$DZIP/unzip" XZIPINFO="$DZIP/unzip -Z" # @@ -71,6 +72,20 @@ fi } +mczipfs_mkdir () +{ +# preserve pwd. It is clean, but is it necessary? + pwd=`pwd` +# Create a directory and create in it a tmp directory with the good name + dir=tmpdir.${RANDOM} + mkdir $dir + cd $dir + mkdir -p "$2" + $XZIP "$1" "$2" &>/dev/null + cd $pwd + rm -rf $dir +} + mczipfs_copyin () { # preserve pwd. It is clean, but is it necessary? @@ -94,12 +109,25 @@ { $XUNZIP -p "$1" "$2" > $3 2>/dev/null } + +mczipfs_rm () +{ + $XDZIP "$1" "$2" &>/dev/null +} + +mczipfs_rmdir () +{ + $XDZIP "$1" "$2"/ &>/dev/null +} + umask 077 #echo "`date +%T` ${0##*/} $1 $2 to=$3 tmp=$4" >>/tmp/${0##*/}.log case "$1" in list) mczipfs_list "$2"; exit 0;; -# delete) mczipfs_delete "$2" "$3" ; exit 0;; + rm) mczipfs_rm "$2" "$3" ; exit 0;; + rmdir) mczipfs_rmdir "$2" "$3" ; exit 0;; + mkdir) mczipfs_mkdir "$2" "$3" ; exit 0;; copyin) mczipfs_copyin "$2" "$3" $4 ; exit 0;; copyout) mczipfs_copyout "$2" "$3" $4 ; exit 0;; esac