]> git.decadent.org.uk Git - ap-utils.git/commitdiff
Imported Upstream version 1.5.1~pre2~a upstream/1.5.1.pre2.a
authorBen Hutchings <ben@decadent.org.uk>
Sun, 19 Apr 2009 00:06:45 +0000 (01:06 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 19 Apr 2009 00:17:28 +0000 (01:17 +0100)
16 files changed:
ChangeLog
aclocal.m4
config.h.in
configure
configure.in
po/ap-utils.pot
po/fi.po [new file with mode: 0644]
po/fr.po
po/ms.po [new file with mode: 0644]
po/nl.po
po/pl.po
po/ro.po
po/rw.po
po/tr.po
po/uk.po
po/vi.po

index 86064a68db176610668746b21a0f2f22822e3712..69b2b1267a2711998e57075fba68f154de47edff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-05 Jorma Karvonen
+       * po/fi.po: Finnish translations added
+
+2005-07-05 Sharuzzaman Ahmat Raslan
+       * po/ms.po: Malay translations added
+
 2005-05-22 Roman Festchook
        * lib/common.c: fixed displaing field names when user enter ip
          and label in connect options screen
index da5e23c0759c618692201e68fe3f6856ab93711a..772975ef1bae558bd369c4f5286e905ce1ed54a5 100644 (file)
@@ -859,8 +859,8 @@ AC_PREREQ([2.52])
 # AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.
 AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
 
-# gettext.m4 serial 20 (gettext-0.12)
-dnl Copyright (C) 1995-2003 Free Software Foundation, Inc.
+# gettext.m4 serial 13 (gettext-0.11.1)
+dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
 dnl Public License, this file may be distributed as part of a program
@@ -878,7 +878,7 @@ dnl They are *not* in the public domain.
 
 dnl Authors:
 dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
-dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2003.
+dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2002.
 
 dnl Macro to add for using GNU gettext.
 
@@ -894,9 +894,7 @@ dnl    AM-DISABLE-SHARED). If INTLSYMBOL is 'no-libtool', a static library
 dnl    $(top_builddir)/intl/libintl.a will be created.
 dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext
 dnl    implementations (in libc or libintl) without the ngettext() function
-dnl    will be ignored.  If NEEDSYMBOL is specified and is
-dnl    'need-formatstring-macros', then GNU gettext implementations that don't
-dnl    support the ISO C 99 <inttypes.h> formatstring macros will be ignored.
+dnl    will be ignored.
 dnl INTLDIR is used to find the intl libraries.  If empty,
 dnl    the value `$(top_builddir)/intl/' is used.
 dnl
@@ -923,9 +921,9 @@ AC_DEFUN([AM_GNU_GETTEXT],
   ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], ,
     [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT
 ])])])])])
-  ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], ,
+  ifelse([$2], [], , [ifelse([$2], [need-ngettext], ,
     [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT
-])])])])
+])])])
   define(gt_included_intl, ifelse([$1], [external], [no], [yes]))
   define(gt_libtool_suffix_prefix, ifelse([$1], [use-libtool], [l], []))
 
@@ -938,23 +936,13 @@ AC_DEFUN([AM_GNU_GETTEXT],
   AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
   AC_REQUIRE([AC_LIB_RPATH])
 
-  dnl Sometimes libintl requires libiconv, so first search for libiconv.
-  dnl Ideally we would do this search only after the
-  dnl      if test "$USE_NLS" = "yes"; then
-  dnl        if test "$gt_cv_func_gnugettext_libc" != "yes"; then
-  dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT
-  dnl the configure script would need to contain the same shell code
-  dnl again, outside any 'if'. There are two solutions:
-  dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'.
-  dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE.
-  dnl Since AC_PROVIDE_IFELSE is only in autoconf >= 2.52 and not
-  dnl documented, we avoid it.
-  ifelse(gt_included_intl, yes, , [
-    AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY])
-  ])
-
-  dnl Set USE_NLS.
-  AM_NLS
+  AC_MSG_CHECKING([whether NLS is requested])
+  dnl Default is enabled NLS
+  AC_ARG_ENABLE(nls,
+    [  --disable-nls           do not use Native Language Support],
+    USE_NLS=$enableval, USE_NLS=yes)
+  AC_MSG_RESULT($USE_NLS)
+  AC_SUBST(USE_NLS)
 
   ifelse(gt_included_intl, yes, [
     BUILD_INCLUDED_LIBINTL=no
@@ -983,20 +971,13 @@ AC_DEFUN([AM_GNU_GETTEXT],
         dnl to fall back to GNU NLS library.
 
         dnl Add a version number to the cache macros.
-        define([gt_api_version], ifelse([$2], [need-formatstring-macros], 3, ifelse([$2], [need-ngettext], 2, 1)))
+        define([gt_api_version], ifelse([$2], [need-ngettext], 2, 1))
         define([gt_cv_func_gnugettext_libc], [gt_cv_func_gnugettext]gt_api_version[_libc])
         define([gt_cv_func_gnugettext_libintl], [gt_cv_func_gnugettext]gt_api_version[_libintl])
 
         AC_CACHE_CHECK([for GNU gettext in libc], gt_cv_func_gnugettext_libc,
          [AC_TRY_LINK([#include <libintl.h>
-]ifelse([$2], [need-formatstring-macros],
-[#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
-#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
-#endif
-changequote(,)dnl
-typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
-changequote([,])dnl
-], [])[extern int _nl_msg_cat_cntr;
+extern int _nl_msg_cat_cntr;
 extern int *_nl_domain_bindings;],
             [bindtextdomain ("", "");
 return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings],
@@ -1021,42 +1002,30 @@ return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("",
             LIBS="$LIBS $LIBINTL"
             dnl Now see whether libintl exists and does not depend on libiconv.
             AC_TRY_LINK([#include <libintl.h>
-]ifelse([$2], [need-formatstring-macros],
-[#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
-#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
-#endif
-changequote(,)dnl
-typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
-changequote([,])dnl
-], [])[extern int _nl_msg_cat_cntr;
+extern int _nl_msg_cat_cntr;
+extern int *_nl_domain_bindings;
 extern
 #ifdef __cplusplus
 "C"
 #endif
 const char *_nl_expand_alias ();],
               [bindtextdomain ("", "");
-return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)],
+return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)],
               gt_cv_func_gnugettext_libintl=yes,
               gt_cv_func_gnugettext_libintl=no)
             dnl Now see whether libintl exists and depends on libiconv.
             if test "$gt_cv_func_gnugettext_libintl" != yes && test -n "$LIBICONV"; then
               LIBS="$LIBS $LIBICONV"
               AC_TRY_LINK([#include <libintl.h>
-]ifelse([$2], [need-formatstring-macros],
-[#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
-#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
-#endif
-changequote(,)dnl
-typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
-changequote([,])dnl
-], [])[extern int _nl_msg_cat_cntr;
+extern int _nl_msg_cat_cntr;
+extern int *_nl_domain_bindings;
 extern
 #ifdef __cplusplus
 "C"
 #endif
 const char *_nl_expand_alias ();],
                 [bindtextdomain ("", "");
-return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)],
+return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)],
                [LIBINTL="$LIBINTL $LIBICONV"
                 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
                 gt_cv_func_gnugettext_libintl=yes
@@ -1072,8 +1041,7 @@ return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("",
         dnl libintl.  (Cf. the install rule in intl/Makefile.in.)
         if test "$gt_cv_func_gnugettext_libc" = "yes" \
            || { test "$gt_cv_func_gnugettext_libintl" = "yes" \
-                && test "$PACKAGE" != gettext-runtime \
-                && test "$PACKAGE" != gettext-tools; }; then
+                && test "$PACKAGE" != gettext; }; then
           gt_use_preinstalled_gnugettext=yes
         else
           dnl Reset the values set by searching for libintl.
@@ -1092,6 +1060,7 @@ return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("",
 
       if test "$nls_cv_use_gnu_gettext" = "yes"; then
         dnl Mark actions used to generate GNU NLS library.
+        INTLOBJS="\$(GETTOBJS)"
         BUILD_INCLUDED_LIBINTL=yes
         USE_INCLUDED_LIBINTL=yes
         LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV"
@@ -1116,22 +1085,6 @@ return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("",
     fi
   fi
 
-  AC_MSG_CHECKING([whether to use NLS])
-  AC_MSG_RESULT([$USE_NLS])
-  if test "$USE_NLS" = "yes"; then
-    AC_MSG_CHECKING([where the gettext function comes from])
-    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
-      if test "$gt_cv_func_gnugettext_libintl" = "yes"; then
-        gt_source="external libintl"
-      else
-        gt_source="libc"
-      fi
-    else
-      gt_source="included intl directory"
-    fi
-    AC_MSG_RESULT([$gt_source])
-  fi
-
   if test "$USE_NLS" = "yes"; then
 
     if test "$gt_use_preinstalled_gnugettext" = "yes"; then
@@ -1155,7 +1108,7 @@ return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("",
   ifelse(gt_included_intl, yes, [
     dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL
     dnl to 'yes' because some of the testsuite requires it.
-    if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then
+    if test "$PACKAGE" = gettext; then
       BUILD_INCLUDED_LIBINTL=yes
     fi
 
@@ -1163,6 +1116,7 @@ return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("",
     AC_SUBST(BUILD_INCLUDED_LIBINTL)
     AC_SUBST(USE_INCLUDED_LIBINTL)
     AC_SUBST(CATOBJEXT)
+    AC_SUBST(INTLOBJS)
 
     dnl For backward compatibility. Some configure.ins may be using this.
     nls_cv_header_intl=
@@ -1180,12 +1134,6 @@ return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("",
     GENCAT=gencat
     AC_SUBST(GENCAT)
 
-    dnl For backward compatibility. Some Makefiles may be using this.
-    if test "$USE_INCLUDED_LIBINTL" = yes; then
-      INTLOBJS="\$(GETTOBJS)"
-    fi
-    AC_SUBST(INTLOBJS)
-
     dnl Enable libtool support if the surrounding package wishes it.
     INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix
     AC_SUBST(INTL_LIBTOOL_SUFFIX_PREFIX)
@@ -1202,107 +1150,13 @@ return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("",
 ])
 
 
-dnl Checks for all prerequisites of the intl subdirectory,
-dnl except for INTL_LIBTOOL_SUFFIX_PREFIX (and possibly LIBTOOL), INTLOBJS,
-dnl            USE_INCLUDED_LIBINTL, BUILD_INCLUDED_LIBINTL.
-AC_DEFUN([AM_INTL_SUBDIR],
-[
-  AC_REQUIRE([AC_PROG_INSTALL])dnl
-  AC_REQUIRE([AM_MKINSTALLDIRS])dnl
-  AC_REQUIRE([AC_PROG_CC])dnl
-  AC_REQUIRE([AC_CANONICAL_HOST])dnl
-  AC_REQUIRE([AC_PROG_RANLIB])dnl
-  AC_REQUIRE([AC_ISC_POSIX])dnl
-  AC_REQUIRE([AC_HEADER_STDC])dnl
-  AC_REQUIRE([AC_C_CONST])dnl
-  AC_REQUIRE([AC_C_INLINE])dnl
-  AC_REQUIRE([AC_TYPE_OFF_T])dnl
-  AC_REQUIRE([AC_TYPE_SIZE_T])dnl
-  AC_REQUIRE([AC_FUNC_ALLOCA])dnl
-  AC_REQUIRE([AC_FUNC_MMAP])dnl
-  AC_REQUIRE([jm_GLIBC21])dnl
-  AC_REQUIRE([gt_INTDIV0])dnl
-  AC_REQUIRE([jm_AC_TYPE_UINTMAX_T])dnl
-  AC_REQUIRE([gt_HEADER_INTTYPES_H])dnl
-  AC_REQUIRE([gt_INTTYPES_PRI])dnl
-
-  AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h stddef.h \
-stdlib.h string.h unistd.h sys/param.h])
-  AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getc_unlocked getcwd getegid \
-geteuid getgid getuid mempcpy munmap putenv setenv setlocale stpcpy \
-strcasecmp strdup strtoul tsearch __argz_count __argz_stringify __argz_next \
-__fsetlocking])
-
-  AM_ICONV
-  AM_LANGINFO_CODESET
-  if test $ac_cv_header_locale_h = yes; then
-    AM_LC_MESSAGES
-  fi
-
-  dnl intl/plural.c is generated from intl/plural.y. It requires bison,
-  dnl because plural.y uses bison specific features. It requires at least
-  dnl bison-1.26 because earlier versions generate a plural.c that doesn't
-  dnl compile.
-  dnl bison is only needed for the maintainer (who touches plural.y). But in
-  dnl order to avoid separate Makefiles or --enable-maintainer-mode, we put
-  dnl the rule in general Makefile. Now, some people carelessly touch the
-  dnl files or have a broken "make" program, hence the plural.c rule will
-  dnl sometimes fire. To avoid an error, defines BISON to ":" if it is not
-  dnl present or too old.
-  AC_CHECK_PROGS([INTLBISON], [bison])
-  if test -z "$INTLBISON"; then
-    ac_verc_fail=yes
-  else
-    dnl Found it, now check the version.
-    AC_MSG_CHECKING([version of bison])
-changequote(<<,>>)dnl
-    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].*)
-changequote([,])dnl
-         ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
-      *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
-    esac
-    AC_MSG_RESULT([$ac_prog_version])
-  fi
-  if test $ac_verc_fail = yes; then
-    INTLBISON=:
-  fi
-])
-
-
-dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version])
-AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])
-
-# po.m4 serial 1 (gettext-0.12)
-dnl Copyright (C) 1995-2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
-dnl
-dnl This file can can be used in projects which are not available under
-dnl the GNU General Public License or the GNU Library General Public
-dnl License but which still want to provide support for the GNU gettext
-dnl functionality.
-dnl Please note that the actual code of the GNU gettext library is covered
-dnl by the GNU Library General Public License, and the rest of the GNU
-dnl gettext package package is covered by the GNU General Public License.
-dnl They are *not* in the public domain.
-
-dnl Authors:
-dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
-dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2003.
-
-dnl Checks for all prerequisites of the po subdirectory.
+dnl Checks for all prerequisites of the po subdirectory,
+dnl except for USE_NLS.
 AC_DEFUN([AM_PO_SUBDIRS],
 [
   AC_REQUIRE([AC_PROG_MAKE_SET])dnl
   AC_REQUIRE([AC_PROG_INSTALL])dnl
   AC_REQUIRE([AM_MKINSTALLDIRS])dnl
-  AC_REQUIRE([AM_NLS])dnl
 
   dnl Perform the following tests also if --disable-nls has been given,
   dnl because they are needed for "make dist" to work.
@@ -1316,12 +1170,12 @@ AC_DEFUN([AM_PO_SUBDIRS],
     :)
   AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
 
-  dnl Search for GNU xgettext 0.12 or newer in the PATH.
+  dnl Search for GNU xgettext 0.11 or newer in the PATH.
   dnl The first test excludes Solaris xgettext and early GNU xgettext versions.
   dnl The second test excludes FreeBSD xgettext.
   AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
-    [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
-     (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)],
+    [$ac_dir/$ac_word --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
+     (if $ac_dir/$ac_word --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)],
     :)
   dnl Remove leftover from FreeBSD xgettext call.
   rm -f messages.po
@@ -1351,8 +1205,8 @@ AC_DEFUN([AM_PO_SUBDIRS],
   if test "$XGETTEXT" != ":"; then
     dnl If it is no GNU xgettext we define it as : so that the
     dnl Makefiles still can work.
-    if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
-       (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
+    if $XGETTEXT --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
+       (if $XGETTEXT --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
       : ;
     else
       AC_MSG_RESULT(
@@ -1387,22 +1241,17 @@ AC_DEFUN([AM_PO_SUBDIRS],
           rm -f "$ac_dir/POTFILES"
           test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
           cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[  ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
-          POMAKEFILEDEPS="POTFILES.in"
           # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
           # on $ac_dir but don't depend on user-specified configuration
           # parameters.
           if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
             # The LINGUAS file contains the set of available languages.
-            if test -n "$OBSOLETE_ALL_LINGUAS"; then
+            if test -n "$ALL_LINGUAS"; then
               test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
             fi
             ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
             # Hide the ALL_LINGUAS assigment from automake.
             eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
-            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
-          else
-            # The set of available languages was given in configure.in.
-            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
           fi
           case "$ac_given_srcdir" in
             .) srcdirpre= ;;
@@ -1451,7 +1300,7 @@ AC_DEFUN([AM_PO_SUBDIRS],
             done
           fi
           test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
-          sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
+          sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
           for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
             if test -f "$f"; then
               case "$f" in
@@ -1464,58 +1313,87 @@ AC_DEFUN([AM_PO_SUBDIRS],
         ;;
       esac
     done],
-   [# Capture the value of obsolete ALL_LINGUAS because we need it to compute
+   [# Capture the value of obsolete $ALL_LINGUAS because we need it to compute
     # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
     # from automake.
-    eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
+    eval 'ALL_LINGUAS''="$ALL_LINGUAS"'
     # Capture the value of LINGUAS because we need it to compute CATALOGS.
     LINGUAS="${LINGUAS-%UNSET%}"
    ])
 ])
 
-# nls.m4 serial 1 (gettext-0.12)
-dnl Copyright (C) 1995-2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
-dnl
-dnl This file can can be used in projects which are not available under
-dnl the GNU General Public License or the GNU Library General Public
-dnl License but which still want to provide support for the GNU gettext
-dnl functionality.
-dnl Please note that the actual code of the GNU gettext library is covered
-dnl by the GNU Library General Public License, and the rest of the GNU
-dnl gettext package package is covered by the GNU General Public License.
-dnl They are *not* in the public domain.
-
-dnl Authors:
-dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
-dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2003.
 
-AC_DEFUN([AM_NLS],
+dnl Checks for all prerequisites of the intl subdirectory,
+dnl except for INTL_LIBTOOL_SUFFIX_PREFIX (and possibly LIBTOOL), INTLOBJS,
+dnl            USE_INCLUDED_LIBINTL, BUILD_INCLUDED_LIBINTL.
+AC_DEFUN([AM_INTL_SUBDIR],
 [
-  AC_MSG_CHECKING([whether NLS is requested])
-  dnl Default is enabled NLS
-  AC_ARG_ENABLE(nls,
-    [  --disable-nls           do not use Native Language Support],
-    USE_NLS=$enableval, USE_NLS=yes)
-  AC_MSG_RESULT($USE_NLS)
-  AC_SUBST(USE_NLS)
+  AC_REQUIRE([AC_PROG_INSTALL])dnl
+  AC_REQUIRE([AM_MKINSTALLDIRS])dnl
+  AC_REQUIRE([AC_PROG_CC])dnl
+  AC_REQUIRE([AC_CANONICAL_HOST])dnl
+  AC_REQUIRE([AC_PROG_RANLIB])dnl
+  AC_REQUIRE([AC_ISC_POSIX])dnl
+  AC_REQUIRE([AC_HEADER_STDC])dnl
+  AC_REQUIRE([AC_C_CONST])dnl
+  AC_REQUIRE([AC_C_INLINE])dnl
+  AC_REQUIRE([AC_TYPE_OFF_T])dnl
+  AC_REQUIRE([AC_TYPE_SIZE_T])dnl
+  AC_REQUIRE([AC_FUNC_ALLOCA])dnl
+  AC_REQUIRE([AC_FUNC_MMAP])dnl
+  AC_REQUIRE([jm_GLIBC21])dnl
+
+  AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h stddef.h \
+stdlib.h string.h unistd.h sys/param.h])
+  AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getc_unlocked getcwd getegid \
+geteuid getgid getuid mempcpy munmap putenv setenv setlocale stpcpy \
+strcasecmp strdup strtoul tsearch __argz_count __argz_stringify __argz_next])
+
+  AM_ICONV
+  AM_LANGINFO_CODESET
+  AM_LC_MESSAGES
+
+  dnl intl/plural.c is generated from intl/plural.y. It requires bison,
+  dnl because plural.y uses bison specific features. It requires at least
+  dnl bison-1.26 because earlier versions generate a plural.c that doesn't
+  dnl compile.
+  dnl bison is only needed for the maintainer (who touches plural.y). But in
+  dnl order to avoid separate Makefiles or --enable-maintainer-mode, we put
+  dnl the rule in general Makefile. Now, some people carelessly touch the
+  dnl files or have a broken "make" program, hence the plural.c rule will
+  dnl sometimes fire. To avoid an error, defines BISON to ":" if it is not
+  dnl present or too old.
+  AC_CHECK_PROGS([INTLBISON], [bison])
+  if test -z "$INTLBISON"; then
+    ac_verc_fail=yes
+  else
+    dnl Found it, now check the version.
+    AC_MSG_CHECKING([version of bison])
+changequote(<<,>>)dnl
+    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].*)
+changequote([,])dnl
+         ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
+      *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
+    esac
+    AC_MSG_RESULT([$ac_prog_version])
+  fi
+  if test $ac_verc_fail = yes; then
+    INTLBISON=:
+  fi
 ])
 
+
 AC_DEFUN([AM_MKINSTALLDIRS],
 [
   dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
   dnl find the mkinstalldirs script in another subdir but $(top_srcdir).
-  dnl Try to locate it.
+  dnl Try to locate is.
   MKINSTALLDIRS=
   if test -n "$ac_aux_dir"; then
-    case "$ac_aux_dir" in
-      /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
-      *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
-    esac
+    MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
   fi
   if test -z "$MKINSTALLDIRS"; then
     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
@@ -1523,100 +1401,8 @@ AC_DEFUN([AM_MKINSTALLDIRS],
   AC_SUBST(MKINSTALLDIRS)
 ])
 
-# progtest.m4 serial 3 (gettext-0.12)
-dnl Copyright (C) 1996-2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
-dnl
-dnl This file can can be used in projects which are not available under
-dnl the GNU General Public License or the GNU Library General Public
-dnl License but which still want to provide support for the GNU gettext
-dnl functionality.
-dnl Please note that the actual code of the GNU gettext library is covered
-dnl by the GNU Library General Public License, and the rest of the GNU
-dnl gettext package package is covered by the GNU General Public License.
-dnl They are *not* in the public domain.
-
-dnl Authors:
-dnl   Ulrich Drepper <drepper@cygnus.com>, 1996.
-
-# Search path for a program which passes the given test.
-
-dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR,
-dnl   TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]])
-AC_DEFUN([AM_PATH_PROG_WITH_TEST],
-[
-# Prepare PATH_SEPARATOR.
-# The user is always right.
-if test "${PATH_SEPARATOR+set}" != set; then
-  echo "#! /bin/sh" >conf$$.sh
-  echo  "exit 0"   >>conf$$.sh
-  chmod +x conf$$.sh
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
-    PATH_SEPARATOR=';'
-  else
-    PATH_SEPARATOR=:
-  fi
-  rm -f conf$$.sh
-fi
-
-# Find out how to test for executable files. Don't use a zero-byte file,
-# as systems may use methods other than mode bits to determine executability.
-cat >conf$$.file <<_ASEOF
-#! /bin/sh
-exit 0
-_ASEOF
-chmod +x conf$$.file
-if test -x conf$$.file >/dev/null 2>&1; then
-  ac_executable_p="test -x"
-else
-  ac_executable_p="test -f"
-fi
-rm -f conf$$.file
-
-# Extract the first word of "$2", so it can be a program name with args.
-set dummy $2; ac_word=[$]2
-AC_MSG_CHECKING([for $ac_word])
-AC_CACHE_VAL(ac_cv_path_$1,
-[case "[$]$1" in
-  [[\\/]]* | ?:[[\\/]]*)
-    ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
-    ;;
-  *)
-    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
-    for ac_dir in ifelse([$5], , $PATH, [$5]); do
-      IFS="$ac_save_IFS"
-      test -z "$ac_dir" && ac_dir=.
-      for ac_exec_ext in '' $ac_executable_extensions; do
-        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
-          if [$3]; then
-            ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext"
-            break 2
-          fi
-        fi
-      done
-    done
-    IFS="$ac_save_IFS"
-dnl If no 4th arg is given, leave the cache variable unset,
-dnl so AC_PATH_PROGS will keep looking.
-ifelse([$4], , , [  test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
-])dnl
-    ;;
-esac])dnl
-$1="$ac_cv_path_$1"
-if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then
-  AC_MSG_RESULT([$]$1)
-else
-  AC_MSG_RESULT(no)
-fi
-AC_SUBST($1)dnl
-])
-
-# lib-prefix.m4 serial 2 (gettext-0.12)
-dnl Copyright (C) 2001-2003 Free Software Foundation, Inc.
+# lib-prefix.m4 serial 1 (gettext-0.11)
+dnl Copyright (C) 2001-2002 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
 dnl Public License, this file may be distributed as part of a program
@@ -1625,13 +1411,6 @@ dnl the same distribution terms as the rest of that program.
 
 dnl From Bruno Haible.
 
-dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and
-dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't
-dnl require excessive bracketing.
-ifdef([AC_HELP_STRING],
-[AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])],
-[AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])])
-
 dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed
 dnl to access previously installed libraries. The basic assumption is that
 dnl a user will want packages to use other packages he previously installed
@@ -1650,7 +1429,7 @@ AC_DEFUN([AC_LIB_PREFIX],
     eval additional_includedir=\"$includedir\"
     eval additional_libdir=\"$libdir\"
   ])
-  AC_LIB_ARG_WITH([lib-prefix],
+  AC_ARG_WITH([lib-prefix],
 [  --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
   --without-lib-prefix    don't search for libraries in includedir and libdir],
 [
@@ -1771,8 +1550,8 @@ AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX],
   prefix="$acl_save_prefix"
 ])
 
-# lib-link.m4 serial 4 (gettext-0.12)
-dnl Copyright (C) 2001-2003 Free Software Foundation, Inc.
+# lib-link.m4 serial 1 (gettext-0.11)
+dnl Copyright (C) 2001-2002 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
 dnl Public License, this file may be distributed as part of a program
@@ -1865,7 +1644,8 @@ AC_DEFUN([AC_LIB_HAVE_LINKFLAGS],
 
 dnl Determine the platform dependent parameters needed to use rpath:
 dnl libext, shlibext, hardcode_libdir_flag_spec, hardcode_libdir_separator,
-dnl hardcode_direct, hardcode_minus_L.
+dnl hardcode_direct, hardcode_minus_L,
+dnl sys_lib_search_path_spec, sys_lib_dlsearch_path_spec.
 AC_DEFUN([AC_LIB_RPATH],
 [
   AC_REQUIRE([AC_PROG_CC])                dnl we use $CC, $GCC, $LDFLAGS
@@ -1886,10 +1666,8 @@ AC_DEFUN([AC_LIB_RPATH],
   hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
   hardcode_direct="$acl_cv_hardcode_direct"
   hardcode_minus_L="$acl_cv_hardcode_minus_L"
-  dnl Determine whether the user wants rpath handling at all.
-  AC_ARG_ENABLE(rpath,
-    [  --disable-rpath         do not hardcode runtime library paths],
-    :, enable_rpath=yes)
+  sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
+  sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
 ])
 
 dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and
@@ -1905,7 +1683,7 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
     eval additional_includedir=\"$includedir\"
     eval additional_libdir=\"$libdir\"
   ])
-  AC_LIB_ARG_WITH([lib$1-prefix],
+  AC_ARG_WITH([lib$1-prefix],
 [  --with-lib$1-prefix[=DIR]  search for lib$1 in DIR/include and DIR/lib
   --without-lib$1-prefix     don't search for lib$1 in includedir and libdir],
 [
@@ -2019,7 +1797,7 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
               dnl Linking with a shared library. We attempt to hardcode its
               dnl directory into the executable's runpath, unless it's the
               dnl standard /usr/lib.
-              if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
+              if test "X$found_dir" = "X/usr/lib"; then
                 dnl No hardcoding is needed.
                 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
               else
@@ -2208,35 +1986,6 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
                       fi
                     fi
                     ;;
-                  -R*)
-                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
-                    if test "$enable_rpath" != no; then
-                      dnl Potentially add DIR to rpathdirs.
-                      dnl The rpathdirs will be appended to $LIBNAME at the end.
-                      haveit=
-                      for x in $rpathdirs; do
-                        if test "X$x" = "X$dir"; then
-                          haveit=yes
-                          break
-                        fi
-                      done
-                      if test -z "$haveit"; then
-                        rpathdirs="$rpathdirs $dir"
-                      fi
-                      dnl Potentially add DIR to ltrpathdirs.
-                      dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
-                      haveit=
-                      for x in $ltrpathdirs; do
-                        if test "X$x" = "X$dir"; then
-                          haveit=yes
-                          break
-                        fi
-                      done
-                      if test -z "$haveit"; then
-                        ltrpathdirs="$ltrpathdirs $dir"
-                      fi
-                    fi
-                    ;;
                   -l*)
                     dnl Handle this in the next round.
                     names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
@@ -2323,8 +2072,8 @@ AC_DEFUN([AC_LIB_APPENDTOVAR],
   done
 ])
 
-# lib-ld.m4 serial 2 (gettext-0.12)
-dnl Copyright (C) 1996-2003 Free Software Foundation, Inc.
+# lib-ld.m4 serial 1 (gettext-0.11)
+dnl Copyright (C) 1996-2002 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
 dnl Public License, this file may be distributed as part of a program
@@ -2354,19 +2103,6 @@ AC_DEFUN([AC_LIB_PROG_LD],
 test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no)
 AC_REQUIRE([AC_PROG_CC])dnl
 AC_REQUIRE([AC_CANONICAL_HOST])dnl
-# Prepare PATH_SEPARATOR.
-# The user is always right.
-if test "${PATH_SEPARATOR+set}" != set; then
-  echo "#! /bin/sh" >conf$$.sh
-  echo  "exit 0"   >>conf$$.sh
-  chmod +x conf$$.sh
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
-    PATH_SEPARATOR=';'
-  else
-    PATH_SEPARATOR=:
-  fi
-  rm -f conf$$.sh
-fi
 ac_prog=ld
 if test "$GCC" = yes; then
   # Check if gcc -print-prog-name=ld gives a path.
@@ -2434,7 +2170,7 @@ test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
 AC_LIB_PROG_LD_GNU
 ])
 
-# iconv.m4 serial AM4 (gettext-0.11.3)
+# iconv.m4 serial AM3 (gettext-0.11)
 dnl Copyright (C) 2000-2002 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
@@ -2444,8 +2180,11 @@ dnl the same distribution terms as the rest of that program.
 
 dnl From Bruno Haible.
 
-AC_DEFUN([AM_ICONV_LINKFLAGS_BODY],
+AC_DEFUN([AM_ICONV_LINK],
 [
+  dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and
+  dnl those with the standalone portable GNU libiconv installed).
+
   dnl Prerequisites of AC_LIB_LINKFLAGS_BODY.
   AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
   AC_REQUIRE([AC_LIB_RPATH])
@@ -2453,16 +2192,6 @@ AC_DEFUN([AM_ICONV_LINKFLAGS_BODY],
   dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV
   dnl accordingly.
   AC_LIB_LINKFLAGS_BODY([iconv])
-])
-
-AC_DEFUN([AM_ICONV_LINK],
-[
-  dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and
-  dnl those with the standalone portable GNU libiconv installed).
-
-  dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV
-  dnl accordingly.
-  AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY])
 
   dnl Add $INCICONV to CPPFLAGS before performing the following checks,
   dnl because if the user has installed libiconv and not disabled its use
@@ -2512,7 +2241,7 @@ AC_DEFUN([AM_ICONV_LINK],
 
 AC_DEFUN([AM_ICONV],
 [
-  AM_ICONV_LINK
+  AC_REQUIRE([AM_ICONV_LINK])
   if test "$am_cv_func_iconv" = yes; then
     AC_MSG_CHECKING([for iconv declaration])
     AC_CACHE_VAL(am_cv_proto_iconv, [
@@ -2538,15 +2267,73 @@ size_t iconv();
   fi
 ])
 
-# isc-posix.m4 serial 2 (gettext-0.11.2)
-dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
+# progtest.m4 serial 2 (gettext-0.10.40)
+dnl Copyright (C) 1996-2002 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
 dnl Public License, this file may be distributed as part of a program
 dnl that contains a configuration script generated by Autoconf, under
 dnl the same distribution terms as the rest of that program.
+dnl
+dnl This file can can be used in projects which are not available under
+dnl the GNU General Public License or the GNU Library General Public
+dnl License but which still want to provide support for the GNU gettext
+dnl functionality.
+dnl Please note that the actual code of the GNU gettext library is covered
+dnl by the GNU Library General Public License, and the rest of the GNU
+dnl gettext package package is covered by the GNU General Public License.
+dnl They are *not* in the public domain.
+
+dnl Authors:
+dnl   Ulrich Drepper <drepper@cygnus.com>, 1996.
+
+# Search path for a program which passes the given test.
+
+dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR,
+dnl   TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]])
+AC_DEFUN([AM_PATH_PROG_WITH_TEST],
+[# Extract the first word of "$2", so it can be a program name with args.
+set dummy $2; ac_word=[$]2
+AC_MSG_CHECKING([for $ac_word])
+AC_CACHE_VAL(ac_cv_path_$1,
+[case "[$]$1" in
+  /*)
+  ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
+  ;;
+  *)
+  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
+  for ac_dir in ifelse([$5], , $PATH, [$5]); do
+    test -z "$ac_dir" && ac_dir=.
+    if test -f $ac_dir/$ac_word; then
+      if [$3]; then
+       ac_cv_path_$1="$ac_dir/$ac_word"
+       break
+      fi
+    fi
+  done
+  IFS="$ac_save_ifs"
+dnl If no 4th arg is given, leave the cache variable unset,
+dnl so AC_PATH_PROGS will keep looking.
+ifelse([$4], , , [  test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
+])dnl
+  ;;
+esac])dnl
+$1="$ac_cv_path_$1"
+if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then
+  AC_MSG_RESULT([$]$1)
+else
+  AC_MSG_RESULT(no)
+fi
+AC_SUBST($1)dnl
+])
 
-# This file is not needed with autoconf-2.53 and newer.  Remove it in 2005.
+# isc-posix.m4 serial 1 (gettext-0.10.40)
+dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
+dnl This file is free software, distributed under the terms of the GNU
+dnl General Public License.  As a special exception to the GNU General
+dnl Public License, this file may be distributed as part of a program
+dnl that contains a configuration script generated by Autoconf, under
+dnl the same distribution terms as the rest of that program.
 
 # This test replaces the one in autoconf.
 # Currently this macro should have the same name as the autoconf macro
@@ -2598,255 +2385,6 @@ AC_DEFUN([jm_GLIBC21],
   ]
 )
 
-# intdiv0.m4 serial 1 (gettext-0.11.3)
-dnl Copyright (C) 2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
-
-dnl From Bruno Haible.
-
-AC_DEFUN([gt_INTDIV0],
-[
-  AC_REQUIRE([AC_PROG_CC])dnl
-  AC_REQUIRE([AC_CANONICAL_HOST])dnl
-
-  AC_CACHE_CHECK([whether integer division by zero raises SIGFPE],
-    gt_cv_int_divbyzero_sigfpe,
-    [
-      AC_TRY_RUN([
-#include <stdlib.h>
-#include <signal.h>
-
-static void
-#ifdef __cplusplus
-sigfpe_handler (int sig)
-#else
-sigfpe_handler (sig) int sig;
-#endif
-{
-  /* Exit with code 0 if SIGFPE, with code 1 if any other signal.  */
-  exit (sig != SIGFPE);
-}
-
-int x = 1;
-int y = 0;
-int z;
-int nan;
-
-int main ()
-{
-  signal (SIGFPE, sigfpe_handler);
-/* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP.  */
-#if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
-  signal (SIGTRAP, sigfpe_handler);
-#endif
-/* Linux/SPARC yields signal SIGILL.  */
-#if defined (__sparc__) && defined (__linux__)
-  signal (SIGILL, sigfpe_handler);
-#endif
-
-  z = x / y;
-  nan = y / y;
-  exit (1);
-}
-], gt_cv_int_divbyzero_sigfpe=yes, gt_cv_int_divbyzero_sigfpe=no,
-        [
-          # Guess based on the CPU.
-          case "$host_cpu" in
-            alpha* | i[34567]86 | m68k | s390*)
-              gt_cv_int_divbyzero_sigfpe="guessing yes";;
-            *)
-              gt_cv_int_divbyzero_sigfpe="guessing no";;
-          esac
-        ])
-    ])
-  case "$gt_cv_int_divbyzero_sigfpe" in
-    *yes) value=1;;
-    *) value=0;;
-  esac
-  AC_DEFINE_UNQUOTED(INTDIV0_RAISES_SIGFPE, $value,
-    [Define if integer division by zero raises signal SIGFPE.])
-])
-
-# uintmax_t.m4 serial 7 (gettext-0.12)
-dnl Copyright (C) 1997-2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
-
-dnl From Paul Eggert.
-
-AC_PREREQ(2.13)
-
-# Define uintmax_t to 'unsigned long' or 'unsigned long long'
-# if it is not already defined in <stdint.h> or <inttypes.h>.
-
-AC_DEFUN([jm_AC_TYPE_UINTMAX_T],
-[
-  AC_REQUIRE([jm_AC_HEADER_INTTYPES_H])
-  AC_REQUIRE([jm_AC_HEADER_STDINT_H])
-  if test $jm_ac_cv_header_inttypes_h = no && test $jm_ac_cv_header_stdint_h = no; then
-    AC_REQUIRE([jm_AC_TYPE_UNSIGNED_LONG_LONG])
-    test $ac_cv_type_unsigned_long_long = yes \
-      && ac_type='unsigned long long' \
-      || ac_type='unsigned long'
-    AC_DEFINE_UNQUOTED(uintmax_t, $ac_type,
-      [Define to unsigned long or unsigned long long
-       if <stdint.h> and <inttypes.h> don't define.])
-  else
-    AC_DEFINE(HAVE_UINTMAX_T, 1,
-      [Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>.])
-  fi
-])
-
-# inttypes_h.m4 serial 5 (gettext-0.12)
-dnl Copyright (C) 1997-2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
-
-dnl From Paul Eggert.
-
-# Define HAVE_INTTYPES_H_WITH_UINTMAX if <inttypes.h> exists,
-# doesn't clash with <sys/types.h>, and declares uintmax_t.
-
-AC_DEFUN([jm_AC_HEADER_INTTYPES_H],
-[
-  AC_CACHE_CHECK([for inttypes.h], jm_ac_cv_header_inttypes_h,
-  [AC_TRY_COMPILE(
-    [#include <sys/types.h>
-#include <inttypes.h>],
-    [uintmax_t i = (uintmax_t) -1;],
-    jm_ac_cv_header_inttypes_h=yes,
-    jm_ac_cv_header_inttypes_h=no)])
-  if test $jm_ac_cv_header_inttypes_h = yes; then
-    AC_DEFINE_UNQUOTED(HAVE_INTTYPES_H_WITH_UINTMAX, 1,
-      [Define if <inttypes.h> exists, doesn't clash with <sys/types.h>,
-       and declares uintmax_t. ])
-  fi
-])
-
-# stdint_h.m4 serial 3 (gettext-0.12)
-dnl Copyright (C) 1997-2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
-
-dnl From Paul Eggert.
-
-# Define HAVE_STDINT_H_WITH_UINTMAX if <stdint.h> exists,
-# doesn't clash with <sys/types.h>, and declares uintmax_t.
-
-AC_DEFUN([jm_AC_HEADER_STDINT_H],
-[
-  AC_CACHE_CHECK([for stdint.h], jm_ac_cv_header_stdint_h,
-  [AC_TRY_COMPILE(
-    [#include <sys/types.h>
-#include <stdint.h>],
-    [uintmax_t i = (uintmax_t) -1;],
-    jm_ac_cv_header_stdint_h=yes,
-    jm_ac_cv_header_stdint_h=no)])
-  if test $jm_ac_cv_header_stdint_h = yes; then
-    AC_DEFINE_UNQUOTED(HAVE_STDINT_H_WITH_UINTMAX, 1,
-      [Define if <stdint.h> exists, doesn't clash with <sys/types.h>,
-       and declares uintmax_t. ])
-  fi
-])
-
-# ulonglong.m4 serial 2 (fileutils-4.0.32, gettext-0.10.40)
-dnl Copyright (C) 1999-2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
-
-dnl From Paul Eggert.
-
-AC_DEFUN([jm_AC_TYPE_UNSIGNED_LONG_LONG],
-[
-  AC_CACHE_CHECK([for unsigned long long], ac_cv_type_unsigned_long_long,
-  [AC_TRY_LINK([unsigned long long ull = 1; int i = 63;],
-    [unsigned long long ullmax = (unsigned long long) -1;
-     return ull << i | ull >> i | ullmax / ull | ullmax % ull;],
-    ac_cv_type_unsigned_long_long=yes,
-    ac_cv_type_unsigned_long_long=no)])
-  if test $ac_cv_type_unsigned_long_long = yes; then
-    AC_DEFINE(HAVE_UNSIGNED_LONG_LONG, 1,
-      [Define if you have the unsigned long long type.])
-  fi
-])
-
-# inttypes.m4 serial 1 (gettext-0.11.4)
-dnl Copyright (C) 1997-2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
-
-dnl From Paul Eggert.
-
-# Define HAVE_INTTYPES_H if <inttypes.h> exists and doesn't clash with
-# <sys/types.h>.
-
-AC_DEFUN([gt_HEADER_INTTYPES_H],
-[
-  AC_CACHE_CHECK([for inttypes.h], gt_cv_header_inttypes_h,
-  [
-    AC_TRY_COMPILE(
-      [#include <sys/types.h>
-#include <inttypes.h>],
-      [], gt_cv_header_inttypes_h=yes, gt_cv_header_inttypes_h=no)
-  ])
-  if test $gt_cv_header_inttypes_h = yes; then
-    AC_DEFINE_UNQUOTED(HAVE_INTTYPES_H, 1,
-      [Define if <inttypes.h> exists and doesn't clash with <sys/types.h>.])
-  fi
-])
-
-# inttypes-pri.m4 serial 1 (gettext-0.11.4)
-dnl Copyright (C) 1997-2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
-
-dnl From Bruno Haible.
-
-# Define PRI_MACROS_BROKEN if <inttypes.h> exists and defines the PRI*
-# macros to non-string values.  This is the case on AIX 4.3.3.
-
-AC_DEFUN([gt_INTTYPES_PRI],
-[
-  AC_REQUIRE([gt_HEADER_INTTYPES_H])
-  if test $gt_cv_header_inttypes_h = yes; then
-    AC_CACHE_CHECK([whether the inttypes.h PRIxNN macros are broken],
-      gt_cv_inttypes_pri_broken,
-      [
-        AC_TRY_COMPILE([#include <inttypes.h>
-#ifdef PRId32
-char *p = PRId32;
-#endif
-], [], gt_cv_inttypes_pri_broken=no, gt_cv_inttypes_pri_broken=yes)
-      ])
-  fi
-  if test "$gt_cv_inttypes_pri_broken" = yes; then
-    AC_DEFINE_UNQUOTED(PRI_MACROS_BROKEN, 1,
-      [Define if <inttypes.h> exists and defines unusable PRI* macros.])
-  fi
-])
-
 # codeset.m4 serial AM1 (gettext-0.10.40)
 dnl Copyright (C) 2000-2002 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
@@ -2871,7 +2409,7 @@ AC_DEFUN([AM_LANGINFO_CODESET],
   fi
 ])
 
-# lcmessage.m4 serial 3 (gettext-0.11.3)
+# lcmessage.m4 serial 2 (gettext-0.10.40)
 dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
@@ -2894,13 +2432,13 @@ dnl   Ulrich Drepper <drepper@cygnus.com>, 1995.
 # Check whether LC_MESSAGES is available in <locale.h>.
 
 AC_DEFUN([AM_LC_MESSAGES],
-[
-  AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,
-    [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
+  [if test $ac_cv_header_locale_h = yes; then
+    AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,
+      [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
        am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)])
-  if test $am_cv_val_LC_MESSAGES = yes; then
-    AC_DEFINE(HAVE_LC_MESSAGES, 1,
-      [Define if your <locale.h> file defines LC_MESSAGES.])
-  fi
-])
+    if test $am_cv_val_LC_MESSAGES = yes; then
+      AC_DEFINE(HAVE_LC_MESSAGES, 1,
+        [Define if your <locale.h> file defines LC_MESSAGES.])
+    fi
+  fi])
 
index eb77b11958db351acdac3d34d498fdcab16b9fbb..bf7e4f09a3765846d8e9471bfce3ca47c0649e6a 100644 (file)
 /* Define to 1 if you have the `inet_ntoa' function. */
 #undef HAVE_INET_NTOA
 
