From: Chris Allegretta Date: Wed, 4 Jul 2001 09:46:43 +0000 (+0000) Subject: New and updated translations. X-Git-Tag: v1.0.4~11 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=46f20f0eb315f49408055c10697da857ddbab482;p=nano.git New and updated translations. git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@712 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index fd70171f..0559e170 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,8 +3,14 @@ CVS code - do_browser() - More Picoish keystrokes for the browser, ^P, ^N, etc, for up, down, etc, and add the consistent ^C to exit (Jim Knoble). -- THANKS +- THANKS: - Added some more people. +- po/gl.po: + - Updated Galician translation (Jacobo Tarrío). +- po/no.po: + - New Norwegian translation by Eivind Kjørstad . +- po/sv.po: + - New Swedish translation by Christian Rose . nano 1.0.3 - 07/01/2001 - Makefile.am: diff --git a/configure b/configure index bb6bff00..cae317a8 100755 --- a/configure +++ b/configure @@ -38,12 +38,12 @@ ac_help="$ac_help --disable-glibtest Do not try to compile and run a test GLIB program" ac_help="$ac_help --enable-debug Enable debugging (def disabled)" +ac_help="$ac_help + --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib" ac_help="$ac_help --disable-nls do not use Native Language Support" ac_help="$ac_help --with-included-gettext use the GNU gettext library included here" -ac_help="$ac_help - --with-catgets use catgets functions if available" # Initialize some variables set by options. # The variables have the same names as the options, with @@ -809,7 +809,7 @@ fi -ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru" +ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv no" # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 @@ -1033,30 +1033,52 @@ else fi fi -echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 -echo "configure:1038: checking for POSIXized ISC" >&5 -if test -d /etc/conf/kconfig.d && - grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 -then - echo "$ac_t""yes" 1>&6 - ISC=yes # If later tests want to check for ISC. - cat >> confdefs.h <<\EOF -#define _POSIX_SOURCE 1 + + echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6 +echo "configure:1039: checking for strerror in -lcposix" >&5 +ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'` +if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +else + ac_save_LIBS="$LIBS" +LIBS="-lcposix $LIBS" +cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" +else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=no" +fi +rm -f conftest* +LIBS="$ac_save_LIBS" - if test "$GCC" = yes; then - CC="$CC -posix" - else - CC="$CC -Xp" - fi +fi +if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 + LIBS="$LIBS -lcposix" else echo "$ac_t""no" 1>&6 - ISC= fi + + echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 -echo "configure:1060: checking how to run the C preprocessor" >&5 +echo "configure:1082: checking how to run the C preprocessor" >&5 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= @@ -1071,13 +1093,13 @@ else # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1081: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1103: \"$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 : @@ -1088,13 +1110,13 @@ else rm -rf conftest* CPP="${CC-cc} -E -traditional-cpp" cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1098: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1120: \"$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 : @@ -1105,13 +1127,13 @@ else rm -rf conftest* CPP="${CC-cc} -nologo -E" cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1115: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1137: \"$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 : @@ -1136,12 +1158,12 @@ fi echo "$ac_t""$CPP" 1>&6 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 -echo "configure:1140: checking for ANSI C header files" >&5 +echo "configure:1162: checking for ANSI C header files" >&5 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -1149,7 +1171,7 @@ else #include EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1153: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1175: \"$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* @@ -1166,7 +1188,7 @@ rm -f conftest* if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat > conftest.$ac_ext < EOF @@ -1184,7 +1206,7 @@ fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat > conftest.$ac_ext < EOF @@ -1205,7 +1227,7 @@ if test "$cross_compiling" = yes; then : else cat > conftest.$ac_ext < #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') @@ -1216,7 +1238,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); exit (0); } EOF -if { (eval echo configure:1220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:1242: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else @@ -1243,17 +1265,17 @@ for ac_hdr in fcntl.h unistd.h malloc.h termios.h termio.h limits.h getopt.h reg do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:1247: checking for $ac_hdr" >&5 +echo "configure:1269: 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:1257: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1279: \"$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* @@ -1397,7 +1419,7 @@ fi echo $ac_n "checking whether to use slang""... $ac_c" 1>&6 -echo "configure:1401: checking whether to use slang" >&5 +echo "configure:1423: checking whether to use slang" >&5 CURSES_LIB_NAME="" # Check whether --with-slang or --without-slang was given. if test "${with_slang+set}" = set; then @@ -1417,17 +1439,17 @@ if test "${with_slang+set}" = set; then ac_safe=`echo "slcurses.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for slcurses.h""... $ac_c" 1>&6 -echo "configure:1421: checking for slcurses.h" >&5 +echo "configure:1443: checking for slcurses.h" >&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:1431: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1453: \"$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* @@ -1444,21 +1466,21 @@ fi if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking for SLtt_initialize in -lslang""... $ac_c" 1>&6 -echo "configure:1448: checking for SLtt_initialize in -lslang" >&5 +echo "configure:1470: checking for SLtt_initialize in -lslang" >&5 _libs=$LIBS LIBS="$LIBS -lslang" if test "$cross_compiling" = yes; then echo "configure: warning: *** Can not use slang when cross-compiling" 1>&2 else cat > conftest.$ac_ext < #include int main () { SLtt_initialize (NULL); return 0; } EOF -if { (eval echo configure:1462: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:1484: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then echo "$ac_t""yes" 1>&6 cat >> confdefs.h <<\EOF @@ -1481,7 +1503,7 @@ else # We might need the term library for termlib in ncurses curses termcap terminfo termlib; do echo $ac_n "checking for tputs in -l${termlib}""... $ac_c" 1>&6 -echo "configure:1485: checking for tputs in -l${termlib}" >&5 +echo "configure:1507: checking for tputs in -l${termlib}" >&5 ac_lib_var=`echo ${termlib}'_'tputs | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -1489,7 +1511,7 @@ else ac_save_LIBS="$LIBS" LIBS="-l${termlib} $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1526: \"$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 @@ -1524,20 +1546,20 @@ fi done echo $ac_n "checking for SLtt_initialize in -lslang $tcap""... $ac_c" 1>&6 -echo "configure:1528: checking for SLtt_initialize in -lslang $tcap" >&5 +echo "configure:1550: checking for SLtt_initialize in -lslang $tcap" >&5 LIBS="$LIBS $tcap" if test "$cross_compiling" = yes; then echo "configure: warning: *** Can not use slang when cross-compiling" 1>&2 else cat > conftest.$ac_ext < #include int main () { SLtt_initialize (NULL); return 0; } EOF -if { (eval echo configure:1541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:1563: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then echo "$ac_t""yes" 1>&6 cat >> confdefs.h <<\EOF @@ -1559,20 +1581,20 @@ else echo "$ac_t""no" 1>&6 # We might need the math library echo $ac_n "checking for SLtt_initialize in -lslang $tcap -lm""... $ac_c" 1>&6 -echo "configure:1563: checking for SLtt_initialize in -lslang $tcap -lm" >&5 +echo "configure:1585: checking for SLtt_initialize in -lslang $tcap -lm" >&5 LIBS="$LIBS -lm" if test "$cross_compiling" = yes; then echo "configure: warning: *** Can not use slang when cross-compiling" 1>&2 else cat > conftest.$ac_ext < #include int main () { SLtt_initialize (NULL); return 0; } EOF -if { (eval echo configure:1576: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:1598: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then echo "$ac_t""yes" 1>&6 cat >> confdefs.h <<\EOF @@ -1629,12 +1651,12 @@ fi for ac_func in snprintf vsnprintf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:1633: checking for $ac_func" >&5 +echo "configure:1655: 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:1683: \"$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 @@ -1736,7 +1758,7 @@ fi # Extract the first word of "glib-config", so it can be a program name with args. set dummy glib-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1740: checking for $ac_word" >&5 +echo "configure:1762: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GLIB_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1771,7 +1793,7 @@ fi min_glib_version=1.2.4 echo $ac_n "checking for GLIB - version >= $min_glib_version""... $ac_c" 1>&6 -echo "configure:1775: checking for GLIB - version >= $min_glib_version" >&5 +echo "configure:1797: checking for GLIB - version >= $min_glib_version" >&5 no_glib="" if test "$GLIB_CONFIG" = "no" ; then no_glib=yes @@ -1794,7 +1816,7 @@ echo "configure:1775: checking for GLIB - version >= $min_glib_version" >&5 echo $ac_n "cross compiling; assumed OK... $ac_c" else cat > conftest.$ac_ext < @@ -1870,7 +1892,7 @@ main () } EOF -if { (eval echo configure:1874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:1896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else @@ -1904,7 +1926,7 @@ fi CFLAGS="$CFLAGS $GLIB_CFLAGS" LIBS="$LIBS $GLIB_LIBS" cat > conftest.$ac_ext < @@ -1914,7 +1936,7 @@ int main() { return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); ; return 0; } EOF -if { (eval echo configure:1918: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1940: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding GLIB or finding the wrong" @@ -1961,12 +1983,12 @@ fi echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 -echo "configure:1965: checking return type of signal handlers" >&5 +echo "configure:1987: checking return type of signal handlers" >&5 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -1983,7 +2005,7 @@ int main() { int i; ; return 0; } EOF -if { (eval echo configure:1987: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:2009: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_type_signal=void else @@ -2002,12 +2024,12 @@ EOF echo $ac_n "checking for vprintf""... $ac_c" 1>&6 -echo "configure:2006: checking for vprintf" >&5 +echo "configure:2028: checking for vprintf" >&5 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+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:2056: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_vprintf=yes" else @@ -2054,12 +2076,12 @@ fi if test "$ac_cv_func_vprintf" != yes; then echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 -echo "configure:2058: checking for _doprnt" >&5 +echo "configure:2080: checking for _doprnt" >&5 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+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:2108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func__doprnt=yes" else @@ -2109,12 +2131,12 @@ fi for ac_func in getopt_long do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:2113: checking for $ac_func" >&5 +echo "configure:2135: 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:2163: \"$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 @@ -2170,17 +2192,17 @@ then do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:2174: checking for $ac_hdr" >&5 +echo "configure:2196: 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:2184: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2206: \"$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* @@ -2207,7 +2229,7 @@ fi done echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6 -echo "configure:2211: checking for tgetent in -lncurses" >&5 +echo "configure:2233: checking for tgetent in -lncurses" >&5 ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -2215,7 +2237,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lncurses $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2252: \"$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 @@ -2251,7 +2273,7 @@ fi if eval "test x$CURSES_LIB_NAME = x" then echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6 -echo "configure:2255: checking for tgetent in -lcurses" >&5 +echo "configure:2277: checking for tgetent in -lcurses" >&5 ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -2259,7 +2281,7 @@ else 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:2296: \"$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 @@ -2296,7 +2318,7 @@ fi if eval "test x$CURSES_LIB_NAME = x" then echo $ac_n "checking for initscr in -lcurses""... $ac_c" 1>&6 -echo "configure:2300: checking for initscr in -lcurses" >&5 +echo "configure:2322: checking for initscr in -lcurses" >&5 ac_lib_var=`echo curses'_'initscr | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -2304,7 +2326,7 @@ else 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:2341: \"$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 @@ -2340,7 +2362,7 @@ fi if eval "test x$CURSES_LIB_NAME = x" then echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6 -echo "configure:2344: checking for tgetent in -ltermcap" >&5 +echo "configure:2366: checking for tgetent in -ltermcap" >&5 ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -2348,7 +2370,7 @@ else ac_save_LIBS="$LIBS" LIBS="-ltermcap $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2385: \"$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 @@ -2394,7 +2416,7 @@ fi if test x$slang_support != xyes; then echo $ac_n "checking for wresize in -l$CURSES_LIB_NAME""... $ac_c" 1>&6 -echo "configure:2398: checking for wresize in -l$CURSES_LIB_NAME" >&5 +echo "configure:2420: checking for wresize in -l$CURSES_LIB_NAME" >&5 ac_lib_var=`echo $CURSES_LIB_NAME'_'wresize | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -2402,7 +2424,7 @@ else ac_save_LIBS="$LIBS" LIBS="-l$CURSES_LIB_NAME $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2439: \"$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 @@ -2437,7 +2459,7 @@ else fi echo $ac_n "checking for resizeterm in -l$CURSES_LIB_NAME""... $ac_c" 1>&6 -echo "configure:2441: checking for resizeterm in -l$CURSES_LIB_NAME" >&5 +echo "configure:2463: checking for resizeterm in -l$CURSES_LIB_NAME" >&5 ac_lib_var=`echo $CURSES_LIB_NAME'_'resizeterm | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -2445,7 +2467,7 @@ else ac_save_LIBS="$LIBS" LIBS="-l$CURSES_LIB_NAME $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2482: \"$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 @@ -2482,12 +2504,12 @@ fi # Taken from aumix (can't tell form the variable name?) echo $ac_n "checking for private member _use_keypad in WINDOW""... $ac_c" 1>&6 -echo "configure:2486: checking for private member _use_keypad in WINDOW" >&5 +echo "configure:2508: checking for private member _use_keypad in WINDOW" >&5 if eval "test \"`echo '$''{'aumix_cv_struct_window_usekeypad'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < @@ -2498,7 +2520,7 @@ int main() { WINDOW w; w._use_keypad; ; return 0; } EOF -if { (eval echo configure:2502: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:2524: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* aumix_cv_struct_window_usekeypad=yes else @@ -2541,10 +2563,37 @@ then LDFLAGS="$LDFLAGS $glib_libs" fi + +# Make sure we can run config.sub. +if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : +else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } +fi + +echo $ac_n "checking host system type""... $ac_c" 1>&6 +echo "configure:2574: checking host system type" >&5 + +host_alias=$host +case "$host_alias" in +NONE) + case $nonopt in + NONE) + if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : + else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } + fi ;; + *) host_alias=$nonopt ;; + esac ;; +esac + +host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` +host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` +host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` +host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` +echo "$ac_t""$host" 1>&6 + # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2548: checking for $ac_word" >&5 +echo "configure:2597: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2572,12 +2621,12 @@ else fi echo $ac_n "checking for working const""... $ac_c" 1>&6 -echo "configure:2576: checking for working const" >&5 +echo "configure:2625: checking for working const" >&5 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:2679: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_const=yes else @@ -2647,21 +2696,21 @@ EOF fi echo $ac_n "checking for inline""... $ac_c" 1>&6 -echo "configure:2651: checking for inline" >&5 +echo "configure:2700: checking for inline" >&5 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:2714: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_inline=$ac_kw; break else @@ -2687,12 +2736,12 @@ EOF esac echo $ac_n "checking for off_t""... $ac_c" 1>&6 -echo "configure:2691: checking for off_t" >&5 +echo "configure:2740: 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 @@ -2720,12 +2769,12 @@ EOF fi echo $ac_n "checking for size_t""... $ac_c" 1>&6 -echo "configure:2724: checking for size_t" >&5 +echo "configure:2773: checking for size_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -2755,19 +2804,19 @@ fi # 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:2759: checking for working alloca.h" >&5 +echo "configure:2808: 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:2771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2820: \"$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 @@ -2788,12 +2837,12 @@ EOF fi echo $ac_n "checking for alloca""... $ac_c" 1>&6 -echo "configure:2792: checking for alloca" >&5 +echo "configure:2841: 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:2874: \"$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 @@ -2853,12 +2902,12 @@ EOF echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 -echo "configure:2857: checking whether alloca needs Cray hooks" >&5 +echo "configure:2906: 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 if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:2887: checking for $ac_func" >&5 +echo "configure:2936: 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:2964: \"$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 @@ -2938,7 +2987,7 @@ done fi echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 -echo "configure:2942: checking stack direction for C alloca" >&5 +echo "configure:2991: 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 @@ -2946,7 +2995,7 @@ else 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:3018: \"$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 @@ -2990,17 +3039,17 @@ for ac_hdr in unistd.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:2994: checking for $ac_hdr" >&5 +echo "configure:3043: 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:3004: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3053: \"$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* @@ -3029,12 +3078,12 @@ done for ac_func in getpagesize do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3033: checking for $ac_func" >&5 +echo "configure:3082: 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:3110: \"$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 @@ -3082,7 +3131,7 @@ fi done echo $ac_n "checking for working mmap""... $ac_c" 1>&6 -echo "configure:3086: checking for working mmap" >&5 +echo "configure:3135: 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 @@ -3090,7 +3139,7 @@ else 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:3283: \"$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 @@ -3252,23 +3301,60 @@ EOF fi - - for ac_hdr in argz.h limits.h locale.h nl_types.h malloc.h string.h \ -unistd.h sys/param.h + + echo $ac_n "checking whether we are using the GNU C Library 2.1 or newer""... $ac_c" 1>&6 +echo "configure:3307: checking whether we are using the GNU C Library 2.1 or newer" >&5 +if eval "test \"`echo '$''{'ac_cv_gnu_library_2_1'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +else + cat > conftest.$ac_ext < +#ifdef __GNU_LIBRARY__ + #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2) + Lucky GNU user + #endif +#endif + +EOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + egrep "Lucky GNU user" >/dev/null 2>&1; then + rm -rf conftest* + ac_cv_gnu_library_2_1=yes +else + rm -rf conftest* + ac_cv_gnu_library_2_1=no +fi +rm -f conftest* + + + +fi + +echo "$ac_t""$ac_cv_gnu_library_2_1" 1>&6 + + GLIBC21="$ac_cv_gnu_library_2_1" + + + + for ac_hdr in argz.h limits.h locale.h nl_types.h malloc.h stddef.h \ +stdlib.h string.h unistd.h sys/param.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:3262: checking for $ac_hdr" >&5 +echo "configure:3348: 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:3272: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3358: \"$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* @@ -3294,16 +3380,17 @@ else fi done - for ac_func in getcwd munmap putenv setenv setlocale strchr strcasecmp \ -strdup __argz_count __argz_stringify __argz_next + for ac_func in feof_unlocked fgets_unlocked getcwd getegid geteuid \ +getgid getuid mempcpy munmap putenv setenv setlocale stpcpy strchr strcasecmp \ +strdup strtoul tsearch __argz_count __argz_stringify __argz_next do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3302: checking for $ac_func" >&5 +echo "configure:3389: 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:3417: \"$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 @@ -3351,85 +3438,184 @@ fi done - if test "${ac_cv_func_stpcpy+set}" != "set"; then - for ac_func in stpcpy -do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3359: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then + + + # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given. +if test "${with_libiconv_prefix+set}" = set; then + withval="$with_libiconv_prefix" + + for dir in `echo "$withval" | tr : ' '`; do + if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi + if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi + done + +fi + + + echo $ac_n "checking for iconv""... $ac_c" 1>&6 +echo "configure:3457: checking for iconv" >&5 +if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext < 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(); - +#include +#include +int main() { +iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); + iconv_close(cd); +; return 0; } +EOF +if { (eval echo configure:3475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + am_cv_func_iconv=yes +else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 +fi +rm -f conftest* + if test "$am_cv_func_iconv" != yes; then + am_save_LIBS="$LIBS" + LIBS="$LIBS -liconv" + cat > conftest.$ac_ext < +#include int main() { +iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); + iconv_close(cd); +; return 0; } +EOF +if { (eval echo configure:3497: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + am_cv_lib_iconv=yes + am_cv_func_iconv=yes +else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 +fi +rm -f conftest* + LIBS="$am_save_LIBS" + fi + +fi -/* 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 +echo "$ac_t""$am_cv_func_iconv" 1>&6 + if test "$am_cv_func_iconv" = yes; then + cat >> confdefs.h <<\EOF +#define HAVE_ICONV 1 +EOF + + echo $ac_n "checking for iconv declaration""... $ac_c" 1>&6 +echo "configure:3518: checking for iconv declaration" >&5 + if eval "test \"`echo '$''{'am_cv_proto_iconv'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +else + + cat > conftest.$ac_ext < +#include +extern +#ifdef __cplusplus +"C" +#endif +#if defined(__STDC__) || defined(__cplusplus) +size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); #else -$ac_func(); +size_t iconv(); #endif +int main() { + ; return 0; } EOF -if { (eval echo configure:3387: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3543: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" + am_cv_proto_iconv_arg1="" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_$ac_func=no" + am_cv_proto_iconv_arg1="const" fi rm -f conftest* + am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);" 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 + cat >> confdefs.h <&6 +echo "configure:3572: checking for nl_langinfo and CODESET" >&5 +if eval "test \"`echo '$''{'am_cv_langinfo_codeset'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 else - echo "$ac_t""no" 1>&6 + cat > conftest.$ac_ext < +int main() { +char* cs = nl_langinfo(CODESET); +; return 0; } +EOF +if { (eval echo configure:3584: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + am_cv_langinfo_codeset=yes +else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 + rm -rf conftest* + am_cv_langinfo_codeset=no +fi +rm -f conftest* + fi -done - fi - if test "${ac_cv_func_stpcpy}" = "yes"; then - cat >> confdefs.h <<\EOF -#define HAVE_STPCPY 1 +echo "$ac_t""$am_cv_langinfo_codeset" 1>&6 + if test $am_cv_langinfo_codeset = yes; then + cat >> confdefs.h <<\EOF +#define HAVE_LANGINFO_CODESET 1 EOF - fi + fi if test $ac_cv_header_locale_h = yes; then echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 -echo "configure:3421: checking for LC_MESSAGES" >&5 +echo "configure:3607: checking for LC_MESSAGES" >&5 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { return LC_MESSAGES ; return 0; } EOF -if { (eval echo configure:3433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* am_cv_val_LC_MESSAGES=yes else @@ -3450,7 +3636,7 @@ EOF fi fi echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 -echo "configure:3454: checking whether NLS is requested" >&5 +echo "configure:3640: checking whether NLS is requested" >&5 # Check whether --enable-nls or --disable-nls was given. if test "${enable_nls+set}" = set; then enableval="$enable_nls" @@ -3462,7 +3648,9 @@ fi echo "$ac_t""$USE_NLS" 1>&6 + BUILD_INCLUDED_LIBINTL=no USE_INCLUDED_LIBINTL=no + INTLLIBS= if test "$USE_NLS" = "yes"; then cat >> confdefs.h <<\EOF @@ -3470,7 +3658,7 @@ fi EOF echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 -echo "configure:3474: checking whether included gettext is requested" >&5 +echo "configure:3662: checking whether included gettext is requested" >&5 # Check whether --with-included-gettext or --without-included-gettext was given. if test "${with_included_gettext+set}" = set; then withval="$with_included_gettext" @@ -3483,23 +3671,24 @@ fi nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" if test "$nls_cv_force_use_gnu_gettext" != "yes"; then - nls_cv_header_intl= - nls_cv_header_libgt= - CATOBJEXT=NONE + CATOBJEXT=NONE + + + ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 -echo "configure:3493: checking for libintl.h" >&5 +echo "configure:3682: checking for libintl.h" >&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:3503: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3692: \"$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* @@ -3515,173 +3704,92 @@ rm -f conftest* fi if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 - echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 -echo "configure:3520: checking for gettext in libc" >&5 -if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then + echo $ac_n "checking for GNU gettext in libc""... $ac_c" 1>&6 +echo "configure:3709: checking for GNU gettext in libc" >&5 +if eval "test \"`echo '$''{'gt_cv_func_gnugettext1_libc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < +extern int _nl_msg_cat_cntr; int main() { -return (int) gettext ("") +bindtextdomain ("", ""); +return (int) gettext ("") + _nl_msg_cat_cntr ; return 0; } EOF -if { (eval echo configure:3532: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - gt_cv_func_gettext_libc=yes + gt_cv_func_gnugettext1_libc=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - gt_cv_func_gettext_libc=no + gt_cv_func_gnugettext1_libc=no fi rm -f conftest* fi -echo "$ac_t""$gt_cv_func_gettext_libc" 1>&6 - - if test "$gt_cv_func_gettext_libc" != "yes"; then - echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 -echo "configure:3548: checking for bindtextdomain in -lintl" >&5 -ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - ac_save_LIBS="$LIBS" -LIBS="-lintl $LIBS" -cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" +echo "$ac_t""$gt_cv_func_gnugettext1_libc" 1>&6 -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 -echo "configure:3583: checking for gettext in libintl" >&5 -if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - echo $ac_n "checking for gettext in -lintl""... $ac_c" 1>&6 -echo "configure:3588: checking for gettext in -lintl" >&5 -ac_lib_var=`echo intl'_'gettext | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + if test "$gt_cv_func_gnugettext1_libc" != "yes"; then + echo $ac_n "checking for GNU gettext in libintl""... $ac_c" 1>&6 +echo "configure:3739: checking for GNU gettext in libintl" >&5 +if eval "test \"`echo '$''{'gt_cv_func_gnugettext1_libintl'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - ac_save_LIBS="$LIBS" -LIBS="-lintl $LIBS" -cat > conftest.$ac_ext < conftest.$ac_ext < +extern int _nl_msg_cat_cntr; int main() { -gettext() +bindtextdomain ("", ""); +return (int) gettext ("") + _nl_msg_cat_cntr ; return 0; } EOF -if { (eval echo configure:3607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3755: \"$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" + gt_cv_func_gnugettext1_libintl=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" + gt_cv_func_gnugettext1_libintl=no fi rm -f conftest* -LIBS="$ac_save_LIBS" - -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - gt_cv_func_gettext_libintl=yes -else - echo "$ac_t""no" 1>&6 -gt_cv_func_gettext_libintl=no -fi - -fi - -echo "$ac_t""$gt_cv_func_gettext_libintl" 1>&6 -else - echo "$ac_t""no" 1>&6 + LIBS="$gt_save_LIBS" fi +echo "$ac_t""$gt_cv_func_gnugettext1_libintl" 1>&6 fi - if test "$gt_cv_func_gettext_libc" = "yes" \ - || test "$gt_cv_func_gettext_libintl" = "yes"; then - cat >> confdefs.h <<\EOF + if test "$gt_cv_func_gnugettext1_libc" = "yes" \ + || { test "$gt_cv_func_gnugettext1_libintl" = "yes" \ + && test "$PACKAGE" != gettext; }; then + cat >> confdefs.h <<\EOF #define HAVE_GETTEXT 1 EOF - # Extract the first word of "msgfmt", so it can be a program name with args. -set dummy msgfmt; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3646: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - case "$MSGFMT" in - /*) - ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. - ;; - *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" - for ac_dir in $PATH; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then - ac_cv_path_MSGFMT="$ac_dir/$ac_word" - break - fi - fi - done - IFS="$ac_save_ifs" - test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no" - ;; -esac -fi -MSGFMT="$ac_cv_path_MSGFMT" -if test -n "$MSGFMT"; then - echo "$ac_t""$MSGFMT" 1>&6 -else - echo "$ac_t""no" 1>&6 -fi - if test "$MSGFMT" != "no"; then - for ac_func in dcgettext + + if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then + INTLLIBS="-lintl $LIBICONV" + fi + + gt_save_LIBS="$LIBS" + LIBS="$LIBS $INTLLIBS" + for ac_func in dcgettext do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3680: checking for $ac_func" >&5 +echo "configure:3788: 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:3816: \"$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 @@ -3728,251 +3836,46 @@ else fi done - # Extract the first word of "gmsgfmt", so it can be a program name with args. -set dummy gmsgfmt; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3735: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - case "$GMSGFMT" in - /*) - ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. - ;; - ?:/*) - ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. - ;; - *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" - ac_dummy="$PATH" - for ac_dir in $ac_dummy; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - ac_cv_path_GMSGFMT="$ac_dir/$ac_word" - break - fi - done - IFS="$ac_save_ifs" - test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" - ;; -esac -fi -GMSGFMT="$ac_cv_path_GMSGFMT" -if test -n "$GMSGFMT"; then - echo "$ac_t""$GMSGFMT" 1>&6 -else - echo "$ac_t""no" 1>&6 -fi + LIBS="$gt_save_LIBS" - # Extract the first word of "xgettext", so it can be a program name with args. -set dummy xgettext; ac_word=$2 + # Extract the first word of "msgfmt", so it can be a program name with args. +set dummy msgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3771: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then +echo "configure:3845: checking for $ac_word" >&5 +if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - case "$XGETTEXT" in + case "$MSGFMT" in /*) - ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. + ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. ;; *) IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" for ac_dir in $PATH; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then - if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then - ac_cv_path_XGETTEXT="$ac_dir/$ac_word" + if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then + ac_cv_path_MSGFMT="$ac_dir/$ac_word" break fi fi done IFS="$ac_save_ifs" - test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" - ;; -esac -fi -XGETTEXT="$ac_cv_path_XGETTEXT" -if test -n "$XGETTEXT"; then - echo "$ac_t""$XGETTEXT" 1>&6 -else - echo "$ac_t""no" 1>&6 -fi - - cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - CATOBJEXT=.gmo - DATADIRNAME=share -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - CATOBJEXT=.mo - DATADIRNAME=lib -fi -rm -f conftest* - INSTOBJEXT=.mo - fi - fi - -else - echo "$ac_t""no" 1>&6 -fi - - - if test "$CATOBJEXT" = "NONE"; then - echo $ac_n "checking whether catgets can be used""... $ac_c" 1>&6 -echo "configure:3834: checking whether catgets can be used" >&5 - # Check whether --with-catgets or --without-catgets was given. -if test "${with_catgets+set}" = set; then - withval="$with_catgets" - nls_cv_use_catgets=$withval -else - nls_cv_use_catgets=no -fi - - echo "$ac_t""$nls_cv_use_catgets" 1>&6 - - if test "$nls_cv_use_catgets" = "yes"; then - echo $ac_n "checking for main in -li""... $ac_c" 1>&6 -echo "configure:3847: checking for main in -li" >&5 -ac_lib_var=`echo i'_'main | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - ac_save_LIBS="$LIBS" -LIBS="-li $LIBS" -cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" - -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo i | sed -e 's/[^a-zA-Z0-9_]/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <&6 -fi - - echo $ac_n "checking for catgets""... $ac_c" 1>&6 -echo "configure:3890: checking for catgets" >&5 -if eval "test \"`echo '$''{'ac_cv_func_catgets'+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 catgets(); - -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_catgets) || defined (__stub___catgets) -choke me -#else -catgets(); -#endif - -; return 0; } -EOF -if { (eval echo configure:3918: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_catgets=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_catgets=no" -fi -rm -f conftest* -fi - -if eval "test \"`echo '$ac_cv_func_'catgets`\" = yes"; then - echo "$ac_t""yes" 1>&6 - cat >> confdefs.h <<\EOF -#define HAVE_CATGETS 1 -EOF - - INTLOBJS="\$(CATOBJS)" - # Extract the first word of "gencat", so it can be a program name with args. -set dummy gencat; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3940: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_path_GENCAT'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - case "$GENCAT" in - /*) - ac_cv_path_GENCAT="$GENCAT" # Let the user override the test with a path. - ;; - ?:/*) - ac_cv_path_GENCAT="$GENCAT" # Let the user override the test with a dos path. - ;; - *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" - ac_dummy="$PATH" - for ac_dir in $ac_dummy; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - ac_cv_path_GENCAT="$ac_dir/$ac_word" - break - fi - done - IFS="$ac_save_ifs" - test -z "$ac_cv_path_GENCAT" && ac_cv_path_GENCAT="no" + test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no" ;; esac fi -GENCAT="$ac_cv_path_GENCAT" -if test -n "$GENCAT"; then - echo "$ac_t""$GENCAT" 1>&6 +MSGFMT="$ac_cv_path_MSGFMT" +if test -n "$MSGFMT"; then + echo "$ac_t""$MSGFMT" 1>&6 else echo "$ac_t""no" 1>&6 fi - if test "$GENCAT" != "no"; then - # Extract the first word of "gmsgfmt", so it can be a program name with args. + if test "$MSGFMT" != "no"; then + # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3976: checking for $ac_word" >&5 +echo "configure:3879: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3994,7 +3897,7 @@ else fi done IFS="$ac_save_ifs" - test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="no" + test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" ;; esac fi @@ -4005,46 +3908,12 @@ else echo "$ac_t""no" 1>&6 fi - if test "$GMSGFMT" = "no"; then - # Extract the first word of "msgfmt", so it can be a program name with args. -set dummy msgfmt; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4013: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - case "$GMSGFMT" in - /*) - ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. - ;; - *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" - for ac_dir in $PATH; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then - ac_cv_path_GMSGFMT="$ac_dir/$ac_word" - break - fi - fi - done - IFS="$ac_save_ifs" - test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="no" - ;; -esac -fi -GMSGFMT="$ac_cv_path_GMSGFMT" -if test -n "$GMSGFMT"; then - echo "$ac_t""$GMSGFMT" 1>&6 -else - echo "$ac_t""no" 1>&6 -fi + fi - fi - # Extract the first word of "xgettext", so it can be a program name with args. + # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4048: checking for $ac_word" >&5 +echo "configure:3917: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4075,22 +3944,14 @@ else echo "$ac_t""no" 1>&6 fi - USE_INCLUDED_LIBINTL=yes - CATOBJEXT=.cat - INSTOBJEXT=.cat - DATADIRNAME=lib - INTLDEPS='$(top_builddir)/intl/libintl.a' - INTLLIBS=$INTLDEPS - LIBS=`echo $LIBS | sed -e 's/-lintl//'` - nls_cv_header_intl=intl/libintl.h - nls_cv_header_libgt=intl/libgettext.h - fi + + CATOBJEXT=.gmo + fi + else echo "$ac_t""no" 1>&6 fi - fi - fi if test "$CATOBJEXT" = "NONE"; then nls_cv_use_gnu_gettext=yes @@ -4102,7 +3963,7 @@ fi # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4106: checking for $ac_word" >&5 +echo "configure:3967: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4136,7 +3997,7 @@ fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4140: checking for $ac_word" >&5 +echo "configure:4001: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4172,7 +4033,7 @@ fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4176: checking for $ac_word" >&5 +echo "configure:4037: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4204,15 +4065,11 @@ else fi + BUILD_INCLUDED_LIBINTL=yes USE_INCLUDED_LIBINTL=yes CATOBJEXT=.gmo - INSTOBJEXT=.mo - DATADIRNAME=share - INTLDEPS='$(top_builddir)/intl/libintl.a' - INTLLIBS=$INTLDEPS - LIBS=`echo $LIBS | sed -e 's/-lintl//'` - nls_cv_header_intl=intl/libintl.h - nls_cv_header_libgt=intl/libgettext.h + INTLLIBS="\$(top_builddir)/intl/libintl.a $LIBICONV" + LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` fi if test "$XGETTEXT" != ":"; then @@ -4224,22 +4081,65 @@ fi fi fi - # We need to process the po/ directory. - POSUB=po - else - DATADIRNAME=share - nls_cv_header_intl=intl/libintl.h - nls_cv_header_libgt=intl/libgettext.h + POSUB=po fi - - # If this is used in GNU gettext we have to set USE_NLS to `yes' - # because some of the sources are only built for this goal. - if test "$PACKAGE" = gettext; then - USE_NLS=yes - USE_INCLUDED_LIBINTL=yes + if test "$PACKAGE" = gettext; then + BUILD_INCLUDED_LIBINTL=yes + fi + + for ac_prog in bison +do +# Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +echo "configure:4099: checking for $ac_word" >&5 +if eval "test \"`echo '$''{'ac_cv_prog_INTLBISON'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +else + if test -n "$INTLBISON"; then + ac_cv_prog_INTLBISON="$INTLBISON" # Let the user override the test. +else + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" + ac_dummy="$PATH" + for ac_dir in $ac_dummy; do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + ac_cv_prog_INTLBISON="$ac_prog" + break + fi + done + IFS="$ac_save_ifs" +fi +fi +INTLBISON="$ac_cv_prog_INTLBISON" +if test -n "$INTLBISON"; then + echo "$ac_t""$INTLBISON" 1>&6 +else + echo "$ac_t""no" 1>&6 +fi + +test -n "$INTLBISON" && break +done + + if test -z "$INTLBISON"; then + ac_verc_fail=yes + else + echo $ac_n "checking version of bison""... $ac_c" 1>&6 +echo "configure:4132: checking version of bison" >&5 + ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison .* \([0-9]*\.[0-9.]*\).*$/\1/p'` + case $ac_prog_version in + '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; + 1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*) + ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;; + *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; + esac + echo "$ac_t""$ac_prog_version" 1>&6 + fi + if test $ac_verc_fail = yes; then + INTLBISON=: fi for lang in $ALL_LINGUAS; do @@ -4256,7 +4156,17 @@ fi + + nls_cv_header_intl= + nls_cv_header_libgt= + + DATADIRNAME=share + + + INSTOBJEXT=.mo + + GENCAT=gencat @@ -4265,12 +4175,23 @@ fi LINGUAS= else echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 -echo "configure:4269: checking for catalogs to be installed" >&5 +echo "configure:4179: checking for catalogs to be installed" >&5 NEW_LINGUAS= - for lang in ${LINGUAS=$ALL_LINGUAS}; do - case "$ALL_LINGUAS" in - *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;; - esac + for presentlang in $ALL_LINGUAS; do + useit=no + for desiredlang in ${LINGUAS-$ALL_LINGUAS}; do + # Use the presentlang catalog if desiredlang is + # a. equal to presentlang, or + # b. a variant of presentlang (because in this case, + # presentlang can be used as a fallback for messages + # which are not translated in the desiredlang catalog). + case "$desiredlang" in + "$presentlang"*) useit=yes;; + esac + done + if test $useit = yes; then + NEW_LINGUAS="$NEW_LINGUAS $presentlang" + fi done LINGUAS=$NEW_LINGUAS echo "$ac_t""$LINGUAS" 1>&6 @@ -4281,66 +4202,6 @@ echo "configure:4269: checking for catalogs to be installed" >&5 fi fi - if test $ac_cv_header_locale_h = yes; then - INCLUDE_LOCALE_H="#include " - else - INCLUDE_LOCALE_H="\ -/* The system does not provide the header . Take care yourself. */" - fi - - - test -d intl || mkdir intl - if test "$CATOBJEXT" = ".cat"; then - ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 -echo "configure:4297: checking for linux/version.h" >&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:4307: \"$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* - eval "ac_cv_header_$ac_safe=yes" -else - echo "$ac_err" >&5 - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" -fi -rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - msgformat=linux -else - echo "$ac_t""no" 1>&6 -msgformat=xopen -fi - - - sed -e '/^#/d' $srcdir/intl/$msgformat-msg.sed > intl/po2msg.sed - fi - sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \ - $srcdir/intl/po2tbl.sed.in > intl/po2tbl.sed - - if test "$PACKAGE" = "gettext"; then - GT_NO="#NO#" - GT_YES= - else - GT_NO= - GT_YES="#YES#" - fi - - - MKINSTALLDIRS= if test -n "$ac_aux_dir"; then MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" @@ -4350,22 +4211,8 @@ fi fi - l= + INTL_LIBTOOL_SUFFIX_PREFIX= - - test -d po || mkdir po - if test "x$srcdir" != "x."; then - if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then - posrcprefix="$srcdir/" - else - posrcprefix="../$srcdir/" - fi - else - posrcprefix="../" - fi - rm -f po/POTFILES - sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \ - < $srcdir/po/POTFILES.in > po/POTFILES trap '' 1 2 15 @@ -4518,29 +4365,34 @@ s%@GLIB_CONFIG@%$GLIB_CONFIG%g s%@GLIB_CFLAGS@%$GLIB_CFLAGS%g s%@GLIB_LIBS@%$GLIB_LIBS%g s%@CURSES_LIB@%$CURSES_LIB%g +s%@host@%$host%g +s%@host_alias@%$host_alias%g +s%@host_cpu@%$host_cpu%g +s%@host_vendor@%$host_vendor%g +s%@host_os@%$host_os%g s%@RANLIB@%$RANLIB%g s%@ALLOCA@%$ALLOCA%g +s%@GLIBC21@%$GLIBC21%g +s%@LIBICONV@%$LIBICONV%g s%@USE_NLS@%$USE_NLS%g s%@MSGFMT@%$MSGFMT%g s%@GMSGFMT@%$GMSGFMT%g s%@XGETTEXT@%$XGETTEXT%g -s%@GENCAT@%$GENCAT%g +s%@INTLBISON@%$INTLBISON%g +s%@BUILD_INCLUDED_LIBINTL@%$BUILD_INCLUDED_LIBINTL%g s%@USE_INCLUDED_LIBINTL@%$USE_INCLUDED_LIBINTL%g s%@CATALOGS@%$CATALOGS%g s%@CATOBJEXT@%$CATOBJEXT%g -s%@DATADIRNAME@%$DATADIRNAME%g s%@GMOFILES@%$GMOFILES%g -s%@INSTOBJEXT@%$INSTOBJEXT%g -s%@INTLDEPS@%$INTLDEPS%g s%@INTLLIBS@%$INTLLIBS%g s%@INTLOBJS@%$INTLOBJS%g s%@POFILES@%$POFILES%g s%@POSUB@%$POSUB%g -s%@INCLUDE_LOCALE_H@%$INCLUDE_LOCALE_H%g -s%@GT_NO@%$GT_NO%g -s%@GT_YES@%$GT_YES%g +s%@DATADIRNAME@%$DATADIRNAME%g +s%@INSTOBJEXT@%$INSTOBJEXT%g +s%@GENCAT@%$GENCAT%g s%@MKINSTALLDIRS@%$MKINSTALLDIRS%g -s%@l@%$l%g +s%@INTL_LIBTOOL_SUFFIX_PREFIX@%$INTL_LIBTOOL_SUFFIX_PREFIX%g CEOF EOF @@ -4748,51 +4600,6 @@ cat >> $CONFIG_STATUS <<\EOF fi fi; done -EOF - -cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF -srcdir=$ac_given_srcdir -while test -n "$ac_sources"; do - set $ac_dests; ac_dest=$1; shift; ac_dests=$* - set $ac_sources; ac_source=$1; shift; ac_sources=$* - - echo "linking $srcdir/$ac_source to $ac_dest" - - if test ! -r $srcdir/$ac_source; then - { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; } - fi - rm -f $ac_dest - - # Make relative symlinks. - # Remove last slash and all that follows it. Not all systems have dirname. - ac_dest_dir=`echo $ac_dest|sed 's%/[^/][^/]*$%%'` - if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then - # The dest file is in a subdirectory. - test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir" - ac_dest_dir_suffix="/`echo $ac_dest_dir|sed 's%^\./%%'`" - # A "../" for each directory in $ac_dest_dir_suffix. - ac_dots=`echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'` - else - ac_dest_dir_suffix= ac_dots= - fi - - case "$srcdir" in - [/$]*) ac_rel_source="$srcdir/$ac_source" ;; - *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;; - esac - - # Make a symlink if possible; otherwise try a hard link. - if ln -s $ac_rel_source $ac_dest 2>/dev/null || - ln $srcdir/$ac_source $ac_dest; then : - else - { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; } - fi -done EOF cat >> $CONFIG_STATUS <> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h -case "$CONFIG_FILES" in *po/Makefile.in*) - sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile - esac +for ac_file in $CONFIG_FILES; do + # Support "outfile[:infile[:infile...]]" + case "$ac_file" in + *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; + esac + # PO directories have a Makefile.in generated from Makefile.in.in. + case "$ac_file" in */Makefile.in) + # Adjust a relative srcdir. + ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` + ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" + ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` + test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" + case "$ac_given_srcdir" in + .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; + /*) top_srcdir="$ac_given_srcdir" ;; + *) top_srcdir="$ac_dots$ac_given_srcdir" ;; + esac + if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then + rm -f "$ac_dir/POTFILES" + test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" + sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," -e "\$s/\(.*\) \\\\/\1/" < "$ac_given_srcdir/$ac_dir/POTFILES.in" > "$ac_dir/POTFILES" + test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" + sed -e "/POTFILES =/r $ac_dir/POTFILES" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" + fi + ;; + esac + done exit 0 EOF diff --git a/configure.in b/configure.in index 11abdafd..df5e8bc6 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(nano.c) AM_INIT_AUTOMAKE(nano, 1.0.3-cvs) AM_CONFIG_HEADER(config.h:config.h.in) -ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru" +ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv no" dnl Checks for programs. AC_PROG_CC diff --git a/po/gl.po b/po/gl.po index 24916e89..a94df39b 100644 --- a/po/gl.po +++ b/po/gl.po @@ -1,14 +1,14 @@ # Galician translation of nano -# Copyright (C) 2001 Jacobo Tarrío Barreiro -# Jacobo Tarrio , 2001. +# Copyright (C) 2001 Free Software Foundation, Inc. +# Jacobo Tarrio , 2001. # msgid "" msgstr "" -"Project-Id-Version: nano 1.0.1\n" +"Project-Id-Version: nano 1.0.3\n" "POT-Creation-Date: 2001-07-01 00:31-0400\n" -"PO-Revision-Date: 2001-04-29 00:08+02:00\n" -"Last-Translator: Jacobo Tarrio \n" -"Language-Team: Galician \n" +"PO-Revision-Date: 2001-07-03 11:53+02:00\n" +"Last-Translator: Jacobo Tarrio \n" +"Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" @@ -211,7 +211,6 @@ msgid "Uncut from the cutbuffer into the current line" msgstr "Pegar do buffer de cortado na liña actual" #: global.c:199 -#, fuzzy msgid "Show the position of the cursor" msgstr "Amosa-la posición do cursor" @@ -422,21 +421,13 @@ msgstr "A Ficheiros" #: nano.c:141 #, c-format -msgid "" -"\n" -"Buffer written to %s\n" -msgstr "" -"\n" -"Gravouse o buffer en %s\n" +msgid "\nBuffer written to %s\n" +msgstr "\nGravouse o buffer en %s\n" #: nano.c:143 #, c-format -msgid "" -"\n" -"No %s written (file exists?)\n" -msgstr "" -"\n" -"Non se gravou %s (¿xa existe o ficheiro?)\n" +msgid "\nNo %s written (file exists?)\n" +msgstr "\nNon se gravou %s (¿xa existe o ficheiro?)\n" #: nano.c:152 msgid "Window size is too small for Nano..." @@ -450,38 +441,16 @@ msgstr "Tecla non v msgid "" " nano help text\n" "\n" -" The nano editor is designed to emulate the functionality and ease-of-use of " -"the UW Pico text editor. There are four main sections of the editor: The " -"top line shows the program version, the current filename being edited, and " -"whether or not the file has been modified. Next is the main editor window " -"showing the file being edited. The status line is the third line from the " -"bottom and shows important messages. The bottom two lines show the most " -"commonly used shortcuts in the editor.\n" +" The nano editor is designed to emulate the functionality and ease-of-use of the UW Pico text editor. There are four main sections of the editor: The top line shows the program version, the current filename being edited, and whether or not the file has been modified. Next is the main editor window showing the file being edited. The status line is the third line from the bottom and shows important messages. The bottom two lines show the most commonly used shortcuts in the editor.\n" "\n" -" The notation for shortcuts is as follows: Control-key sequences are notated " -"with a caret (^) symbol and are entered with the Control (Ctrl) key. " -"Escape-key sequences are notated with the Meta (M) symbol and can be entered " -"using either the Esc, Alt or Meta key depending on your keyboard setup. The " -"following keystrokes are available in the main editor window. Optional keys " -"are shown in parentheses:\n" +" The notation for shortcuts is as follows: Control-key sequences are notated with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-key sequences are notated with the Meta (M) symbol and can be entered using either the Esc, Alt or Meta key depending on your keyboard setup. The following keystrokes are available in the main editor window. Optional keys are shown in parentheses:\n" "\n" msgstr "" " axuda de nano\n" "\n" -" O editor nano está deseñado para emula-la funcionalidade e facilidade de " -"uso o editor de texto UW Pico. Hai catro seccións principais no editor; a " -"liña superior amosa a versión do programa, o nome do ficheiro que se está a " -"editar, e se o ficheiro está modificado ou non. A seguinte sección é a " -"fiestra principal do editor, que amosa o ficheiro que se edita. A liña de " -"estado é a terceira liña dende o fondo e amosa as mensaxes importantes. As " -"dúas derradeiras liñas amosan os atallos de teclado que máis se usan no " -"editor.\n" +" O editor nano está deseñado para emula-la funcionalidade e facilidade de uso o editor de texto UW Pico. Hai catro seccións principais no editor; a liña superior amosa a versión do programa, o nome do ficheiro que se está a editar, e se o ficheiro está modificado ou non. A seguinte sección é a fiestra principal do editor, que amosa o ficheiro que se edita. A liña de estado é a terceira liña dende o fondo e amosa as mensaxes importantes. As dúas derradeiras liñas amosan os atallos de teclado que máis se usan no editor.\n" "\n" -" A notación dos atallos é así: as secuencias Control-tecla denótanse cun " -"circunflexo (^) e introdúcense coa tecla Control (Ctrl). As secuencias " -"Escape-tecla denótanse co símbolo Meta (M) e introdúcense coa tecla Esc, Alt " -"ou Meta, dependendo do teclado. As seguintes pulsacións están dispoñibles na " -"fiestra principal do editor. As teclas opcionais aparecen entre parénteses:\n" +" A notación dos atallos é así: as secuencias Control-tecla denótanse cun circunflexo (^) e introdúcense coa tecla Control (Ctrl). As secuencias Escape-tecla denótanse co símbolo Meta (M) e introdúcense coa tecla Esc, Alt ou Meta, dependendo do teclado. As seguintes pulsacións están dispoñibles na fiestra principal do editor. As teclas opcionais aparecen entre parénteses:\n" "\n" #: nano.c:298 @@ -493,12 +462,8 @@ msgid "delete_node(): free'd last node.\n" msgstr "delete_node(): liberouse o derradeiro nodo.\n" #: nano.c:358 -msgid "" -"Usage: nano [GNU long option] [option] +LINE \n" -"\n" -msgstr "" -"Emprego: nano [opción longa GNU] [opción] +LIÑA \n" -"\n" +msgid "Usage: nano [GNU long option] [option] +LINE \n\n" +msgstr "Emprego: nano [opción longa GNU] [opción] +LIÑA \n\n" #: nano.c:359 msgid "Option\t\tLong option\t\tMeaning\n" @@ -545,8 +510,7 @@ msgid " -p\t \t--pico\t\t\tEmulate Pico as closely as possible\n" msgstr " -p\t \t--pico\t\t\tEmular Pico o máis fielmente posible\n" #: nano.c:390 -msgid "" -" -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n" +msgid " -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n" msgstr " -r [col] \t--fill=[col]\t\tCorta-las liñas na columna col\n" #: nano.c:393 @@ -578,12 +542,8 @@ msgid " +LINE\t\t\t\t\tStart at line number LINE\n" msgstr " +LIÑA\t\t\t\t\tComezar na liña número LIÑA\n" #: nano.c:410 -msgid "" -"Usage: nano [option] +LINE \n" -"\n" -msgstr "" -"Emprego: nano [opción] +LIÑA \n" -"\n" +msgid "Usage: nano [option] +LINE \n\n" +msgstr "Emprego: nano [opción] +LIÑA \n\n" #: nano.c:411 msgid "Option\t\tMeaning\n" @@ -671,12 +631,8 @@ msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org" msgstr " E-mail: nano@nano-editor.org\tWeb: http://nano-editor.org" #: nano.c:451 -msgid "" -"\n" -" Compiled options:" -msgstr "" -"\n" -"Opcións compiladas:" +msgid "\n Compiled options:" +msgstr "\nOpcións compiladas:" #: nano.c:519 msgid "Mark Set" @@ -712,8 +668,7 @@ msgstr "Non se puido crear un ficheiro temporal: %s" #: nano.c:1469 msgid "Spell checking failed: unable to write temp file!" -msgstr "" -"Fallou a corrección ortográfica: non se puido grava-lo ficheiro temporal" +msgstr "Fallou a corrección ortográfica: non se puido grava-lo ficheiro temporal" #: nano.c:1481 msgid "Finished checking spelling" @@ -725,8 +680,7 @@ msgstr "Fallou a correcci #: nano.c:1503 msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? " -msgstr "" -"¿Grava-lo buffer modificado (SE RESPOSTA \"Non\" HANSE PERDE-LOS CAMBIOS)? " +msgstr "¿Grava-lo buffer modificado (SE RESPOSTA \"Non\" HANSE PERDE-LOS CAMBIOS)? " #: nano.c:1599 msgid "Received SIGHUP" diff --git a/po/no.po b/po/no.po new file mode 100644 index 00000000..60d60a17 --- /dev/null +++ b/po/no.po @@ -0,0 +1,1120 @@ +# nano - Norwegian translation +# Copyright (C) 2001 +# Eivind Kjørstad , 2001. +# +msgid "" +msgstr "" +"Project-Id-Version: 1.0.3\n" +"POT-Creation-Date: 2001-07-03 20:27-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Eivind Kjørstad \n" +"Language-Team: Norwegian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#: cut.c:43 +#, c-format +msgid "add_to_cutbuffer called with inptr->data = %s\n" +msgstr "add_to_cutbuffer vart kalla med inptr->data = %s\n" + +#: cut.c:211 +msgid "Blew away cutbuffer =)\n" +msgstr "Frigjorde cut-bufferet\n" + +#: files.c:124 +msgid "read_line: not on first line and prev is NULL" +msgstr "read_line: ikkje på første linje, og prev er NULL" + +#: files.c:186 files.c:204 +#, c-format +msgid "Read %d lines" +msgstr "Leste %d linjer" + +#: files.c:222 search.c:210 +#, c-format +msgid "\"%s\" not found" +msgstr "\"%s\" ikke funnet" + +#. We have a new file +#: files.c:226 +msgid "New File" +msgstr "Ny fil" + +#: files.c:239 +#, c-format +msgid "File \"%s\" is a directory" +msgstr "Fila er en katalog" + +# "enhet" = "device", kanskje, men det er litt forvirrande +#. Don't open character or block files. Sorry, /dev/sndstat! +#: files.c:242 +#, c-format +msgid "File \"%s\" is a device file" +msgstr "Fila er ikke ei vanlig fil" + +#: files.c:249 +msgid "Reading File" +msgstr "Leser fil" + +#: files.c:269 +msgid "File to insert [from ./] " +msgstr "Fil som skal settast inn [frå ./] " + +#: files.c:320 files.c:351 files.c:644 nano.c:1532 +msgid "Cancelled" +msgstr "Avbrutt" + +#: files.c:399 files.c:415 files.c:429 files.c:446 files.c:453 +#, c-format +msgid "Could not open file for writing: %s" +msgstr "Kunne ikkje åpne fila for skriving: %s" + +#: files.c:434 +#, c-format +msgid "Wrote >%s\n" +msgstr "Skreiv >%s\n" + +#: files.c:462 +#, c-format +msgid "Could not close %s: %s" +msgstr "Kunne ikke lukke %s: %s" + +#. Try a rename?? +#: files.c:485 files.c:494 files.c:499 +#, c-format +msgid "Could not open %s for writing: %s" +msgstr "Kunne ikke åpne %s for skriving: %s" + +#: files.c:506 +#, c-format +msgid "Could not set permissions %o on %s: %s" +msgstr "Kunne ikke sette rettighetebe %o på %s: %s" + +#: files.c:513 +#, c-format +msgid "Wrote %d lines" +msgstr "Skreiv %d linjer" + +#: files.c:553 +#, c-format +msgid "%s Selection to File" +msgstr "%s område til fil" + +#: files.c:553 files.c:557 global.c:457 +msgid "Append" +msgstr "Legg til" + +#: files.c:553 files.c:557 +msgid "Write" +msgstr "Skriv" + +#: files.c:557 +#, c-format +msgid "File Name to %s" +msgstr "Filnamn som skal" + +#: files.c:581 +#, c-format +msgid "filename is %s" +msgstr "filnavnet er %s" + +#: files.c:595 +msgid "File exists, OVERWRITE ?" +msgstr "Fila eksisterar, OVERSKRIVE ?" + +#: files.c:1055 +msgid "(more)" +msgstr "(meir)" + +#: files.c:1368 +msgid "Can't move up a directory" +msgstr "Kan ikke skifte katalog" + +#. We can't open this dir for some reason. Complain +#: files.c:1378 files.c:1426 +#, c-format +msgid "Can't open \"%s\": %s" +msgstr "Kan ikke åpne \"%s\": %s" + +#: files.c:1406 global.c:244 +msgid "Goto Directory" +msgstr "Gå til katalog" + +#: files.c:1411 +msgid "Goto Cancelled" +msgstr "Gåtil avbrutt" + +#: global.c:148 +msgid "Constant cursor position" +msgstr "Konstant kursorposisjon" + +#: global.c:149 +msgid "Auto indent" +msgstr "Automatisk indentering" + +#: global.c:150 +msgid "Suspend" +msgstr "Legg i bakgrunnen" + +#: global.c:151 +msgid "Help mode" +msgstr "Hjelp-instilling" + +#: global.c:152 +msgid "Pico mode" +msgstr "Pico-instilling" + +#: global.c:153 +msgid "Mouse support" +msgstr "Musestøtte" + +#: global.c:154 +msgid "Cut to end" +msgstr "Klipp til slutten" + +#: global.c:155 +msgid "Backwards Search" +msgstr "Søk bakover" + +#: global.c:156 +msgid "Case Sensitive Search" +msgstr "Søk (skill mellom store og små bokstavar)" + +#: global.c:158 +msgid "Regular expressions" +msgstr "Regulært uttrykk" + +#: global.c:160 +msgid "Auto wrap" +msgstr "Automatisk linjeskift" + +#: global.c:211 +msgid "Invoke the help menu" +msgstr "Vis hjelp-menyen" + +#: global.c:212 +msgid "Write the current file to disk" +msgstr "Lagre gjeldande fil" + +#: global.c:213 +msgid "Exit from nano" +msgstr "Avslutt nano" + +#: global.c:214 +msgid "Goto a specific line number" +msgstr "Hopp til eit linjenummer" + +#: global.c:215 +msgid "Justify the current paragraph" +msgstr "Juster avsnittet" + +#: global.c:216 +msgid "Unjustify after a justify" +msgstr "Fjern justering etter ei justering" + +#: global.c:217 +msgid "Replace text within the editor" +msgstr "Erstatt tekst" + +#: global.c:218 +msgid "Insert another file into the current one" +msgstr "Sett inn ei anna fil i denne" + +#: global.c:219 +msgid "Search for text within the editor" +msgstr "Søk etter tekst" + +#: global.c:220 +msgid "Move to the previous screen" +msgstr "Gå til forrige skjerm" + +#: global.c:221 +msgid "Move to the next screen" +msgstr "Gå til neste skjerm" + +#: global.c:222 +msgid "Cut the current line and store it in the cutbuffer" +msgstr "Klipp denne linja og lagre den i klippebufferet" + +#: global.c:223 +msgid "Uncut from the cutbuffer into the current line" +msgstr "Sett inn klippebufferet her" + +#: global.c:224 +msgid "Show the position of the cursor" +msgstr "Vis kursorposisjonen" + +#: global.c:225 +msgid "Invoke the spell checker (if available)" +msgstr "Start stavesjekk (viss tilgjengelig)" + +#: global.c:226 +msgid "Move up one line" +msgstr "Flytt opp ei linje" + +#: global.c:227 +msgid "Move down one line" +msgstr "Flytt ned ei linje" + +#: global.c:228 +msgid "Move forward one character" +msgstr "Flytt fram ein bokstav" + +#: global.c:229 +msgid "Move back one character" +msgstr "Flytt tilbake ein bokstav" + +#: global.c:230 +msgid "Move to the beginning of the current line" +msgstr "Flytt til starten av linja" + +#: global.c:231 +msgid "Move to the end of the current line" +msgstr "Flytt til enden av linja" + +#: global.c:232 +msgid "Go to the first line of the file" +msgstr "Gå til første linje" + +#: global.c:233 +msgid "Go to the last line of the file" +msgstr "Gå til siste linje" + +#: global.c:234 +msgid "Refresh (redraw) the current screen" +msgstr "Tegn skjermen på nytt" + +#: global.c:235 +msgid "Mark text at the current cursor location" +msgstr "Marker teksten ved kursor" + +#: global.c:236 +msgid "Delete the character under the cursor" +msgstr "Slett bokstaven under kursor" + +#: global.c:238 +msgid "Delete the character to the left of the cursor" +msgstr "Slett bokstaven til venstre for kursor" + +#: global.c:239 +msgid "Insert a tab character" +msgstr "Sett inn et tab-tegn" + +#: global.c:240 +msgid "Insert a carriage return at the cursor position" +msgstr "Sett inn et linjeskift" + +#: global.c:242 +msgid "Make the current search or replace case (in)sensitive" +msgstr "Gjer gjeldande søk utan hensyn til store/små bokstavar" + +#: global.c:243 +msgid "Go to file browser" +msgstr "Gå til fil-lesar" + +#: global.c:245 +msgid "Cancel the current function" +msgstr "Avbryt gjeldande funksjon" + +#: global.c:246 +msgid "Append to the current file" +msgstr "Legg til noverande fil" + +#: global.c:247 +msgid "Search Backwards" +msgstr "Søk bakover" + +#: global.c:248 +msgid "Use Regular Expressions" +msgstr "Bruk regulære uttrykk" + +#: global.c:251 +msgid "Get Help" +msgstr "Hjelp" + +#: global.c:254 global.c:448 global.c:486 +msgid "Exit" +msgstr "Avslutt" + +#: global.c:257 +msgid "WriteOut" +msgstr "Lagre" + +#: global.c:262 global.c:351 +msgid "Justify" +msgstr "Juster" + +#: global.c:266 global.c:272 +msgid "Read File" +msgstr "Les fil" + +#: global.c:276 global.c:347 global.c:371 +msgid "Replace" +msgstr "Erstatt" + +#: global.c:280 +msgid "Where Is" +msgstr "Finn" + +#: global.c:284 global.c:440 global.c:475 +msgid "Prev Page" +msgstr "Forrige side" + +#: global.c:288 global.c:444 global.c:479 +msgid "Next Page" +msgstr "Neste side" + +#: global.c:292 +msgid "Cut Text" +msgstr "Klipp" + +#: global.c:296 +msgid "UnJustify" +msgstr "Avjuster" + +#: global.c:299 +msgid "UnCut Txt" +msgstr "Lim inn" + +#: global.c:303 +msgid "Cur Pos" +msgstr "Posisjon" + +#: global.c:307 +msgid "To Spell" +msgstr "Staving" + +#: global.c:311 +msgid "Up" +msgstr "Opp" + +#: global.c:314 +msgid "Down" +msgstr "Ned" + +#: global.c:317 +msgid "Forward" +msgstr "Framover" + +#: global.c:320 +msgid "Back" +msgstr "Bakover" + +#: global.c:323 +msgid "Home" +msgstr "Hjem" + +#: global.c:326 +msgid "End" +msgstr "Bunn" + +#: global.c:329 +msgid "Refresh" +msgstr "Oppfrisk" + +#: global.c:332 +msgid "Mark Text" +msgstr "Marker tekst" + +#: global.c:335 +msgid "Delete" +msgstr "Slett" + +#: global.c:339 +msgid "Backspace" +msgstr "Visketast" + +#: global.c:343 +msgid "Tab" +msgstr "Tab" + +#: global.c:355 +msgid "Enter" +msgstr "Enter" + +#: global.c:359 global.c:375 global.c:402 +msgid "Goto Line" +msgstr "Gå til linje" + +#: global.c:365 global.c:392 global.c:420 global.c:430 +msgid "First Line" +msgstr "Første linje" + +#: global.c:368 global.c:395 global.c:423 global.c:433 +msgid "Last Line" +msgstr "Siste linje" + +#: global.c:378 global.c:405 global.c:426 global.c:436 global.c:460 +#: global.c:468 global.c:471 global.c:489 winio.c:1236 +msgid "Cancel" +msgstr "Avbryt" + +#: global.c:381 global.c:408 +msgid "Case Sens" +msgstr "Følsomt for store/små bokstavar" + +#: global.c:384 global.c:411 +msgid "Backward" +msgstr "Bakover" + +#: global.c:388 global.c:415 +msgid "Regexp" +msgstr "Regulært uttrykk" + +#: global.c:398 +msgid "No Replace" +msgstr "Ingen erstatting" + +#: global.c:453 global.c:464 +msgid "To Files" +msgstr "Til filer" + +#: global.c:483 +msgid "Goto" +msgstr "Gå til" + +#: nano.c:140 +#, c-format +msgid "" +"\n" +"Buffer written to %s\n" +msgstr "\nBuffer lagra til %s\n" + +#: nano.c:142 +#, c-format +msgid "" +"\n" +"No %s written (file exists?)\n" +msgstr "\n%s ikkje lagra (fila eksisterar?)\n" + +#: nano.c:151 +msgid "Window size is too small for Nano..." +msgstr "Vinduet er for lite for Nano..." + +#: nano.c:159 +msgid "Key illegal in VIEW mode" +msgstr "Taten er ulovlig i LES-modus" + +#: nano.c:207 +msgid "" +" nano help text\n" +"\n" +" The nano editor is designed to emulate the functionality and ease-of-use of " +"the UW Pico text editor. There are four main sections of the editor: The " +"top line shows the program version, the current filename being edited, and " +"whether or not the file has been modified. Next is the main editor window " +"showing the file being edited. The status line is the third line from the " +"bottom and shows important messages. The bottom two lines show the most " +"commonly used shortcuts in the editor.\n" +"\n" +" The notation for shortcuts is as follows: Control-key sequences are notated " +"with a caret (^) symbol and are entered with the Control (Ctrl) key. " +"Escape-key sequences are notated with the Meta (M) symbol and can be entered " +"using either the Esc, Alt or Meta key depending on your keyboard setup. The " +"following keystrokes are available in the main editor window. Optional keys " +"are shown in parentheses:\n" +"\n" +msgstr "" +"Nano hjelpetekst\n" +"\n" +"Nano tekstredigeringsprogram er designa for å etterligne\n" +"funksjonaliteten og bruksmåten for universitetet i Washington sitt\n" +"Pico-program. Der er fire hovedområde i dette programmet: Den øverste\n" +"linja viser versjonsnummeret og navnet på fila som vert\n" +"redigert. Nedanfor er hovedvinduet som viser fila som vert\n" +"endra. Status-linja er den 3. linja nedanfrå og viser viktige\n" +"meldinger. Dei to nederste linjene viser dei vanlegaste snarvegane i\n" +"programmet.\n" +"\n" +"Snarvegane er beskreve slik: Control-tast sekvensar er skreve med eit karet \n" +"(^) symbol, og blir skreve med Control (Ctrl) tasten.\n" +"Escape-tast sekvensar er skreve med meta (M) symbolet og kan skrivast enten \n" +"med Esc, Alt eller Meta-tasten avhengig av tastaturoppsettet ditt. Dei følgande\n" +"tastetrykka er tilgjengelige i hovedvinduet. Valgfrie tastar er vist i parentes:\n" + +#: nano.c:301 +msgid "delete_node(): free'd a node, YAY!\n" +msgstr "delete_node(): frigjorde en node, HURRA !\n" + +#: nano.c:306 +msgid "delete_node(): free'd last node.\n" +msgstr "delete_node(): frigjorde siste node.\n" + +#: nano.c:361 +msgid "" +"Usage: nano [GNU long option] [option] +LINE \n" +"\n" +msgstr "Bruk: nano [GNU lange opsjonar] [opsjonar] +LINJE \n" + +#: nano.c:362 +msgid "Option\t\tLong option\t\tMeaning\n" +msgstr "Opsjon Lang opsjon Mening\n" + +#: nano.c:364 +msgid " -T [num]\t--tabsize=[num]\t\tSet width of a tab to num\n" +msgstr " -T [num] --tabsize=[num] Set størrelsen på tab til num\n" + +#: nano.c:367 +msgid " -R\t\t--regexp\t\tUse regular expressions for search\n" +msgstr " -R --regexp Bruk regulære uttrykk\n" + +#: nano.c:371 +msgid " -V \t\t--version\t\tPrint version information and exit\n" +msgstr " -V --version Skriv ut versjonsnummer og avslutt\n" + +#: nano.c:373 +msgid " -c \t\t--const\t\t\tConstantly show cursor position\n" +msgstr " -c --const Vis kursorposisjon\n" + +#: nano.c:375 +msgid " -h \t\t--help\t\t\tShow this message\n" +msgstr " -h --help Vis denne meldinga\n" + +#: nano.c:377 +msgid " -i \t\t--autoindent\t\tAutomatically indent new lines\n" +msgstr " -i --autonindent Indenter nye linjer automatisk\n" + +#: nano.c:380 +msgid " -k \t\t--cut\t\t\tLet ^K cut from cursor to end of line\n" +msgstr " -k --cut La ^K klippe fra kursoren\n" + +#: nano.c:383 +msgid " -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite\n" +msgstr " -l --nofollow Ikke følg symbolske lenker, overskriv\n" + +#: nano.c:386 +msgid " -m \t\t--mouse\t\t\tEnable mouse\n" +msgstr " -m --mouse Skru på musstøttet\n" + +#: nano.c:390 +msgid " -p\t \t--pico\t\t\tEmulate Pico as closely as possible\n" +msgstr " -p --pico Etterlign Pico så nøye som mulig\n" + +#: nano.c:395 +msgid "" +" -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n" +msgstr " -r [#cols] --fill=[#cols] Bryt linjer på posisjon #cols\n" + +#: nano.c:399 +msgid " -s [prog] \t--speller=[prog]\tEnable alternate speller\n" +msgstr " -s [prog] --speller=[prog] Bruk prog for stavesjekk\n" + +#: nano.c:402 +msgid " -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n" +msgstr " -t --tempfile Autolagre ved avslutting\n" + +#: nano.c:404 +msgid " -v \t\t--view\t\t\tView (read only) mode\n" +msgstr " -v --view Vis (bare lesing) modus\n" + +#: nano.c:407 +msgid " -w \t\t--nowrap\t\tDon't wrap long lines\n" +msgstr " -w --nowrap Ikkje bryt lange linjer\n" + +#: nano.c:410 +msgid " -x \t\t--nohelp\t\tDon't show help window\n" +msgstr " -x --nohelp Ikkje vis hjelpevindu\n" + +# Kva i alle dagar er "suspend" på norsk? +#: nano.c:412 +msgid " -z \t\t--suspend\t\tEnable suspend\n" +msgstr " -z --suspend Skru på suspend\n" + +#: nano.c:414 +msgid " +LINE\t\t\t\t\tStart at line number LINE\n" +msgstr " +LINJE Start på linje LINJE\n" + +#: nano.c:416 +msgid "" +"Usage: nano [option] +LINE \n" +"\n" +msgstr "Bruk: nano [opsjon] +LINJE \n\n" + +#: nano.c:417 +msgid "Option\t\tMeaning\n" +msgstr "Opsjon Betydning\n" + +#: nano.c:418 +msgid " -T [num]\tSet width of a tab to num\n" +msgstr " -T [num] Set bredda på en tab til num\n" + +#: nano.c:419 +msgid " -R\t\tUse regular expressions for search\n" +msgstr " -R Bruk regulære uttrykk for søking\n" + +#: nano.c:420 +msgid " -V \t\tPrint version information and exit\n" +msgstr " -V Skriv versjonsnummeret og avslutt\n" + +#: nano.c:421 +msgid " -c \t\tConstantly show cursor position\n" +msgstr " -c Vis kursorposisjonen konstant\n" + +#: nano.c:422 +msgid " -h \t\tShow this message\n" +msgstr " -h Vis denne meldinga\n" + +#: nano.c:423 +msgid " -i \t\tAutomatically indent new lines\n" +msgstr " -i Indenter nye linjer automagisk\n" + +#: nano.c:425 +msgid " -k \t\tLet ^K cut from cursor to end of line\n" +msgstr " -k La ^K kutte frå kursoren\n" + +#: nano.c:428 +msgid " -l \t\tDon't follow symbolic links, overwrite\n" +msgstr " -l Ikkje følg symbolske linkar, overskriv\n" + +#: nano.c:431 +msgid " -m \t\tEnable mouse\n" +msgstr " -m Skru på støtte for mus\n" + +#: nano.c:434 +msgid " -p \t\tEmulate Pico as closely as possible\n" +msgstr " -p Etterlign Pico så nøyaktig som mulig\n" + +#: nano.c:438 +msgid " -r [#cols] \tSet fill cols to (wrap lines at) #cols\n" +msgstr " -r [#cols] Bryt linjer ved posisjon #cols\n" + +#: nano.c:441 +msgid " -s [prog] \tEnable alternate speller\n" +msgstr " -s [prog] Bruk prog til stavesjekking\n" + +#: nano.c:443 +msgid " -t \t\tAuto save on exit, don't prompt\n" +msgstr " -t Autolagre ved avslutning\n" + +#: nano.c:444 +msgid " -v \t\tView (read only) mode\n" +msgstr " -v Vis (bare les) modus\n" + +#: nano.c:446 +msgid " -w \t\tDon't wrap long lines\n" +msgstr " -w Ikke bryt lange linjer\n" + +#: nano.c:448 +msgid " -x \t\tDon't show help window\n" +msgstr " -x Ikkje vis hjelpevindu\n" + +#: nano.c:449 +msgid " -z \t\tEnable suspend\n" +msgstr " -z Tillat suspend\n" + +#: nano.c:450 +msgid " +LINE\t\tStart at line number LINE\n" +msgstr " +LINJE Start på linje nummer LINJE\n" + +#: nano.c:457 +#, c-format +msgid " GNU nano version %s (compiled %s, %s)\n" +msgstr "GNU nano versjon %s (kompilert %s, %s)\n" + +#: nano.c:460 +msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org" +msgstr "Epost: nano@nano-editor.org Www: http://www.nano-editor.org" + +#: nano.c:461 +msgid "" +"\n" +" Compiled options:" +msgstr "\n Kompilerte opsjoner:" + +#: nano.c:539 +msgid "Mark Set" +msgstr "Merke satt" + +#: nano.c:544 +msgid "Mark UNset" +msgstr "Merke fjerna" + +#: nano.c:1045 +#, c-format +msgid "check_wrap called with inptr->data=\"%s\"\n" +msgstr "check_wrap kalla med inptr->data=\"%s\"\n" + +#: nano.c:1097 +#, c-format +msgid "current->data now = \"%s\"\n" +msgstr "current->data nå = \"%s\"\n" + +#: nano.c:1149 +#, c-format +msgid "After, data = \"%s\"\n" +msgstr "Etter, data = \"%s\"\n" + +#: nano.c:1250 +msgid "Edit a replacement" +msgstr "Rediger erstatning" + +#: nano.c:1480 +#, c-format +msgid "Could not create a temporary filename: %s" +msgstr "Kunne ikkje oprette midlertidig fil: %s" + +#: nano.c:1486 +msgid "Spell checking failed: unable to write temp file!" +msgstr "Stavekontroll feila: kunne ikkje lage midlertidig fil!" + +#: nano.c:1498 +msgid "Finished checking spelling" +msgstr "Stavekontroll fullført" + +#: nano.c:1500 +msgid "Spell checking failed" +msgstr "Stavekontroll feila" + +#: nano.c:1519 +msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? " +msgstr "Lagre endra buffer (\"No\" VIL MISTE ENDRINGENE) ? " + +#: nano.c:1636 +msgid "Received SIGHUP" +msgstr "Mottok SIGHUP" + +#: nano.c:1700 +msgid "Cannot resize top win" +msgstr "Kan ikke endre størrelse på toppvinduet" + +#: nano.c:1702 +msgid "Cannot move top win" +msgstr "Kan ikke flytte toppvinduet" + +#: nano.c:1704 +msgid "Cannot resize edit win" +msgstr "Kan ikke endre størrelse på redigeringsvinduet" + +#: nano.c:1706 +msgid "Cannot move edit win" +msgstr "Kan iikke flytte redigeringsvinduet" + +#: nano.c:1708 +msgid "Cannot resize bottom win" +msgstr "Kan ikke endre størrelse på bunnvinduet" + +#: nano.c:1710 +msgid "Cannot move bottom win" +msgstr "Kan ikke flytte bunnvinduet" + +#: nano.c:2035 +msgid "Can now UnJustify!" +msgstr "Du kan no avjustere!" + +#: nano.c:2146 +#, c-format +msgid "%s enable/disable" +msgstr "%s skru på/av" + +#: nano.c:2161 +msgid "enabled" +msgstr "på" + +#: nano.c:2162 +msgid "disabled" +msgstr "av" + +#: nano.c:2213 +msgid "NumLock glitch detected. Keypad will malfunction with NumLock off" +msgstr "NumLock-feil oppdaga. Nummer-tastane vil fungere feil med NumLock av" + +#: nano.c:2456 +msgid "Main: set up windows\n" +msgstr "Hoved: Vinduer satt opp\n" + +#: nano.c:2467 +msgid "Main: bottom win\n" +msgstr "Hoved: bunnvindu\n" + +#: nano.c:2473 +msgid "Main: open file\n" +msgstr "Hoved: åpne fil\n" + +#: nano.c:2531 +#, c-format +msgid "I got Alt-O-%c! (%d)\n" +msgstr "Jeg fikk Alt-O-%c! (%d)\n" + +#: nano.c:2558 +#, c-format +msgid "I got Alt-[-1-%c! (%d)\n" +msgstr "Jeg fikk Alt-[-1-%c! (%d)\n" + +#: nano.c:2591 +#, c-format +msgid "I got Alt-[-2-%c! (%d)\n" +msgstr "Jeg fikk Alt-[-2-%c! (%d)\n" + +#: nano.c:2637 +#, c-format +msgid "I got Alt-[-%c! (%d)\n" +msgstr "Jeg fikk Alt-[-%c! (%d)\n" + +#: nano.c:2663 +#, c-format +msgid "I got Alt-%c! (%d)\n" +msgstr "Jeg fikk Alt-%c (%d)\n" + +#: rcfile.c:75 +msgid "" +"\n" +"Press return to continue starting nano\n" +msgstr "\nTrykk retur for å fortsette lastingen av nano\n" + +#: rcfile.c:133 +msgid "parse_rcfile: Read a comment\n" +msgstr "parse_rcfile: Leste en kommentar\n" + +#: rcfile.c:150 +#, c-format +msgid "Error in %s on line %d: command %s not understood" +msgstr "Feil i %s på linje %d: kommandon %s ikke forståelig" + +#: rcfile.c:163 +#, c-format +msgid "parse_rcfile: Parsing option %s\n" +msgstr "parse_rcfile: Leser inn opsjon %s\n" + +#: rcfile.c:179 +#, c-format +msgid "Error in %s on line %d: option %s requires an argument" +msgstr "Feil i %s på linje %d: opsjonen %s krever et argument" + +#: rcfile.c:190 +#, c-format +msgid "Error in %s on line %d: requested fill size %d too small" +msgstr "Feil i %s på linje %d: den foreslåtte fyllbredda er %d for lav" + +#: rcfile.c:206 +#, c-format +msgid "set flag %d!\n" +msgstr "sett flagget %d!\n" + +#: rcfile.c:211 +#, c-format +msgid "unset flag %d!\n" +msgstr "Skru av flagget %d!\n" + +#: rcfile.c:220 +msgid "Errors found in .nanorc file" +msgstr "Feil funnet i .nanorc fila" + +#: rcfile.c:229 +#, c-format +msgid "Unable to open ~/.nanorc file, %s" +msgstr "Kan ikkje åpne ~/.nanorc, %s" + +#: search.c:126 +msgid "Case Sensitive " +msgstr "Ta hensyn til store/små bokstaver " + +#: search.c:127 +msgid "Regexp " +msgstr "Regulært uttrykk" + +#: search.c:128 +msgid "Search" +msgstr "Søk" + +#: search.c:129 +msgid " Backwards" +msgstr " Bakover" + +#: search.c:130 +msgid " (to replace)" +msgstr " (å erstatte)" + +#: search.c:135 search.c:399 +msgid "Search Cancelled" +msgstr "Søk avbrutt" + +#: search.c:216 +#, c-format +msgid "\"%s...\" not found" +msgstr "\"%s...\" ikke funnet" + +#: search.c:265 search.c:321 +msgid "Search Wrapped" +msgstr "Søket gikk rundt" + +#: search.c:421 +#, c-format +msgid "Replaced %d occurrences" +msgstr "Erstattet %d tilfeller" + +#: search.c:423 +msgid "Replaced 1 occurrence" +msgstr "Erstattet 1 tilfelle" + +#: search.c:561 search.c:671 search.c:687 +msgid "Replace Cancelled" +msgstr "Erstatt avbrutt" + +#: search.c:611 +msgid "Replace this instance?" +msgstr "Erstatt dette tilfellet?" + +#: search.c:623 +msgid "Replace failed: unknown subexpression!" +msgstr "Erstatt feila: ukjent underuttrykk!" + +#: search.c:712 +#, c-format +msgid "Replace with [%s]" +msgstr "Erstatt med [%s]" + +#: search.c:716 search.c:720 +msgid "Replace with" +msgstr "Erstatt med" + +#: search.c:754 +msgid "Enter line number" +msgstr "Skriv linjenummer" + +#: search.c:756 +msgid "Aborted" +msgstr "Avbrutt" + +#: search.c:765 +msgid "Come on, be reasonable" +msgstr "Kom igjen, samarbeid litt" + +#: utils.c:146 +msgid "nano: malloc: out of memory!" +msgstr "nano: malloc: tom for minne!" + +#: utils.c:160 +msgid "nano: calloc: out of memory!" +msgstr "nano: calloc: tom for minne!" + +#: utils.c:170 +msgid "nano: realloc: out of memory!" +msgstr "nano: realloc: tom for minne!" + +#: winio.c:124 +#, c-format +msgid "actual_x_from_start for xplus=%d returned %d\n" +msgstr "actual_x_from_start for xplus=%d returnerte %d\n" + +#: winio.c:291 winio.c:459 +#, c-format +msgid "Aha! '%c' (%d)\n" +msgstr "Aha! '%c' (%d)\n" + +#: winio.c:493 +#, c-format +msgid "input '%c' (%d)\n" +msgstr "input '%c' (%d)\n" + +#: winio.c:542 +msgid "New Buffer" +msgstr "Ny buffer" + +#: winio.c:546 +msgid " File: ..." +msgstr " Fil: ..." + +#: winio.c:548 +msgid " DIR: ..." +msgstr " KAT: ..." + +#: winio.c:559 +msgid "Modified" +msgstr "Endret" + +#: winio.c:1112 +#, c-format +msgid "Moved to (%d, %d) in edit buffer\n" +msgstr "Flyttet til (%d, %d) i rediger buffer\n" + +#: winio.c:1123 +#, c-format +msgid "current->data = \"%s\"\n" +msgstr "current->data = \"%s\"\n" + +#: winio.c:1180 +#, c-format +msgid "I got \"%s\"\n" +msgstr "Jeg fikk \"%s\"\n" + +#. Yes, no and all are strings of any length. Each string consists of +#. all characters accepted as a valid character for that value. +#. The first value will be the one displayed in the shortcuts. +#: winio.c:1209 +msgid "Yy" +msgstr "JjYy" + +#: winio.c:1210 +msgid "Nn" +msgstr "Nn" + +#: winio.c:1211 +msgid "Aa" +msgstr "Aa" + +#: winio.c:1225 +msgid "Yes" +msgstr "Ja" + +#: winio.c:1229 +msgid "All" +msgstr "Alle" + +#: winio.c:1234 +msgid "No" +msgstr "Nei" + +#: winio.c:1434 +#, c-format +msgid "do_cursorpos: linepct = %f, bytepct = %f\n" +msgstr "do_cursorpos: linepct = %f, bytepct = %f\n" + +#: winio.c:1438 +msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)" +msgstr "linje %d av %d (%.0f%%), tegn %d av %d (%.0f%%)" + +#: winio.c:1582 +msgid "Dumping file buffer to stderr...\n" +msgstr "Dumper fil-bufferet til stderr...\n" + +#: winio.c:1584 +msgid "Dumping cutbuffer to stderr...\n" +msgstr "Dumper klippbufferet til stderr...\n" + +#: winio.c:1586 +msgid "Dumping a buffer to stderr...\n" +msgstr "Skriver et buffer til stderr...\n" + +#: winio.c:1661 +msgid "The nano text editor" +msgstr "Tekstredigererern nano" + +#: winio.c:1662 +msgid "version " +msgstr "versjon" + +#: winio.c:1663 +msgid "Brought to you by:" +msgstr "Bragt til deg av:" + +#: winio.c:1664 +msgid "Special thanks to:" +msgstr "Mange takk til:" + +# Oversette dette ? +#: winio.c:1665 +msgid "The Free Software Foundation" +msgstr "The Free Sofware Foundation" + +#: winio.c:1666 +msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses" +msgstr "Pavel Curtis, Zeyd Ben-Halim og Eric S. Raymond for ncurses" + +#: winio.c:1667 +msgid "and anyone else we forgot..." +msgstr "og alle dei andre vi glømte..." + +#: winio.c:1668 +msgid "Thank you for using nano!\n" +msgstr "Takk for at du bruker nano!\n" diff --git a/po/sv.po b/po/sv.po new file mode 100644 index 00000000..3fd26395 --- /dev/null +++ b/po/sv.po @@ -0,0 +1,981 @@ +# Swedish messages for nano. +# Copyright (C) 2001 Free Software Foundation, Inc. +# Christian Rose , 2001. +# +msgid "" +msgstr "" +"Project-Id-Version: nano 1.0.3\n" +"POT-Creation-Date: 2001-07-01 00:31-0400\n" +"PO-Revision-Date: 2001-07-04 10:33+0200\n" +"Last-Translator: Christian Rose \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#: cut.c:43 +#, c-format +msgid "add_to_cutbuffer called with inptr->data = %s\n" +msgstr "add_to_cutbuffer anropades med inptr->data = %s\n" + +#: cut.c:158 +msgid "Blew away cutbuffer =)\n" +msgstr "Sprängde urklippsbufferten =)\n" + +#: files.c:124 +msgid "read_line: not on first line and prev is NULL" +msgstr "read_line: inte på första raden och prev är NULL" + +#: files.c:186 files.c:204 +#, c-format +msgid "Read %d lines" +msgstr "Läste %d rader" + +#: files.c:222 search.c:194 +#, c-format +msgid "\"%s\" not found" +msgstr "\"%s\" kunde inte hittas" + +#. We have a new file +#: files.c:226 +msgid "New File" +msgstr "Ny fil" + +#: files.c:239 +#, c-format +msgid "File \"%s\" is a directory" +msgstr "Filen \"%s\" är en katalog" + +#. Don't open character or block files. Sorry, /dev/sndstat! +#: files.c:242 +#, c-format +msgid "File \"%s\" is a device file" +msgstr "Filen \"%s\" är en enhetsfil" + +#: files.c:249 +msgid "Reading File" +msgstr "Läser filen" + +#: files.c:263 +msgid "File to insert [from ./] " +msgstr "Fil att infoga [från ./] " + +#: files.c:310 files.c:335 files.c:567 nano.c:1516 +msgid "Cancelled" +msgstr "Avbruten" + +#: files.c:381 files.c:397 files.c:411 files.c:428 files.c:434 +#, c-format +msgid "Could not open file for writing: %s" +msgstr "Kunde inte öppna filen för skrivning: %s" + +#: files.c:416 +#, c-format +msgid "Wrote >%s\n" +msgstr "Skrev >%s\n" + +#: files.c:443 +#, c-format +msgid "Could not close %s: %s" +msgstr "Kunde inte stänga %s: %s" + +#. Try a rename?? +#: files.c:466 files.c:475 files.c:480 +#, c-format +msgid "Could not open %s for writing: %s" +msgstr "Kunde inte öppna %s för skrivning: %s" + +#: files.c:487 +#, c-format +msgid "Could not set permissions %o on %s: %s" +msgstr "Kunde inte sätta rättigheterna %o på %s: %s" + +#: files.c:492 +#, c-format +msgid "Wrote %d lines" +msgstr "Skrev %d rader" + +#: files.c:525 +msgid "File Name to write" +msgstr "Filnamn att skriva" + +#: files.c:542 +#, c-format +msgid "filename is %s" +msgstr "filnamnet är %s" + +#: files.c:556 +msgid "File exists, OVERWRITE ?" +msgstr "Filen existerar, SKRIV ÖVER?" + +#: files.c:978 +msgid "(more)" +msgstr "(mer)" + +#: files.c:1237 +msgid "Can't move up a directory" +msgstr "Kan inte gå upp en katalog" + +#. We can't open this dir for some reason. Complain +#: files.c:1245 +#, c-format +msgid "Can't open \"%s\": %s" +msgstr "Kan inte öppna \"%s\": %s" + +#: global.c:132 +msgid "Constant cursor position" +msgstr "Konstant markörposition" + +#: global.c:133 +msgid "Auto indent" +msgstr "Automatisk indragning" + +#: global.c:134 +msgid "Suspend" +msgstr "Suspendera" + +#: global.c:135 +msgid "Help mode" +msgstr "Hjälpläge" + +#: global.c:136 +msgid "Pico mode" +msgstr "Pico-läge" + +#: global.c:137 +msgid "Mouse support" +msgstr "Musstöd" + +#: global.c:138 +msgid "Cut to end" +msgstr "Klipp ut till slutet" + +#: global.c:140 +msgid "Regular expressions" +msgstr "Reguljära uttryck" + +#: global.c:142 +msgid "Auto wrap" +msgstr "Radbryt automatiskt" + +#: global.c:186 +msgid "Invoke the help menu" +msgstr "Starta hjälpmenyn" + +#: global.c:187 +msgid "Write the current file to disk" +msgstr "Skriv den aktuella filen till disk" + +#: global.c:188 +msgid "Exit from nano" +msgstr "Avsluta nano" + +#: global.c:189 +msgid "Goto a specific line number" +msgstr "Gå till ett specifikt radnummer" + +#: global.c:190 +msgid "Justify the current paragraph" +msgstr "Justera det aktuella stycket" + +#: global.c:191 +msgid "Unjustify after a justify" +msgstr "Ojustera efter en justering" + +#: global.c:192 +msgid "Replace text within the editor" +msgstr "Ersätt text inuti textredigeraren" + +#: global.c:193 +msgid "Insert another file into the current one" +msgstr "Infoga ytterligare en fil i den nuvarande" + +#: global.c:194 +msgid "Search for text within the editor" +msgstr "Sök efter text inuti textredigeraren" + +#: global.c:195 +msgid "Move to the previous screen" +msgstr "Gå till föregående skärm" + +#: global.c:196 +msgid "Move to the next screen" +msgstr "Gå till nästa skärm" + +#: global.c:197 +msgid "Cut the current line and store it in the cutbuffer" +msgstr "Klipper ut den aktuella raden och lagrar den i urklippsbufferten" + +#: global.c:198 +msgid "Uncut from the cutbuffer into the current line" +msgstr "Klistra in från urklippsbufferten i aktuell rad" + +#: global.c:199 +msgid "Show the position of the cursor" +msgstr "Visa markörens position" + +#: global.c:200 +msgid "Invoke the spell checker (if available)" +msgstr "Starta stavningskontrollen (om tillgänglig)" + +#: global.c:201 +msgid "Move up one line" +msgstr "Gå upp en rad" + +#: global.c:202 +msgid "Move down one line" +msgstr "Gå ner en rad" + +#: global.c:203 +msgid "Move forward one character" +msgstr "Gå framåt ett tecken" + +#: global.c:204 +msgid "Move back one character" +msgstr "Gå bakåt ett tecken" + +#: global.c:205 +msgid "Move to the beginning of the current line" +msgstr "Gå till början på aktuell rad" + +#: global.c:206 +msgid "Move to the end of the current line" +msgstr "Gå till slutet på aktuell rad" + +#: global.c:207 +msgid "Go to the first line of the file" +msgstr "Gå till filens första rad" + +#: global.c:208 +msgid "Go to the last line of the file" +msgstr "Gå till filens sista rad" + +#: global.c:209 +msgid "Refresh (redraw) the current screen" +msgstr "Uppdatera (rita om) den aktuella skärmen" + +#: global.c:210 +msgid "Mark text at the current cursor location" +msgstr "Markera text vid aktuell markörposition" + +#: global.c:211 +msgid "Delete the character under the cursor" +msgstr "Ta bort tecknet under markören" + +#: global.c:213 +msgid "Delete the character to the left of the cursor" +msgstr "Ta bort tecknet till vänster om markören" + +#: global.c:214 +msgid "Insert a tab character" +msgstr "Infoga ett tabulatorsteg" + +#: global.c:215 +msgid "Insert a carriage return at the cursor position" +msgstr "Infoga en vagnretur vid markörpositionen" + +#: global.c:217 +msgid "Make the current search or replace case (in)sensitive" +msgstr "Gör den aktuella sökningen eller ersättningen skiftlägesokänslig" + +#: global.c:218 +msgid "Go to file browser" +msgstr "Gå til filbläddrare" + +#: global.c:219 +msgid "Cancel the current function" +msgstr "Avbryt den aktuella funktionen" + +# kontrollera att den finns +#: global.c:222 +msgid "Get Help" +msgstr "Få hjälp" + +#: global.c:225 global.c:406 global.c:430 +msgid "Exit" +msgstr "Avsluta" + +#: global.c:228 +msgid "WriteOut" +msgstr "Spara" + +#: global.c:233 global.c:322 +msgid "Justify" +msgstr "Justera" + +#: global.c:237 global.c:243 +msgid "Read File" +msgstr "Läs fil" + +#: global.c:247 global.c:318 global.c:346 +msgid "Replace" +msgstr "Ersätt" + +#: global.c:251 +msgid "Where Is" +msgstr "Var är" + +#: global.c:255 global.c:398 global.c:422 +msgid "Prev Page" +msgstr "Föreg sid" + +#: global.c:259 global.c:402 global.c:426 +msgid "Next Page" +msgstr "Nästa sid" + +#: global.c:263 +msgid "Cut Text" +msgstr "Klipp ut" + +#: global.c:267 +msgid "UnJustify" +msgstr "Ojustera" + +#: global.c:270 +msgid "UnCut Txt" +msgstr "Klist. in" + +#: global.c:274 +msgid "Cur Pos" +msgstr "Akt. pos" + +#: global.c:278 +msgid "To Spell" +msgstr "Stavkontr." + +#: global.c:282 +msgid "Up" +msgstr "Upp" + +#: global.c:285 +msgid "Down" +msgstr "Ner" + +#: global.c:288 +msgid "Forward" +msgstr "Framåt" + +#: global.c:291 +msgid "Back" +msgstr "Bakåt" + +#: global.c:294 +msgid "Home" +msgstr "Hem" + +#: global.c:297 +msgid "End" +msgstr "Slut" + +#: global.c:300 +msgid "Refresh" +msgstr "Uppdatera" + +#: global.c:303 +msgid "Mark Text" +msgstr "Markera text" + +#: global.c:306 +msgid "Delete" +msgstr "Ta bort" + +#: global.c:310 +msgid "Backspace" +msgstr "Backsteg" + +#: global.c:314 +msgid "Tab" +msgstr "Tabulator" + +#: global.c:326 +msgid "Enter" +msgstr "Enter" + +#: global.c:330 global.c:350 global.c:370 +msgid "Goto Line" +msgstr "Gå till rad" + +#: global.c:336 global.c:357 global.c:378 global.c:388 +msgid "First Line" +msgstr "Första raden" + +#: global.c:339 global.c:360 global.c:381 global.c:391 +msgid "Last Line" +msgstr "Sista raden" + +#: global.c:342 global.c:363 +msgid "Case Sens" +msgstr "Skiftokänsl" + +#: global.c:353 global.c:373 global.c:384 global.c:394 global.c:415 +#: global.c:418 winio.c:1064 +msgid "Cancel" +msgstr "Avbryt" + +#: global.c:366 +msgid "No Replace" +msgstr "Ingen ersättning" + +#: global.c:411 +msgid "To Files" +msgstr "Till filer" + +#: nano.c:141 +#, c-format +msgid "\nBuffer written to %s\n" +msgstr "\nBufferten skrevs till %s\n" + +#: nano.c:143 +#, c-format +msgid "\nNo %s written (file exists?)\n" +msgstr "\nIngen %s skrevs (filen existerar?)\n" + +#: nano.c:152 +msgid "Window size is too small for Nano..." +msgstr "Fönsterstorleken är för liten för Nano..." + +#: nano.c:160 +msgid "Key illegal in VIEW mode" +msgstr "Tangenten ogiltig i VISNINGsläget" + +#: nano.c:204 +msgid "" +" nano help text\n" +"\n" +" The nano editor is designed to emulate the functionality and ease-of-use of the UW Pico text editor. There are four main sections of the editor: The top line shows the program version, the current filename being edited, and whether or not the file has been modified. Next is the main editor window showing the file being edited. The status line is the third line from the bottom and shows important messages. The bottom two lines show the most commonly used shortcuts in the editor.\n" +"\n" +" The notation for shortcuts is as follows: Control-key sequences are notated with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-key sequences are notated with the Meta (M) symbol and can be entered using either the Esc, Alt or Meta key depending on your keyboard setup. The following keystrokes are available in the main editor window. Optional keys are shown in parentheses:\n" +"\n" +msgstr "" +" hjälptext för nano\n" +"\n" +" Textredigeraren nano är skapad för att emulera funktionaliteten och lättandvändheten hos textredigeraren UW Pico. Det finns fyra huvuddelar i redigeraren: Översta raden visar programmets versionsnummer, filnamnet på den fil som redigeras för tillfället, och om filen har ändrats. Efter detta finns huvudfönstret som visar filen som redigeras. Statusraden är tredje raden från nederkanten och visar viktiga meddelanden. De nedersta två raderna visar de vanligaste kommandona som används i textredigeraren.\n" +"\n" +" Notationen för kommandon är som följer: Sekvenser med Control-tangent skrivs med ett taktecken (^) och trycks tillsammans med Control-tangenten (Ctrl). Escape-sekvenser skrivs med metatecknet (M) och och anges antingen med Esc-, Alt- eller Meta-tangenten beroende på dina tangentbordsinställningar. Följande tangentkombinationer är tillgängliga i redigerarens huvudfönster. Alternativa tangenter visas inom parentes:\n" +"\n" + +#: nano.c:298 +msgid "delete_node(): free'd a node, YAY!\n" +msgstr "delete_node(): frigjorde en nod, JIPPI!\n" + +#: nano.c:303 +msgid "delete_node(): free'd last node.\n" +msgstr "delete_node(): frigjorde sista noden.\n" + +#: nano.c:358 +msgid "Usage: nano [GNU long option] [option] +LINE \n\n" +msgstr "Användning: nano [lång GNU-flagga] [flagga] +RAD \n\n" + +#: nano.c:359 +msgid "Option\t\tLong option\t\tMeaning\n" +msgstr "Flagga\t\tLång flagga\t\tBetydelse\n" + +#: nano.c:361 +msgid " -T [num]\t--tabsize=[num]\t\tSet width of a tab to num\n" +msgstr " -T [siffra]\t--tabsize=[siffra]\t\tStäll bredden på en tabb till siffra\n" + +#: nano.c:364 +msgid " -R\t\t--regexp\t\tUse regular expressions for search\n" +msgstr " -R\t\t--regexp\t\tAnvänd reguljära uttryck för sökning\n" + +#: nano.c:368 +msgid " -V \t\t--version\t\tPrint version information and exit\n" +msgstr " -V \t\t--version\t\tSkriv ut versionsinformation och avsluta\n" + +#: nano.c:370 +msgid " -c \t\t--const\t\t\tConstantly show cursor position\n" +msgstr " -c \t\t--const\t\t\tVisa markörposition konstant\n" + +#: nano.c:372 +msgid " -h \t\t--help\t\t\tShow this message\n" +msgstr " -h \t\t--help\t\t\tVisa detta meddelande\n" + +#: nano.c:374 +msgid " -i \t\t--autoindent\t\tAutomatically indent new lines\n" +msgstr " -i \t\t--autoindent\t\tDra automatiskt in nya rader\n" + +#: nano.c:377 +msgid " -k \t\t--cut\t\t\tLet ^K cut from cursor to end of line\n" +msgstr " -k \t\t--cut\t\t\tLåt ^K klippa ut från markören till slutet på raden\n" + +#: nano.c:380 +msgid " -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite\n" +msgstr " -l \t\t--nofollow\t\tFölj inte symboliska länkar, skriv över\n" + +#: nano.c:383 +msgid " -m \t\t--mouse\t\t\tEnable mouse\n" +msgstr " -m \t\t--mouse\t\t\tAnvänd mus\n" + +#: nano.c:387 +msgid " -p\t \t--pico\t\t\tEmulate Pico as closely as possible\n" +msgstr " -p\t \t--pico\t\t\tEmulera Pico så nära som möjligt\n" + +#: nano.c:390 +msgid " -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n" +msgstr " -r [#kolumner] \t--fill=[#kolumner]\t\tStäll radbrytning till #kolumner\n" + +#: nano.c:393 +msgid " -s [prog] \t--speller=[prog]\tEnable alternate speller\n" +msgstr " -s [prog] \t--speller=[prog]\tAnvänd alternativ stavningskontroll\n" + +#: nano.c:396 +msgid " -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n" +msgstr " -t \t\t--tempfile\t\tSpara automatiskt vid avslut, fråga inte\n" + +#: nano.c:398 +msgid " -v \t\t--view\t\t\tView (read only) mode\n" +msgstr " -v \t\t--view\t\t\tVisningsläge (endast läsbar)\n" + +#: nano.c:401 +msgid " -w \t\t--nowrap\t\tDon't wrap long lines\n" +msgstr " -w \t\t--nowrap\t\tRadbryt inte långa rader\n" + +#: nano.c:404 +msgid " -x \t\t--nohelp\t\tDon't show help window\n" +msgstr " -x \t\t--nohelp\t\tVisa inte hjälpfönster\n" + +#: nano.c:406 +msgid " -z \t\t--suspend\t\tEnable suspend\n" +msgstr " -z \t\t--suspend\t\tAnvänd suspend\n" + +#: nano.c:408 +msgid " +LINE\t\t\t\t\tStart at line number LINE\n" +msgstr " +RAD\t\t\t\t\tStarta vid radnummer RAD\n" + +#: nano.c:410 +msgid "Usage: nano [option] +LINE \n\n" +msgstr "Användning: nano [flagga] +RAD \n\n" + +#: nano.c:411 +msgid "Option\t\tMeaning\n" +msgstr "Flagga\t\tBetydelse\n" + +#: nano.c:412 +msgid " -T [num]\tSet width of a tab to num\n" +msgstr " -T [siffra]\tStäll bredden på ett tabulatorsteg till siffra\n" + +#: nano.c:413 +msgid " -R\t\tUse regular expressions for search\n" +msgstr " -R\t\tAnvänd reguljära uttryck för sökning\n" + +#: nano.c:414 +msgid " -V \t\tPrint version information and exit\n" +msgstr " -V \t\tSkriv ut versionsinformation och avsluta\n" + +#: nano.c:415 +msgid " -c \t\tConstantly show cursor position\n" +msgstr " -c \t\tVisa markörposition konstantn\n" + +#: nano.c:416 +msgid " -h \t\tShow this message\n" +msgstr " -h \t\tVisa detta meddelande\n" + +#: nano.c:417 +msgid " -i \t\tAutomatically indent new lines\n" +msgstr " -i \t\tDra automatiskt in nya rader\n" + +#: nano.c:419 +msgid " -k \t\tLet ^K cut from cursor to end of line\n" +msgstr " -k \t\tLåt ^K klippa ut från markören till slutet på raden\n" + +#: nano.c:422 +msgid " -l \t\tDon't follow symbolic links, overwrite\n" +msgstr " -l \t\tFölj inte symboliska länkar, skriv över\n" + +#: nano.c:425 +msgid " -m \t\tEnable mouse\n" +msgstr " -m \t\tAnvänd mus\n" + +#: nano.c:428 +msgid " -p \t\tEmulate Pico as closely as possible\n" +msgstr " -p \t\tEmulera Pico så nära som möjligt\n" + +#: nano.c:429 +msgid " -r [#cols] \tSet fill cols to (wrap lines at) #cols\n" +msgstr " -r [#kolumner] \tStäll radbrytning till #kolumner\n" + +#: nano.c:431 +msgid " -s [prog] \tEnable alternate speller\n" +msgstr " -s [prog] \tAnvänd alternativ stavningskontroll\n" + +#: nano.c:433 +msgid " -t \t\tAuto save on exit, don't prompt\n" +msgstr " -t \t\tSpara automatiskt vid avslut, fråga inte\n" + +#: nano.c:434 +msgid " -v \t\tView (read only) mode\n" +msgstr " -v \t\tVisningsläge (endast läsbar)\n" + +#: nano.c:436 +msgid " -w \t\tDon't wrap long lines\n" +msgstr " -w \t\tRadbryt inte långa rader\n" + +#: nano.c:438 +msgid " -x \t\tDon't show help window\n" +msgstr " -x \t\tVisa inte hjälpfönster\n" + +#: nano.c:439 +msgid " -z \t\tEnable suspend\n" +msgstr " -z \t\tAnvänd suspend\n" + +#: nano.c:440 +msgid " +LINE\t\tStart at line number LINE\n" +msgstr " +RAD\t\tStarta vid radnummer RAD\n" + +#: nano.c:447 +#, c-format +msgid " GNU nano version %s (compiled %s, %s)\n" +msgstr " GNU nano version %s (kompilerad %s, %s)\n" + +#: nano.c:450 +msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org" +msgstr " E-post: nano@nano-editor.org\tHemsida: http://www.nano-editor.org" + +#: nano.c:451 +msgid "\n Compiled options:" +msgstr "\n Kompilationsflaggor:" + +#: nano.c:519 +msgid "Mark Set" +msgstr "Markering satt" + +#: nano.c:524 +msgid "Mark UNset" +msgstr "Markering borttagen" + +#: nano.c:1025 +#, c-format +msgid "check_wrap called with inptr->data=\"%s\"\n" +msgstr "check_wrap anropades med inptr->data=\"%s\"\n" + +#: nano.c:1077 +#, c-format +msgid "current->data now = \"%s\"\n" +msgstr "current->data nu = \"%s\"\n" + +#: nano.c:1129 +#, c-format +msgid "After, data = \"%s\"\n" +msgstr "Efter, data = \"%s\"\n" + +#: nano.c:1231 +msgid "Edit a replacement" +msgstr "Redigera en ersättning" + +#: nano.c:1463 +#, c-format +msgid "Could not create a temporary filename: %s" +msgstr "Kunde inte skapa ett temporärt filnamn: %s" + +#: nano.c:1469 +msgid "Spell checking failed: unable to write temp file!" +msgstr "Stavningskontroll misslyckades: kan inte skriva till temporärfil!" + +#: nano.c:1481 +msgid "Finished checking spelling" +msgstr "Stavningskontrollen slutfördes" + +#: nano.c:1483 +msgid "Spell checking failed" +msgstr "Stavningskontrollen misslyckades" + +#: nano.c:1503 +msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? " +msgstr "Spara ändrad buffert (ATT SVARA \"Nej\" KOMMER ATT FÖRSTÖRA ÄNDRINGAR)? " + +#: nano.c:1599 +msgid "Received SIGHUP" +msgstr "Mottog SIGHUP" + +#: nano.c:1661 +msgid "Cannot resize top win" +msgstr "Kan inte ändra storlek på övre fönstret" + +#: nano.c:1663 +msgid "Cannot move top win" +msgstr "Kan inte flytta övre fönstret" + +#: nano.c:1665 +msgid "Cannot resize edit win" +msgstr "Kan inte ändra storlek på redigeringsfönstret" + +#: nano.c:1667 +msgid "Cannot move edit win" +msgstr "Kan inte flytta redigeringsfönstret" + +#: nano.c:1669 +msgid "Cannot resize bottom win" +msgstr "Kan inte ändra storlek på nedre fönstret" + +#: nano.c:1671 +msgid "Cannot move bottom win" +msgstr "Kan inte flytta nedre fönstret" + +#: nano.c:1995 +msgid "Can now UnJustify!" +msgstr "Kan ojustera nu!" + +#: nano.c:2093 +#, c-format +msgid "%s enable/disable" +msgstr "%s aktivera/deaktivera" + +#: nano.c:2108 +msgid "enabled" +msgstr "aktiverad" + +#: nano.c:2109 +msgid "disabled" +msgstr "deaktiverad" + +#: nano.c:2161 +msgid "NumLock glitch detected. Keypad will malfunction with NumLock off" +msgstr "NumLock-problem upptäcktes. Tangenterna kommer inte att fungera utan NumLock" + +#: nano.c:2387 +msgid "Main: set up windows\n" +msgstr "Main: konfigurera fönster\n" + +#: nano.c:2394 +msgid "Main: bottom win\n" +msgstr "Main: nedre fönstret\n" + +#: nano.c:2400 +msgid "Main: open file\n" +msgstr "Main: öppna fil\n" + +#: nano.c:2453 +#, c-format +msgid "I got Alt-O-%c! (%d)\n" +msgstr "Jag mottog Alt-O-%c! (%d)\n" + +#: nano.c:2480 +#, c-format +msgid "I got Alt-[-1-%c! (%d)\n" +msgstr "Jag mottog Alt-[-1-%c! (%d)\n" + +#: nano.c:2513 +#, c-format +msgid "I got Alt-[-2-%c! (%d)\n" +msgstr "Jag mottog Alt-[-2-%c! (%d)\n" + +#: nano.c:2559 +#, c-format +msgid "I got Alt-[-%c! (%d)\n" +msgstr "Jag mottog Alt-[-%c! (%d)\n" + +#: nano.c:2585 +#, c-format +msgid "I got Alt-%c! (%d)\n" +msgstr "Jag mottog Alt-%c! (%d)\n" + +#: search.c:118 +#, c-format +msgid "Case Sensitive Regexp Search%s%s" +msgstr "Skiftlägeskänslig sökning med reguljära uttryck%s%s" + +#: search.c:120 +#, c-format +msgid "Regexp Search%s%s" +msgstr "Sökning med reguljära uttryck%s%s" + +#: search.c:122 +#, c-format +msgid "Case Sensitive Search%s%s" +msgstr "Skiftlägeskänslig sökning%s%s" + +#: search.c:124 +#, c-format +msgid "Search%s%s" +msgstr "Sök%s%s" + +#: search.c:127 +msgid " (to replace)" +msgstr " (att ersätta)" + +#: search.c:136 search.c:327 +msgid "Search Cancelled" +msgstr "Sökningen avbruten" + +#: search.c:200 +#, c-format +msgid "\"%s...\" not found" +msgstr "\"%s...\" kunde inte hittas" + +#: search.c:249 +msgid "Search Wrapped" +msgstr "Sökningen började om från början" + +#: search.c:349 +#, c-format +msgid "Replaced %d occurrences" +msgstr "Ersatte %d förekomster" + +#: search.c:351 +msgid "Replaced 1 occurrence" +msgstr "Ersatte 1 förekomst" + +#: search.c:489 search.c:599 search.c:615 +msgid "Replace Cancelled" +msgstr "Ersättningen avbröts" + +#: search.c:539 +msgid "Replace this instance?" +msgstr "Ersätt denna förekomst?" + +#: search.c:551 +msgid "Replace failed: unknown subexpression!" +msgstr "Ersättningen misslyckades: okänt deluttryck!" + +#: search.c:640 +#, c-format +msgid "Replace with [%s]" +msgstr "Ersätt med [%s]" + +#: search.c:644 search.c:648 +msgid "Replace with" +msgstr "Ersätt med" + +#. Ask for it +#: search.c:683 +msgid "Enter line number" +msgstr "Ange radnummer" + +#: search.c:685 +msgid "Aborted" +msgstr "Avbruten" + +#: search.c:705 +msgid "Come on, be reasonable" +msgstr "Kom igen, var nu förståndig" + +#: search.c:710 +#, c-format +msgid "Only %d lines available, skipping to last line" +msgstr "Endast %d rader är tillgängliga, hoppar till sista raden" + +#: winio.c:124 +#, c-format +msgid "actual_x_from_start for xplus=%d returned %d\n" +msgstr "actual_x_from_start för xplus=%d returnerade %d\n" + +# Osäker. +#: winio.c:448 +#, c-format +msgid "input '%c' (%d)\n" +msgstr "indata \"%c\" (%d)\n" + +#: winio.c:490 +msgid "New Buffer" +msgstr "Ny buffert" + +#: winio.c:494 +msgid " File: ..." +msgstr " Fil:..." + +#: winio.c:496 +msgid " DIR: ..." +msgstr " KAT:..." + +#: winio.c:507 +msgid "Modified" +msgstr "Ändrad" + +#: winio.c:959 +#, c-format +msgid "Moved to (%d, %d) in edit buffer\n" +msgstr "Gick till (%d, %d) i redigeringsbufferten\n" + +#: winio.c:970 +#, c-format +msgid "current->data = \"%s\"\n" +msgstr "current->data = \"%s\"\n" + +#: winio.c:1015 +#, c-format +msgid "I got \"%s\"\n" +msgstr "Jag mottog \"%s\"\n" + +#. String of yes characters accepted +#. Same for no +#. And all, surprise! +#. Temp string for above +#. Yes, no and all are strings of any length. Each string consists of +#. all characters accepted as a valid character for that value. +#. The first value will be the one displayed in the shortcuts. +#: winio.c:1038 +msgid "Yy" +msgstr "JjYy" + +#: winio.c:1039 +msgid "Nn" +msgstr "Nn" + +#: winio.c:1040 +msgid "Aa" +msgstr "Aa" + +#: winio.c:1053 +msgid "Yes" +msgstr "Ja" + +#: winio.c:1057 +msgid "All" +msgstr "Alla" + +#: winio.c:1062 +msgid "No" +msgstr "Nej" + +#: winio.c:1205 +#, c-format +msgid "do_cursorpos: linepct = %f, bytepct = %f\n" +msgstr "do_cursorpos: linepct = %f, bytepct = %f\n" + +#: winio.c:1209 +msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)" +msgstr "rad %d av %d (%.0f%%), tecken %d av %d (%.0f%%)" + +#: winio.c:1339 +msgid "Dumping file buffer to stderr...\n" +msgstr "Dumpar filbufferten till standard fel...\n" + +#: winio.c:1341 +msgid "Dumping cutbuffer to stderr...\n" +msgstr "Dumpar urklippsbufferten till standard fel...\n" + +#: winio.c:1343 +msgid "Dumping a buffer to stderr...\n" +msgstr "Dumpar en buffert til standard fel...\n" + +#: winio.c:1418 +msgid "The nano text editor" +msgstr "Textredigeraren nano" + +#: winio.c:1419 +msgid "version " +msgstr "version " + +#: winio.c:1420 +msgid "Brought to you by:" +msgstr "Presenteras av:" + +#: winio.c:1421 +msgid "Special thanks to:" +msgstr "Ytterligare tack till:" + +#: winio.c:1422 +msgid "The Free Software Foundation" +msgstr "Free Software Foundation" + +#: winio.c:1423 +msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses" +msgstr "Pavel Curtis, Zeyd Ben-Halim och Eric S. Raymond för ncurses" + +#: winio.c:1424 +msgid "and anyone else we forgot..." +msgstr "och alla andra som vi har glömt..." + +#: winio.c:1425 +msgid "Thank you for using nano!\n" +msgstr "Tack för att du använder nano!\n"