-/* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
+/* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
-/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
-   declares uintmax_t. */
-#undef HAVE_INTTYPES_H_WITH_UINTMAX
-
 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
 #undef HAVE_LANGINFO_CODESET
 
 /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H
 
-/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
-   uintmax_t. */
-#undef HAVE_STDINT_H_WITH_UINTMAX
-
 /* Define to 1 if you have the <stdlib.h> header file. */
 #undef HAVE_STDLIB_H
 
 /* Define to 1 if you have the `tsearch' function. */
 #undef HAVE_TSEARCH
 
-/* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
-#undef HAVE_UINTMAX_T
-
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
-/* Define if you have the unsigned long long type. */
-#undef HAVE_UNSIGNED_LONG_LONG
-
 /* Define to 1 if you have the `__argz_count' function. */
 #undef HAVE___ARGZ_COUNT
 
 /* Define to 1 if you have the `__argz_stringify' function. */
 #undef HAVE___ARGZ_STRINGIFY
 
-/* Define to 1 if you have the `__fsetlocking' function. */
-#undef HAVE___FSETLOCKING
-
 /* Define as const if the declaration of iconv() needs const. */
 #undef ICONV_CONST
 
-/* Define if integer division by zero raises signal SIGFPE. */
-#undef INTDIV0_RAISES_SIGFPE
-
 /* Define for no regulation domain restrictions */
 #undef NO_REG_DOMAIN
 
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
-/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
-#undef PRI_MACROS_BROKEN
-
 /* Define as the return type of signal handlers (`int' or `void'). */
 #undef RETSIGTYPE
 
 
 /* Define to `unsigned' if <sys/types.h> does not define. */
 #undef size_t
-
-/* Define to unsigned long or unsigned long long if <stdint.h> and
-   <inttypes.h> don't define. */
-#undef uintmax_t
index d5ed8012548b060ddfaefdaa4d862f59ac1e6db0..a0de67b15e8d7078103370b58111d84d28c9f96e 100755 (executable)
--- a/configure
+++ b/configure
@@ -308,7 +308,7 @@ ac_includes_default="\
 # include <unistd.h>
 #endif"
 
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE RANLIB ac_ct_RANLIB CPP EGREP LIBOBJS MKINSTALLDIRS USE_NLS MSGFMT GMSGFMT XGETTEXT MSGMERGE build build_cpu build_vendor build_os host host_cpu host_vendor host_os ALLOCA GLIBC21 LIBICONV LTLIBICONV INTLBISON BUILD_INCLUDED_LIBINTL USE_INCLUDED_LIBINTL CATOBJEXT DATADIRNAME INSTOBJEXT GENCAT INTLOBJS INTL_LIBTOOL_SUFFIX_PREFIX INTLLIBS LIBINTL LTLIBINTL POSUB CURSESLIBS LTLIBOBJS'
+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE RANLIB ac_ct_RANLIB CPP EGREP LIBOBJS MKINSTALLDIRS MSGFMT GMSGFMT XGETTEXT MSGMERGE build build_cpu build_vendor build_os host host_cpu host_vendor host_os ALLOCA GLIBC21 LIBICONV LTLIBICONV INTLBISON USE_NLS BUILD_INCLUDED_LIBINTL USE_INCLUDED_LIBINTL CATOBJEXT INTLOBJS DATADIRNAME INSTOBJEXT GENCAT INTL_LIBTOOL_SUFFIX_PREFIX INTLLIBS LIBINTL LTLIBINTL POSUB CURSESLIBS LTLIBOBJS'
 ac_subst_files=''
 
 # Initialize some variables set by options.
@@ -851,17 +851,16 @@ Optional Features:
   --disable-dependency-tracking Speeds up one-time builds
   --enable-dependency-tracking  Do not reject slow dependency extractors
   --disable-nls           do not use Native Language Support
-  --disable-rpath         do not hardcode runtime library paths
  --disable-regdomain     disable regulation domain channel restrictions
 
 Optional Packages:
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
   --with-gnu-ld           assume the C compiler uses GNU ld default=no
-  --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
+  --with-libiconv-prefix=DIR  search for libiconv in DIR/include and DIR/lib
   --without-libiconv-prefix     don't search for libiconv in includedir and libdir
   --with-included-gettext use the GNU gettext library included here
-  --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib
+  --with-libintl-prefix=DIR  search for libintl in DIR/include and DIR/lib
   --without-libintl-prefix     don't search for libintl in includedir and libdir
 
 Some influential environment variables:
@@ -1552,7 +1551,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=ap-utils
- VERSION=1.5.1pre1
+ VERSION=1.5.1pre2a
 
 
 cat >>confdefs.h <<_ACEOF
@@ -4032,15 +4031,12 @@ fi
 done
 
 
-ALL_LINGUAS="uk fr pl ro nl tr rw vi"
+ALL_LINGUAS="uk fr pl ro nl tr rw vi ms fi"
 
 
         MKINSTALLDIRS=
   if test -n "$ac_aux_dir"; then
-    case "$ac_aux_dir" in
-      /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
-      *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
-    esac
+    MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
   fi
   if test -z "$MKINSTALLDIRS"; then
     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
@@ -4048,52 +4044,9 @@ ALL_LINGUAS="uk fr pl ro nl tr rw vi"
 
 
 
-  echo "$as_me:$LINENO: checking whether NLS is requested" >&5
-echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
-    # Check whether --enable-nls or --disable-nls was given.
-if test "${enable_nls+set}" = set; then
-  enableval="$enable_nls"
-  USE_NLS=$enableval
-else
-  USE_NLS=yes
-fi;
-  echo "$as_me:$LINENO: result: $USE_NLS" >&5
-echo "${ECHO_T}$USE_NLS" >&6
-
-
-
-
 
 
-# Prepare PATH_SEPARATOR.
-# The user is always right.
-if test "${PATH_SEPARATOR+set}" != set; then
-  echo "#! /bin/sh" >conf$$.sh
-  echo  "exit 0"   >>conf$$.sh
-  chmod +x conf$$.sh
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
-    PATH_SEPARATOR=';'
-  else
-    PATH_SEPARATOR=:
-  fi
-  rm -f conf$$.sh
-fi
-
-# Find out how to test for executable files. Don't use a zero-byte file,
-# as systems may use methods other than mode bits to determine executability.
-cat >conf$$.file <<_ASEOF
-#! /bin/sh
-exit 0
-_ASEOF
-chmod +x conf$$.file
-if test -x conf$$.file >/dev/null 2>&1; then
-  ac_executable_p="test -x"
-else
-  ac_executable_p="test -f"
-fi
-rm -f conf$$.file
-
-# Extract the first word of "msgfmt", so it can be a program name with args.
+        # Extract the first word of "msgfmt", so it can be a program name with args.
 set dummy msgfmt; ac_word=$2
 echo "$as_me:$LINENO: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
@@ -4101,27 +4054,24 @@ if test "${ac_cv_path_MSGFMT+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   case "$MSGFMT" in
-  [\\/]* | ?:[\\/]*)
-    ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
-    ;;
+  /*)
+  ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
+  ;;
   *)
-    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
-    for ac_dir in $PATH; do
-      IFS="$ac_save_IFS"
-      test -z "$ac_dir" && ac_dir=.
-      for ac_exec_ext in '' $ac_executable_extensions; do
-        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
-          if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
+  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 $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
      (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
-            ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
-            break 2
-          fi
-        fi
-      done
-    done
-    IFS="$ac_save_IFS"
+       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=":"
-    ;;
+  ;;
 esac
 fi
 MSGFMT="$ac_cv_path_MSGFMT"
@@ -4174,36 +4124,7 @@ echo "${ECHO_T}no" >&6
 fi
 
 
-
-# Prepare PATH_SEPARATOR.
-# The user is always right.
-if test "${PATH_SEPARATOR+set}" != set; then
-  echo "#! /bin/sh" >conf$$.sh
-  echo  "exit 0"   >>conf$$.sh
-  chmod +x conf$$.sh
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
-    PATH_SEPARATOR=';'
-  else
-    PATH_SEPARATOR=:
-  fi
-  rm -f conf$$.sh
-fi
-
-# Find out how to test for executable files. Don't use a zero-byte file,
-# as systems may use methods other than mode bits to determine executability.
-cat >conf$$.file <<_ASEOF
-#! /bin/sh
-exit 0
-_ASEOF
-chmod +x conf$$.file
-if test -x conf$$.file >/dev/null 2>&1; then
-  ac_executable_p="test -x"
-else
-  ac_executable_p="test -f"
-fi
-rm -f conf$$.file
-
-# 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 "$as_me:$LINENO: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
@@ -4211,27 +4132,24 @@ if test "${ac_cv_path_XGETTEXT+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   case "$XGETTEXT" in
-  [\\/]* | ?:[\\/]*)
-    ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
-    ;;
+  /*)
+  ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
+  ;;
   *)
-    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
-    for ac_dir in $PATH; do
-      IFS="$ac_save_IFS"
-      test -z "$ac_dir" && ac_dir=.
-      for ac_exec_ext in '' $ac_executable_extensions; do
-        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
-          if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
-     (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
-            ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
-            break 2
-          fi
-        fi
-      done
-    done
-    IFS="$ac_save_IFS"
+  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 $ac_dir/$ac_word --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
+     (if $ac_dir/$ac_word --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
+       ac_cv_path_XGETTEXT="$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"
@@ -4245,36 +4163,7 @@ fi
 
     rm -f messages.po
 
-
-# Prepare PATH_SEPARATOR.
-# The user is always right.
-if test "${PATH_SEPARATOR+set}" != set; then
-  echo "#! /bin/sh" >conf$$.sh
-  echo  "exit 0"   >>conf$$.sh
-  chmod +x conf$$.sh
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
-    PATH_SEPARATOR=';'
-  else
-    PATH_SEPARATOR=:
-  fi
-  rm -f conf$$.sh
-fi
-
-# Find out how to test for executable files. Don't use a zero-byte file,
-# as systems may use methods other than mode bits to determine executability.
-cat >conf$$.file <<_ASEOF
-#! /bin/sh
-exit 0
-_ASEOF
-chmod +x conf$$.file
-if test -x conf$$.file >/dev/null 2>&1; then
-  ac_executable_p="test -x"
-else
-  ac_executable_p="test -f"
-fi
-rm -f conf$$.file
-
-# Extract the first word of "msgmerge", so it can be a program name with args.
+    # Extract the first word of "msgmerge", so it can be a program name with args.
 set dummy msgmerge; ac_word=$2
 echo "$as_me:$LINENO: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
@@ -4282,26 +4171,23 @@ if test "${ac_cv_path_MSGMERGE+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   case "$MSGMERGE" in
-  [\\/]* | ?:[\\/]*)
-    ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
-    ;;
+  /*)
+  ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
+  ;;
   *)
-    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
-    for ac_dir in $PATH; do
-      IFS="$ac_save_IFS"
-      test -z "$ac_dir" && ac_dir=.
-      for ac_exec_ext in '' $ac_executable_extensions; do
-        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
-          if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
-            ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
-            break 2
-          fi
-        fi
-      done
-    done
-    IFS="$ac_save_IFS"
+  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 $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
+       ac_cv_path_MSGMERGE="$ac_dir/$ac_word"
+       break
+      fi
+    fi
+  done
+  IFS="$ac_save_ifs"
   test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
-    ;;
+  ;;
 esac
 fi
 MSGMERGE="$ac_cv_path_MSGMERGE"
@@ -4327,8 +4213,8 @@ echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
   fi
 
       if test "$XGETTEXT" != ":"; then
-            if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
-       (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
+            if $XGETTEXT --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
+       (if $XGETTEXT --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
       : ;
     else
       echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
@@ -5337,541 +5223,127 @@ echo "${ECHO_T}$ac_cv_gnu_library_2_1" >&6
 
 
 
+      if test "X$prefix" = "XNONE"; then
+    acl_final_prefix="$ac_default_prefix"
+  else
+    acl_final_prefix="$prefix"
+  fi
+  if test "X$exec_prefix" = "XNONE"; then
+    acl_final_exec_prefix='${prefix}'
+  else
+    acl_final_exec_prefix="$exec_prefix"
+  fi
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
+  prefix="$acl_save_prefix"
+
 
-  echo "$as_me:$LINENO: checking whether integer division by zero raises SIGFPE" >&5
-echo $ECHO_N "checking whether integer division by zero raises SIGFPE... $ECHO_C" >&6
-if test "${gt_cv_int_divbyzero_sigfpe+set}" = set; then
+# Check whether --with-gnu-ld or --without-gnu-ld was given.
+if test "${with_gnu_ld+set}" = set; then
+  withval="$with_gnu_ld"
+  test "$withval" = no || with_gnu_ld=yes
+else
+  with_gnu_ld=no
+fi;
+ac_prog=ld
+if test "$GCC" = yes; then
+  # Check if gcc -print-prog-name=ld gives a path.
+  echo "$as_me:$LINENO: checking for ld used by GCC" >&5
+echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
+  case $host in
+  *-*-mingw*)
+    # gcc leaves a trailing carriage return which upsets mingw
+    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
+  *)
+    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
+  esac
+  case $ac_prog in
+    # Accept absolute paths.
+    [\\/]* | [A-Za-z]:[\\/]*)
+      re_direlt='/[^/][^/]*/\.\./'
+      # Canonicalize the path of ld
+      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
+      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
+       ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
+      done
+      test -z "$LD" && LD="$ac_prog"
+      ;;
+  "")
+    # If it fails, then pretend we aren't using GCC.
+    ac_prog=ld
+    ;;
+  *)
+    # If it is relative, then search for the first ld in PATH.
+    with_gnu_ld=unknown
+    ;;
+  esac
+elif test "$with_gnu_ld" = yes; then
+  echo "$as_me:$LINENO: checking for GNU ld" >&5
+echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
+else
+  echo "$as_me:$LINENO: checking for non-GNU ld" >&5
+echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
+fi
+if test "${acl_cv_path_LD+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
-
-      if test "$cross_compiling" = yes; then
-
-          # Guess based on the CPU.
-          case "$host_cpu" in
-            alpha* | i3456786 | m68k | s390*)
-              gt_cv_int_divbyzero_sigfpe="guessing yes";;
-            *)
-              gt_cv_int_divbyzero_sigfpe="guessing no";;
-          esac
-
+  if test -z "$LD"; then
+  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
+  for ac_dir in $PATH; do
+    test -z "$ac_dir" && ac_dir=.
+    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
+      acl_cv_path_LD="$ac_dir/$ac_prog"
+      # Check to see if the program is GNU ld.  I'd rather use --version,
+      # but apparently some GNU ld's only accept -v.
+      # Break only if it was the GNU/non-GNU ld that we prefer.
+      if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
+       test "$with_gnu_ld" != no && break
+      else
+       test "$with_gnu_ld" != yes && break
+      fi
+    fi
+  done
+  IFS="$ac_save_ifs"
 else
-  cat >conftest.$ac_ext <<_ACEOF
-#line $LINENO "configure"
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-#include <stdlib.h>
-#include <signal.h>
+  acl_cv_path_LD="$LD" # Let the user override the test with a path.
+fi
+fi
 
-static void
-#ifdef __cplusplus
-sigfpe_handler (int sig)
-#else
-sigfpe_handler (sig) int sig;
-#endif
-{
-  /* Exit with code 0 if SIGFPE, with code 1 if any other signal.  */
-  exit (sig != SIGFPE);
-}
+LD="$acl_cv_path_LD"
+if test -n "$LD"; then
+  echo "$as_me:$LINENO: result: $LD" >&5
+echo "${ECHO_T}$LD" >&6
+else
+  echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
+test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
+echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
+   { (exit 1); exit 1; }; }
+echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
+echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
+if test "${acl_cv_prog_gnu_ld+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
+if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
+  acl_cv_prog_gnu_ld=yes
+else
+  acl_cv_prog_gnu_ld=no
+fi
+fi
+echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
+echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6
+with_gnu_ld=$acl_cv_prog_gnu_ld
 
-int x = 1;
-int y = 0;
-int z;
-int nan;
 
-int main ()
-{
-  signal (SIGFPE, sigfpe_handler);
-/* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP.  */
-#if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
-  signal (SIGTRAP, sigfpe_handler);
-#endif
-/* Linux/SPARC yields signal SIGILL.  */
-#if defined (__sparc__) && defined (__linux__)
-  signal (SIGILL, sigfpe_handler);
-#endif
 
-  z = x / y;
-  nan = y / y;
-  exit (1);
-}
-
-_ACEOF
-rm -f conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gt_cv_int_divbyzero_sigfpe=yes
-else
-  echo "$as_me: program exited with status $ac_status" >&5
-echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-gt_cv_int_divbyzero_sigfpe=no
-fi
-rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-
-fi
-echo "$as_me:$LINENO: result: $gt_cv_int_divbyzero_sigfpe" >&5
-echo "${ECHO_T}$gt_cv_int_divbyzero_sigfpe" >&6
-  case "$gt_cv_int_divbyzero_sigfpe" in
-    *yes) value=1;;
-    *) value=0;;
-  esac
-
-cat >>confdefs.h <<_ACEOF
-#define INTDIV0_RAISES_SIGFPE $value
-_ACEOF
-
-
-
-  echo "$as_me:$LINENO: checking for inttypes.h" >&5
-echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6
-if test "${jm_ac_cv_header_inttypes_h+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-#line $LINENO "configure"
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-#include <inttypes.h>
-int
-main ()
-{
-uintmax_t i = (uintmax_t) -1;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-         { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  jm_ac_cv_header_inttypes_h=yes
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-jm_ac_cv_header_inttypes_h=no
-fi
-rm -f conftest.$ac_objext conftest.$ac_ext
-fi
-echo "$as_me:$LINENO: result: $jm_ac_cv_header_inttypes_h" >&5
-echo "${ECHO_T}$jm_ac_cv_header_inttypes_h" >&6
-  if test $jm_ac_cv_header_inttypes_h = yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_INTTYPES_H_WITH_UINTMAX 1
-_ACEOF
-
-  fi
-
-
-  echo "$as_me:$LINENO: checking for stdint.h" >&5
-echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6
-if test "${jm_ac_cv_header_stdint_h+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-#line $LINENO "configure"
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-#include <stdint.h>
-int
-main ()
-{
-uintmax_t i = (uintmax_t) -1;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-         { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  jm_ac_cv_header_stdint_h=yes
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-jm_ac_cv_header_stdint_h=no
-fi
-rm -f conftest.$ac_objext conftest.$ac_ext
-fi
-echo "$as_me:$LINENO: result: $jm_ac_cv_header_stdint_h" >&5
-echo "${ECHO_T}$jm_ac_cv_header_stdint_h" >&6
-  if test $jm_ac_cv_header_stdint_h = yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_STDINT_H_WITH_UINTMAX 1
-_ACEOF
-
-  fi
-
-
-  echo "$as_me:$LINENO: checking for unsigned long long" >&5
-echo $ECHO_N "checking for unsigned long long... $ECHO_C" >&6
-if test "${ac_cv_type_unsigned_long_long+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-#line $LINENO "configure"
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-unsigned long long ull = 1; int i = 63;
-int
-main ()
-{
-unsigned long long ullmax = (unsigned long long) -1;
-     return ull << i | ull >> i | ullmax / ull | ullmax % ull;
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-         { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_type_unsigned_long_long=yes
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-ac_cv_type_unsigned_long_long=no
-fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
-fi
-echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long_long" >&5
-echo "${ECHO_T}$ac_cv_type_unsigned_long_long" >&6
-  if test $ac_cv_type_unsigned_long_long = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_UNSIGNED_LONG_LONG 1
-_ACEOF
-
-  fi
-
-
-
-
-  if test $jm_ac_cv_header_inttypes_h = no && test $jm_ac_cv_header_stdint_h = no; then
-
-    test $ac_cv_type_unsigned_long_long = yes \
-      && ac_type='unsigned long long' \
-      || ac_type='unsigned long'
-
-cat >>confdefs.h <<_ACEOF
-#define uintmax_t $ac_type
-_ACEOF
-
-  else
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_UINTMAX_T 1
-_ACEOF
-
-  fi
-
-
-  echo "$as_me:$LINENO: checking for inttypes.h" >&5
-echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6
-if test "${gt_cv_header_inttypes_h+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-
-    cat >conftest.$ac_ext <<_ACEOF
-#line $LINENO "configure"
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <sys/types.h>
-#include <inttypes.h>
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-         { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gt_cv_header_inttypes_h=yes
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-gt_cv_header_inttypes_h=no
-fi
-rm -f conftest.$ac_objext conftest.$ac_ext
-
-fi
-echo "$as_me:$LINENO: result: $gt_cv_header_inttypes_h" >&5
-echo "${ECHO_T}$gt_cv_header_inttypes_h" >&6
-  if test $gt_cv_header_inttypes_h = yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_INTTYPES_H 1
-_ACEOF
-
-  fi
-
-
-
-  if test $gt_cv_header_inttypes_h = yes; then
-    echo "$as_me:$LINENO: checking whether the inttypes.h PRIxNN macros are broken" >&5
-echo $ECHO_N "checking whether the inttypes.h PRIxNN macros are broken... $ECHO_C" >&6
-if test "${gt_cv_inttypes_pri_broken+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-
-        cat >conftest.$ac_ext <<_ACEOF
-#line $LINENO "configure"
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <inttypes.h>
-#ifdef PRId32
-char *p = PRId32;
-#endif
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-         { ac_try='test -s conftest.$ac_objext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  gt_cv_inttypes_pri_broken=no
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-gt_cv_inttypes_pri_broken=yes
-fi
-rm -f conftest.$ac_objext conftest.$ac_ext
-
-fi
-echo "$as_me:$LINENO: result: $gt_cv_inttypes_pri_broken" >&5
-echo "${ECHO_T}$gt_cv_inttypes_pri_broken" >&6
-  fi
-  if test "$gt_cv_inttypes_pri_broken" = yes; then
-
-cat >>confdefs.h <<_ACEOF
-#define PRI_MACROS_BROKEN 1
-_ACEOF
-
-  fi
-
-
-      if test "X$prefix" = "XNONE"; then
-    acl_final_prefix="$ac_default_prefix"
-  else
-    acl_final_prefix="$prefix"
-  fi
-  if test "X$exec_prefix" = "XNONE"; then
-    acl_final_exec_prefix='${prefix}'
-  else
-    acl_final_exec_prefix="$exec_prefix"
-  fi
-  acl_save_prefix="$prefix"
-  prefix="$acl_final_prefix"
-  eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
-  prefix="$acl_save_prefix"
-
-
-# Check whether --with-gnu-ld or --without-gnu-ld was given.
-if test "${with_gnu_ld+set}" = set; then
-  withval="$with_gnu_ld"
-  test "$withval" = no || with_gnu_ld=yes
-else
-  with_gnu_ld=no
-fi;
-# Prepare PATH_SEPARATOR.
-# The user is always right.
-if test "${PATH_SEPARATOR+set}" != set; then
-  echo "#! /bin/sh" >conf$$.sh
-  echo  "exit 0"   >>conf$$.sh
-  chmod +x conf$$.sh
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
-    PATH_SEPARATOR=';'
-  else
-    PATH_SEPARATOR=:
-  fi
-  rm -f conf$$.sh
-fi
-ac_prog=ld
-if test "$GCC" = yes; then
-  # Check if gcc -print-prog-name=ld gives a path.
-  echo "$as_me:$LINENO: checking for ld used by GCC" >&5
-echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
-  case $host in
-  *-*-mingw*)
-    # gcc leaves a trailing carriage return which upsets mingw
-    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
-  *)
-    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
-  esac
-  case $ac_prog in
-    # Accept absolute paths.
-    [\\/]* | [A-Za-z]:[\\/]*)
-      re_direlt='/[^/][^/]*/\.\./'
-      # Canonicalize the path of ld
-      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
-       ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
-      done
-      test -z "$LD" && LD="$ac_prog"
-      ;;
-  "")
-    # If it fails, then pretend we aren't using GCC.
-    ac_prog=ld
-    ;;
-  *)
-    # If it is relative, then search for the first ld in PATH.
-    with_gnu_ld=unknown
-    ;;
-  esac
-elif test "$with_gnu_ld" = yes; then
-  echo "$as_me:$LINENO: checking for GNU ld" >&5
-echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
-else
-  echo "$as_me:$LINENO: checking for non-GNU ld" >&5
-echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
-fi
-if test "${acl_cv_path_LD+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  if test -z "$LD"; then
-  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
-  for ac_dir in $PATH; do
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
-      acl_cv_path_LD="$ac_dir/$ac_prog"
-      # Check to see if the program is GNU ld.  I'd rather use --version,
-      # but apparently some GNU ld's only accept -v.
-      # Break only if it was the GNU/non-GNU ld that we prefer.
-      if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
-       test "$with_gnu_ld" != no && break
-      else
-       test "$with_gnu_ld" != yes && break
-      fi
-    fi
-  done
-  IFS="$ac_save_ifs"
-else
-  acl_cv_path_LD="$LD" # Let the user override the test with a path.
-fi
-fi
-
-LD="$acl_cv_path_LD"
-if test -n "$LD"; then
-  echo "$as_me:$LINENO: result: $LD" >&5
-echo "${ECHO_T}$LD" >&6
-else
-  echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
-fi
-test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
-echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
-   { (exit 1); exit 1; }; }
-echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
-echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
-if test "${acl_cv_prog_gnu_ld+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
-if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
-  acl_cv_prog_gnu_ld=yes
-else
-  acl_cv_prog_gnu_ld=no
-fi
-fi
-echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
-echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6
-with_gnu_ld=$acl_cv_prog_gnu_ld
-
-
-
-                                                echo "$as_me:$LINENO: checking for shared library run path origin" >&5
-echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6
-if test "${acl_cv_rpath+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
+                                                echo "$as_me:$LINENO: checking for shared library run path origin" >&5
+echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6
+if test "${acl_cv_rpath+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
 
     CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
     ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
@@ -5889,13 +5361,9 @@ echo "${ECHO_T}$acl_cv_rpath" >&6
   hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
   hardcode_direct="$acl_cv_hardcode_direct"
   hardcode_minus_L="$acl_cv_hardcode_minus_L"
-    # Check whether --enable-rpath or --disable-rpath was given.
-if test "${enable_rpath+set}" = set; then
-  enableval="$enable_rpath"
-  :
-else
-  enable_rpath=yes
-fi;
+  sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
+  sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
+
 
 
 
@@ -6036,7 +5504,7 @@ fi;
           if test "X$found_dir" != "X"; then
                         LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
             if test "X$found_so" != "X"; then
-                                                        if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
+                                                        if test "X$found_dir" = "X/usr/lib"; then
                                 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
               else
                                                                                 haveit=
@@ -6206,31 +5674,6 @@ fi;
                       fi
                     fi
                     ;;
-                  -R*)
-                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
-                    if test "$enable_rpath" != no; then
-                                                                  haveit=
-                      for x in $rpathdirs; do
-                        if test "X$x" = "X$dir"; then
-                          haveit=yes
-                          break
-                        fi
-                      done
-                      if test -z "$haveit"; then
-                        rpathdirs="$rpathdirs $dir"
-                      fi
-                                                                  haveit=
-                      for x in $ltrpathdirs; do
-                        if test "X$x" = "X$dir"; then
-                          haveit=yes
-                          break
-                        fi
-                      done
-                      if test -z "$haveit"; then
-                        ltrpathdirs="$ltrpathdirs $dir"
-                      fi
-                    fi
-                    ;;
                   -l*)
                                         names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
                     ;;
@@ -6273,10 +5716,148 @@ fi;
       done
     fi
   fi
-  if test "X$ltrpathdirs" != "X"; then
-            for found_dir in $ltrpathdirs; do
-      LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
-    done
+  if test "X$ltrpathdirs" != "X"; then
+            for found_dir in $ltrpathdirs; do
+      LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
+    done
+  fi
+
+
+          am_save_CPPFLAGS="$CPPFLAGS"
+
+  for element in $INCICONV; do
+    haveit=
+    for x in $CPPFLAGS; do
+
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+      if test "X$x" = "X$element"; then
+        haveit=yes
+        break
+      fi
+    done
+    if test -z "$haveit"; then
+      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
+    fi
+  done
+
+
+  echo "$as_me:$LINENO: checking for iconv" >&5
+echo $ECHO_N "checking for iconv... $ECHO_C" >&6
+if test "${am_cv_func_iconv+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+
+    am_cv_func_iconv="no, consider installing GNU libiconv"
+    am_cv_lib_iconv=no
+    cat >conftest.$ac_ext <<_ACEOF
+#line $LINENO "configure"
+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
+#include <stdlib.h>
+#include <iconv.h>
+int
+main ()
+{
+iconv_t cd = iconv_open("","");
+       iconv(cd,NULL,NULL,NULL,NULL);
+       iconv_close(cd);
+  ;
+  return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+  (eval $ac_link) 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); } &&
+         { ac_try='test -s conftest$ac_exeext'
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+  (eval $ac_try) 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); }; }; then
+  am_cv_func_iconv=yes
+else
+  echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+fi
+rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+    if test "$am_cv_func_iconv" != yes; then
+      am_save_LIBS="$LIBS"
+      LIBS="$LIBS $LIBICONV"
+      cat >conftest.$ac_ext <<_ACEOF
+#line $LINENO "configure"
+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
+#include <stdlib.h>
+#include <iconv.h>
+int
+main ()
+{
+iconv_t cd = iconv_open("","");
+         iconv(cd,NULL,NULL,NULL,NULL);
+         iconv_close(cd);
+  ;
+  return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+  (eval $ac_link) 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); } &&
+         { ac_try='test -s conftest$ac_exeext'
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+  (eval $ac_try) 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); }; }; then
+  am_cv_lib_iconv=yes
+        am_cv_func_iconv=yes
+else
+  echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+fi
+rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+      LIBS="$am_save_LIBS"
+    fi
+
+fi
+echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
+echo "${ECHO_T}$am_cv_func_iconv" >&6
+  if test "$am_cv_func_iconv" = yes; then
+
+cat >>confdefs.h <<\_ACEOF
+#define HAVE_ICONV 1
+_ACEOF
+
+  fi
+  if test "$am_cv_lib_iconv" = yes; then
+    echo "$as_me:$LINENO: checking how to link with libiconv" >&5
+echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6
+    echo "$as_me:$LINENO: result: $LIBICONV" >&5
+echo "${ECHO_T}$LIBICONV" >&6
+  else
+            CPPFLAGS="$am_save_CPPFLAGS"
+    LIBICONV=
+    LTLIBICONV=
   fi
 
 
@@ -6292,6 +5873,7 @@ fi;
 
 
 
+
 for ac_header in argz.h limits.h locale.h nl_types.h malloc.h stddef.h \
 stdlib.h string.h unistd.h sys/param.h
 do
@@ -6453,13 +6035,11 @@ done
 
 
 
-
 
 
 for ac_func in feof_unlocked fgets_unlocked getc_unlocked getcwd getegid \
 geteuid getgid getuid mempcpy munmap putenv setenv setlocale stpcpy \
-strcasecmp strdup strtoul tsearch __argz_count __argz_stringify __argz_next \
-__fsetlocking
+strcasecmp strdup strtoul tsearch __argz_count __argz_stringify __argz_next
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -6545,148 +6125,6 @@ done
 
 
 
-
-
-
-          am_save_CPPFLAGS="$CPPFLAGS"
-
-  for element in $INCICONV; do
-    haveit=
-    for x in $CPPFLAGS; do
-
-  acl_save_prefix="$prefix"
-  prefix="$acl_final_prefix"
-  acl_save_exec_prefix="$exec_prefix"
-  exec_prefix="$acl_final_exec_prefix"
-  eval x=\"$x\"
-  exec_prefix="$acl_save_exec_prefix"
-  prefix="$acl_save_prefix"
-
-      if test "X$x" = "X$element"; then
-        haveit=yes
-        break
-      fi
-    done
-    if test -z "$haveit"; then
-      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
-    fi
-  done
-
-
-  echo "$as_me:$LINENO: checking for iconv" >&5
-echo $ECHO_N "checking for iconv... $ECHO_C" >&6
-if test "${am_cv_func_iconv+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-
-    am_cv_func_iconv="no, consider installing GNU libiconv"
-    am_cv_lib_iconv=no
-    cat >conftest.$ac_ext <<_ACEOF
-#line $LINENO "configure"
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdlib.h>
-#include <iconv.h>
-int
-main ()
-{
-iconv_t cd = iconv_open("","");
-       iconv(cd,NULL,NULL,NULL,NULL);
-       iconv_close(cd);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-         { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  am_cv_func_iconv=yes
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
-    if test "$am_cv_func_iconv" != yes; then
-      am_save_LIBS="$LIBS"
-      LIBS="$LIBS $LIBICONV"
-      cat >conftest.$ac_ext <<_ACEOF
-#line $LINENO "configure"
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#include <stdlib.h>
-#include <iconv.h>
-int
-main ()
-{
-iconv_t cd = iconv_open("","");
-         iconv(cd,NULL,NULL,NULL,NULL);
-         iconv_close(cd);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-         { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  am_cv_lib_iconv=yes
-        am_cv_func_iconv=yes
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
-      LIBS="$am_save_LIBS"
-    fi
-
-fi
-echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
-echo "${ECHO_T}$am_cv_func_iconv" >&6
-  if test "$am_cv_func_iconv" = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_ICONV 1
-_ACEOF
-
-  fi
-  if test "$am_cv_lib_iconv" = yes; then
-    echo "$as_me:$LINENO: checking how to link with libiconv" >&5
-echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6
-    echo "$as_me:$LINENO: result: $LIBICONV" >&5
-echo "${ECHO_T}$LIBICONV" >&6
-  else
-            CPPFLAGS="$am_save_CPPFLAGS"
-    LIBICONV=
-    LTLIBICONV=
-  fi
-
-
-
   if test "$am_cv_func_iconv" = yes; then
     echo "$as_me:$LINENO: checking for iconv declaration" >&5
 echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6
@@ -6812,8 +6250,7 @@ _ACEOF
   fi
 
   if test $ac_cv_header_locale_h = yes; then
-
-  echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
+    echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
 echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6
 if test "${am_cv_val_LC_MESSAGES+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6857,14 +6294,13 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 fi
 echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
 echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6
-  if test $am_cv_val_LC_MESSAGES = yes; then
+    if test $am_cv_val_LC_MESSAGES = yes; then
 
 cat >>confdefs.h <<\_ACEOF
 #define HAVE_LC_MESSAGES 1
 _ACEOF
 
-  fi
-
+    fi
   fi
 
                       for ac_prog in bison
@@ -6938,9 +6374,6 @@ echo "${ECHO_T}$ac_prog_version" >&6
 
 
 
-
-
-
   echo "$as_me:$LINENO: checking whether NLS is requested" >&5
 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
     # Check whether --enable-nls or --disable-nls was given.
@@ -6955,7 +6388,6 @@ echo "${ECHO_T}$USE_NLS" >&6
 
 
 
-
     BUILD_INCLUDED_LIBINTL=no
     USE_INCLUDED_LIBINTL=no
 
@@ -7172,7 +6604,7 @@ fi;
           if test "X$found_dir" != "X"; then
                         LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
             if test "X$found_so" != "X"; then
-                                                        if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
+                                                        if test "X$found_dir" = "X/usr/lib"; then
                                 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
               else
                                                                                 haveit=
@@ -7342,31 +6774,6 @@ fi;
                       fi
                     fi
                     ;;
-                  -R*)
-                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
-                    if test "$enable_rpath" != no; then
-                                                                  haveit=
-                      for x in $rpathdirs; do
-                        if test "X$x" = "X$dir"; then
-                          haveit=yes
-                          break
-                        fi
-                      done
-                      if test -z "$haveit"; then
-                        rpathdirs="$rpathdirs $dir"
-                      fi
-                                                                  haveit=
-                      for x in $ltrpathdirs; do
-                        if test "X$x" = "X$dir"; then
-                          haveit=yes
-                          break
-                        fi
-                      done
-                      if test -z "$haveit"; then
-                        ltrpathdirs="$ltrpathdirs $dir"
-                      fi
-                    fi
-                    ;;
                   -l*)
                                         names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
                     ;;
@@ -7433,6 +6840,7 @@ cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 #include <libintl.h>
 extern int _nl_msg_cat_cntr;
+extern int *_nl_domain_bindings;
 extern
 #ifdef __cplusplus
 "C"
@@ -7442,7 +6850,7 @@ int
 main ()
 {
 bindtextdomain ("", "");
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
+return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)
   ;
   return 0;
 }
@@ -7478,6 +6886,7 @@ cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 #include <libintl.h>
 extern int _nl_msg_cat_cntr;
+extern int *_nl_domain_bindings;
 extern
 #ifdef __cplusplus
 "C"
@@ -7487,7 +6896,7 @@ int
 main ()
 {
 bindtextdomain ("", "");
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
+return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)
   ;
   return 0;
 }
@@ -7524,8 +6933,7 @@ echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6
 
                                         if test "$gt_cv_func_gnugettext1_libc" = "yes" \
            || { test "$gt_cv_func_gnugettext1_libintl" = "yes" \
-                && test "$PACKAGE" != gettext-runtime \
-                && test "$PACKAGE" != gettext-tools; }; then
+                && test "$PACKAGE" != gettext; }; then
           gt_use_preinstalled_gnugettext=yes
         else
                     LIBINTL=
@@ -7540,7 +6948,8 @@ echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6
       fi
 
       if test "$nls_cv_use_gnu_gettext" = "yes"; then
-                BUILD_INCLUDED_LIBINTL=yes
+                INTLOBJS="\$(GETTOBJS)"
+        BUILD_INCLUDED_LIBINTL=yes
         USE_INCLUDED_LIBINTL=yes
         LIBINTL="\${top_builddir}/intl/libintl.a $LIBICONV"
         LTLIBINTL="\${top_builddir}/intl/libintl.a $LTLIBICONV"
@@ -7565,26 +6974,6 @@ _ACEOF
     fi
   fi
 
-  echo "$as_me:$LINENO: checking whether to use NLS" >&5
-echo $ECHO_N "checking whether to use NLS... $ECHO_C" >&6
-  echo "$as_me:$LINENO: result: $USE_NLS" >&5
-echo "${ECHO_T}$USE_NLS" >&6
-  if test "$USE_NLS" = "yes"; then
-    echo "$as_me:$LINENO: checking where the gettext function comes from" >&5
-echo $ECHO_N "checking where the gettext function comes from... $ECHO_C" >&6
-    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
-      if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then
-        gt_source="external libintl"
-      else
-        gt_source="libc"
-      fi
-    else
-      gt_source="included intl directory"
-    fi
-    echo "$as_me:$LINENO: result: $gt_source" >&5
-echo "${ECHO_T}$gt_source" >&6
-  fi
-
   if test "$USE_NLS" = "yes"; then
 
     if test "$gt_use_preinstalled_gnugettext" = "yes"; then
@@ -7634,7 +7023,7 @@ _ACEOF
   fi
 
 
-            if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then
+            if test "$PACKAGE" = gettext; then
       BUILD_INCLUDED_LIBINTL=yes
     fi
 
@@ -7642,6 +7031,7 @@ _ACEOF
 
 
 
+
         nls_cv_header_intl=
     nls_cv_header_libgt=
 
@@ -7654,11 +7044,6 @@ _ACEOF
         GENCAT=gencat
 
 
-        if test "$USE_INCLUDED_LIBINTL" = yes; then
-      INTLOBJS="\$(GETTOBJS)"
-    fi
-
-
         INTL_LIBTOOL_SUFFIX_PREFIX=
 
 
@@ -8611,10 +7996,10 @@ cat >>$CONFIG_STATUS <<_ACEOF
 #
 
 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
-# Capture the value of obsolete ALL_LINGUAS because we need it to compute
+# Capture the value of obsolete $ALL_LINGUAS because we need it to compute
     # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
     # from automake.
-    eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
+    eval 'ALL_LINGUAS''="$ALL_LINGUAS"'
     # Capture the value of LINGUAS because we need it to compute CATALOGS.
     LINGUAS="${LINGUAS-%UNSET%}"
 
@@ -8764,7 +8149,6 @@ s,@CPP@,$CPP,;t t
 s,@EGREP@,$EGREP,;t t
 s,@LIBOBJS@,$LIBOBJS,;t t
 s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
-s,@USE_NLS@,$USE_NLS,;t t
 s,@MSGFMT@,$MSGFMT,;t t
 s,@GMSGFMT@,$GMSGFMT,;t t
 s,@XGETTEXT@,$XGETTEXT,;t t
@@ -8782,13 +8166,14 @@ s,@GLIBC21@,$GLIBC21,;t t
 s,@LIBICONV@,$LIBICONV,;t t
 s,@LTLIBICONV@,$LTLIBICONV,;t t
 s,@INTLBISON@,$INTLBISON,;t t
+s,@USE_NLS@,$USE_NLS,;t t
 s,@BUILD_INCLUDED_LIBINTL@,$BUILD_INCLUDED_LIBINTL,;t t
 s,@USE_INCLUDED_LIBINTL@,$USE_INCLUDED_LIBINTL,;t t
 s,@CATOBJEXT@,$CATOBJEXT,;t t
+s,@INTLOBJS@,$INTLOBJS,;t t
 s,@DATADIRNAME@,$DATADIRNAME,;t t
 s,@INSTOBJEXT@,$INSTOBJEXT,;t t
 s,@GENCAT@,$GENCAT,;t t
-s,@INTLOBJS@,$INTLOBJS,;t t
 s,@INTL_LIBTOOL_SUFFIX_PREFIX@,$INTL_LIBTOOL_SUFFIX_PREFIX,;t t
 s,@INTLLIBS@,$INTLLIBS,;t t
 s,@LIBINTL@,$LIBINTL,;t t
@@ -9416,22 +8801,17 @@ done
           rm -f "$ac_dir/POTFILES"
           test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
           cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[  ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
-          POMAKEFILEDEPS="POTFILES.in"
           # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
           # on $ac_dir but don't depend on user-specified configuration
           # parameters.
           if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
             # The LINGUAS file contains the set of available languages.
-            if test -n "$OBSOLETE_ALL_LINGUAS"; then
+            if test -n "$ALL_LINGUAS"; then
               test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
             fi
             ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
             # Hide the ALL_LINGUAS assigment from automake.
             eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
-            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
-          else
-            # The set of available languages was given in configure.in.
-            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
           fi
           case "$ac_given_srcdir" in
             .) srcdirpre= ;;
@@ -9480,7 +8860,7 @@ done
             done
           fi
           test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
-          sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
+          sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
           for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
             if test -f "$f"; then
               case "$f" in
index 551861ed8baf85e29f479ae364aa643ec681603e..5fdc4acb38ed2f9b2bb3ee72d3fd810c9e0e7991 100644 (file)
@@ -18,7 +18,7 @@
 #
 AC_INIT([lib/snmp.c])
 AC_CONFIG_AUX_DIR(config)
-AM_INIT_AUTOMAKE(ap-utils, 1.5.1pre1)
+AM_INIT_AUTOMAKE(ap-utils, 1.5.1pre2a)
 AM_CONFIG_HEADER(config.h)
 
 ac_aux_dir=config
@@ -51,7 +51,7 @@ AC_FUNC_MEMCMP
 AC_TYPE_SIGNAL
 AC_CHECK_FUNCS([alarm inet_ntoa socket strtol sysinfo fork malloc free])
 
-ALL_LINGUAS="uk fr pl ro nl tr rw vi"
+ALL_LINGUAS="uk fr pl ro nl tr rw vi ms fi"
 
 AM_GNU_GETTEXT
 
index 698fe173332f5655d0b108d049c13bd9a16624d6..45215eae50177d01df36c722fd95d8a16cfa6155 100644 (file)
@@ -7,8 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-05-22 20:46+0300\n"
+"POT-Creation-Date: 2005-07-05 23:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/po/fi.po b/po/fi.po
new file mode 100644 (file)
index 0000000..7c14072
--- /dev/null
+++ b/po/fi.po
@@ -0,0 +1,2455 @@
+# translation of ap-utils-1.5pre1.po to Finnish
+# translation of ap-utils-1.5pre1.fi.po to suomi
+# Copyright  2005 Free Software Foundation, Inc.
+# This file is distributed under the same license as the ap-utils package.
+# Jorma Karvonen <karvjorm@users.sourceforge.net>, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: ap-utils 1.5pre1\n"
+"POT-Creation-Date: 2005-07-05 23:47+0300\n"
+"PO-Revision-Date: 2005-06-27 19:16+0300\n"
+"Last-Translator: Jorma Karvonen <karvjorm@users.sourceforge.net>\n"
+"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.10\n"
+
+#: lib/aps.c:30
+msgid "Known Access Points"
+msgstr "Tunnetut liityntäpisteet"
+
+#  Together with next msgid
+#: lib/aps.c:130
+msgid "Your Access Point is not in \"AP client\" mode => getting"
+msgstr "Liityntäpisteesi ei ole \"liityntäpisteasiakas\"-tilassa => haetaan"
+
+#  Together with previous and next msgid
+#: lib/aps.c:133
+msgid "up-to-date \"Known APs\" info requires your AP to be"
+msgstr ""
+"päivitetyt \"tunnettujen liityntäpisteiden\" tiedot edellyttävät "
+"liityntäpisteesi olevan"
+
+#  Together with previous msgid
+#: lib/aps.c:136
+msgid "temporarily configured into \"AP client\" mode and rebooted."
+msgstr ""
+"tilapäisesti alustettu \"liityntäpisteasiakas\"-tilaan ja käynnistetty "
+"uudelleen."
+
+#  Together with next msgid
+#: lib/aps.c:139
+msgid "Your AP will be reconfigured back to original mode by this"
+msgstr "Liityntäpisteesi alustetaan takaisin alkuperäistilaan tällä"
+
+#  Together with previous and next msgid
+#: lib/aps.c:142
+msgid "utility once you quit the \"KnownAP\" view. This, in turn, may"
+msgstr "hyötyohjelmalla, kun poistut \"Tunn. lp:t\"-näytöltä. Tämä taas"
+
+#  Together with previous msgid
+#: lib/aps.c:145
+msgid "cause loss of Access Point's current configuration."
+msgstr "saattaa aiheuttaa liityntäpisteen nykyisten asetusten menetyksen."
+
+#: lib/aps.c:149
+msgid "Do NOT answer \"Yes\" if you're connected to the Access Point"
+msgstr "Älä vastaa \"Kyllä\" jos olet liitettynä liityntäpisteeseen"
+
+#: lib/aps.c:152
+msgid "via its wireless port."
+msgstr "sen langattoman portin kautta."
+
+#: lib/aps.c:154 lib/cmd.c:45 lib/cmd.c:75 lib/test.c:96
+msgid "Do you want to continue? "
+msgstr "Haluatko jatkaa? "
+
+#: lib/aps.c:208
+msgid "NetworkType"
+msgstr "Verkkotyyppi"
+
+#: lib/aps.c:284
+msgid "Infrastructure"
+msgstr "Perusrakenne"
+
+#: lib/aps.c:344 lib/aps.c:352 lib/aps.c:360
+#, fuzzy
+msgid "CN: Channel Name; P: Preamble Type (S: Short; L: Long);"
+msgstr "CN: Kanavanimi; P: Johdantotyyppi (S: Lyhyt; L: Pitkä);"
+
+#: lib/aps.c:346
+msgid "RSSI: Radio Signal Strength Indicator [%]"
+msgstr "RSSI: Radiosignaalin voimakkuusindikaattori [%]"
+
+#: lib/aps.c:348 lib/aps.c:356
+msgid "; LQ: Link Quality [%]"
+msgstr "; LQ: Yhteyslaatu [%]"
+
+#: lib/aps.c:354
+msgid "RSSI: Radio Signal Strength Indicator [dBm]"
+msgstr "RSSI: Radiosignaalin voimakkuusindikaattori [dBm]"
+
+#: lib/aps.c:362
+msgid "RSSI: Radio Signal Strength Indicator [raw]"
+msgstr "RSSI: Radiosignaalin voimakkuusindikaattori [raaka]"
+
+#: lib/aps.c:364
+msgid "; LQ: Link Q. [raw]"
+msgstr "; LQ: Yhteyslaatu. [raaka]"
+
+#: lib/aps.c:370
+msgid ""
+"# con. to AP #; R refresh with reset; T toggle; Q quit; Other = refr. w/o "
+"reset"
+msgstr ""
+"# yhteys liityntäpisteeseen #; R päivitä nollattaessa; T vuorottele tiloja; "
+"Q poistu; Muut = refr. w/o-nollaus"
+
+#  Status line, maximum string size
+#: lib/aps.c:372
+msgid ""
+"# con. to AP #; R initiate AP scan; T toggle view; Q quit; Other = refresh "
+"view"
+msgstr ""
+"# yhteys liityntäpisteeseen #; R aloita liityntäpistetutkinta; T vuorottele "
+"näkymiä; Q poistu; Muut = päivitä näkymää"
+
+#: lib/aps.c:501 lib/ap_search.c:173
+#, c-format
+msgid "Failure in sendto(): %s. Press any key."
+msgstr "Virhe sendto()-kutsussa: %s. Paina mitä tahansa näppäintä."
+
+#  Together with the next msgid
+#: lib/aps.c:510
+msgid "You have just initiated the AP scan. Be advised that it may"
+msgstr "Liityntäpistetutkinta on juuri aloitettu. Saattaa kestää"
+
+#  Together with the previous and next msgid
+#: lib/aps.c:513
+msgid "take a few seconds for your Access Point to find out some"
+msgstr "sekunteja ennen kuin liityntäpisteesi havaitsee mitään"
+
+#  Together with the previous msgid
+#: lib/aps.c:516
+msgid "values, so expect finishing the scan in about 5 seconds."
+msgstr "arvoja. Odota tutkinnan päättyvän n. 5:ssä sekunnissa."
+
+#: lib/aps.c:519
+msgid "Also note that your Access Point stops forwarding the network"
+msgstr "Huomaa myös, että liityntäpisteesi ei edelleenlähetä verkko-"
+
+#: lib/aps.c:522
+msgid "traffic while the scan is in progress, but restores itself"
+msgstr "liikennettä tutkinnan aikana, mutta palautuu itsestään"
+
+#: lib/aps.c:525
+msgid "to normal operation in time ranging up to 1 minute."
+msgstr "normaalitoimintaan viimeistään yhden minuutin kuluessa."
+
+#: lib/aps.c:528
+msgid "Hence, if you are connected to target Access Point via its"
+msgstr "Jos siis olet liitettynä kohdeliityntäpisteeseen sen"
+
+#: lib/aps.c:531
+msgid "wireless port, you need to wait a bit longer"
+msgstr "langattoman portin kautta, odota vain hiukan pitempään"
+
+#: lib/aps.c:534
+msgid "after pressing 'S'."
+msgstr "painettuasi \"S\"-näppäintä."
+
+#: lib/ap_search.c:48
+msgid "Community name: "
+msgstr "Yhteisönimi: "
+
+#  Left justified title line with 4 items, item columns starts
+#  with indeces 3, 8, 25, and 37
+#: lib/ap_search.c:49
+#, fuzzy
+msgid "  NUM  IP ADDRESS       MIB TYPE    FW TYPE (VERSION) AP NAME"
+msgstr "  NRO  IP-OSOITE        MIB-TYYPPI  NIMI"
+
+#: lib/ap_search.c:106
+msgid "Please wait while scanning, or press 'Q' to quit."
+msgstr "Odota tutkinnan ajan tai poistu painamalla \"Q\"'-näppäintä."
+
+#: lib/ap_search.c:122
+msgid "Can't set broadcast option on socket. Press any key."
+msgstr ""
+"Yleislähetysvalintaa ei voi asettaa pistokkeessa. Paina mitä tahansa "
+"näppäintä."
+
+#: lib/ap_search.c:131
+msgid "Can't set multicast membership on socket. Press any key."
+msgstr ""
+"Joukkolähetysjäsenyyttä ei voi asettaa pistokkeessa. Paina mitä tahansa "
+"näppäintä."
+
+#: lib/ap_search.c:138
+msgid "Scanning via network interface:"
+msgstr "Tutkitaan verkkoliitännän kautta:"
+
+#: lib/ap_search.c:139
+#, c-format
+msgid "  Index: %i"
+msgstr "  Indeksi: %i"
+
+#: lib/ap_search.c:141
+#, c-format
+msgid "  Name: %s"
+msgstr "  Nimi: %s"
+
+#: lib/ap_search.c:143
+#, c-format
+msgid "  IP: %s"
+msgstr "  IP: %s"
+
+#: lib/ap_search.c:152
+#, c-format
+msgid "Scanning for AP with MIB type: %s"
+msgstr "MIB-tyyppisten liityntäpisteiden tutkinta: %s"
+
+#: lib/ap_search.c:378
+msgid "Access Points Search"
+msgstr "Liityntäpisteen etsintä"
+
+#: lib/ap_search.c:396
+msgid "realloc() error."
+msgstr "realloc()-virhe."
+
+#: lib/ap_search.c:408
+msgid "Network interface discovery error."
+msgstr "Verkkoliitynnän havaitsemisen virhe."
+
+#: lib/ap_search.c:483
+msgid "No local network interfaces found. Press any key."
+msgstr ""
+"Paikallisia verkkoliitäntöjä ei löytynyt. Paina mitä tahansa näppäintä."
+
+#: lib/ap_search.c:485
+msgid "No directly reachable Access Points found. Press any key."
+msgstr ""
+"Suoraan tavoitettavia liityntäpisteitä ei löytynyt. Paina mitä tahansa "
+"näppäintä."
+
+#: lib/ap_search.c:490
+msgid "Single-screen maximum number of APs found."
+msgstr "Löytynyt yhden näytön liityntäpisteiden maksimimäärä."
+
+#: lib/ap_search.c:493
+msgid "# - connect to AP; Q - quit"
+msgstr "# - liity liityntäpisteeseen; Q - poistu"
+
+#: lib/ap-utils.h:85
+msgid "MAC address: "
+msgstr "MAC-osoite: "
+
+#: lib/ap-utils.h:86
+msgid "[S] SNMP traps: "
+msgstr "[S] SNMP-keskeytykset: "
+
+#: lib/ap-utils.h:88
+msgid "[C] Frequency channel: "
+msgstr "[C] Taajuuskanava: "
+
+#: lib/ap-utils.h:90
+msgid "Receive  antenna:"
+msgstr "Vastaanottoantenni:"
+
+#: lib/ap-utils.h:91
+msgid "[U] Left"
+msgstr "[U] Vasen"
+
+#: lib/ap-utils.h:92
+msgid "[I] Right"
+msgstr "[I] Oikea"
+
+#: lib/ap-utils.h:93
+msgid "Transmit antenna:"
+msgstr "Lähetysantenni:"
+
+#: lib/ap-utils.h:94
+msgid "[O] Left"
+msgstr "[O] Vasen"
+
+#: lib/ap-utils.h:95
+msgid "[P] Right"
+msgstr "[P] Oikea"
+
+#: lib/ap-utils.h:96
+msgid "Diversity select:"
+msgstr "Monitievalinta:"
+
+#: lib/ap-utils.h:97
+msgid "[T] Left"
+msgstr "[T] Vasen"
+
+#: lib/ap-utils.h:98
+msgid "[Y] Right"
+msgstr "[Y] Oikea"
+
+#: lib/ap-utils.h:100
+msgid "Yes"
+msgstr "Kyllä"
+
+#: lib/ap-utils.h:101
+msgid "No"
+msgstr "Ei"
+
+#: lib/ap-utils.h:103
+msgid "On"
+msgstr "Päällä"
+
+#: lib/ap-utils.h:104
+msgid "Off"
+msgstr "Pois päältä"
+
+#: lib/ap-utils.h:106
+msgid "Basic"
+msgstr "Perus"
+
+#: lib/ap-utils.h:108
+msgid "Press any key to continue."
+msgstr "Jatka painamalla mitä tahansa näppäintä."
+
+#: lib/ap-utils.h:109
+#, fuzzy
+msgid "Q - quit to menu. T - toggle polling mode, Other key - force update"
+msgstr ""
+"Q - poistu valikkoon. T - vuorottele pollaustilaa, Muut näppäimet - pakota "
+"päivitys."
+
+#: lib/ap-utils.h:111
+msgid "Unable to write data to AP. Press any key to continue."
+msgstr ""
+"Tietojen kirjoittaminen liityntäpisteeseen ei onnistu. Jatka painamalla mitä "
+"tahansa näppäintä."
+
+#: lib/ap-utils.h:112
+msgid "Unable to retrieve (valid) data from AP. Press any key to continue."
+msgstr ""
+"Liityntäpisteestä ei kyetty hakemaan (virheettömiä) tietoja. Jatka "
+"painamalla mitä tahansa näppäintä."
+
+#: lib/ap-utils.h:113
+#, fuzzy
+msgid "Trying to retrieve data from AP - please wait (or press Q to quit)."
+msgstr "Yritetään hakea tietoja liityntäpisteestä. Odota hetkinen..."
+
+#: lib/ap-utils.h:114
+msgid "Writing data to AP. Please wait..."
+msgstr "Tietoja kirjoitetaan liityntäpisteeseen. Odota hetkinen..."
+
+#: lib/ap-utils.h:115
+msgid "Configuration written to the AP. Press any key to continue."
+msgstr ""
+"Asetukset kirjoitettu liityntäpisteeseen. Jatka painamalla mitä tahansa "
+"näppäintä."
+
+#: lib/ap-utils.h:116
+msgid "select() function error. Press any key."
+msgstr "select()-toiminnan virhe. Paina mitä tahansa näppäintä."
+
+#: lib/ap-utils.h:117
+#, fuzzy
+msgid "socket() or bind() function error. Press any key."
+msgstr "select()-toiminnan virhe. Paina mitä tahansa näppäintä."
+
+#: lib/ap-utils.h:119
+msgid "Unable to write AP list file ~/.ap-config. Press any key."
+msgstr ""
+"Liityntäpisteluettelotiedostoa ~/.ap-config ei pystytty kirjoittamaan. Paina "
+"mitä tahansa näppäintä"
+
+#: lib/ap-utils.h:120
+msgid "AP list file ~/.ap-config successfully written. Press any key."
+msgstr ""
+"Liityntäpisteluettelotiedosto ~/.ap-config kirjoitettu menestyksellisesti. "
+"Paina mitä tahansa näppäintä"
+
+#: lib/ap-utils.h:122
+msgid "Back to main menu"
+msgstr "Takaisin päävalikkoon"
+
+#: lib/ap-utils.h:123
+msgid "Exit program"
+msgstr "Poistu ohjelmasta"
+
+#: lib/ap-utils.h:124
+msgid "Run subshell. To return type 'exit'."
+msgstr "Aja alikuori. Palaa kirjoittamalla \"exit\"."
+
+#: lib/ap-utils.h:125
+msgid "Change polling mode interval"
+msgstr ""
+
+#: lib/ap-utils.h:126
+msgid "Short info about program"
+msgstr "Hiukan tietoja ohjelmasta"
+
+#: lib/ap-utils.h:127
+msgid "Find connected Access Points"
+msgstr "Löydä liitetyt liityntäpisteet"
+
+#: lib/ap-utils.h:128
+msgid "Set connection options: ip and community"
+msgstr "Aseta liityntävalinnat: ip ja yhteisö"
+
+#: lib/ap-utils.h:129
+msgid "Set encryption; edit WEP keys"
+msgstr "Aseta salaus; muokkaa WEP-avaimia"
+
+#: lib/ap-utils.h:130
+#, fuzzy
+msgid "Set authorization; edit MAC authorization table"
+msgstr "Aseta MAC-valtuutus; muokkaa MAC-valtuutustaulukkoa"
+
+#: lib/ap-utils.h:131
+msgid "Set SNMP community/password for access to the AP"
+msgstr "Aseta SNMP-yhteisösalasana päästäksesi liityntäpisteeseen"
+
+#: lib/ap-utils.h:132
+msgid "Get info about AP hardware and firmware"
+msgstr "Hae tiedot liityntäpistelaitteistosta ja mikro-ohjelmistosta"
+
+#: lib/ap-utils.h:133
+msgid "Get wireless port statistics"
+msgstr "Hae langattoman portin tilastot"
+
+#: lib/ap-utils.h:134
+msgid "Get list of currently associated stations (Access Point clients)"
+msgstr "Hae luettelo nykyisin liitetyistä asemista (liityntäpisteasiakkaista)"
+
+#: lib/ap-utils.h:135
+msgid "Get link status in APclient mode"
+msgstr ""
+
+#: lib/ap-utils.h:136
+msgid "Get info and statistics from AP"
+msgstr "Hae tiedot ja tilastot liityntäpisteestä"
+
+#: lib/ap-utils.h:137
+msgid "Set various configuration options"
+msgstr "Aseta erilaiset asetusvalinnat"
+
+#: lib/ap-utils.h:139
+msgid "Associated stations"
+msgstr "Liitetyt asemat"
+
+#: lib/ap-utils.h:140
+#, fuzzy
+msgid "AP Client link state"
+msgstr "Liityntäpisteyhteyden tila"
+
+#: lib/ap-utils.h:142
+msgid "Polling: on"
+msgstr "Pollaus: päällä"
+
+#: lib/ap-utils.h:143
+msgid "Polling: off"
+msgstr "Pollaus: pois päältä"
+
+#: lib/cmd.c:40
+msgid "Restore factory default configuration"
+msgstr "Palauta tehdasasetukset"
+
+#: lib/cmd.c:43
+msgid "After restoring factory defaults your current configuration"
+msgstr "Tehdasasetusten palauttamisen jälkeen nykyiset asetukset"
+
+#: lib/cmd.c:44
+msgid "will be lost."
+msgstr "katoavat."
+
+#: lib/cmd.c:63
+msgid "Factory default settings loaded. Press any key to continue."
+msgstr "Tehdasasetukset ladattu. Jatka painamalla mitä tahansa näppäintä."
+
+#: lib/cmd.c:71
+msgid "Reset Access Point"
+msgstr "Nollaa liityntäpiste"
+
+#: lib/cmd.c:74
+msgid "By reset you'll lose all non-uploaded configuration."
+msgstr "Nollaamalla menetät kaikki palvelimelle kopioimattomat asetukset."
+
+#: lib/cmd.c:85
+msgid "Access Point reset. Press any key to continue."
+msgstr "Liityntäpistenollaus. Jatka painamalla mitä tahansa näppäintä."
+
+#: lib/cmd.c:117
+msgid "Upload configuration"
+msgstr "Kopioi asetukset palvelimelle"
+
+#  the first line of fixed size (maximum 56 charaters) text
+#: lib/cmd.c:119
+msgid "You may need to upload the configuration only if you've"
+msgstr "Saatat joutua kopiomaan asetukset palvelimelle vain jos"
+
+#  the second line of fixed size (maximum 56 charaters) text
+#: lib/cmd.c:121
+msgid "changed some option values before. Using this option may"
+msgstr "olet muuttanut joitakin valinta-arvoja aiemmin. Tätä"
+
+#  the third line of fixed size (maximum 56 charaters) text
+#: lib/cmd.c:123
+msgid "cause loss of your current configuration."
+msgstr "valintaa käyttäen voit menettää nykyiset asetukset."
+
+#: lib/cmd.c:135
+msgid "Configuration uploaded. Press any key to continue."
+msgstr ""
+"Asetukset kopioitu palvelimelle. Jatka painamalla mitä tahansa näppäintä"
+
+#: lib/common.c:32
+msgid "Access Point IP-address: "
+msgstr "Liityntäpisteen IP-osoite: "
+
+#: lib/common.c:33
+msgid "Password (community): "
+msgstr "Salasana (yhteisö): "
+
+#: lib/common.c:34
+msgid "Autodetect AP MIB properties? "
+msgstr "Havaitse automaattisesti liityntäpisteen MIB-ominaisuudet? "
+
+#: lib/common.c:35
+msgid "AP MIB type: "
+msgstr "Liityntäpisteen MIB-tyyppi: "
+
+#: lib/common.c:36
+msgid "AP MIB vendor extensions: "
+msgstr "Liityntäpisteen MIB-toimittajalaajennukset: "
+
+#: lib/common.c:37
+msgid "Do you want to use AP's name as its label? "
+msgstr "Haluatko käyttää liityntäpisteen nimeä sen tunnisteena? "
+
+#: lib/common.c:38
+msgid "Access Point label: "
+msgstr "Liityntäpistetunniste: "
+
+#: lib/common.c:39
+msgid "Save connect-settings: "
+msgstr "Tallenna liityntäsetukset: "
+
+#: lib/common.c:40
+msgid "[P] Polling mode interval (tenths of second): "
+msgstr ""
+
+#: lib/common.c:41
+#, fuzzy
+msgid "P - change polling mode interval; Q - quit to menu"
+msgstr "[avain] - aseta valinta; W - kirjoita asetukset; Q - poistu valikkoon"
+
+#  a menu item, max. size is 12 bytes
+#  Status line: Short info about program
+#: lib/common.c:89 src/ap-config.c:158
+msgid "About"
+msgstr "Ohjelmasta"
+
+#  From TITLE (#define TITLE "Wireless Access Point Utilites for Unix" // ap-util.h:43)
+#: lib/common.c:106
+#, c-format
+msgid "From %s"
+msgstr "%s"
+
+#  maximum line length 44 bytes // Version 1.5
+#: lib/common.c:108
+#, c-format
+msgid "Version %s"
+msgstr "Versio %s"
+
+#  maximum line length 44 bytes
+#: lib/common.c:111
+msgid "Written by Roman Festchook roma@polesye.net"
+msgstr "Kirjoittaja: Roman Festchook roma@polesye.net"
+
+#  maximum line length 44 bytes
+#: lib/common.c:113
+#, fuzzy
+msgid "and Jan Rafaj jr-aputils@cedric.unob.cz"
+msgstr "Osittain kirjoittanut: Jan Rafaj aputils@cedric.unob.cz"
+
+#  maximum line length 44 bytes
+#: lib/common.c:115
+#, fuzzy
+msgid "Copyright (c) 2001-2005"
+msgstr "Copyright (c) 2001-2004"
+
+#  maximum line length 44 bytes
+#: lib/common.c:117
+msgid "Roman Festchook and Jan Rafaj"
+msgstr "Roman Festchook ja Jan Rafaj"
+
+#  maximum line length 44 bytes
+#: lib/common.c:120
+msgid "This program is distributed under the terms"
+msgstr "Tätä ohjelmaa jaetaan GNU General Public"
+
+#  maximum line length 44 bytes
+#: lib/common.c:122
+msgid "of the GNU General Public License version 2."
+msgstr "License versio 2 ehtojen mukaisesti."
+
+#  maximum line length 44 bytes
+#: lib/common.c:124
+msgid "See the included COPYING file for details."
+msgstr "Yksityiskohdat liitetiedostossa COPYING."
+
+#: lib/common.c:165
+msgid "Connect options"
+msgstr "Liitäntävalinnat"
+
+#: lib/common.c:175
+msgid "Enter IP address of your Access Point."
+msgstr "Kirjoita liityntäpisteen IP-osoite."
+
+#: lib/common.c:184
+#, fuzzy
+msgid "Entered characters will not be displayed for security reasons."
+msgstr "Turvallisuussyystä kirjoitettuja merkkejä ei näytetä."
+
+#: lib/common.c:251
+msgid "This label will be stored on HDD (independently on AP name!)."
+msgstr ""
+"Tämä tunniste tallennetaan HDD:lle (riippumatta liityntäpisteen nimestä!)."
+
+#: lib/common.c:365
+msgid "Trying to probe AP for MIB properties. Please wait..."
+msgstr "Yritetään tutkata liityntäpisteen MIB-ominaisuuksia. Odota hetkinen..."
+
+#: lib/common.c:394
+msgid ""
+"Unable to determine AP MIB properties (no response from AP). Press any key."
+msgstr ""
+"Liityntäpisteen MIB-omaisuuksia ei pystytä määrittelemään (ei vastausta "
+"liityntäpisteestä). Paina mitä tahansa näppäintä."
+
+#: lib/common.c:494
+#, c-format
+msgid "(%0.1f seconds)"
+msgstr ""
+
+#: lib/file.c:199
+msgid "NUM  IP ADDRESS       MIB TYPE    MIB EXT.  LABEL"
+msgstr "NUM  IP-OSOITE       MIB-TYYPPI    MIB LAAJ.  TUNNISTE"
+
+#: lib/file.c:200
+msgid "Choose an AP to connect to"
+msgstr "Valitse liityntäpiste, johon haluat kytkeytyä"
+
+#: lib/file.c:206
+msgid "1-9,C: connect; N: new; D: delete; W: save; Q: quit; arrows: scroll"
+msgstr ""
+"1-9,C: liitä; N: uusi; D: poista; W: tallenna; Q: poistu; nuolinäppäimet: "
+"vieritä"
+
+#: lib/file.c:257
+msgid "Connect to AP num:"
+msgstr "Liitä liityntäpiste numeroon:"
+
+#: lib/file.c:288
+msgid "Delete num:"
+msgstr "Poista numero:"
+
+#: lib/file.c:442
+msgid "Unable to write stations file. Press any key."
+msgstr "Asematiedostoa ei voida kirjoittaa. Paina mitä tahansa näppäintä"
+
+#: lib/file.c:444
+msgid "Stations file succesfully written. Press any key."
+msgstr ""
+"Asematiedosto kirjoitettu menestyksekkäästi. Paina mitä tahansa näppäintä"
+
+#: lib/input.c:32
+msgid "Invalid value. Press any key to continue."
+msgstr "Virheellinen arvo: Jatka painamalla mitä tahansa näppäintä"
+
+#: lib/input.c:33
+#, c-format
+msgid "Value must be in range %u - %u. Press any key to continue."
+msgstr ""
+"Arvon täytyy olla alueella %u - %u. Jatka painamalla mitä tahansa näppäintä"
+
+#: lib/input.c:460
+msgid "Y - Yes; Any other key - No (it's safer to answer No)"
+msgstr ""
+"Y - Kyllä; Mikä tahansa muu näppäin - Ei (on turvallisempaa vastata Ei)"
+
+#: lib/oui.c:6061
+msgid "Unknown or Private"
+msgstr "Tuntematon tai yksityinen"
+
+#  Status line: max. 77 bytes
+#: lib/radio.c:26
+msgid ""
+"[key] - power level; UIOP or LR - antenna; W - write config; Q - quit to menu"
+msgstr ""
+"[avain] - tehotaso; UIOP tai LR - antenni; W - kirjoita asetukset; Q - paluu"
+
+#: lib/radio.c:28
+msgid "Antenna:"
+msgstr "Antenni:"
+
+#: lib/radio.c:29
+msgid "[L] Left:"
+msgstr "[L] Vasen:"
+
+#: lib/radio.c:30
+msgid "[R] Right:"
+msgstr "[R] Oikea:"
+
+#  Top title item
+#: lib/radio.c:120
+msgid "Radio Configuration"
+msgstr "Radio-asetukset"
+
+#  max. length of string 62 bytes ?
+#: lib/radio.c:121
+msgid "Output RF signal power level (CR31 register values)"
+msgstr "RF-lähtösignaalin tehotaso (CR31-rekisteriarvot)"
+
+#  a title, three items and single space between
+#: lib/radio.c:123
+msgid "Key Channel Level"
+msgstr "Avain Kanava Taso"
+
+#: lib/radio.c:279
+msgid ""
+"You can't disable both antennas; unable to save antenna-config. Press any "
+"key."
+msgstr ""
+"Molempia antenneja ei voi passivoida, antenniasetuksia ei voi tallentaa. "
+"Paina mitä tahansa näppäintä"
+
+#  max. length of the translated text 31 bytes
+#: lib/scr.c:157
+#, c-format
+msgid "Current AP: %s Type: %s Ext: %s"
+msgstr "Nykyinen lp: %s Tyyppi: %s Tark: %s"
+
+#: lib/set_community.c:27
+msgid "Set community/password"
+msgstr "Aseta yhteisö/salasana"
+
+#: lib/set_community.c:28
+msgid "Key Access level"
+msgstr "Liityntätason avain"
+
+#: lib/set_community.c:29
+msgid "Community/Password"
+msgstr "Yhteisö/Salasana"
+
+#: lib/set_community.c:30
+msgid "[U] User "
+msgstr "[U] Käyttäjä"
+
+#: lib/set_community.c:31
+msgid "[A] Administrator "
+msgstr "[A] Ylläpitäjä"
+
+#: lib/set_community.c:32
+msgid "[M] Manufacturer "
+msgstr "[M] Valmistaja "
+
+#: lib/set_community.c:33
+msgid ""
+"[key] - set community/password; W - write config to AP; Q - quit to menu"
+msgstr ""
+"[avain] - aseta yhteisö/salasana; W - kirjoita asetukset liityntäpisteeseen; "
+"Q - poistu valikkoon"
+
+#: lib/set_oeminfo.c:28
+#, fuzzy
+msgid "Info structure version: "
+msgstr "Rakenneversion tiedot: %u"
+
+#: lib/set_oeminfo.c:29
+#, fuzzy
+msgid "[M] Device MAC address: "
+msgstr "MAC-osoite: "
+
+#: lib/set_oeminfo.c:30
+#, fuzzy
+msgid "    Manufacturer with this OUI: "
+msgstr "Valmistajatunnus:"
+
+#: lib/set_oeminfo.c:31
+#, fuzzy
+msgid "[D] Regulatory domain: "
+msgstr "Regulaattoritoimialue: %s"
+
+#: lib/set_oeminfo.c:32
+#, fuzzy
+msgid "[T] Product type: "
+msgstr "Tuotetyyppi: %u"
+
+#: lib/set_oeminfo.c:33
+#, fuzzy
+msgid "[E] OEM name: "
+msgstr "OEM-nimi:"
+
+#: lib/set_oeminfo.c:34
+#, fuzzy
+msgid "[I] OEM ID: "
+msgstr "[I] IP: "
+
+#: lib/set_oeminfo.c:35
+#, fuzzy
+msgid "[N] Product name: "
+msgstr "Tuotenimi:"
+
+#: lib/set_oeminfo.c:36
+#, fuzzy
+msgid "[H] Hardware revision: "
+msgstr "Laitteistotarkistus: %u"
+
+#: lib/set_oeminfo.c:37
+#, fuzzy
+msgid "[O] Country code: "
+msgstr "[O] Komento: "
+
+#: lib/set_oeminfo.c:38
+#, fuzzy
+msgid "[C] Default channel: "
+msgstr "[C] Taajuuskanava: "
+
+#: lib/set_oeminfo.c:39
+#, fuzzy
+msgid "[A] Calibrated channels: "
+msgstr "[C] Taajuuskanava: "
+
+#: lib/set_oeminfo.c:40
+msgid "[P] Nominal Tx Power (CR31) value for calibrated channels: "
+msgstr ""
+
+#: lib/set_oeminfo.c:41
+#, fuzzy
+msgid ""
+"Keys in brackets - set corresponding option; W - write conf; Q - quit to menu"
+msgstr "[avain] - aseta valinta; W - kirjoita asetukset; Q - poistu valikkoon"
+
+#: lib/set_oeminfo.c:101
+msgid "THIS IS A SECRET MENU LEADING TO VERY DANGEROUS OPTIONS."
+msgstr ""
+
+#: lib/set_oeminfo.c:103
+msgid "It is intended only for WISPs and repair shops."
+msgstr ""
+
+#: lib/set_oeminfo.c:107
+msgid "It allows to set OEM information stored in the AP (like its"
+msgstr ""
+
+#: lib/set_oeminfo.c:109
+msgid "MAC address, manuf. name, OEM ID, etc.). BE ABSOLUTELY SURE"
+msgstr ""
+
+#: lib/set_oeminfo.c:111
+msgid "THAT YOU KNOW WHAT YOU ARE DOING, AND THAT YOU HAVE THE"
+msgstr ""
+
+#: lib/set_oeminfo.c:113
+msgid "LEGAL RIGHT TO DO ANY MODIFICATION. Disobserving of these"
+msgstr ""
+
+#: lib/set_oeminfo.c:115
+msgid "rules may lead you into a conflict with your local"
+msgstr ""
+
+#: lib/set_oeminfo.c:117
+msgid "regulations and/or law."
+msgstr ""
+
+#: lib/set_oeminfo.c:119
+msgid "Also be warned that the setting of any from these options"
+msgstr ""
+
+#: lib/set_oeminfo.c:121
+msgid "may DAMAGE YOUR AP (other reason why this menu is hidden)."
+msgstr ""
+
+#: lib/set_oeminfo.c:123
+msgid "Values changed here will NOT be restored upon reset"
+msgstr ""
+
+#: lib/set_oeminfo.c:125
+msgid "of the device to factory defaults! It is advisable to"
+msgstr ""
+
+#: lib/set_oeminfo.c:127
+msgid "write them down somewhere prior their changing."
+msgstr ""
+
+#: lib/set_oeminfo.c:129
+msgid "Finally, note that you need to use MANUFACTURER community, "
+msgstr ""
+
+#: lib/set_oeminfo.c:131
+msgid "in order to be able to do any OEM info modification."
+msgstr ""
+
+#: lib/set_oeminfo.c:133
+msgid "Proceed further only at your full risk and responsibility. "
+msgstr ""
+
+#: lib/set_oeminfo.c:135
+msgid "You got the warnings."
+msgstr ""
+
+#: lib/set_oeminfo.c:141
+msgid "OEM Info settings"
+msgstr ""
+
+#: lib/stat.c:29
+msgid "Ethernet Statistics"
+msgstr "Ethernet-tilastot"
+
+#: lib/stat.c:30
+msgid "Wireless Statistics"
+msgstr "Langattoman tilastot"
+
+#: lib/stat.c:98
+msgid "EthRxStat packet error. Press any key."
+msgstr "EthRxStat-pakettivirhe. Paina mitä tahansa näppäintä"
+
+#: lib/stat.c:111
+msgid "EthTxStat packet error. Press any key."
+msgstr "EthTxStat-pakettivirhe. Paina mitä tahansa näppäintä"
+
+#: lib/stat.c:115
+msgid "Received:"
+msgstr "Vastaanotettu:"
+
+#: lib/stat.c:116
+msgid "Transmitted:"
+msgstr "Lähetetty:"
+
+#: lib/stat.c:270
+msgid "WirelessStat packet error. Press any key."
+msgstr "WirelessStat-pakettivirhe. Paina mitä tahansa näppäintä"
+
+#: lib/sysinfo.c:29
+msgid "System Description: "
+msgstr "Järjestelmäkuvaus: "
+
+#: lib/sysinfo.c:30
+msgid "System Info"
+msgstr "Järjestelmätiedot"
+
+#: lib/sysinfo.c:55 src/bridge.c:50
+msgid "Wireless Bridge Point to MultiPoint"
+msgstr "Langaton siltauspiste monipisteeseen"
+
+#: lib/sysinfo.c:56 src/bridge.c:51
+msgid "Access Point"
+msgstr "Liityntäpiste"
+
+#: lib/sysinfo.c:57 src/bridge.c:52
+msgid "Access Point client"
+msgstr "Liityntäpisteasiakas"
+
+#: lib/sysinfo.c:58 src/bridge.c:53
+msgid "Wireless Bridge Point to Point"
+msgstr "Langaton siltauspiste pisteeseen"
+
+#: lib/sysinfo.c:59 src/bridge.c:54
+msgid "Repeater"
+msgstr "Toistin"
+
+#: lib/sysinfo.c:60 lib/sysinfo.c:315 lib/sysinfo.c:424 src/bridge.c:55
+msgid "unknown"
+msgstr "tuntematon"
+
+#: lib/sysinfo.c:144
+msgid "Device hardware/software/name info:"
+msgstr "Laitteen laitteisto/ohjelmisto/nimitiedot:"
+
+#: lib/sysinfo.c:172
+#, fuzzy, c-format
+msgid "Operational mode: %s"
+msgstr "[O] Toimintatila: "
+
+#: lib/sysinfo.c:182
+#, fuzzy
+msgid "Product name: "
+msgstr "Tuotenimi:"
+
+#: lib/sysinfo.c:186
+#, c-format
+msgid "Product type: %u"
+msgstr "Tuotetyyppi: %u"
+
+#: lib/sysinfo.c:189
+#, fuzzy
+msgid "OEM name: "
+msgstr "OEM-nimi:"
+
+#: lib/sysinfo.c:196
+#, c-format
+msgid "Hardware revision: %u"
+msgstr "Laitteistotarkistus: %u"
+
+#: lib/sysinfo.c:204
+#, c-format
+msgid "Info structure version: %u"
+msgstr "Rakenneversion tiedot: %u"
+
+#  OUI is Organizationally Unique Identifiers.
+#  The three-octet OUI can be used to generate
+#  Universal LAN MAC addresses and Protocol
+#  Identifiers per ANSI/IEEE Std 802 for use in
+#  Local and Metropolitan Area Network applications.
+#: lib/sysinfo.c:207 lib/sysinfo.c:383
+#, c-format
+msgid "Manufacturer OUI: %02X %02X %02X (%s)"
+msgstr "Valmistaja OUI: %02X %02X %02X (%s)"
+
+#: lib/sysinfo.c:224
+#, c-format
+msgid "Uptime: %u days, %02u:%02u:%02u hours:mins:secs"
+msgstr "Käytettävyysaika: %u päivä, %02u:%02u:%02u tuntia:minuuttia:sekuntia"
+
+#: lib/sysinfo.c:312
+msgid "FHSS 2.4 GHz"
+msgstr "FHSS 2,4 GHz"
+
+#: lib/sysinfo.c:312
+msgid "DSSS 2.4 GHz"
+msgstr "DSSS 2,4 GHz"
+
+#: lib/sysinfo.c:312
+msgid "IR Baseband"
+msgstr "IR-perustaajuusalue"
+
+#: lib/sysinfo.c:313
+msgid "Commercial range 0..40 C"
+msgstr "Kuluttajatuotealue 0..40 C"
+
+#: lib/sysinfo.c:314
+msgid "Industrial range -30..70 C"
+msgstr "Teollisuuselektroniikka-alue -30..70 C"
+
+#: lib/sysinfo.c:317
+msgid "manual"
+msgstr "manuaali"
+
+#: lib/sysinfo.c:317
+msgid "notsupported"
+msgstr "ei-tuettu"
+
+#: lib/sysinfo.c:317
+msgid "dynamic"
+msgstr "dynaaminen"
+
+#: lib/sysinfo.c:373
+msgid "Manufacturer:"
+msgstr "Valmistaja:"
+
+#: lib/sysinfo.c:378
+msgid "Manufacturer ID:"
+msgstr "Valmistajatunnus:"
+
+#: lib/sysinfo.c:389
+msgid "Product Name:"
+msgstr "Tuotenimi:"
+
+#: lib/sysinfo.c:395
+msgid "Product ID:"
+msgstr "Tuotetunnus:"
+
+#: lib/sysinfo.c:401
+msgid "Product Version:"
+msgstr "Tuoteversio:"
+
+#: lib/sysinfo.c:407
+#, c-format
+msgid "PHYType: %s"
+msgstr "PHY-Tyyppi: %s"
+
+#: lib/sysinfo.c:410
+#, c-format
+msgid "Temperature: %s"
+msgstr "Lämpötila: %s"
+
+#: lib/sysinfo.c:418
+#, c-format
+msgid "Regulatory Domain: %s"
+msgstr "Regulaattoritoimialue: %s"
+
+#: lib/sysinfo.c:419
+msgid "FCC (USA)"
+msgstr "FCC (USA)"
+
+#: lib/sysinfo.c:420
+msgid "DOC (Canada)"
+msgstr "DOC (Kanada)"
+
+#: lib/sysinfo.c:421
+msgid "ETSI (Europe)"
+msgstr "ETSI (Eurooppa)"
+
+#: lib/sysinfo.c:422
+msgid "Spain"
+msgstr "Espanja"
+
+#: lib/sysinfo.c:423
+msgid "France"
+msgstr "Ranska"
+
+#: lib/sysinfo.c:424
+msgid "MKK (Japan)"
+msgstr "MKK (Japani)"
+
+#: lib/sysinfo.c:427
+#, c-format
+msgid "Transmit Power: %u mW"
+msgstr "Lähetysteho: %u mW"
+
+#: lib/sysinfo.c:457
+#, c-format
+msgid "WEP implemented: %s"
+msgstr "WEP implementoitu: %s"
+
+#: lib/sysinfo.c:460
+#, c-format
+msgid "Diversity: %s"
+msgstr "Monitie: %s"
+
+#: lib/sysinfo.c:488
+#, c-format
+msgid "Uptime: %u:%02u:%02u.%02u"
+msgstr "Käytettävyysaika: %u:%02u:%02u.%02u"
+
+#: lib/sysinfo.c:508
+#, c-format
+msgid "IP  Address: %s"
+msgstr "IP  Osoite: %s"
+
+#: lib/test.c:26
+msgid "[T] Test mode: "
+msgstr "[T] Testaustila: "
+
+#: lib/test.c:27
+msgid "[A] Antenna: "
+msgstr "[A] Antenni: "
+
+#: lib/test.c:28
+msgid "[S] Signal level: "
+msgstr "[S] Signaalitaso: "
+
+#: lib/test.c:29
+msgid "[R] Rate: "
+msgstr "[R] Taajuus: "
+
+#: lib/test.c:30
+msgid "[F] TxFiler: "
+msgstr "[F] TxFiler: "
+
+#: lib/test.c:31
+msgid "[O] Command: "
+msgstr "[O] Komento: "
+
+#: lib/test.c:32
+msgid "T - Test mode On/Off; CASRFO - set options; Q - quit to menu"
+msgstr ""
+"T - Testaustila Päällä/Pois; CASRFO - aseta valinnat; Q - poistu valikkoon"
+
+#: lib/test.c:70
+msgid "Left"
+msgstr "Vasen"
+
+#: lib/test.c:70
+msgid "Right"
+msgstr "Oikea"
+
+#: lib/test.c:79
+msgid "Devices with ATMEL12350 MIB not yet supported."
+msgstr ""
+
+#: lib/test.c:91
+msgid "Test mode"
+msgstr "Testaustila"
+
+#: lib/test.c:94
+msgid "Using the \"Test mode\" may cause loss of your current"
+msgstr "\"Testaustilan\" käyttö saattaa aiheuttaa nykyisen"
+
+#: lib/test.c:95
+msgid "configuration."
+msgstr "asetuksen menetyksen."
+
+#: lib/test.c:107
+msgid "Options:"
+msgstr "Valinnat:"
+
+#: lib/test.c:133
+msgid "Statistics:"
+msgstr "Tilastot:"
+
+#: lib/test.c:134
+msgid "Success Frames: 0 Failed Frames: 0"
+msgstr "Virheettömiä kehyksiä: 0 Virheellisiä kehyksiä: 0"
+
+#: lib/test.c:195
+#, c-format
+msgid "Success Frames: %lu Failed Frames: %lu"
+msgstr "Virheettömiä kehyksiä: %lu Virheellisiä kehyksiä: %lu"
+
+#: lib/wep.c:28
+msgid "Privacy Settings"
+msgstr "Yksityisyysasetukset"
+
+#: lib/wep.c:29
+msgid "[E] Standard encryption mechanism: "
+msgstr "[E] Standardi salausmekanismi: "
+
+#: lib/wep.c:30
+msgid "[A] Allow unencrypted: "
+msgstr "[A] Salli salaamaton: "
+
+#: lib/wep.c:31
+msgid "[K] Default WEP key: "
+msgstr "[K] Oletus WEP-avain: "
+
+#: lib/wep.c:32
+msgid "[P] Public key: "
+msgstr "[P] Julkinen avain: "
+
+#: lib/wep.c:85
+msgid "EK1234 - set; W - write conf; Q - quit to menu"
+msgstr "EK1234 - aseta; W - kirjoita asetus; Q - poistu valikkoon"
+
+#: lib/wep.c:94 lib/wep.c:263
+msgid "Key  WEP"
+msgstr "Avain WEP"
+
+#  Maximum string length 62 bytes
+#: lib/wep.c:101
+msgid "Hint! Confused by WEP key values? See man ap-config for info..."
+msgstr "Vihje! WEP-avaimet sekoittavat? Lisätietoa man-sivulta..."
+
+#: lib/wep.c:247
+msgid "AEPK1234 - set options; W - write conf; Q - quit to menu"
+msgstr ""
+"AEPK1234 - aseta valinnat; W - kirjoita asetukset; Q - poistu valikkoon"
+
+#: lib/wlan.c:27
+msgid "[E] ESSID: "
+msgstr "[E] ESSID: "
+
+#: lib/wlan.c:28
+msgid "[N] AP name: "
+msgstr "[N] Liityntäpistenimi: "
+
+#: lib/wlan.c:30
+msgid "[K] AP contact: "
+msgstr "[K] Liityntäpisteyhteys: "
+
+#: lib/wlan.c:31
+msgid "[L] AP location: "
+msgstr "[L] Liityntäpistesijainti: "
+
+#: lib/wlan.c:33
+msgid "[R] RTS threshold: "
+msgstr "[R] RTS-kynnys: "
+
+#: lib/wlan.c:34
+msgid "[F] Fragmentation threshold: "
+msgstr "[F] Pirstoutumiskynnys: "
+
+#: lib/wlan.c:35
+#, fuzzy
+msgid "[P] Preamble type: "
+msgstr "[P] Johdantotyyppi: "
+
+#: lib/wlan.c:36
+msgid "[A] Auth type: "
+msgstr "[A] Todennustyyppi: "
+
+#: lib/wlan.c:37
+msgid "Open system"
+msgstr "Avoin järjestelmä"
+
+#: lib/wlan.c:38
+msgid "Shared key"
+msgstr "Jaettu avain"
+
+#: lib/wlan.c:39
+msgid "Both types"
+msgstr "Molemmat tyypit"
+
+#: lib/wlan.c:40
+msgid "[U] Auto rate fallback: "
+msgstr "[U] Taajuuden automaattinen varajärjestelmä "
+
+#: lib/wlan.c:41
+msgid "[S] Insert ESSID in broadcast packets: "
+msgstr "[S] Lisää ESSID yleislähetyspaketteihin: "
+
+#: lib/wlan.c:42
+msgid "Basic and Supported rates:"
+msgstr "Perus- ja tuetut taajuudet:"
+
+#  Three title items with tree spaces between two first items
+#  and two spaces betweem second and third item.
+#: lib/wlan.c:43
+msgid "Key   Rate  Status"
+msgstr "Avain Taajuus Tila"
+
+#: lib/wlan.c:45
+msgid "[I] International roaming: "
+msgstr "[I] Kansainvälinen verkkovierailu: "
+
+#: lib/wlan.c:46
+msgid "[B] Beacon period (msec): "
+msgstr "[B] Merkkivalojakso (millisekuntia): "
+
+#: lib/wlan.c:47
+msgid "[D] DTIM sending interval (beacons): "
+msgstr "[D] DTIM-lähetysväli (merkkivalot): "
+
+#: lib/wlan.c:48
+#, fuzzy
+msgid "[T] SIFS time (2nd+ interframe spacing, usec): "
+msgstr "[T] SIFS-aika (millisekuntia): "
+
+#: lib/wlan.c:49
+msgid "[key] - set option; W - write conf; Q - quit to menu"
+msgstr "[avain] - aseta valinta; W - kirjoita asetukset; Q - poistu valikkoon"
+
+#: lib/wlan.c:125
+msgid "Short"
+msgstr "Lyhyt"
+
+#: lib/wlan.c:125
+msgid "Long"
+msgstr "Pitkä"
+
+#: lib/wlan.c:239
+msgid "Wireless Settings"
+msgstr "Langattomat asetukset:"
+
+#: lib/wlan.c:735
+msgid "Antenna Configuration:"
+msgstr "Antenni-asetukset:"
+
+#: lib/wlan.c:752
+msgid "General Options"
+msgstr "Yleisvalinnat"
+
+#: lib/wlan.c:754
+msgid ""
+"UIOPTY - antenna; SCANLEDFR1234 - options; W - write conf; Q - quit to menu"
+msgstr ""
+"UIOPTY - antenni; SCANLEDFR1234 - valinnat; W - kirjoita asetukset; Q - "
+"poistu valikkoon"
+
+#: src/ap-auth.c:32 src/auth.c:28
+msgid "AuthorizedMacTableString packet error"
+msgstr "AuthorizedMacTableString-pakettivirhe"
+
+#: src/ap-auth.c:33
+msgid "Invalid data in source file"
+msgstr ""
+
+#: src/ap-auth.c:34
+msgid "Can't open file"
+msgstr ""
+
+#: src/ap-auth.c:35
+msgid "Can't write to file"
+msgstr ""
+
+#: src/ap-auth.c:36
+msgid "Error closing file"
+msgstr ""
+
+#: src/ap-auth.c:44 src/ap-mrtg.c:41 src/ap-rrd.c:40
+msgid ""
+"\n"
+"Usage:\n"
+msgstr ""
+"\n"
+"Käyttö:\n"
+
+#: src/ap-auth.c:45
+msgid "\tap-auth -i ip -c community -d filename [-h]\n"
+msgstr ""
+
+#: src/ap-auth.c:46
+msgid ""
+"\tap-auth -i ip -c community -u filename [-h]\n"
+"\n"
+msgstr ""
+
+#: src/ap-auth.c:47
+msgid ""
+"Change accesspoint's list of authorised MAC addresses\n"
+"\n"
+msgstr ""
+
+#: src/ap-auth.c:48 src/ap-mrtg.c:45 src/ap-rrd.c:45
+msgid "-i ip        - AP ip address\n"
+msgstr "-i ip        - liityntäpisteen ip-osoite\n"
+
+#: src/ap-auth.c:49 src/ap-mrtg.c:46 src/ap-rrd.c:46
+msgid "-c community - SNMP community string\n"
+msgstr "-c yhteisö - SNMP-yhteisömerkkijono\n"
+
+#: src/ap-auth.c:50
+msgid ""
+"-d filename  - download list of authorised MAC addresses from AP to a file\n"
+msgstr ""
+
+#: src/ap-auth.c:52
+msgid ""
+"-u filename  - upload list of authorised MAC addresses from a file to AP\n"
+msgstr ""
+
+#: src/ap-auth.c:54 src/ap-mrtg.c:55 src/ap-rrd.c:55
+msgid ""
+"-h           - print this help screen\n"
+"\n"
+msgstr ""
+"-h           - tulosta tämä ohjenäyttö\n"
+"\n"
+
+#: src/ap-auth.c:55
+#, fuzzy, c-format
+msgid ""
+"ap-auth %s Copyright (c) 2004 Teemu Kiviniemi\n"
+"\n"
+msgstr ""
+"ap-mrtg %s Copyright (c) 2002-2003 Roman Festchook\n"
+"\n"
+
+#: src/ap-auth.c:138 src/ap-mrtg.c:132
+#, fuzzy
+msgid "Error: invalid IP-address.\n"
+msgstr "Virheellinen IP-osoite\n"
+
+#: src/ap-auth.c:203 src/ap-mrtg.c:204
+#, fuzzy
+msgid "Unable to determine AP MIB type (no response from AP)."
+msgstr ""
+"Liityntäpisteen MIB-omaisuuksia ei pystytä määrittelemään (ei vastausta "
+"liityntäpisteestä). Paina mitä tahansa näppäintä."
+
+#: src/ap-auth.c:211
+msgid "NWN devices are not yet supported."
+msgstr ""
+
+#  a menu item, max. size is 12 bytes
+#  Status line: Set bridging and IP-related options
+#: src/ap-config.c:43 src/bridge.c:201
+msgid "Bridging"
+msgstr "Siltaus"
+
+#: src/ap-config.c:43
+msgid "Set bridging and IP-related options"
+msgstr "Aseta siltaus ja IP-kohtaiset valinnat"
+
+#  a menu item, max. size is 12 bytes
+#  Status line: Set wireless options
+#: src/ap-config.c:45 src/ap-config.c:114 src/ap-config.c:123 src/bridge.c:125
+msgid "Wireless"
+msgstr "Langaton"
+
+#: src/ap-config.c:45
+msgid "Set wireless options"
+msgstr "Aseta langattomat valinnat"
+
+#  a menu item, max. size is 12 bytes
+#  Status line: Set encryption; edit WEP keys
+#: src/ap-config.c:46 src/ap-config.c:58
+msgid "Privacy"
+msgstr "Yksityisyys"
+
+#  a menu item, max. size is 12 bytes
+#  Status line: Short info about program
+#: src/ap-config.c:47
+#, fuzzy
+msgid "Auth"
+msgstr "Ohjelmasta"
+
+#  a menu item, max. size is 12 bytes
+#  Status line: Set SNMP community/password for access to the AP
+#: src/ap-config.c:48 src/ap-config.c:60
+msgid "Community"
+msgstr "Yhteisö"
+
+#  a menu item, max. size is 12 bytes
+#  Status line: Set radio signal power and antenna options
+#: src/ap-config.c:49
+msgid "Radio"
+msgstr "Radio"
+
+#  Status line text
+#: src/ap-config.c:49
+msgid "Set radio signal power and antenna options"
+msgstr "Aseta radiosignaalin voimakkuus ja antennivalinnat"
+
+#: src/ap-config.c:56
+msgid "General"
+msgstr "Yleinen"
+
+#: src/ap-config.c:56
+msgid "Set general options"
+msgstr "Aseta yleiset valinnat"
+
+#  a menu item, max. size is 12 bytes
+#  Status line: Set advanced options
+#: src/ap-config.c:57
+msgid "Advanced"
+msgstr "Lisäykset"
+
+#: src/ap-config.c:57
+msgid "Set advanced options"
+msgstr "Aseta lisävalinnat"
+
+#  a menu item, max. size is 12 bytes
+#  Status line: Set authorization; edit MAC authorization table
+#: src/ap-config.c:59
+msgid "MAC auth"
+msgstr "MAC-todennus"
+
+#  a menu item, max. size is 12 bytes
+#  Status line: Activate current configuration
+#: src/ap-config.c:82
+msgid "Upload"
+msgstr "KopioiPalvel"
+
+#: src/ap-config.c:82
+msgid "Activate current configuration"
+msgstr "Aktivoi nykyasetukset"
+
+#  a menu item, max. size is 12 bytes
+#  Status line: Restore factory default settings
+#: src/ap-config.c:83
+msgid "Defaults"
+msgstr "Oletukset"
+
+#  Status line text
+#: src/ap-config.c:83
+msgid "Restore factory default settings"
+msgstr "Palauta tehdasasetukset"
+
+#  a menu item, max. size is 12 bytes
+#  Status line: Reset AP. All not uploaded configuration will be lost
+#: src/ap-config.c:84 src/ap-config.c:91
+msgid "Reset"
+msgstr "Nollaa"
+
+#   Status line text
+#: src/ap-config.c:85
+msgid "Reset AP. All not uploaded configuration will be lost"
+msgstr ""
+"Nollaa liityntäpiste. Kaikki palvelimelle kopioimattomat asetukset menetetään"
+
+#  a menu item, max. size is 12 bytes
+#  Status line: Put Access Point in test mode
+#: src/ap-config.c:86
+msgid "TestMode"
+msgstr "Testaustila"
+
+#  Status line text
+#: src/ap-config.c:86
+msgid "Put Access Point in test mode"
+msgstr "Aseta liityntäpiste testaustilaan"
+
+#: src/ap-config.c:91
+msgid "Reset AP."
+msgstr "Nollaa liityntäpiste."
+
+#  a menu item, max. size is 12 bytes
+#  Status line: Get info about AP hardware and firmware
+#: src/ap-config.c:112 src/ap-config.c:122
+msgid "SysInfo"
+msgstr "Järj.tiedot"
+
+#  a menu item, max. size is 12 bytes
+#  Status line: Get ethernet port statistics
+#: src/ap-config.c:113 src/bridge.c:124 src/bridge.c:127
+msgid "Ethernet"
+msgstr "Ethernet"
+
+#  Status line text
+#: src/ap-config.c:113
+msgid "Get ethernet port statistics"
+msgstr "Hae ethernet-portin tilastot"
+
+#  a menu item, max. size is 12 bytes
+#  Status line: Get list of currently associated stations (Access Point Clients)
+#: src/ap-config.c:115 src/ap-config.c:124
+msgid "Stations"
+msgstr "Asemat"
+
+#: src/ap-config.c:116
+#, fuzzy
+msgid "AP link"
+msgstr "Liityntäpisteyhteyden tila"
+
+#  a menu item, max. size is 12 bytes
+#  Status line: Get info about known Access Points
+#: src/ap-config.c:117
+msgid "KnownAPs"
+msgstr "Tunn. lp:t"
+
+#  Status line text
+#: src/ap-config.c:117
+msgid "Get info about known Access Points"
+msgstr "Hae tiedot tunnetuista liityntäpisteistä"
+
+#: src/ap-config.c:125
+msgid "Latest"
+msgstr "Viimeisin"
+
+#: src/ap-config.c:125
+msgid "Get info about latest events"
+msgstr "Hae tiedot viimeisistä tapahtumista"
+
+#  a menu item, max. size is 12 bytes
+#  Status line: Get info and statistics from AP
+#: src/ap-config.c:150
+msgid "Info"
+msgstr "Tiedot"
+
+#  a menu item, max. size is 12 bytes
+#  Status line: Set various configuration options
+#: src/ap-config.c:151
+msgid "Config"
+msgstr "Asetukset"
+
+#  a menu item, max. size is 12 bytes
+#  Status line: Execute commands on Access Point
+#: src/ap-config.c:152
+msgid "Commands"
+msgstr "Komennot"
+
+#  Status line text
+#: src/ap-config.c:152
+msgid "Execute commands on Access Point"
+msgstr "Suorita komennot liityntäpisteessä"
+
+#  a menu item, max. size is 12 bytes
+#  Status line: Set connection options: ip and community
+#: src/ap-config.c:154
+msgid "Connect"
+msgstr "Yhteydet"
+
+#  a menu item, max. size is 12 bytes
+#  Status line: Find connected Access Points
+#: src/ap-config.c:155
+msgid "Search"
+msgstr "Etsi"
+
+#: src/ap-config.c:156
+#, fuzzy
+msgid "Polling"
+msgstr "Pollaus: päällä"
+
+#  a menu item, max. size is 12 bytes
+#  Status line: Run subshell; to return type 'exit'.
+#: src/ap-config.c:157
+msgid "Shell"
+msgstr "Kuori"
+
+#  a menu item, max. size is 12 bytes
+#  Status line: exit program
+#: src/ap-config.c:159
+msgid "Exit"
+msgstr "Poistu"
+
+#  Top title of the application
+#: src/ap-config.c:218
+#, c-format
+msgid "Wireless Access Point Configurator ver. %s"
+msgstr "Langattoman liityntäpisteen asetusohjelma versio %s"
+
+#: src/aplink.c:25
+msgid "RSSI:     ["
+msgstr ""
+
+#: src/aplink.c:26
+msgid "RSSI avg: ["
+msgstr ""
+
+#: src/aplink.c:27
+msgid "RSSI top: ["
+msgstr ""
+
+#: src/aplink.c:28
+msgid "RSSI rou: ["
+msgstr ""
+
+#: src/aplink.c:29
+#, fuzzy
+msgid ""
+"P - pause, T - toggle graph view, Q - quit to menu, Other key - force update."
+msgstr ""
+"Q - poistu valikkoon. T - vuorottele pollaustilaa, Muut näppäimet - pakota "
+"päivitys."
+
+#: src/aplink.c:81
+msgid "RSSI [%]"
+msgstr ""
+
+#: src/aplink.c:82
+msgid "RSSI average [%]"
+msgstr ""
+
+#: src/aplink.c:83
+msgid "RSSI rounded [%]"
+msgstr ""
+
+#: src/aplink.c:84
+#, fuzzy
+msgid "Link Quality [%]"
+msgstr "; LQ: Yhteyslaatu [%]"
+
+#: src/aplink.c:133
+msgid "Not available - device must have firmware with necessary "
+msgstr ""
+
+#: src/aplink.c:135
+msgid "vendor extensions and be in either 'Access Point client'"
+msgstr ""
+
+#: src/aplink.c:137
+msgid "or 'Repeater' mode."
+msgstr ""
+
+#: src/ap-mrtg.c:42
+#, fuzzy
+msgid ""
+"\tap-mrtg -i ip -c community -t type [-b bssid] [-n name] [-v] [-h] [-r]\n"
+"\n"
+msgstr ""
+"\tap-mrtg -i ip -c yhteisö -t tyyppi [-b bssid] [-n nimi] [-a aptyyppi] [-v] "
+"[-h] [-r]\n"
+"\n"
+
+#: src/ap-mrtg.c:44
+msgid ""
+"Get stats from AP and return it in MRTG parsable format\n"
+"\n"
+msgstr ""
+"Hae liityntäpisteen tilastot ja palauta ne MRTG-jäsennetyssä muodossa\n"
+"\n"
+
+#: src/ap-mrtg.c:47
+#, fuzzy
+msgid ""
+"-t type      - statistics type <w>ireless, <e>thernet, associated <s>tations "
+"or <l>ink quality (last one will only "
+msgstr ""
+"-t type      - tilastotyyppi <w>langaton, <e>thernet, liitetyt <s>asemat tai "
+"<l>yhteyslaatu asiakastilassa\n"
+
+#: src/ap-mrtg.c:49
+msgid "work with ATMEL410 MIB devices in AP Client mode)\n"
+msgstr ""
+
+#: src/ap-mrtg.c:50
+#, fuzzy
+msgid ""
+"-b bssid     - mac address of the AP from which get link quality, only if "
+"type=l\n"
+msgstr ""
+"-b bssid     - liityntäpisteen mac-osoite, johon haetaan yhteyslaatu vain "
+"jos tyyppi=l\n"
+
+#: src/ap-mrtg.c:52
+#, fuzzy
+msgid "-n name      - AP name - for check only\n"
+msgstr "-n nimi     - liityntäpistenimi - ainoastaan tarkistusta varten\n"
+
+#: src/ap-mrtg.c:53
+msgid "-v           - report MRTG about problems connecting to AP\n"
+msgstr "-v           - raportoi MRTG:lle liityntäpisteen liittämispulmista\n"
+
+#: src/ap-mrtg.c:54 src/ap-rrd.c:54
+msgid "-r           - reset AP when getting LinkQuality stats\n"
+msgstr "-r           - nollaa liityntäpiste kun haetaan yhteyslaatutilastoja\n"
+
+#: src/ap-mrtg.c:56
+#, c-format
+msgid ""
+"ap-mrtg %s Copyright (c) 2002-2003 Roman Festchook\n"
+"\n"
+msgstr ""
+"ap-mrtg %s Copyright (c) 2002-2003 Roman Festchook\n"
+"\n"
+
+#: src/ap-rrd.c:32
+#, c-format
+msgid "Error getting data from AP %s\n"
+msgstr ""
+
+#: src/ap-rrd.c:42
+#, fuzzy
+msgid ""
+"\tap-rrd -i ip -c community -t type -d db_file [-b bssid] [-n name] [-a "
+"aptype] [-h] [-r] \n"
+"\n"
+msgstr ""
+"\tap-mrtg -i ip -c yhteisö -t tyyppi [-b bssid] [-n nimi] [-a aptyyppi] [-v] "
+"[-h] [-r]\n"
+"\n"
+
+#: src/ap-rrd.c:44
+#, fuzzy
+msgid ""
+"Get stats from AP and put it in to specified RRDtool database\n"
+"\n"
+msgstr ""
+"Hae liityntäpisteen tilastot ja palauta ne MRTG-jäsennetyssä muodossa\n"
+"\n"
+
+#: src/ap-rrd.c:48
+msgid ""
+"-t type      - statistics type <w>ireless, <e>thernet, associated <s>tations "
+"or <l>ink quality in client mode\n"
+msgstr ""
+"-t type      - tilastotyyppi <w>langaton, <e>thernet, liitetyt <s>asemat tai "
+"<l>yhteyslaatu asiakastilassa\n"
+
+#: src/ap-rrd.c:49
+msgid "-d db_file   - RRD database file with full path\n"
+msgstr ""
+
+#: src/ap-rrd.c:51
+msgid ""
+"-b bssid     - mac address of the AP to which get link quality, only if "
+"type=l\n"
+msgstr ""
+"-b bssid     - liityntäpisteen mac-osoite, johon haetaan yhteyslaatu vain "
+"jos tyyppi=l\n"
+
+#: src/ap-rrd.c:52
+msgid "-n name     - AP name - for check only\n"
+msgstr "-n nimi     - liityntäpistenimi - ainoastaan tarkistusta varten\n"
+
+#: src/ap-rrd.c:53
+#, fuzzy
+msgid ""
+"-a aptype    - AP type - 410 (default) or 510 for ATMEL12350's, like the ME-"
+"102\n"
+msgstr ""
+"-a aptyyppi        - liityntäpistetyyppi - 410 (oletus) tai 510 ATMELin12350:"
+"lle, kuten ME-102\n"
+
+#: src/ap-rrd.c:56
+#, fuzzy, c-format
+msgid ""
+"ap-rrd %s Copyright (c) 2002-2004 Roman Festchook\n"
+"\n"
+msgstr ""
+"ap-mrtg %s Copyright (c) 2002-2003 Roman Festchook\n"
+"\n"
+
+#: src/ap-rrd.c:133
+msgid "Invalid IP-address\n"
+msgstr "Virheellinen IP-osoite\n"
+
+#: src/ap-rrd.c:179
+#, c-format
+msgid "Invalid AP-Type '%s' - valid types are 510 or 410\n"
+msgstr ""
+"Virheellinen liityntäpistetyyppi \"%s\" - oikeita tyyppejä ovat 510 tai 410\n"
+
+#: src/ap-tftp.c:84
+#, fuzzy
+msgid "yes"
+msgstr "Kyllä"
+
+#  a menu item, max. size is 12 bytes
+#  Status line: Get info and statistics from AP
+#: src/ap-tftp.c:85
+#, fuzzy
+msgid "no"
+msgstr "Tiedot"
+
+#: src/ap-tftp.c:87
+msgid "Error while read()ing firmware file"
+msgstr ""
+
+#: src/ap-tftp.c:100
+msgid "Undefined error"
+msgstr ""
+
+#: src/ap-tftp.c:101
+msgid "File not found"
+msgstr ""
+
+#: src/ap-tftp.c:102
+#, fuzzy
+msgid "Access violation"
+msgstr "Liityntäpiste"
+
+#: src/ap-tftp.c:103
+msgid "Disk full or allocation error"
+msgstr ""
+
+#: src/ap-tftp.c:104
+msgid "Illegal TFTP operation"
+msgstr ""
+
+#: src/ap-tftp.c:105
+msgid "Unknown transfer ID"
+msgstr ""
+
+#: src/ap-tftp.c:106
+msgid "File already exists"
+msgstr ""
+
+#: src/ap-tftp.c:107
+msgid "No such user"
+msgstr ""
+
+#: src/ap-tftp.c:157
+msgid "Remote-filename too long.\n"
+msgstr ""
+
+#: src/ap-tftp.c:183
+#, c-format
+msgid "%sError in read()"
+msgstr ""
+
+#: src/ap-tftp.c:212
+#, c-format
+msgid "sending %u bytes\n"
+msgstr ""
+
+#: src/ap-tftp.c:221
+#, c-format
+msgid "%sError in sendto()"
+msgstr ""
+
+#: src/ap-tftp.c:244
+#, c-format
+msgid "%sError in recvfrom()"
+msgstr ""
+
+#: src/ap-tftp.c:256
+#, c-format
+msgid "\rProgress: uploaded %3i%%."
+msgstr ""
+
+#: src/ap-tftp.c:267
+#, c-format
+msgid "%sMalformed packet received. Aborting.\n"
+msgstr ""
+
+#: src/ap-tftp.c:276
+#, c-format
+msgid "%sTimed out waiting for response from server (%i/%i).\n"
+msgstr ""
+
+#: src/ap-tftp.c:283
+#, c-format
+msgid "%sError in select()"
+msgstr ""
+
+#: src/ap-tftp.c:297
+#, c-format
+msgid "Received %d bytes: %04x %04x\n"
+msgstr ""
+
+#: src/ap-tftp.c:308
+#, c-format
+msgid "%sError: server responded with %s. Aborting.\n"
+msgstr ""
+
+#: src/ap-tftp.c:315
+#, c-format
+msgid "%sFlash programming in progress...\n"
+msgstr ""
+
+#: src/ap-tftp.c:317
+msgid "Finished successfully.\n"
+msgstr ""
+
+#: src/ap-tftp.c:335
+msgid "PLEASE BE _ABSOLUTELY_ SURE TO READ MANPAGE PRIOR USE!!!\n"
+msgstr ""
+
+#: src/ap-tftp.c:337
+#, c-format
+msgid ""
+"\n"
+"Usage: %s -i IP -f firmware_file.rom [-c community] [-h]\n"
+msgstr ""
+
+#: src/ap-tftp.c:361
+msgid "TFTP client for upgrading firmware in ATMEL AT76C510 WiSOC-based APs.\n"
+msgstr ""
+
+#: src/ap-tftp.c:363
+msgid "(C) 2004-2005 Jan Rafaj <jr-aputils at cedric dot unob dot cz>\n"
+msgstr ""
+
+#: src/ap-tftp.c:379
+msgid "Error: invalid IP address format given.\n"
+msgstr ""
+
+#: src/ap-tftp.c:405
+msgid "Error: invalid argument combination.\n"
+msgstr ""
+
+#: src/ap-tftp.c:412
+msgid "Error while open()ing firmware file"
+msgstr ""
+
+#: src/ap-tftp.c:419 src/ap-tftp.c:472
+msgid "Error: invalid firmware file given.\n"
+msgstr ""
+
+#: src/ap-tftp.c:461
+#, c-format
+msgid ""
+"Firmware file contains:\n"
+"- string \"ATMEL\": %s\n"
+"- string \"802.11 AP\": %s\n"
+"- string \"atbrfirm.bin\": %s\n"
+"- string \"atsingle.bin\": %s\n"
+msgstr ""
+
+#: src/ap-tftp.c:485
+#, c-format
+msgid ""
+"Using:\n"
+"- server: %s\n"
+"- firmware file: \"%s\"\n"
+"- name used for upload: \"%s\"\n"
+msgstr ""
+
+#: src/ap-tftp.c:568
+msgid ""
+"Error: device with the given IP does not seem to run SmartBridges firmware.\n"
+msgstr ""
+
+#: src/ap-tftp.c:574
+msgid "Error: SNMP authorization error or device unavailable.\n"
+msgstr ""
+
+#: src/ap-tftp.c:653
+msgid "Error while lseek()ing in firmware file\n"
+msgstr ""
+
+#: src/ap-trapd.c:150
+#, c-format
+msgid "ap-trapd %s started%s%s."
+msgstr "ap-trapd %s käynnistyi%s%s."
+
+#: src/ap-trapd.c:151
+msgid " on "
+msgstr " päällä "
+
+#: src/ap-trapd.c:157
+msgid "Unable to fork. Exiting."
+msgstr "fork-toiminnan kutsu epäonnistui. Poistutaan."
+
+#: src/ap-trapd.c:161
+msgid "Can't create socket. Exiting."
+msgstr "Pistokkeen luonti epäonnistui. Poistutaan."
+
+#: src/ap-trapd.c:167
+msgid "Can't bind socket. Exiting."
+msgstr "Pistokkeen sitominen ei onnistunut. Poistutaan."
+
+#: src/ap-trapd.c:174
+#, c-format
+msgid "Can't bind to device %s. Exiting."
+msgstr "Laitetta %s ei voitu sitoa. Poistutaan."
+
+#: src/ap-trapd.c:185
+#, c-format
+msgid "Unable to process username %s. Error: %m."
+msgstr "Käyttäjänimeä %s ei voitu prosessoida. Virhe: %m."
+
+#: src/ap-trapd.c:190
+#, c-format
+msgid "Unable to change to uid %d."
+msgstr "Kohteeseen uid %d ei voitu tehdä muutosta."
+
+#: src/ap-trapd.c:239
+#, c-format
+msgid ""
+"Received unknown SNMP ver %d trap. From %s:%d. Agent: %s. Community: %s."
+msgstr ""
+"Vastaanotettu tuntematon SNMP-versio %d keskeytys. Kohteesta %s:%d. Agentti: "
+"%s. Yhteisö: %s."
+
+#: src/ap-trapd.c:311
+#, fuzzy, c-format
+msgid "Agent:v%d %s (%s@%s:%d) Trap %i: %s%s%s. SysUptime %d:%02d:%02d.%02d"
+msgstr ""
+"Agentti:v%d %s (%s@%s:%d) %s%s%s. Järjestelmä käytettävyysaika %d:%02d:%02d.%"
+"02d"
+
+#: src/auth.c:30
+msgid "APClient authorization credentials"
+msgstr ""
+
+#: src/auth.c:32
+msgid "[A] MAC authorization: "
+msgstr "[A] MAC-käyttövaltuutus: "
+
+#  in code: #define MAC_ADD  _("Enter MAC: ")
+#: src/auth.c:33
+msgid "Enter MAC: "
+msgstr "Lisää MAC: "
+
+#: src/auth.c:34
+msgid "Delete Num: "
+msgstr "Poista nro: "
+
+#: src/auth.c:35
+#, fuzzy
+msgid " NUM     MAC address     "
+msgstr "NUM     MAC-osoite"
+
+#: src/auth.c:36
+#, fuzzy
+msgid "A: auth; N: new; D: del; arrows: scroll; W: write conf; Q: quit"
+msgstr ""
+"A - todennus; N - uusi; D - poista; nuolinäppäimet - vieritä; W - kirjoita "
+"asetukset; Q - poistu"
+
+#: src/auth.c:38
+msgid "[I] Radius server IP: "
+msgstr ""
+
+#: src/auth.c:39
+#, fuzzy
+msgid "[P] Radius server port: "
+msgstr "[P] Ensisijainen portti: "
+
+#: src/auth.c:40
+msgid "[S] Radius server secret: "
+msgstr ""
+
+#: src/auth.c:41
+#, fuzzy
+msgid "[T] Reauthorization time (minutes): "
+msgstr "[A] MAC-käyttövaltuutus: "
+
+#: src/auth.c:42
+msgid "[F] Radius source port: "
+msgstr ""
+
+#: src/auth.c:43
+#, fuzzy
+msgid ""
+"A: auth; N: new; D: del; IPSTF: set; arrows: scroll; W: write conf; Q: quit"
+msgstr ""
+"A - todennus; N - uusi; D - poista; nuolinäppäimet - vieritä; W - kirjoita "
+"asetukset; Q - poistu"
+
+#: src/auth.c:45
+#, fuzzy
+msgid "[M] 802.1x authorization: "
+msgstr "[A] MAC-käyttövaltuutus: "
+
+#: src/auth.c:46
+#, fuzzy
+msgid "[T] key broadcasting time period (seconds): "
+msgstr "[B] Merkkivalojakso (millisekuntia): "
+
+#: src/auth.c:47
+msgid "[I] 802.1x auth. server IP: "
+msgstr ""
+
+#: src/auth.c:48
+msgid "[S] 802.1x auth. server secret: "
+msgstr ""
+
+#: src/auth.c:49
+#, fuzzy
+msgid ""
+"A: auth; N: new; D: del; MTIS: set; arrows: scroll; W: write conf; Q: quit"
+msgstr ""
+"A - todennus; N - uusi; D - poista; nuolinäppäimet - vieritä; W - kirjoita "
+"asetukset; Q - poistu"
+
+#: src/auth.c:114
+msgid "Internal"
+msgstr "Sisäinen"
+
+#  a menu item, max. size is 12 bytes
+#  Status line: Set radio signal power and antenna options
+#: src/auth.c:116
+#, fuzzy
+msgid "Radius"
+msgstr "Radio"
+
+#: src/auth.c:121
+msgid "Allow listed MACs only"
+msgstr ""
+
+#: src/auth.c:123
+msgid "Deny listed MACs only"
+msgstr ""
+
+#: src/auth.c:129
+msgid "Mixed environment"
+msgstr ""
+
+#: src/auth.c:213
+msgid "(not shown)"
+msgstr ""
+
+#: src/auth.c:276
+#, fuzzy
+msgid "Authorized MAC addresses:"
+msgstr "Valtuutetut MAC-osoitteet"
+
+#: src/auth.c:345
+msgid "(insufficient community used)"
+msgstr ""
+
+#: src/auth.c:472
+#, c-format
+msgid "Given MAC already exists in MAC list at position %d. Press any key."
+msgstr ""
+
+#: src/bridge.c:27
+msgid "[I] IP: "
+msgstr "[I] IP: "
+
+#: src/bridge.c:28
+msgid "[N] Netmask: "
+msgstr "[N] Verkkopeite: "
+
+#: src/bridge.c:29
+msgid "[G] Gateway: "
+msgstr "[G] Yhdyskäytävä "
+
+#: src/bridge.c:30
+msgid "[F] Filter non-IP traffic: "
+msgstr "[F] Suodata ei-IP-liikenne: "
+
+#: src/bridge.c:31
+msgid "[P] Primary port: "
+msgstr "[P] Ensisijainen portti: "
+
+#: src/bridge.c:32
+msgid "Attached station MAC: "
+msgstr "Liitetty asema-MAC: "
+
+#: src/bridge.c:33
+msgid "[D] DHCP client: "
+msgstr "[D] DHCP-asiakas: "
+
+#: src/bridge.c:34
+msgid "[O] Operational mode: "
+msgstr "[O] Toimintatila: "
+
+#: src/bridge.c:35
+msgid "[M] Preferred BSSID (remote MAC addr.): "
+msgstr "[M] Etusijainen BSSID (kauko-MAC-osoite): "
+
+#: src/bridge.c:36
+msgid "[C] Configuration-enabled port(s): "
+msgstr "[C] Asetuksin passivoitu portti(portit): "
+
+#: src/bridge.c:37
+#, fuzzy
+msgid "[T] Trap-sending port: "
+msgstr "[T] Keskeytyksen lähetysportti(portit): "
+
+#: src/bridge.c:38
+msgid "[R] Forward broadcast traffic: "
+msgstr "[R] Yleisliikenteen edelleenlähetys: "
+
+#: src/bridge.c:39
+msgid "[B] Isolate wireless clients (broadcast traffic): "
+msgstr "[B] Eristä langattomat asiakkaat (yleislähetysliikenne): "
+
+#: src/bridge.c:40
+msgid "[U] Isolate wireless clients (unicast traffic): "
+msgstr "[U] Eristä langattomat asiakkaat (täsmälähetysliikenne): "
+
+#  INGFPDOMSCTRBU decoded:
+#  [I] IP:
+#  [N] Netmask:
+#  [G] Gateway:
+#  [F] Filter non-IP traffic:
+#  [P] Primary port:
+#  [D] DHCP client:
+#  [O] Operational mode:
+#  [M] Preferred BSSID (remote MAC addr.):
+#  [S] SNMP traps:
+#  [C] Configuration-enabled port(s):
+#  [R] Forward broadcast traffic:
+#  [B] Isolate wireless clients (broadcast traffic):
+#  [U] Isolate wireless clients (unicast traffic):
+#  [T] Trap-sending port:
+#: src/bridge.c:41
+#, fuzzy
+msgid "INGFPDOMSCRBUT - set; W - write conf; Q - quit to menu"
+msgstr "INGFPDOMSCTRBU - aseta; W - kirjoita asetukset; Q - poistu valikkoon"
+
+#: src/bridge.c:128
+#, fuzzy
+msgid "Wireless (can be risky)"
+msgstr "Langattomat asetukset:"
+
+#: src/bridge.c:129
+msgid "Both"
+msgstr "Molemmat"
+
+#: src/nwn_advanced.c:60
+#, c-format
+msgid "[D] DB Station Timeout: %d"
+msgstr "[D] DB-asema-aikavalvonta: %d"
+
+#: src/nwn_advanced.c:62
+#, c-format
+msgid "[A] ACK Window: %d"
+msgstr "[A] Kuittausikkuna: %d"
+
+#: src/nwn_advanced.c:65
+msgid "Advanced Options"
+msgstr "Lisävalinnat"
+
+#: src/nwn_advanced.c:66
+msgid "DA - options; W - write conf; Q - quit to menu"
+msgstr "DA - valinnat; W - kirjoita asetukset; Q - poistu valikkoon"
+
+#: src/nwn_latest.c:30
+#, c-format
+msgid "Reason: %u Station: %02X%02X%02X%02X%02X%02X"
+msgstr "Syy: %u Asema: %02X%02X%02X%02X%02X%02X"
+
+#: src/nwn_latest.c:88
+msgid "Latest Events"
+msgstr "Viimeisimmät tapahtumat"
+
+#: src/nwn_latest.c:89
+msgid "Disassociate:"
+msgstr "Irtikytke:"
+
+#: src/nwn_latest.c:96
+msgid "Deauthenticate:"
+msgstr "Todennuksen purku:"
+
+#: src/nwn_latest.c:103
+msgid "Authenticate Fail:"
+msgstr "Todennuksen epäonnistuminen:"
+
+#: src/nwn_latest.c:109
+msgid "Last error:"
+msgstr "Viimeinen virhe:"
+
+#: src/nwn_latest.c:110
+msgid "Error:"
+msgstr "Virhe:"
+
+#: src/stations.c:82
+msgid "Not available (device not in AP mode)."
+msgstr ""
+
+#: src/stations.c:92
+#, fuzzy
+msgid "  #     MAC       Parent MAC  RSSI   LQ Sts MACn      IP        "
+msgstr " #     MAC       Lähde MAC     RSSI  Tila    MACn     IP        "
+
+#: src/stations.c:136
+msgid "AssociatedSTAsInfo packet error"
+msgstr "AssociatedSTAsInfo-pakettivirhe"
+
+#: src/stations.c:189 src/stations.c:364
+msgid ""
+"Arrows - scroll; S - save to file; Q - return; T - toggle view; Other - "
+"refresh"
+msgstr ""
+"Nuolinäppäimet - vieritä; S - tallenna tiedostoon; Q - palaa; T - vuorottele "
+"näkymiä; Muut - päivitä"
+
+#: src/stations.c:193
+msgid "Arrows - scroll; S - save to file; Q - return; Other key - refresh"
+msgstr ""
+"Nuolinäppäimet - vieritä; S - tallenna tiedostoon; Q - palaa; Muut näppäimet "
+"- päivitä"
+
+#: src/stations.c:275
+msgid "Id       MAC address     Quality  Age  RSSI"
+msgstr "Id       MAC-osoite     Laatu  Ikä RSSI"
+
+#~ msgid "NUM       MAC address"
+#~ msgstr "Nro       MAC-osoite"
+
+#  IPSTF decoded:
+#  [I] RADIUS SERVER IP:
+#  [P] RADIUS SERVER PORT:
+#  [S] RADIUS SERVER SECRET
+#  [T] REAUTHORIZATION TIME:
+#  [F] RADIUS SOURCE PORT:
+#~ msgid "A - auth; IPSTF - set; W - write conf; Q - quit"
+#~ msgstr "A - todennus; IPSTF - aseta; W - kirjoita asetukset; Q - poistu"
+
+#~ msgid "A - auth; W - write conf; Q - quit"
+#~ msgstr "A - todennus; W - kirjoita asetukset; Q - poistu"
+
+#  RADIUS is Remote Authentication Dial-in User Services
+#~ msgid "[I] RADIUS SERVER IP: "
+#~ msgstr "[I] RADIUS-PALVELIMEN IP: "
+
+#  RADIUS is Remote Authentication Dial-in User Services
+#~ msgid "[P] RADIUS SERVER PORT: "
+#~ msgstr "[P] RADIUS-PALVELIMEN PORTTI: "
+
+#  RADIUS is Remote Authentication Dial-in User Services
+#~ msgid "[S] RADIUS SERVER SECRET: "
+#~ msgstr "[S] RADIUS-PALVELIMEN SALAISUUS: "
+
+#~ msgid "[T] REAUTHORIZATION TIME: "
+#~ msgstr "[T] UUDELLEENVALTUUTUSAIKA: "
+
+#  RADIUS is Remote Authentication Dial-in User Services
+#~ msgid "[F] RADIUS SOURCE PORT: "
+#~ msgstr "[F] RADIUS-PALVELIMEN LÄHDEPORTTI: "
+
+#~ msgid "<hidden>"
+#~ msgstr "<piilotettu>"
+
+#~ msgid "[U] Isolate wireless clients: "
+#~ msgstr "[U] Eristä langattomat asiakkaat: "
+
+#~ msgid "AP is currently in AP Client Mode => no associated STAtions."
+#~ msgstr ""
+#~ "Liityntäpiste on tällä hetkellä liityntäpisteasiakastilassa => ASEmia ei "
+#~ "ole liitettynä."
+
+#  LQ is Link Quality
+#~ msgid "#     MAC       LQ    RSSI   Status Port IP"
+#~ msgstr "#     MAC       LQ    RSSI   Tilaportin IP"
+
+#~ msgid "Arrows - scroll; S - save to file; Q - quit to menu."
+#~ msgstr ""
+#~ "Nuolinäppäimet - vieritä; S - tallenna tiedostoon; Q - poistu valikkoon."
+
+#~ msgid "Please enter SNMP community name that will be used for AP detection."
+#~ msgstr ""
+#~ "Kirjoita SNMP-yhteisönimi, jota käytetään liityntäpisteen havaitsemiseen."
+
+#~ msgid "Create socket error. Press any key."
+#~ msgstr "Pistokkeen luontivirhe. Paina mitä tahansa näppäintä."
+
+#~ msgid "Bind socket error. Press any key."
+#~ msgstr "Pistokkeen sitomisvirhe. Paina mitä tahansa näppäintä."
+
+#~ msgid "Create socket error"
+#~ msgstr "Pistokkeen luontivirhe"
+
+#~ msgid "Bind socket error"
+#~ msgstr "Pistokkeen sitomisvirhe"
+
+#~ msgid " #            MAC                                               "
+#~ msgstr " #            MAC                                               "
index 8622ac2132d24f0cb6660e99e01860a760d14841..626328ab670a86955a5919e2e0ec8165d447a587 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -5,14 +5,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: GNU ap-utils 1.5pre1\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-05-22 20:46+0300\n"
+"POT-Creation-Date: 2005-07-05 23:47+0300\n"
 "PO-Revision-Date: 2004-11-30 08:00-0500\n"
 "Last-Translator: Michel Robitaille <robitail@IRO.UMontreal.CA>\n"
 "Language-Team: French <traduc@traduc.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8-bit\n"
+"Report-Msgid-Bugs-To: \n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
 #: lib/aps.c:30
diff --git a/po/ms.po b/po/ms.po
new file mode 100644 (file)
index 0000000..0e8f8c5
--- /dev/null
+++ b/po/ms.po
@@ -0,0 +1,2303 @@
+# ap-utils Bahasa Melayu (Malay) (ms)
+# Copyright (C) 2005 Free Software Foundation, Inc.
+# This file is distributed under the same license as the ap-utils package.
+# Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: ap-utils-1.5pre1\n"
+"POT-Creation-Date: 2005-07-05 23:47+0300\n"
+"PO-Revision-Date: 2005-06-30 13:54+0800\n"
+"Last-Translator: Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>\n"
+"Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: lib/aps.c:30
+msgid "Known Access Points"
+msgstr "Access Point Diketahui"
+
+#: lib/aps.c:130
+msgid "Your Access Point is not in \"AP client\" mode => getting"
+msgstr "Access Point anda tidak didalam mod \"klien AP\" => mendapatkan"
+
+#: lib/aps.c:133
+msgid "up-to-date \"Known APs\" info requires your AP to be"
+msgstr "Maklumat \"AP Diketahui\" terkini memerlukan AP and untuk"
+
+#: lib/aps.c:136
+msgid "temporarily configured into \"AP client\" mode and rebooted."
+msgstr "menetapkan sementara ke dalam mod \"klien AP\" dan mengulangboot."
+
+#: lib/aps.c:139
+msgid "Your AP will be reconfigured back to original mode by this"
+msgstr "AP anda akan diulangtetap semula ke mod asal dengan"
+
+#: lib/aps.c:142
+msgid "utility once you quit the \"KnownAP\" view. This, in turn, may"
+msgstr ""
+"utiliti ini sebaik anda keluar dari paparan \"AP Diketahui\". Ini mungkin"
+
+#: lib/aps.c:145
+msgid "cause loss of Access Point's current configuration."
+msgstr "menyebabkan kehilangan tetapan semasa Access Point."
+
+#: lib/aps.c:149
+msgid "Do NOT answer \"Yes\" if you're connected to the Access Point"
+msgstr "JANGAN menjawab \"Ya\" jikan ada disambungkan ke Access Point"
+
+#: lib/aps.c:152
+msgid "via its wireless port."
+msgstr "melalui port tanpawayar."
+
+#: lib/aps.c:154 lib/cmd.c:45 lib/cmd.c:75 lib/test.c:96
+msgid "Do you want to continue? "
+msgstr "Adakah anda mahu meneruskan?"
+
+#: lib/aps.c:208
+msgid "NetworkType"
+msgstr "Jenis Rangkaian"
+
+#: lib/aps.c:284
+msgid "Infrastructure"
+msgstr "Infrastruktur"
+
+#: lib/aps.c:344 lib/aps.c:352 lib/aps.c:360
+#, fuzzy
+msgid "CN: Channel Name; P: Preamble Type (S: Short; L: Long);"
+msgstr "CN: Nama Saluran; P: Jenis Preambule (S: Pendek; L: Panjang);"
+
+#: lib/aps.c:346
+msgid "RSSI: Radio Signal Strength Indicator [%]"
+msgstr "RSSI: Radio Signal Strength Indicator [%]"
+
+#: lib/aps.c:348 lib/aps.c:356
+msgid "; LQ: Link Quality [%]"
+msgstr "; LQ: Kualiti Sambungan [%]"
+
+#: lib/aps.c:354
+msgid "RSSI: Radio Signal Strength Indicator [dBm]"
+msgstr "RSSI: Radio Signal Strength Indicator [dBm]"
+
+#: lib/aps.c:362
+msgid "RSSI: Radio Signal Strength Indicator [raw]"
+msgstr "RSSI: Radio Signal Strength Indicator [mentah]"
+
+#: lib/aps.c:364
+msgid "; LQ: Link Q. [raw]"
+msgstr "; LQ: Kualiti Sambungan [raw]"
+
+#: lib/aps.c:370
+msgid ""
+"# con. to AP #; R refresh with reset; T toggle; Q quit; Other = refr. w/o "
+"reset"
+msgstr ""
+"# samb. ke AP #; R segar dengan reset; T toggle; Q keluar; Lain = segar "
+"tanpa reset"
+
+#: lib/aps.c:372
+msgid ""
+"# con. to AP #; R initiate AP scan; T toggle view; Q quit; Other = refresh "
+"view"
+msgstr ""
+"# samb. ke AP #; R mula kesan AP; T toggle lihat; Q keluar; Lain = segar "
+"lihat"
+
+#: lib/aps.c:501 lib/ap_search.c:173
+#, c-format
+msgid "Failure in sendto(): %s. Press any key."
+msgstr "Gagal dalam sendto(): %s. Tekan sebarang kekunci."
+
+#: lib/aps.c:510
+msgid "You have just initiated the AP scan. Be advised that it may"
+msgstr "Anda baru sahaja memulakan pengesanan AP. Ambil perhatian yang ia"
+
+#: lib/aps.c:513
+msgid "take a few seconds for your Access Point to find out some"
+msgstr "mungkin mengambil beberapa saat untuk Access Point anda menjumpai"
+
+#: lib/aps.c:516
+msgid "values, so expect finishing the scan in about 5 seconds."
+msgstr "sebarang nilai, jadi pengesan akan selesai dalam 5 saat."
+
+#: lib/aps.c:519
+msgid "Also note that your Access Point stops forwarding the network"
+msgstr ""
+"Juga ambil perhatian yang Access Point anda akan berhenti mengajukan trafik"
+
+#: lib/aps.c:522
+msgid "traffic while the scan is in progress, but restores itself"
+msgstr "rangkaian apabila pengesanan dilaksanakan, tetapi pulih kembali"
+
+#: lib/aps.c:525
+msgid "to normal operation in time ranging up to 1 minute."
+msgstr "ke operasi normal dalam julat masa sehingga 1 minit."
+
+#: lib/aps.c:528
+msgid "Hence, if you are connected to target Access Point via its"
+msgstr "Oleh itu, jika anda disambungkan ke Access Point sasaran melalui"
+
+#: lib/aps.c:531
+msgid "wireless port, you need to wait a bit longer"
+msgstr "port tanpawayar, anda perlu menunggu lama sedikit"
+
+#: lib/aps.c:534
+msgid "after pressing 'S'."
+msgstr "selepas menekan 'S'."
+
+#: lib/ap_search.c:48
+msgid "Community name: "
+msgstr "Nama komuniti:"
+
+#: lib/ap_search.c:49
+#, fuzzy
+msgid "  NUM  IP ADDRESS       MIB TYPE    FW TYPE (VERSION) AP NAME"
+msgstr "  NOM  ALAMAT IP        JENIS MIB   NAMA"
+
+#: lib/ap_search.c:106
+msgid "Please wait while scanning, or press 'Q' to quit."
+msgstr "Sila tunggu ketika pengesanan, atau tekan 'Q' untuk keluar."
+
+#: lib/ap_search.c:122
+msgid "Can't set broadcast option on socket. Press any key."
+msgstr ""
+"Tidak dapat menetapkan pilihan pancaran pada soket. Tekan sebarang kekunci."
+
+#: lib/ap_search.c:131
+msgid "Can't set multicast membership on socket. Press any key."
+msgstr ""
+"Tidak dapat menetapkan keahlian multicast pada soket. Tekan sebarang kekunci."
+
+#: lib/ap_search.c:138
+msgid "Scanning via network interface:"
+msgstr "Mengesan melalui antaramuka rangkaian:"
+
+#: lib/ap_search.c:139
+#, c-format
+msgid "  Index: %i"
+msgstr "  Index: %i"
+
+#: lib/ap_search.c:141
+#, c-format
+msgid "  Name: %s"
+msgstr "  Nama: %s"
+
+#: lib/ap_search.c:143
+#, c-format
+msgid "  IP: %s"
+msgstr "  IP: %s"
+
+#: lib/ap_search.c:152
+#, c-format
+msgid "Scanning for AP with MIB type: %s"
+msgstr "Mengesan AP dengan jenis MIB: %s"
+
+#: lib/ap_search.c:378
+msgid "Access Points Search"
+msgstr "Cari Access Point"
+
+#: lib/ap_search.c:396
+msgid "realloc() error."
+msgstr "Ralat realloc()"
+
+#: lib/ap_search.c:408
+msgid "Network interface discovery error."
+msgstr "Ralat menjumpai antaramuka rangkaian."
+
+#: lib/ap_search.c:483
+msgid "No local network interfaces found. Press any key."
+msgstr "Tiada antaramuka rangkaian tempatan dijumpai. Tekan sebarang kekunci."
+
+#: lib/ap_search.c:485
+msgid "No directly reachable Access Points found. Press any key."
+msgstr "Tiada Access Point capaian langsung dijumpai. Tekan sebarang kekunci."
+
+#: lib/ap_search.c:490
+msgid "Single-screen maximum number of APs found."
+msgstr "Jumlah maksimum satu-muka AP dijumpai."
+
+#: lib/ap_search.c:493
+msgid "# - connect to AP; Q - quit"
+msgstr "# - sambung ke AP; Q - keluar"
+
+#: lib/ap-utils.h:85
+msgid "MAC address: "
+msgstr "Alamat MAC:"
+
+#: lib/ap-utils.h:86
+msgid "[S] SNMP traps: "
+msgstr "[S] Perangkap SNMP: "
+
+#: lib/ap-utils.h:88
+msgid "[C] Frequency channel: "
+msgstr "[C] Saluran frekuensi:"
+
+#: lib/ap-utils.h:90
+msgid "Receive  antenna:"
+msgstr "Antenna penerima:"
+
+#: lib/ap-utils.h:91
+msgid "[U] Left"
+msgstr "[U] Kiri"
+
+#: lib/ap-utils.h:92
+msgid "[I] Right"
+msgstr "[I] Kanan"
+
+#: lib/ap-utils.h:93
+msgid "Transmit antenna:"
+msgstr "Antenna pemancar:"
+
+#: lib/ap-utils.h:94
+msgid "[O] Left"
+msgstr "[O] Kiri"
+
+#: lib/ap-utils.h:95
+msgid "[P] Right"
+msgstr "[P] Kanan"
+
+#: lib/ap-utils.h:96
+msgid "Diversity select:"
+msgstr "Pilihan kepelbagaian:"
+
+#: lib/ap-utils.h:97
+msgid "[T] Left"
+msgstr "[T] Kiri"
+
+#: lib/ap-utils.h:98
+msgid "[Y] Right"
+msgstr "[Y] Kanan"
+
+#: lib/ap-utils.h:100
+msgid "Yes"
+msgstr "Ya"
+
+#: lib/ap-utils.h:101
+msgid "No"
+msgstr "Tidak"
+
+#: lib/ap-utils.h:103
+msgid "On"
+msgstr "On"
+
+#: lib/ap-utils.h:104
+msgid "Off"
+msgstr "Off"
+
+#: lib/ap-utils.h:106
+msgid "Basic"
+msgstr "Asas"
+
+#: lib/ap-utils.h:108
+msgid "Press any key to continue."
+msgstr "Tekan sebarang kekunci untuk meneruskan."
+
+#: lib/ap-utils.h:109
+#, fuzzy
+msgid "Q - quit to menu. T - toggle polling mode, Other key - force update"
+msgstr ""
+"Q - keluar ke menu. T - toggle mod polling, Kekunci lain - paksa kemaskini."
+
+#: lib/ap-utils.h:111
+msgid "Unable to write data to AP. Press any key to continue."
+msgstr ""
+"Tidak dapat menulis data ke AP. Tekan sebarang kekunci untuk meneruskan."
+
+#: lib/ap-utils.h:112
+msgid "Unable to retrieve (valid) data from AP. Press any key to continue."
+msgstr ""
+"Tidak dapat mengambil data (sah) dari AP. Tekan sebarang kekunci untuk "
+"meneruskan."
+
+#: lib/ap-utils.h:113
+#, fuzzy
+msgid "Trying to retrieve data from AP - please wait (or press Q to quit)."
+msgstr "Mencuba untuk mengambil data dari AP. Sila tunggu..."
+
+#: lib/ap-utils.h:114
+msgid "Writing data to AP. Please wait..."
+msgstr "Menulis data ke AP. Sila tunggu..."
+
+#: lib/ap-utils.h:115
+msgid "Configuration written to the AP. Press any key to continue."
+msgstr "Tetapan ditulis ke AP. Tekan sebarang kekunci untuk meneruskan."
+
+#: lib/ap-utils.h:116
+msgid "select() function error. Press any key."
+msgstr "Ralat fungsi select(). Tekan sebarang kekunci."
+
+#: lib/ap-utils.h:117
+#, fuzzy
+msgid "socket() or bind() function error. Press any key."
+msgstr "Ralat fungsi select(). Tekan sebarang kekunci."
+
+#: lib/ap-utils.h:119
+msgid "Unable to write AP list file ~/.ap-config. Press any key."
+msgstr ""
+"Tidak dapat menulis fail senarai AP ~/.ap-config. Tekan sebarang kekunci."
+
+#: lib/ap-utils.h:120
+msgid "AP list file ~/.ap-config successfully written. Press any key."
+msgstr "Fail senarai AP ~/.ap-config berjaya ditulis. Tekan sebarang kekunci."
+
+#: lib/ap-utils.h:122
+msgid "Back to main menu"
+msgstr "Kembali ke menu utama"
+
+#: lib/ap-utils.h:123
+msgid "Exit program"
+msgstr "Keluar program"
+
+#: lib/ap-utils.h:124
+msgid "Run subshell. To return type 'exit'."
+msgstr "Laksana subshell. Untuk kembali taip 'exit'."
+
+#: lib/ap-utils.h:125
+msgid "Change polling mode interval"
+msgstr ""
+
+#: lib/ap-utils.h:126
+msgid "Short info about program"
+msgstr "Maklumat ringkas mengenai program"
+
+#: lib/ap-utils.h:127
+msgid "Find connected Access Points"
+msgstr "Cari Access Point tersambung"
+
+#: lib/ap-utils.h:128
+msgid "Set connection options: ip and community"
+msgstr "Tetap pilihan sambungan: ip dan komuniti"
+
+#: lib/ap-utils.h:129
+msgid "Set encryption; edit WEP keys"
+msgstr "Tetap enkripsi; ubah kekunci WEP"
+
+#: lib/ap-utils.h:130
+#, fuzzy
+msgid "Set authorization; edit MAC authorization table"
+msgstr "Tetap kebenaran MAC; ubah jadual kebenaran MAC"
+
+#: lib/ap-utils.h:131
+msgid "Set SNMP community/password for access to the AP"
+msgstr "Tetap komuniti/katalaluan SNMP untuk akses ke AP"
+
+#: lib/ap-utils.h:132
+msgid "Get info about AP hardware and firmware"
+msgstr "Dapatkan maklumat mengenai perkakasan dan firmware AP"
+
+#: lib/ap-utils.h:133
+msgid "Get wireless port statistics"
+msgstr "Dapatkan statistik port tanpawayar"
+
+#: lib/ap-utils.h:134
+msgid "Get list of currently associated stations (Access Point clients)"
+msgstr "Dapatkan senarai stesyen gabungan semasa (klien Access Point)"
+
+#: lib/ap-utils.h:135
+msgid "Get link status in APclient mode"
+msgstr ""
+
+#: lib/ap-utils.h:136
+msgid "Get info and statistics from AP"
+msgstr "Dapatkan maklumat dan statistik dari AP"
+
+#: lib/ap-utils.h:137
+msgid "Set various configuration options"
+msgstr "Tetap pelbagai pilihan tetapan"
+
+#: lib/ap-utils.h:139
+msgid "Associated stations"
+msgstr "Stesyen berkaitan"
+
+#: lib/ap-utils.h:140
+#, fuzzy
+msgid "AP Client link state"
+msgstr "Keadaan sambungan AP"
+
+#: lib/ap-utils.h:142
+msgid "Polling: on"
+msgstr "Polling: on"
+
+#: lib/ap-utils.h:143
+msgid "Polling: off"
+msgstr "Polling: off"
+
+#: lib/cmd.c:40
+msgid "Restore factory default configuration"
+msgstr "Kembalikan tetapan default kilang"
+
+#: lib/cmd.c:43
+msgid "After restoring factory defaults your current configuration"
+msgstr "Selepas mengembalikan default kilang tetapan semasa anda"
+
+#: lib/cmd.c:44
+msgid "will be lost."
+msgstr "akan hilang."
+
+#: lib/cmd.c:63
+msgid "Factory default settings loaded. Press any key to continue."
+msgstr ""
+"Tetapan default kilang dimuatkan. Tekan sebarang kekunci untuk meneruskan."
+
+#: lib/cmd.c:71
+msgid "Reset Access Point"
+msgstr "Ulangtetap Access Point"
+
+#: lib/cmd.c:74
+msgid "By reset you'll lose all non-uploaded configuration."
+msgstr "Dengan reset anda kehilangan semua tetapan tidak dimuatnaik."
+
+#: lib/cmd.c:85
+msgid "Access Point reset. Press any key to continue."
+msgstr "Access Point reset. Tekan sebarang kekunci untuk meneruskan."
+
+#: lib/cmd.c:117
+msgid "Upload configuration"
+msgstr "Tetapan muatnaik"
+
+#: lib/cmd.c:119
+msgid "You may need to upload the configuration only if you've"
+msgstr "Anda mungkin perlu untuk memuatnaik tetapan hanya jika anda telah"
+
+#: lib/cmd.c:121
+msgid "changed some option values before. Using this option may"
+msgstr ""
+"mengubah beberapa nilai pilihan sebelum ini. Menggunakan pilihan ini mungkin"
+
+#: lib/cmd.c:123
+msgid "cause loss of your current configuration."
+msgstr "menyebabkan kehilangan tetapan semasa anda."
+
+#: lib/cmd.c:135
+msgid "Configuration uploaded. Press any key to continue."
+msgstr "Tetapan telah dimuatnaik. Tekan sebarang kekunci untuk meneruskan."
+
+#: lib/common.c:32
+msgid "Access Point IP-address: "
+msgstr "Alamat IP Access Point:"
+
+#: lib/common.c:33
+msgid "Password (community): "
+msgstr "Katalaluan (komuniti):"
+
+#: lib/common.c:34
+msgid "Autodetect AP MIB properties? "
+msgstr "Autokesan ciri-ciri AP MIB?"
+
+#: lib/common.c:35
+msgid "AP MIB type: "
+msgstr "jenis AP MIB: "
+
+#: lib/common.c:36
+msgid "AP MIB vendor extensions: "
+msgstr "Sambungan vendor AP MIB: %s"
+
+#: lib/common.c:37
+msgid "Do you want to use AP's name as its label? "
+msgstr "Adakah anda hendak menggunakan nama AP sebagai labelnya?"
+
+#: lib/common.c:38
+msgid "Access Point label: "
+msgstr "Label Access Point:"
+
+#: lib/common.c:39
+msgid "Save connect-settings: "
+msgstr "Simpan tetapan sambungan:"
+
+#: lib/common.c:40
+msgid "[P] Polling mode interval (tenths of second): "
+msgstr ""
+
+#: lib/common.c:41
+#, fuzzy
+msgid "P - change polling mode interval; Q - quit to menu"
+msgstr "[kekunci] - tetap pilihan; W - tulis tetapan; Q - keluar ke menu"
+
+#: lib/common.c:89 src/ap-config.c:158
+msgid "About"
+msgstr "Perihal"
+
+#: lib/common.c:106
+#, c-format
+msgid "From %s"
+msgstr "Dari %s"
+
+#: lib/common.c:108
+#, c-format
+msgid "Version %s"
+msgstr "Versi %s"
+
+#: lib/common.c:111
+msgid "Written by Roman Festchook roma@polesye.net"
+msgstr "Ditulis oleh Roman Festchook roma@polesye.net"
+
+#: lib/common.c:113
+#, fuzzy
+msgid "and Jan Rafaj jr-aputils@cedric.unob.cz"
+msgstr "Sebahagian oleh Jan Rafaj aputils@cedric.unob.cz"
+
+#: lib/common.c:115
+#, fuzzy
+msgid "Copyright (c) 2001-2005"
+msgstr "Hakcipta (c) 2001-2004"
+
+#: lib/common.c:117
+msgid "Roman Festchook and Jan Rafaj"
+msgstr "Roman Festchook dan Jan Rafaj"
+
+#: lib/common.c:120
+msgid "This program is distributed under the terms"
+msgstr "Program ini diedarkan di bawah syarat"
+
+#: lib/common.c:122
+msgid "of the GNU General Public License version 2."
+msgstr "GNU General Public License versi ke 2."
+
+#: lib/common.c:124
+msgid "See the included COPYING file for details."
+msgstr "Lihat fail COPYING yang disertakan untuk keterangan lanjut."
+
+#: lib/common.c:165
+msgid "Connect options"
+msgstr "Pilihan sambungan"
+
+#: lib/common.c:175
+msgid "Enter IP address of your Access Point."
+msgstr "Masukkan alamat IP Access Point anda."
+
+#: lib/common.c:184
+#, fuzzy
+msgid "Entered characters will not be displayed for security reasons."
+msgstr "Aksara dimasukkan tidak akan dipaparkan atas sebab keselamatan."
+
+#: lib/common.c:251
+msgid "This label will be stored on HDD (independently on AP name!)."
+msgstr "Label ini akan disimpan dalam HDD (tidak bergantung pada nama AP!)."
+
+#: lib/common.c:365
+msgid "Trying to probe AP for MIB properties. Please wait..."
+msgstr "Mencuba untuk mencari AP untuk ciri MIB. Sila tunggu..."
+
+#: lib/common.c:394
+msgid ""
+"Unable to determine AP MIB properties (no response from AP). Press any key."
+msgstr ""
+"Tidak dapat menentukan ciri MIB AP (tiada jawapan dari AP). Tekan sebarang "
+"kekunci."
+
+#: lib/common.c:494
+#, c-format
+msgid "(%0.1f seconds)"
+msgstr ""
+
+#: lib/file.c:199
+msgid "NUM  IP ADDRESS       MIB TYPE    MIB EXT.  LABEL"
+msgstr "NOM  ALAMAT IP        JENIS MIB   MIB EXT.  LABEL"
+
+#: lib/file.c:200
+msgid "Choose an AP to connect to"
+msgstr "Pilih AP untuk disambungkan"
+
+#: lib/file.c:206
+msgid "1-9,C: connect; N: new; D: delete; W: save; Q: quit; arrows: scroll"
+msgstr "1-9,C: sambung; N: baru; D: padam; W: simpan; Q: keluar; panah: skrol"
+
+#: lib/file.c:257
+msgid "Connect to AP num:"
+msgstr "Sambung ke AP nom:"
+
+#: lib/file.c:288
+msgid "Delete num:"
+msgstr "Padam nom:"
+
+#: lib/file.c:442
+msgid "Unable to write stations file. Press any key."
+msgstr "Tidak dapat menulis fail stesyen. Tekan sebarang kekunci."
+
+#: lib/file.c:444
+msgid "Stations file succesfully written. Press any key."
+msgstr "Fail stesyen berjaya ditulis. Tekan sebarang kekunci."
+
+#: lib/input.c:32
+msgid "Invalid value. Press any key to continue."
+msgstr "Nilai tidak sah. Tekan sebarang kekunci untuk meneruskan."
+
+#: lib/input.c:33
+#, c-format
+msgid "Value must be in range %u - %u. Press any key to continue."
+msgstr ""
+"Nilai mesti didalam julat %u - %u. Tekan sebarang kekunci untuk meneruskan."
+
+#: lib/input.c:460
+msgid "Y - Yes; Any other key - No (it's safer to answer No)"
+msgstr "Y - Ya; Sebarang kekunci lain - Tidak (lebih selamat menjawab Tidak)"
+
+#: lib/oui.c:6061
+msgid "Unknown or Private"
+msgstr "Tidak diketahui atau Persendirian"
+
+#: lib/radio.c:26
+msgid ""
+"[key] - power level; UIOP or LR - antenna; W - write config; Q - quit to menu"
+msgstr ""
+"[kekunci] - paras kuasa; UIOP atau LR - antenna; W - tulis tetapan; Q - "
+"keluar ke menu"
+
+#: lib/radio.c:28
+msgid "Antenna:"
+msgstr "Antenna:"
+
+#: lib/radio.c:29
+msgid "[L] Left:"
+msgstr "[L] Kiri:"
+
+#: lib/radio.c:30
+msgid "[R] Right:"
+msgstr "[R] Kanan:"
+
+#: lib/radio.c:120
+msgid "Radio Configuration"
+msgstr "Tetapan Radio"
+
+#: lib/radio.c:121
+msgid "Output RF signal power level (CR31 register values)"
+msgstr "Paras kuasa isyarat keluaran RF (nilai daftaran CR31)"
+
+#: lib/radio.c:123
+msgid "Key Channel Level"
+msgstr "Aras Saluran Kekunci"
+
+#: lib/radio.c:279
+msgid ""
+"You can't disable both antennas; unable to save antenna-config. Press any "
+"key."
+msgstr ""
+"Anda tidak boleh mematikan kedua-dua antenna; tidak dapat meyimpan antenna-"
+"config. Tekan sebarang kekunci."
+
+#: lib/scr.c:157
+#, c-format
+msgid "Current AP: %s Type: %s Ext: %s"
+msgstr "AP Semasa: %s Jenis: %s Ext: %s"
+
+#: lib/set_community.c:27
+msgid "Set community/password"
+msgstr "Tetapkan komuniti/katalaluan"
+
+#: lib/set_community.c:28
+msgid "Key Access level"
+msgstr "Aras Capaian Kekunci"
+
+#: lib/set_community.c:29
+msgid "Community/Password"
+msgstr "Komuniti/Katalaluan"
+
+#: lib/set_community.c:30
+msgid "[U] User "
+msgstr "[U] Pengguna"
+
+#: lib/set_community.c:31
+msgid "[A] Administrator "
+msgstr "[A] Pentadbir"
+
+#: lib/set_community.c:32
+msgid "[M] Manufacturer "
+msgstr "[M] Pengilang"
+
+#: lib/set_community.c:33
+msgid ""
+"[key] - set community/password; W - write config to AP; Q - quit to menu"
+msgstr ""
+"[kekunci] - tetap komuniti/katalaluan; W - tulis tetapan ke AP; Q - keluar "
+"ke menu"
+
+#: lib/set_oeminfo.c:28
+#, fuzzy
+msgid "Info structure version: "
+msgstr "Versi struktur maklumat: %u"
+
+#: lib/set_oeminfo.c:29
+#, fuzzy
+msgid "[M] Device MAC address: "
+msgstr "Alamat MAC:"
+
+#: lib/set_oeminfo.c:30
+#, fuzzy
+msgid "    Manufacturer with this OUI: "
+msgstr "ID Pengeluar:"
+
+#: lib/set_oeminfo.c:31
+#, fuzzy
+msgid "[D] Regulatory domain: "
+msgstr "Domain Kawalan: %s"
+
+#: lib/set_oeminfo.c:32
+#, fuzzy
+msgid "[T] Product type: "
+msgstr "Jenis produk: %u"
+
+#: lib/set_oeminfo.c:33
+#, fuzzy
+msgid "[E] OEM name: "
+msgstr "Nama OEM:"
+
+#: lib/set_oeminfo.c:34
+#, fuzzy
+msgid "[I] OEM ID: "
+msgstr "[I] IP: "
+
+#: lib/set_oeminfo.c:35
+#, fuzzy
+msgid "[N] Product name: "
+msgstr "Nama produk:"
+
+#: lib/set_oeminfo.c:36
+#, fuzzy
+msgid "[H] Hardware revision: "
+msgstr "Semakan perkakasan: %u"
+
+#: lib/set_oeminfo.c:37
+#, fuzzy
+msgid "[O] Country code: "
+msgstr "[O] Arahan:"
+
+#: lib/set_oeminfo.c:38
+#, fuzzy
+msgid "[C] Default channel: "
+msgstr "[C] Saluran frekuensi:"
+
+#: lib/set_oeminfo.c:39
+#, fuzzy
+msgid "[A] Calibrated channels: "
+msgstr "[C] Saluran frekuensi:"
+
+#: lib/set_oeminfo.c:40
+msgid "[P] Nominal Tx Power (CR31) value for calibrated channels: "
+msgstr ""
+
+#: lib/set_oeminfo.c:41
+#, fuzzy
+msgid ""
+"Keys in brackets - set corresponding option; W - write conf; Q - quit to menu"
+msgstr "[kekunci] - tetap pilihan; W - tulis tetapan; Q - keluar ke menu"
+
+#: lib/set_oeminfo.c:101
+msgid "THIS IS A SECRET MENU LEADING TO VERY DANGEROUS OPTIONS."
+msgstr ""
+
+#: lib/set_oeminfo.c:103
+msgid "It is intended only for WISPs and repair shops."
+msgstr ""
+
+#: lib/set_oeminfo.c:107
+msgid "It allows to set OEM information stored in the AP (like its"
+msgstr ""
+
+#: lib/set_oeminfo.c:109
+msgid "MAC address, manuf. name, OEM ID, etc.). BE ABSOLUTELY SURE"
+msgstr ""
+
+#: lib/set_oeminfo.c:111
+msgid "THAT YOU KNOW WHAT YOU ARE DOING, AND THAT YOU HAVE THE"
+msgstr ""
+
+#: lib/set_oeminfo.c:113
+msgid "LEGAL RIGHT TO DO ANY MODIFICATION. Disobserving of these"
+msgstr ""
+
+#: lib/set_oeminfo.c:115
+msgid "rules may lead you into a conflict with your local"
+msgstr ""
+
+#: lib/set_oeminfo.c:117
+msgid "regulations and/or law."
+msgstr ""
+
+#: lib/set_oeminfo.c:119
+msgid "Also be warned that the setting of any from these options"
+msgstr ""
+
+#: lib/set_oeminfo.c:121
+msgid "may DAMAGE YOUR AP (other reason why this menu is hidden)."
+msgstr ""
+
+#: lib/set_oeminfo.c:123
+msgid "Values changed here will NOT be restored upon reset"
+msgstr ""
+
+#: lib/set_oeminfo.c:125
+msgid "of the device to factory defaults! It is advisable to"
+msgstr ""
+
+#: lib/set_oeminfo.c:127
+msgid "write them down somewhere prior their changing."
+msgstr ""
+
+#: lib/set_oeminfo.c:129
+msgid "Finally, note that you need to use MANUFACTURER community, "
+msgstr ""
+
+#: lib/set_oeminfo.c:131
+msgid "in order to be able to do any OEM info modification."
+msgstr ""
+
+#: lib/set_oeminfo.c:133
+msgid "Proceed further only at your full risk and responsibility. "
+msgstr ""
+
+#: lib/set_oeminfo.c:135
+msgid "You got the warnings."
+msgstr ""
+
+#: lib/set_oeminfo.c:141
+msgid "OEM Info settings"
+msgstr ""
+
+#: lib/stat.c:29
+msgid "Ethernet Statistics"
+msgstr "Statistik Ethernet"
+
+#: lib/stat.c:30
+msgid "Wireless Statistics"
+msgstr "Statistik Tanpawayar"
+
+#: lib/stat.c:98
+msgid "EthRxStat packet error. Press any key."
+msgstr "Ralat paket EthRxStat. Tekan sebarang kekunci."
+
+#: lib/stat.c:111
+msgid "EthTxStat packet error. Press any key."
+msgstr "Ralat paket EthTxStat. Tekan sebarang kekunci."
+
+#: lib/stat.c:115
+msgid "Received:"
+msgstr "Diterima:"
+
+#: lib/stat.c:116
+msgid "Transmitted:"
+msgstr "Dihantar:"
+
+#: lib/stat.c:270
+msgid "WirelessStat packet error. Press any key."
+msgstr "Ralat paket WirelessStat. Tekan sebarang kekunci."
+
+#: lib/sysinfo.c:29
+msgid "System Description: "
+msgstr "Penerangan Sistem:"
+
+#: lib/sysinfo.c:30
+msgid "System Info"
+msgstr "Maklumat Sistem"
+
+#: lib/sysinfo.c:55 src/bridge.c:50
+msgid "Wireless Bridge Point to MultiPoint"
+msgstr "Jambatan Tanpawayar Titik ke Berbilang Titik"
+
+#: lib/sysinfo.c:56 src/bridge.c:51
+msgid "Access Point"
+msgstr "Access Point"
+
+#: lib/sysinfo.c:57 src/bridge.c:52
+msgid "Access Point client"
+msgstr "Klien Access Point"
+
+#: lib/sysinfo.c:58 src/bridge.c:53
+msgid "Wireless Bridge Point to Point"
+msgstr "Jambatan Tanpawayar Titik ke Titik"
+
+#: lib/sysinfo.c:59 src/bridge.c:54
+msgid "Repeater"
+msgstr "Pengulang"
+
+#: lib/sysinfo.c:60 lib/sysinfo.c:315 lib/sysinfo.c:424 src/bridge.c:55
+msgid "unknown"
+msgstr "tidak diketahui"
+
+#: lib/sysinfo.c:144
+msgid "Device hardware/software/name info:"
+msgstr "Maklumat peranti perkakasan/perisian/nama:"
+
+#: lib/sysinfo.c:172
+#, fuzzy, c-format
+msgid "Operational mode: %s"
+msgstr "[O] Mod Operasi: "
+
+#: lib/sysinfo.c:182
+#, fuzzy
+msgid "Product name: "
+msgstr "Nama produk:"
+
+#: lib/sysinfo.c:186
+#, c-format
+msgid "Product type: %u"
+msgstr "Jenis produk: %u"
+
+#: lib/sysinfo.c:189
+#, fuzzy
+msgid "OEM name: "
+msgstr "Nama OEM:"
+
+#: lib/sysinfo.c:196
+#, c-format
+msgid "Hardware revision: %u"
+msgstr "Semakan perkakasan: %u"
+
+#: lib/sysinfo.c:204
+#, c-format
+msgid "Info structure version: %u"
+msgstr "Versi struktur maklumat: %u"
+
+#: lib/sysinfo.c:207 lib/sysinfo.c:383
+#, c-format
+msgid "Manufacturer OUI: %02X %02X %02X (%s)"
+msgstr "OUI Pengeluar: %02X %02X %02X (%s)"
+
+#: lib/sysinfo.c:224
+#, c-format
+msgid "Uptime: %u days, %02u:%02u:%02u hours:mins:secs"
+msgstr "Uptime: %u hari, %02u:%02u:%02u jam:min:saat"
+
+#: lib/sysinfo.c:312
+msgid "FHSS 2.4 GHz"
+msgstr "FHSS 2.4 GHz"
+
+#: lib/sysinfo.c:312
+msgid "DSSS 2.4 GHz"
+msgstr "DSSS 2.4 GHz"
+
+#: lib/sysinfo.c:312
+msgid "IR Baseband"
+msgstr "Jalur asas IR"
+
+#: lib/sysinfo.c:313
+msgid "Commercial range 0..40 C"
+msgstr "Julat komersil 0..40 C"
+
+#: lib/sysinfo.c:314
+msgid "Industrial range -30..70 C"
+msgstr "Julat industri -30..70 C"
+
+#: lib/sysinfo.c:317
+msgid "manual"
+msgstr "manual"
+
+#: lib/sysinfo.c:317
+msgid "notsupported"
+msgstr "tidak disokong"
+
+#: lib/sysinfo.c:317
+msgid "dynamic"
+msgstr "dinamik"
+
+#: lib/sysinfo.c:373
+msgid "Manufacturer:"
+msgstr "Pengeluar:"
+
+#: lib/sysinfo.c:378
+msgid "Manufacturer ID:"
+msgstr "ID Pengeluar:"
+
+#: lib/sysinfo.c:389
+msgid "Product Name:"
+msgstr "Nama Produk:"
+
+#: lib/sysinfo.c:395
+msgid "Product ID:"
+msgstr "ID Produk:"
+
+#: lib/sysinfo.c:401
+msgid "Product Version:"
+msgstr "Versi Produk:"
+
+#: lib/sysinfo.c:407
+#, c-format
+msgid "PHYType: %s"
+msgstr "Jenis PHY: %s"
+
+#: lib/sysinfo.c:410
+#, c-format
+msgid "Temperature: %s"
+msgstr "Suhu: %s"
+
+#: lib/sysinfo.c:418
+#, c-format
+msgid "Regulatory Domain: %s"
+msgstr "Domain Kawalan: %s"
+
+#: lib/sysinfo.c:419
+msgid "FCC (USA)"
+msgstr "FCC (USA)"
+
+#: lib/sysinfo.c:420
+msgid "DOC (Canada)"
+msgstr "DOC (Kanada)"
+
+#: lib/sysinfo.c:421
+msgid "ETSI (Europe)"
+msgstr "ETSI (Eropah)"
+
+#: lib/sysinfo.c:422
+msgid "Spain"
+msgstr "Sepanyol"
+
+#: lib/sysinfo.c:423
+msgid "France"
+msgstr "Perancis"
+
+#: lib/sysinfo.c:424
+msgid "MKK (Japan)"
+msgstr "MKK (Jepun)"
+
+#: lib/sysinfo.c:427
+#, c-format
+msgid "Transmit Power: %u mW"
+msgstr "Kuasa Pancaran: %u mW"
+
+#: lib/sysinfo.c:457
+#, c-format
+msgid "WEP implemented: %s"
+msgstr "WEP dilaksana: %s"
+
+#: lib/sysinfo.c:460
+#, c-format
+msgid "Diversity: %s"
+msgstr "Kepelbagaian: %s"
+
+#: lib/sysinfo.c:488
+#, c-format
+msgid "Uptime: %u:%02u:%02u.%02u"
+msgstr "Uptime: %u:%02u:%02u.%02u"
+
+#: lib/sysinfo.c:508
+#, c-format
+msgid "IP  Address: %s"
+msgstr "Alamat IP: %s"
+
+#: lib/test.c:26
+msgid "[T] Test mode: "
+msgstr "[T] Mod ujian:"
+
+#: lib/test.c:27
+msgid "[A] Antenna: "
+msgstr "[A] Antenna:"
+
+#: lib/test.c:28
+msgid "[S] Signal level: "
+msgstr "[S] Tahap isyarat:"
+
+#: lib/test.c:29
+msgid "[R] Rate: "
+msgstr "[R] Kadar:"
+
+#: lib/test.c:30
+msgid "[F] TxFiler: "
+msgstr "[F] TxFiler: "
+
+#: lib/test.c:31
+msgid "[O] Command: "
+msgstr "[O] Arahan:"
+
+#: lib/test.c:32
+msgid "T - Test mode On/Off; CASRFO - set options; Q - quit to menu"
+msgstr "T - Mod ujian On/Off; CASRFO - tetap pilihan; Q - keluar ke menu"
+
+#: lib/test.c:70
+msgid "Left"
+msgstr "Kiri"
+
+#: lib/test.c:70
+msgid "Right"
+msgstr "Kanan"
+
+#: lib/test.c:79
+msgid "Devices with ATMEL12350 MIB not yet supported."
+msgstr ""
+
+#: lib/test.c:91
+msgid "Test mode"
+msgstr "Mod ujian"
+
+#: lib/test.c:94
+msgid "Using the \"Test mode\" may cause loss of your current"
+msgstr "Menggunakan \"Mod ujian\" mungkin menyebabkan kehilangan "
+
+#: lib/test.c:95
+msgid "configuration."
+msgstr "tetapan."
+
+#: lib/test.c:107
+msgid "Options:"
+msgstr "Pilihan:"
+
+#: lib/test.c:133
+msgid "Statistics:"
+msgstr "Statistik:"
+
+#: lib/test.c:134
+msgid "Success Frames: 0 Failed Frames: 0"
+msgstr "Frame Berjaya: 0 Frame Gagal: 0"
+
+#: lib/test.c:195
+#, c-format
+msgid "Success Frames: %lu Failed Frames: %lu"
+msgstr "Frame Berjaya: %lu Frame Gagal: %lu"
+
+#: lib/wep.c:28
+msgid "Privacy Settings"
+msgstr "Tetapan Peribadi"
+
+#: lib/wep.c:29
+msgid "[E] Standard encryption mechanism: "
+msgstr "[E] Mekanisma enkripsi piawai: "
+
+#: lib/wep.c:30
+msgid "[A] Allow unencrypted: "
+msgstr "[A] Benar tidak dienkrip: "
+
+#: lib/wep.c:31
+msgid "[K] Default WEP key: "
+msgstr "[K] Kekunci default WEP: "
+
+#: lib/wep.c:32
+msgid "[P] Public key: "
+msgstr "[P] Kekunci awam: "
+
+#: lib/wep.c:85
+msgid "EK1234 - set; W - write conf; Q - quit to menu"
+msgstr "EK1234 - tetap; W - tulis tetapan; Q - keluar ke menu"
+
+#: lib/wep.c:94 lib/wep.c:263
+msgid "Key  WEP"
+msgstr "Kekunci  WEP"
+
+#: lib/wep.c:101
+msgid "Hint! Confused by WEP key values? See man ap-config for info..."
+msgstr ""
+"Panduan! Keliru dengan nilai kekunci WEP? Lihat man ap-config untuk "
+"maklumat..."
+
+#: lib/wep.c:247
+msgid "AEPK1234 - set options; W - write conf; Q - quit to menu"
+msgstr "AEPK1234 - tetap pilihan; W - tulis tetapan; Q - keluar ke menu"
+
+#: lib/wlan.c:27
+msgid "[E] ESSID: "
+msgstr "[E] ESSID: "
+
+#: lib/wlan.c:28
+msgid "[N] AP name: "
+msgstr "[N] Nama AP: "
+
+#: lib/wlan.c:30
+msgid "[K] AP contact: "
+msgstr "[K] Sambungan AP: "
+
+#: lib/wlan.c:31
+msgid "[L] AP location: "
+msgstr "[L] Lokasi AP: "
+
+#: lib/wlan.c:33
+msgid "[R] RTS threshold: "
+msgstr "[R] Hadnilai RTS: "
+
+#: lib/wlan.c:34
+msgid "[F] Fragmentation threshold: "
+msgstr "[F] Hadnilai fragmentasi: "
+
+#: lib/wlan.c:35
+#, fuzzy
+msgid "[P] Preamble type: "
+msgstr "[P] Jenis preambule: "
+
+#: lib/wlan.c:36
+msgid "[A] Auth type: "
+msgstr "[A] Jenis kebenaran: "
+
+#: lib/wlan.c:37
+msgid "Open system"
+msgstr "Sistem terbuka"
+
+#: lib/wlan.c:38
+msgid "Shared key"
+msgstr "Kekunci dikongsi"
+
+#: lib/wlan.c:39
+msgid "Both types"
+msgstr "Kedua-dua jenis"
+
+#: lib/wlan.c:40
+msgid "[U] Auto rate fallback: "
+msgstr "[U] Pengurangan kadar auto: "
+
+#: lib/wlan.c:41
+msgid "[S] Insert ESSID in broadcast packets: "
+msgstr "[S] Selit ESSID dalam paket siaran: "
+
+#: lib/wlan.c:42
+msgid "Basic and Supported rates:"
+msgstr "Kadar Asas dan Disokong:"
+
+#: lib/wlan.c:43
+msgid "Key   Rate  Status"
+msgstr "Kekunci Kadar Status"
+
+#: lib/wlan.c:45
+msgid "[I] International roaming: "
+msgstr "[I] Perayauan antarabangsa: "
+
+#: lib/wlan.c:46
+msgid "[B] Beacon period (msec): "
+msgstr "[B] Selamasa beacon (msaat): "
+
+#: lib/wlan.c:47
+msgid "[D] DTIM sending interval (beacons): "
+msgstr "[D] Selamasa penghantaran DTIM (beacons): "
+
+#: lib/wlan.c:48
+#, fuzzy
+msgid "[T] SIFS time (2nd+ interframe spacing, usec): "
+msgstr "[T] Masa SIFS (msaat): "
+
+#: lib/wlan.c:49
+msgid "[key] - set option; W - write conf; Q - quit to menu"
+msgstr "[kekunci] - tetap pilihan; W - tulis tetapan; Q - keluar ke menu"
+
+#: lib/wlan.c:125
+msgid "Short"
+msgstr "Pendek"
+
+#: lib/wlan.c:125
+msgid "Long"
+msgstr "Panjang"
+
+#: lib/wlan.c:239
+msgid "Wireless Settings"
+msgstr "Tetapan Tanpawayar"
+
+#: lib/wlan.c:735
+msgid "Antenna Configuration:"
+msgstr "Tetapan Antenna:"
+
+#: lib/wlan.c:752
+msgid "General Options"
+msgstr "Pilihan Umum"
+
+#: lib/wlan.c:754
+msgid ""
+"UIOPTY - antenna; SCANLEDFR1234 - options; W - write conf; Q - quit to menu"
+msgstr ""
+"UIOPTY - antenna; SCANLEDFR1234 - pilihan; W - tulis tetapan; Q - keluar ke "
+"menu"
+
+#: src/ap-auth.c:32 src/auth.c:28
+msgid "AuthorizedMacTableString packet error"
+msgstr "Ralat paket AuthorizedMacTableString"
+
+#: src/ap-auth.c:33
+msgid "Invalid data in source file"
+msgstr ""
+
+#: src/ap-auth.c:34
+msgid "Can't open file"
+msgstr ""
+
+#: src/ap-auth.c:35
+msgid "Can't write to file"
+msgstr ""
+
+#: src/ap-auth.c:36
+msgid "Error closing file"
+msgstr ""
+
+#: src/ap-auth.c:44 src/ap-mrtg.c:41 src/ap-rrd.c:40
+msgid ""
+"\n"
+"Usage:\n"
+msgstr ""
+"\n"
+"Pengunaan:\n"
+
+#: src/ap-auth.c:45
+msgid "\tap-auth -i ip -c community -d filename [-h]\n"
+msgstr ""
+
+#: src/ap-auth.c:46
+msgid ""
+"\tap-auth -i ip -c community -u filename [-h]\n"
+"\n"
+msgstr ""
+
+#: src/ap-auth.c:47
+msgid ""
+"Change accesspoint's list of authorised MAC addresses\n"
+"\n"
+msgstr ""
+
+#: src/ap-auth.c:48 src/ap-mrtg.c:45 src/ap-rrd.c:45
+msgid "-i ip        - AP ip address\n"
+msgstr "-i ip        - alamat ip AP\n"
+
+#: src/ap-auth.c:49 src/ap-mrtg.c:46 src/ap-rrd.c:46
+msgid "-c community - SNMP community string\n"
+msgstr "-c komuniti - rentetan komuniti SNMP\n"
+
+#: src/ap-auth.c:50
+msgid ""
+"-d filename  - download list of authorised MAC addresses from AP to a file\n"
+msgstr ""
+
+#: src/ap-auth.c:52
+msgid ""
+"-u filename  - upload list of authorised MAC addresses from a file to AP\n"
+msgstr ""
+
+#: src/ap-auth.c:54 src/ap-mrtg.c:55 src/ap-rrd.c:55
+msgid ""
+"-h           - print this help screen\n"
+"\n"
+msgstr ""
+"-h           - papar skrin bantuan ini\n"
+"\n"
+
+#: src/ap-auth.c:55
+#, fuzzy, c-format
+msgid ""
+"ap-auth %s Copyright (c) 2004 Teemu Kiviniemi\n"
+"\n"
+msgstr ""
+"ap-mrtg %s Hakcipta (c) 2002-2003 Roman Festchook\n"
+"\n"
+
+#: src/ap-auth.c:138 src/ap-mrtg.c:132
+#, fuzzy
+msgid "Error: invalid IP-address.\n"
+msgstr "Alamat-IP tidak sah\n"
+
+#: src/ap-auth.c:203 src/ap-mrtg.c:204
+#, fuzzy
+msgid "Unable to determine AP MIB type (no response from AP)."
+msgstr ""
+"Tidak dapat menentukan ciri MIB AP (tiada jawapan dari AP). Tekan sebarang "
+"kekunci."
+
+#: src/ap-auth.c:211
+msgid "NWN devices are not yet supported."
+msgstr ""
+
+#: src/ap-config.c:43 src/bridge.c:201
+msgid "Bridging"
+msgstr "Menjejambat"
+
+#: src/ap-config.c:43
+msgid "Set bridging and IP-related options"
+msgstr "Tetapkan pilihan jambatan dan berkaitan-IP"
+
+#: src/ap-config.c:45 src/ap-config.c:114 src/ap-config.c:123 src/bridge.c:125
+msgid "Wireless"
+msgstr "Tanpawayar"
+
+#: src/ap-config.c:45
+msgid "Set wireless options"
+msgstr "Tetapkan pilihan tanpawayar"
+
+#: src/ap-config.c:46 src/ap-config.c:58
+msgid "Privacy"
+msgstr "Peribadi"
+
+#: src/ap-config.c:47
+#, fuzzy
+msgid "Auth"
+msgstr "Perihal"
+
+#: src/ap-config.c:48 src/ap-config.c:60
+msgid "Community"
+msgstr "Komuniti"
+
+#: src/ap-config.c:49
+msgid "Radio"
+msgstr "Radio"
+
+#: src/ap-config.c:49
+msgid "Set radio signal power and antenna options"
+msgstr "Tetapkan pilihan kuasa isyarat radio dan antenna"
+
+#: src/ap-config.c:56
+msgid "General"
+msgstr "Umum"
+
+#: src/ap-config.c:56
+msgid "Set general options"
+msgstr "Tetapkan pilihan umum"
+
+#: src/ap-config.c:57
+msgid "Advanced"
+msgstr "Lanjutan"
+
+#: src/ap-config.c:57
+msgid "Set advanced options"
+msgstr "Tetapkan pilihan lanjutan"
+
+#: src/ap-config.c:59
+msgid "MAC auth"
+msgstr "Kebenaran MAC"
+
+#: src/ap-config.c:82
+msgid "Upload"
+msgstr "Muatnaik"
+
+#: src/ap-config.c:82
+msgid "Activate current configuration"
+msgstr "Aktifkan tetapan semasa"
+
+#: src/ap-config.c:83
+msgid "Defaults"
+msgstr "Default"
+
+#: src/ap-config.c:83
+msgid "Restore factory default settings"
+msgstr "Kembalikan tetapan default kilang"
+
+#: src/ap-config.c:84 src/ap-config.c:91
+msgid "Reset"
+msgstr "Ulangtetap"
+
+#: src/ap-config.c:85
+msgid "Reset AP. All not uploaded configuration will be lost"
+msgstr "Ulangtetap AP. Semua tetapan tidak dimuatnaik akan hilang."
+
+#: src/ap-config.c:86
+msgid "TestMode"
+msgstr "ModUjian"
+
+#: src/ap-config.c:86
+msgid "Put Access Point in test mode"
+msgstr "Letakkan Access Point dalam mod ujian"
+
+#: src/ap-config.c:91
+msgid "Reset AP."
+msgstr "Ulangtetap AP."
+
+#: src/ap-config.c:112 src/ap-config.c:122
+msgid "SysInfo"
+msgstr "MaklumatSistem"
+
+#: src/ap-config.c:113 src/bridge.c:124 src/bridge.c:127
+msgid "Ethernet"
+msgstr "Ethernet"
+
+#: src/ap-config.c:113
+msgid "Get ethernet port statistics"
+msgstr "Dapatkan statistik port ethernet"
+
+#: src/ap-config.c:115 src/ap-config.c:124
+msgid "Stations"
+msgstr "Stesyen"
+
+#: src/ap-config.c:116
+#, fuzzy
+msgid "AP link"
+msgstr "Keadaan sambungan AP"
+
+#: src/ap-config.c:117
+msgid "KnownAPs"
+msgstr "APDiketahui"
+
+#: src/ap-config.c:117
+msgid "Get info about known Access Points"
+msgstr "Dapatkan maklumat mengenai Access Point yang diketahui"
+
+#: src/ap-config.c:125
+msgid "Latest"
+msgstr "Terkini"
+
+#: src/ap-config.c:125
+msgid "Get info about latest events"
+msgstr "Dapatkan maklumat mengenai acara terkini"
+
+#: src/ap-config.c:150
+msgid "Info"
+msgstr "Maklumat"
+
+#: src/ap-config.c:151
+msgid "Config"
+msgstr "Tetapan"
+
+#: src/ap-config.c:152
+msgid "Commands"
+msgstr "Arahan"
+
+#: src/ap-config.c:152
+msgid "Execute commands on Access Point"
+msgstr "Laksana arahan pada Access Point"
+
+#: src/ap-config.c:154
+msgid "Connect"
+msgstr "Sambung"
+
+#: src/ap-config.c:155
+msgid "Search"
+msgstr "Cari"
+
+#: src/ap-config.c:156
+#, fuzzy
+msgid "Polling"
+msgstr "Polling: on"
+
+#: src/ap-config.c:157
+msgid "Shell"
+msgstr "Shell"
+
+#: src/ap-config.c:159
+msgid "Exit"
+msgstr "Keluar"
+
+#: src/ap-config.c:218
+#, c-format
+msgid "Wireless Access Point Configurator ver. %s"
+msgstr "Penetap Access Point Tanpawayar ver. %s"
+
+#: src/aplink.c:25
+msgid "RSSI:     ["
+msgstr ""
+
+#: src/aplink.c:26
+msgid "RSSI avg: ["
+msgstr ""
+
+#: src/aplink.c:27
+msgid "RSSI top: ["
+msgstr ""
+
+#: src/aplink.c:28
+msgid "RSSI rou: ["
+msgstr ""
+
+#: src/aplink.c:29
+#, fuzzy
+msgid ""
+"P - pause, T - toggle graph view, Q - quit to menu, Other key - force update."
+msgstr ""
+"Q - keluar ke menu. T - toggle mod polling, Kekunci lain - paksa kemaskini."
+
+#: src/aplink.c:81
+msgid "RSSI [%]"
+msgstr ""
+
+#: src/aplink.c:82
+msgid "RSSI average [%]"
+msgstr ""
+
+#: src/aplink.c:83
+msgid "RSSI rounded [%]"
+msgstr ""
+
+#: src/aplink.c:84
+#, fuzzy
+msgid "Link Quality [%]"
+msgstr "; LQ: Kualiti Sambungan [%]"
+
+#: src/aplink.c:133
+msgid "Not available - device must have firmware with necessary "
+msgstr ""
+
+#: src/aplink.c:135
+msgid "vendor extensions and be in either 'Access Point client'"
+msgstr ""
+
+#: src/aplink.c:137
+msgid "or 'Repeater' mode."
+msgstr ""
+
+#: src/ap-mrtg.c:42
+#, fuzzy
+msgid ""
+"\tap-mrtg -i ip -c community -t type [-b bssid] [-n name] [-v] [-h] [-r]\n"
+"\n"
+msgstr ""
+"\tap-mrtg -i ip -c komuniti -t jenis [-b bssid] [-n nama] [-a jenis ap] [-v] "
+"[-h] [-r]\n"
+"\n"
+
+#: src/ap-mrtg.c:44
+msgid ""
+"Get stats from AP and return it in MRTG parsable format\n"
+"\n"
+msgstr ""
+"Dapatkan stats dari AP dan pulangkan dalam format bolehbaca MRTG\n"
+"\n"
+
+#: src/ap-mrtg.c:47
+#, fuzzy
+msgid ""
+"-t type      - statistics type <w>ireless, <e>thernet, associated <s>tations "
+"or <l>ink quality (last one will only "
+msgstr ""
+"-t jenis      - jenis statistik <w>ireless, <e>thernet, associated "
+"<s>tations atau <l>ink quality dalam mod klien\n"
+
+#: src/ap-mrtg.c:49
+msgid "work with ATMEL410 MIB devices in AP Client mode)\n"
+msgstr ""
+
+#: src/ap-mrtg.c:50
+#, fuzzy
+msgid ""
+"-b bssid     - mac address of the AP from which get link quality, only if "
+"type=l\n"
+msgstr ""
+"-b bssid     - alamat mac AP untuk mendapatkan kualiti sambungan, hanya jika "
+"jenis=l\n"
+
+#: src/ap-mrtg.c:52
+#, fuzzy
+msgid "-n name      - AP name - for check only\n"
+msgstr "-n nama     - nama AP - untuk memeriksa sahaja\n"
+
+#: src/ap-mrtg.c:53
+msgid "-v           - report MRTG about problems connecting to AP\n"
+msgstr "-v           - lapor MRTG mengenai masalah menyambung ke AP\n"
+
+#: src/ap-mrtg.c:54 src/ap-rrd.c:54
+msgid "-r           - reset AP when getting LinkQuality stats\n"
+msgstr "-r           - reset AP apabila mendapatkan stat LinkQuality\n"
+
+#: src/ap-mrtg.c:56
+#, c-format
+msgid ""
+"ap-mrtg %s Copyright (c) 2002-2003 Roman Festchook\n"
+"\n"
+msgstr ""
+"ap-mrtg %s Hakcipta (c) 2002-2003 Roman Festchook\n"
+"\n"
+
+#: src/ap-rrd.c:32
+#, c-format
+msgid "Error getting data from AP %s\n"
+msgstr ""
+
+#: src/ap-rrd.c:42
+#, fuzzy
+msgid ""
+"\tap-rrd -i ip -c community -t type -d db_file [-b bssid] [-n name] [-a "
+"aptype] [-h] [-r] \n"
+"\n"
+msgstr ""
+"\tap-mrtg -i ip -c komuniti -t jenis [-b bssid] [-n nama] [-a jenis ap] [-v] "
+"[-h] [-r]\n"
+"\n"
+
+#: src/ap-rrd.c:44
+#, fuzzy
+msgid ""
+"Get stats from AP and put it in to specified RRDtool database\n"
+"\n"
+msgstr ""
+"Dapatkan stats dari AP dan pulangkan dalam format bolehbaca MRTG\n"
+"\n"
+
+#: src/ap-rrd.c:48
+msgid ""
+"-t type      - statistics type <w>ireless, <e>thernet, associated <s>tations "
+"or <l>ink quality in client mode\n"
+msgstr ""
+"-t jenis      - jenis statistik <w>ireless, <e>thernet, associated "
+"<s>tations atau <l>ink quality dalam mod klien\n"
+
+#: src/ap-rrd.c:49
+msgid "-d db_file   - RRD database file with full path\n"
+msgstr ""
+
+#: src/ap-rrd.c:51
+msgid ""
+"-b bssid     - mac address of the AP to which get link quality, only if "
+"type=l\n"
+msgstr ""
+"-b bssid     - alamat mac AP untuk mendapatkan kualiti sambungan, hanya jika "
+"jenis=l\n"
+
+#: src/ap-rrd.c:52
+msgid "-n name     - AP name - for check only\n"
+msgstr "-n nama     - nama AP - untuk memeriksa sahaja\n"
+
+#: src/ap-rrd.c:53
+#, fuzzy
+msgid ""
+"-a aptype    - AP type - 410 (default) or 510 for ATMEL12350's, like the ME-"
+"102\n"
+msgstr ""
+"-a jenis ap      - jenis AP - 410 (default) atau 510 untuk ATMEL12350's, "
+"seperti ME-102\n"
+
+#: src/ap-rrd.c:56
+#, fuzzy, c-format
+msgid ""
+"ap-rrd %s Copyright (c) 2002-2004 Roman Festchook\n"
+"\n"
+msgstr ""
+"ap-mrtg %s Hakcipta (c) 2002-2003 Roman Festchook\n"
+"\n"
+
+#: src/ap-rrd.c:133
+msgid "Invalid IP-address\n"
+msgstr "Alamat-IP tidak sah\n"
+
+#: src/ap-rrd.c:179
+#, c-format
+msgid "Invalid AP-Type '%s' - valid types are 510 or 410\n"
+msgstr "Jenis-AP tidak sah '%s' - jenis sah adalah 510 atau 410\n"
+
+#: src/ap-tftp.c:84
+#, fuzzy
+msgid "yes"
+msgstr "Ya"
+
+#: src/ap-tftp.c:85
+#, fuzzy
+msgid "no"
+msgstr "Maklumat"
+
+#: src/ap-tftp.c:87
+msgid "Error while read()ing firmware file"
+msgstr ""
+
+#: src/ap-tftp.c:100
+msgid "Undefined error"
+msgstr ""
+
+#: src/ap-tftp.c:101
+msgid "File not found"
+msgstr ""
+
+#: src/ap-tftp.c:102
+#, fuzzy
+msgid "Access violation"
+msgstr "Access Point"
+
+#: src/ap-tftp.c:103
+msgid "Disk full or allocation error"
+msgstr ""
+
+#: src/ap-tftp.c:104
+msgid "Illegal TFTP operation"
+msgstr ""
+
+#: src/ap-tftp.c:105
+msgid "Unknown transfer ID"
+msgstr ""
+
+#: src/ap-tftp.c:106
+msgid "File already exists"
+msgstr ""
+
+#: src/ap-tftp.c:107
+msgid "No such user"
+msgstr ""
+
+#: src/ap-tftp.c:157
+msgid "Remote-filename too long.\n"
+msgstr ""
+
+#: src/ap-tftp.c:183
+#, c-format
+msgid "%sError in read()"
+msgstr ""
+
+#: src/ap-tftp.c:212
+#, c-format
+msgid "sending %u bytes\n"
+msgstr ""
+
+#: src/ap-tftp.c:221
+#, c-format
+msgid "%sError in sendto()"
+msgstr ""
+
+#: src/ap-tftp.c:244
+#, c-format
+msgid "%sError in recvfrom()"
+msgstr ""
+
+#: src/ap-tftp.c:256
+#, c-format
+msgid "\rProgress: uploaded %3i%%."
+msgstr ""
+
+#: src/ap-tftp.c:267
+#, c-format
+msgid "%sMalformed packet received. Aborting.\n"
+msgstr ""
+
+#: src/ap-tftp.c:276
+#, c-format
+msgid "%sTimed out waiting for response from server (%i/%i).\n"
+msgstr ""
+
+#: src/ap-tftp.c:283
+#, c-format
+msgid "%sError in select()"
+msgstr ""
+
+#: src/ap-tftp.c:297
+#, c-format
+msgid "Received %d bytes: %04x %04x\n"
+msgstr ""
+
+#: src/ap-tftp.c:308
+#, c-format
+msgid "%sError: server responded with %s. Aborting.\n"
+msgstr ""
+
+#: src/ap-tftp.c:315
+#, c-format
+msgid "%sFlash programming in progress...\n"
+msgstr ""
+
+#: src/ap-tftp.c:317
+msgid "Finished successfully.\n"
+msgstr ""
+
+#: src/ap-tftp.c:335
+msgid "PLEASE BE _ABSOLUTELY_ SURE TO READ MANPAGE PRIOR USE!!!\n"
+msgstr ""
+
+#: src/ap-tftp.c:337
+#, c-format
+msgid ""
+"\n"
+"Usage: %s -i IP -f firmware_file.rom [-c community] [-h]\n"
+msgstr ""
+
+#: src/ap-tftp.c:361
+msgid "TFTP client for upgrading firmware in ATMEL AT76C510 WiSOC-based APs.\n"
+msgstr ""
+
+#: src/ap-tftp.c:363
+msgid "(C) 2004-2005 Jan Rafaj <jr-aputils at cedric dot unob dot cz>\n"
+msgstr ""
+
+#: src/ap-tftp.c:379
+msgid "Error: invalid IP address format given.\n"
+msgstr ""
+
+#: src/ap-tftp.c:405
+msgid "Error: invalid argument combination.\n"
+msgstr ""
+
+#: src/ap-tftp.c:412
+msgid "Error while open()ing firmware file"
+msgstr ""
+
+#: src/ap-tftp.c:419 src/ap-tftp.c:472
+msgid "Error: invalid firmware file given.\n"
+msgstr ""
+
+#: src/ap-tftp.c:461
+#, c-format
+msgid ""
+"Firmware file contains:\n"
+"- string \"ATMEL\": %s\n"
+"- string \"802.11 AP\": %s\n"
+"- string \"atbrfirm.bin\": %s\n"
+"- string \"atsingle.bin\": %s\n"
+msgstr ""
+
+#: src/ap-tftp.c:485
+#, c-format
+msgid ""
+"Using:\n"
+"- server: %s\n"
+"- firmware file: \"%s\"\n"
+"- name used for upload: \"%s\"\n"
+msgstr ""
+
+#: src/ap-tftp.c:568
+msgid ""
+"Error: device with the given IP does not seem to run SmartBridges firmware.\n"
+msgstr ""
+
+#: src/ap-tftp.c:574
+msgid "Error: SNMP authorization error or device unavailable.\n"
+msgstr ""
+
+#: src/ap-tftp.c:653
+msgid "Error while lseek()ing in firmware file\n"
+msgstr ""
+
+#: src/ap-trapd.c:150
+#, c-format
+msgid "ap-trapd %s started%s%s."
+msgstr "ap-trapd %s dimulakan%s%s."
+
+#: src/ap-trapd.c:151
+msgid " on "
+msgstr " on"
+
+#: src/ap-trapd.c:157
+msgid "Unable to fork. Exiting."
+msgstr "Tidak dapat mencabang. Keluar."
+
+#: src/ap-trapd.c:161
+msgid "Can't create socket. Exiting."
+msgstr "Tidak dapat mencipta soket. Keluar."
+
+#: src/ap-trapd.c:167
+msgid "Can't bind socket. Exiting."
+msgstr "Tidak dapat mengikat soket. Keluar."
+
+#: src/ap-trapd.c:174
+#, c-format
+msgid "Can't bind to device %s. Exiting."
+msgstr "Tidak dapat mengikat ke peranti %s. Keluar."
+
+#: src/ap-trapd.c:185
+#, c-format
+msgid "Unable to process username %s. Error: %m."
+msgstr "Tidak dapat memproses namapengguna %s. Ralat: %m."
+
+#: src/ap-trapd.c:190
+#, c-format
+msgid "Unable to change to uid %d."
+msgstr "Tidak dapat menukar ke uid %d."
+
+#: src/ap-trapd.c:239
+#, c-format
+msgid ""
+"Received unknown SNMP ver %d trap. From %s:%d. Agent: %s. Community: %s."
+msgstr ""
+"Menerima perangkap tidak diketahui SNMP ver %d. Daripada %s:%d. Agen: %s. "
+"Komuniti: %s."
+
+#: src/ap-trapd.c:311
+#, fuzzy, c-format
+msgid "Agent:v%d %s (%s@%s:%d) Trap %i: %s%s%s. SysUptime %d:%02d:%02d.%02d"
+msgstr "Agen:v%d %s (%s@%s:%d) %s%s%s. SysUptime %d:%02d:%02d.%02d"
+
+#: src/auth.c:30
+msgid "APClient authorization credentials"
+msgstr ""
+
+#: src/auth.c:32
+msgid "[A] MAC authorization: "
+msgstr "[A] Kebenaran MAC: "
+
+#: src/auth.c:33
+msgid "Enter MAC: "
+msgstr "Masukkan MAC:"
+
+#: src/auth.c:34
+msgid "Delete Num: "
+msgstr "Padam Nom:"
+
+#: src/auth.c:35
+#, fuzzy
+msgid " NUM     MAC address     "
+msgstr "NOM     Alamat MAC"
+
+#: src/auth.c:36
+#, fuzzy
+msgid "A: auth; N: new; D: del; arrows: scroll; W: write conf; Q: quit"
+msgstr ""
+"A - kebenaran; N - baru; D - padam; panah - skrol; W - tulis tetapan; Q - "
+"keluar"
+
+#: src/auth.c:38
+msgid "[I] Radius server IP: "
+msgstr ""
+
+#: src/auth.c:39
+#, fuzzy
+msgid "[P] Radius server port: "
+msgstr "[P] Port utama:"
+
+#: src/auth.c:40
+msgid "[S] Radius server secret: "
+msgstr ""
+
+#: src/auth.c:41
+#, fuzzy
+msgid "[T] Reauthorization time (minutes): "
+msgstr "[A] Kebenaran MAC: "
+
+#: src/auth.c:42
+msgid "[F] Radius source port: "
+msgstr ""
+
+#: src/auth.c:43
+#, fuzzy
+msgid ""
+"A: auth; N: new; D: del; IPSTF: set; arrows: scroll; W: write conf; Q: quit"
+msgstr ""
+"A - kebenaran; N - baru; D - padam; panah - skrol; W - tulis tetapan; Q - "
+"keluar"
+
+#: src/auth.c:45
+#, fuzzy
+msgid "[M] 802.1x authorization: "
+msgstr "[A] Kebenaran MAC: "
+
+#: src/auth.c:46
+#, fuzzy
+msgid "[T] key broadcasting time period (seconds): "
+msgstr "[B] Selamasa beacon (msaat): "
+
+#: src/auth.c:47
+msgid "[I] 802.1x auth. server IP: "
+msgstr ""
+
+#: src/auth.c:48
+msgid "[S] 802.1x auth. server secret: "
+msgstr ""
+
+#: src/auth.c:49
+#, fuzzy
+msgid ""
+"A: auth; N: new; D: del; MTIS: set; arrows: scroll; W: write conf; Q: quit"
+msgstr ""
+"A - kebenaran; N - baru; D - padam; panah - skrol; W - tulis tetapan; Q - "
+"keluar"
+
+#: src/auth.c:114
+msgid "Internal"
+msgstr "Dalaman"
+
+#: src/auth.c:116
+#, fuzzy
+msgid "Radius"
+msgstr "Radio"
+
+#: src/auth.c:121
+msgid "Allow listed MACs only"
+msgstr ""
+
+#: src/auth.c:123
+msgid "Deny listed MACs only"
+msgstr ""
+
+#: src/auth.c:129
+msgid "Mixed environment"
+msgstr ""
+
+#: src/auth.c:213
+msgid "(not shown)"
+msgstr ""
+
+#: src/auth.c:276
+#, fuzzy
+msgid "Authorized MAC addresses:"
+msgstr "Alamat MAC dibenarkan"
+
+#: src/auth.c:345
+msgid "(insufficient community used)"
+msgstr ""
+
+#: src/auth.c:472
+#, c-format
+msgid "Given MAC already exists in MAC list at position %d. Press any key."
+msgstr ""
+
+#: src/bridge.c:27
+msgid "[I] IP: "
+msgstr "[I] IP: "
+
+#: src/bridge.c:28
+msgid "[N] Netmask: "
+msgstr "[N] Netmask: "
+
+#: src/bridge.c:29
+msgid "[G] Gateway: "
+msgstr "[G] Gateway: "
+
+#: src/bridge.c:30
+msgid "[F] Filter non-IP traffic: "
+msgstr "[F] Tapis trafik bukan-IP: "
+
+#: src/bridge.c:31
+msgid "[P] Primary port: "
+msgstr "[P] Port utama:"
+
+#: src/bridge.c:32
+msgid "Attached station MAC: "
+msgstr "Stesen MAC yang disambung:"
+
+#: src/bridge.c:33
+msgid "[D] DHCP client: "
+msgstr "[D] Klien DHCP:"
+
+#: src/bridge.c:34
+msgid "[O] Operational mode: "
+msgstr "[O] Mod Operasi: "
+
+#: src/bridge.c:35
+msgid "[M] Preferred BSSID (remote MAC addr.): "
+msgstr "[M] BSSID keutamaan (alamat MAC jauh): "
+
+#: src/bridge.c:36
+msgid "[C] Configuration-enabled port(s): "
+msgstr "[C] Port boleh-ditetapkan: "
+
+#: src/bridge.c:37
+#, fuzzy
+msgid "[T] Trap-sending port: "
+msgstr "[t] Port perangkap-hantar: "
+
+#: src/bridge.c:38
+msgid "[R] Forward broadcast traffic: "
+msgstr "[R] Trafik siaran hadapan:"
+
+#: src/bridge.c:39
+msgid "[B] Isolate wireless clients (broadcast traffic): "
+msgstr "[B] Asingkan klien tanpawayar (trafik siaran): "
+
+#: src/bridge.c:40
+msgid "[U] Isolate wireless clients (unicast traffic): "
+msgstr "[U] Asingkan klien tanpawayar (trafik unicast): "
+
+#: src/bridge.c:41
+#, fuzzy
+msgid "INGFPDOMSCRBUT - set; W - write conf; Q - quit to menu"
+msgstr "INGFPDOMSCTRBU - tetap; W - tulis tetapan; Q - keluar ke menu"
+
+#: src/bridge.c:128
+#, fuzzy
+msgid "Wireless (can be risky)"
+msgstr "Tetapan Tanpawayar"
+
+#: src/bridge.c:129
+msgid "Both"
+msgstr "Kedua-dua"
+
+#: src/nwn_advanced.c:60
+#, c-format
+msgid "[D] DB Station Timeout: %d"
+msgstr "[D] Hadmasa Stesyen DB: %d"
+
+#: src/nwn_advanced.c:62
+#, c-format
+msgid "[A] ACK Window: %d"
+msgstr "[A] Tetingkap ACK: %d"
+
+#: src/nwn_advanced.c:65
+msgid "Advanced Options"
+msgstr "Pilihan Lanjutan"
+
+#: src/nwn_advanced.c:66
+msgid "DA - options; W - write conf; Q - quit to menu"
+msgstr "DA - pilihan; W - tulis tetapan; Q - keluar ke menu"
+
+#: src/nwn_latest.c:30
+#, c-format
+msgid "Reason: %u Station: %02X%02X%02X%02X%02X%02X"
+msgstr "Sebab: %u Stesyen: %02X%02X%02X%02X%02X%02X"
+
+#: src/nwn_latest.c:88
+msgid "Latest Events"
+msgstr "Acara Terakhir"
+
+#: src/nwn_latest.c:89
+msgid "Disassociate:"
+msgstr "Nyahkaitan:"
+
+#: src/nwn_latest.c:96
+msgid "Deauthenticate:"
+msgstr "Nyahpengesahan:"
+
+#: src/nwn_latest.c:103
+msgid "Authenticate Fail:"
+msgstr "Pengesahan Gagal:"
+
+#: src/nwn_latest.c:109
+msgid "Last error:"
+msgstr "Ralat terakhir:"
+
+#: src/nwn_latest.c:110
+msgid "Error:"
+msgstr "Ralat:"
+
+#: src/stations.c:82
+msgid "Not available (device not in AP mode)."
+msgstr ""
+
+#: src/stations.c:92
+#, fuzzy
+msgid "  #     MAC       Parent MAC  RSSI   LQ Sts MACn      IP        "
+msgstr " #     MAC       MAC Induk     RSSI  Status MACn      IP        "
+
+#: src/stations.c:136
+msgid "AssociatedSTAsInfo packet error"
+msgstr "Ralat paket AssociatedSTAsInfo"
+
+#: src/stations.c:189 src/stations.c:364
+msgid ""
+"Arrows - scroll; S - save to file; Q - return; T - toggle view; Other - "
+"refresh"
+msgstr ""
+"Panah - skrol; S - simpan ke fail ; Q - kembali; T - toggle paparan; Lain - "
+"ulangsegar"
+
+#: src/stations.c:193
+msgid "Arrows - scroll; S - save to file; Q - return; Other key - refresh"
+msgstr ""
+"Panah - skrol; S - simpan ke fail ; Q - kembali; Kekunci lain - ulangsegar"
+
+#: src/stations.c:275
+msgid "Id       MAC address     Quality  Age  RSSI"
+msgstr "Id       Alamat MACs    Kualiti  Umur  RSSI"
+
+#~ msgid "NUM       MAC address"
+#~ msgstr "NUM       Alamat MAC"
+
+#~ msgid "A - auth; IPSTF - set; W - write conf; Q - quit"
+#~ msgstr "A - kebenaran; IPSTF - tetap; W - tulis tetapan; Q - keluar"
+
+#~ msgid "A - auth; W - write conf; Q - quit"
+#~ msgstr "A - kebenaran; W - tulis tetapan; Q - keluar"
+
+#~ msgid "[I] RADIUS SERVER IP: "
+#~ msgstr "[I] IP PELAYAN RADIUS: "
+
+#~ msgid "[P] RADIUS SERVER PORT: "
+#~ msgstr "[P] PORT PELAYAN RADIUS: "
+
+#~ msgid "[S] RADIUS SERVER SECRET: "
+#~ msgstr "[S] RAHSIA PELAYAN RADIUS: "
+
+#~ msgid "[T] REAUTHORIZATION TIME: "
+#~ msgstr "[T] MASA ULANGKEBENARAN:"
+
+#~ msgid "[F] RADIUS SOURCE PORT: "
+#~ msgstr "[F] PORT SUMBER RADIUS:"
+
+#~ msgid "<hidden>"
+#~ msgstr "<sembunyi>"
+
+#~ msgid "[U] Isolate wireless clients: "
+#~ msgstr "[U] Asingkan klien tanpawayar:"
+
+#~ msgid "AP is currently in AP Client Mode => no associated STAtions."
+#~ msgstr "AP sekarang didalam Mod Klien AP => tiada stesyen dipadankan."
+
+#~ msgid "#     MAC       LQ    RSSI   Status Port IP"
+#~ msgstr "#     MAC       LQ    RSSI   Status Port IP"
+
+#~ msgid "Arrows - scroll; S - save to file; Q - quit to menu."
+#~ msgstr "Panah - skrol; S - simpan ke fail; Q - keluar ke menu."
+
+#~ msgid "Please enter SNMP community name that will be used for AP detection."
+#~ msgstr ""
+#~ "Sila masukkan nama komuniti SNMP yang akan digunakan untuk pengesanan AP."
+
+#~ msgid "Create socket error. Press any key."
+#~ msgstr "Ralat mencipta soket. Tekan sebarang kekunci."
+
+#~ msgid "Bind socket error. Press any key."
+#~ msgstr "Ralat mengikat soket. Tekan sebarang kekunci."
+
+#~ msgid "Create socket error"
+#~ msgstr "Ralat mencipta soket"
+
+#~ msgid "Bind socket error"
+#~ msgstr "Ralat mengikat soket"
+
+#~ msgid " #            MAC                                               "
+#~ msgstr " #            MAC                                               "
index c821ed662d00904ec7e6e5c47d593d2d317d69f9..79ad35a763cd5414ea279cd7830d9d15b449eec8 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -6,14 +6,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: ap-utils 1.3.2-pre3\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-05-22 20:46+0300\n"
+"POT-Creation-Date: 2005-07-05 23:47+0300\n"
 "PO-Revision-Date: 2003-07-31 19:03+0100\n"
 "Last-Translator: Elros Cyriatan <cyriatan@fastmail.fm>\n"
 "Language-Team: Dutch <vertaling@nl.linux.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Report-Msgid-Bugs-To: \n"
 
 #: lib/aps.c:30
 msgid "Known Access Points"
index f16cd2ad30a2a2531fbcdf248d5b841fad903064..08828e2e0e60daff58fb8c028272e6943ef3d09a 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -5,14 +5,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: GNU ap-utils 1.1.1\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-05-22 20:46+0300\n"
+"POT-Creation-Date: 2005-07-05 23:47+0300\n"
 "PO-Revision-Date: 2002-10-16 08:00-0500\n"
 "Last-Translator: Michel Robitaille <robitail@IRO.UMontreal.CA>\n"
 "Language-Team: French <traduc@traduc.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=ISO-8859-2\n"
 "Content-Transfer-Encoding: 8-bit\n"
+"Report-Msgid-Bugs-To: \n"
 
 # src/aps.c:138
 #: lib/aps.c:30
index 014755f29e7d1cc04b5dcc576434a26db6fd524b..7f3d560447520f8f644ab10b6420e7c809416e14 100644 (file)
--- a/po/ro.po
+++ b/po/ro.po
@@ -6,14 +6,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: ap-utils-1.3.2-pre3\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-05-22 20:46+0300\n"
+"POT-Creation-Date: 2005-07-05 23:47+0300\n"
 "PO-Revision-Date: 2003-05-19 12:51+0300\n"
 "Last-Translator: Eugen Hoanca <eugenh@urban-grafx.ro>\n"
 "Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=ISO-8859-2\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Report-Msgid-Bugs-To: \n"
 
 #: lib/aps.c:30
 msgid "Known Access Points"
index 35303f5cd8eece5362a87ba3e94e817f00e17f1d..933fd0fba52fd61765285e8ecbeb8680cf2966f6 100644 (file)
--- a/po/rw.po
+++ b/po/rw.po
 msgid ""
 msgstr ""
 "Project-Id-Version: ap-utils 1.5pre1\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-05-22 20:46+0300\n"
+"POT-Creation-Date: 2005-07-05 23:47+0300\n"
 "PO-Revision-Date: 2005-04-04 10:55-0700\n"
 "Last-Translator: Steven Michael Murphy <murf@e-tools.com>\n"
 "Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Report-Msgid-Bugs-To: \n"
 
 #: lib/aps.c:30
 msgid "Known Access Points"
index 3414f4ffcd24027e5dcddc2b3db3495fd80d3bdd..c130676bab7a4c32d852afde0f69bb93cd73514c 100644 (file)
--- a/po/tr.po
+++ b/po/tr.po
@@ -6,14 +6,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: ap-utils 1.3.2-pre3\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-05-22 20:46+0300\n"
+"POT-Creation-Date: 2005-07-05 23:47+0300\n"
 "PO-Revision-Date: 2004-06-14 14:03+0200\n"
 "Last-Translator: Elif Bilge Maden <bilgemaden_1@yahoo.com>\n"
 "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Report-Msgid-Bugs-To: \n"
 
 #: lib/aps.c:30
 msgid "Known Access Points"
index 2819d2a00b0b41e95395c39f8325ddeb98e6f610..e83e45ae67258023d8b07c6a50cb7e818ef98d60 100644 (file)
--- a/po/uk.po
+++ b/po/uk.po
@@ -5,14 +5,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: ap-utils 1.4.1\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-05-22 20:46+0300\n"
+"POT-Creation-Date: 2005-07-05 23:47+0300\n"
 "PO-Revision-Date: 2004-05-22 20:00+0300\n"
 "Last-Translator: Roman Festchook <roma@polesye.net>\n"
 "Language-Team: UK <roma@polesye.net>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=koi8-u\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Report-Msgid-Bugs-To: \n"
 
 #: lib/aps.c:30
 msgid "Known Access Points"
index 4addf42896cb8dbfb4380b818288fe75f6264969..986641bb7391f11366506c67bd3bc397712004dd 100644 (file)
--- a/po/vi.po
+++ b/po/vi.po
@@ -5,14 +5,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: ap-utils 1.5pre1\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-05-22 20:46+0300\n"
+"POT-Creation-Date: 2005-07-05 23:47+0300\n"
 "PO-Revision-Date: 2005-05-11 21:05+0930\n"
 "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
 "Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Report-Msgid-Bugs-To: \n"
 "Plural-Forms: nplurals=1; plural=0\n"
 
 #: lib/aps.c:30