-CVS code -
+nano-1.1.2 - 10/03/2001
- General
- Added BUGS #63 & 64. Fixes in search_init() and nanogetstr(),
new flag CLEAR_BACKUPSTRING because there's no easy way to
- Call do_gotopos from do_alt_spell() to keep position
consistent when invoking alt speller (DLR).
- Readded DISABLE_CURPOS because in certain instances (like
- all the "Search Wrapper" lines) the cursor position will
+ all the "Search Wrapped" lines) the cursor position will
be different yet we don't want the cursor position displayed.
- Take control-space out of -tiny build, unneeded.
- cut.c:
+10/03/2001 - GNU nano 1.1.2 is out there. Many new features in this
+ release, including support for auto-converting from
+ DOS and Mac formatted files, as well as toggles for
+ writing out files in these formats. Pico's -o flag has
+ been implemented, as has some new smooth scrolling code
+ (which can be used in place of the default jerky scrolling
+ behavior). Also, there is now a "find matching
+ bracket/brace/etc" feature (Meta-]). The .nanorc file
+ now accepts setting the tabsize, and the help text at the
+ bottom of the editor is now better spaced out in the
+ search/replace prompts. There are also the usual helping
+ of bugfixes, translation updates and, surely a bug or two.
+ You better get ready!
+
07/28/2001 - GNU nano 1.1.1 is released. Our second 1.1 unstable release
features many bugfixes from the initial release, in
particular fixs for the multibuffer code, and various
done<<>>dnl>>)
changequote([,]))])
-#serial 1
-# This test replaces the one in autoconf.
-# Currently this macro should have the same name as the autoconf macro
-# because gettext's gettext.m4 (distributed in the automake package)
-# still uses it. Otherwise, the use in gettext.m4 makes autoheader
-# give these diagnostics:
-# configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX
-# configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX
-
-undefine([AC_ISC_POSIX])
-
-AC_DEFUN([AC_ISC_POSIX],
- [
- dnl This test replaces the obsolescent AC_ISC_POSIX kludge.
- AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])
- ]
-)
-
#serial 19
dnl By default, many hosts won't let programs access large files;
# Ulrich Drepper <drepper@cygnus.com>, 1996.
#
# This file can be copied and used freely without restrictions. It can
-# be used in projects which are not available under the GNU General Public
-# License or the GNU Library General Public License but which still want
-# to provide support for the GNU gettext functionality.
-# Please note that the actual code of the GNU gettext library is covered
-# by the GNU Library General Public License, and the rest of the GNU
-# gettext package package is covered by the GNU General Public License.
-# They are *not* in the public domain.
+# be used in projects which are not available under the GNU Public License
+# but which still want to provide support for the GNU gettext functionality.
+# Please note that the actual code is *not* freely available.
-# serial 2
+# serial 1
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],
+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])
;;
esac])dnl
$1="$ac_cv_path_$1"
-if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then
+if test -n "[$]$1"; then
AC_MSG_RESULT([$]$1)
else
AC_MSG_RESULT(no)
-/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
+/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define if using alloca.c. */
#undef C_ALLOCA
/* Define to `long' if <sys/types.h> doesn't define. */
#undef off_t
+/* Define if you need to in order for stat and other things to work. */
+#undef _POSIX_SOURCE
+
/* Define as the return type of signal handlers (int or void). */
#undef RETSIGTYPE
PACKAGE=nano
-VERSION=1.1.1-cvs
+VERSION=1.1.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
fi
fi
-
- echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6
-echo "configure:1057: checking for strerror in -lcposix" >&5
-ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'`
-if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- ac_save_LIBS="$LIBS"
-LIBS="-lcposix $LIBS"
-cat > conftest.$ac_ext <<EOF
-#line 1065 "configure"
-#include "confdefs.h"
-/* Override any gcc2 internal prototype to avoid an error. */
-/* We use char because int might match the return type of a gcc2
- builtin and then its argument prototype would still apply. */
-char strerror();
-
-int main() {
-strerror()
-; return 0; }
+echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
+echo "configure:1056: checking for POSIXized ISC" >&5
+if test -d /etc/conf/kconfig.d &&
+ grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
+then
+ echo "$ac_t""yes" 1>&6
+ ISC=yes # If later tests want to check for ISC.
+ cat >> confdefs.h <<\EOF
+#define _POSIX_SOURCE 1
EOF
-if { (eval echo configure:1076: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- rm -rf conftest*
- eval "ac_cv_lib_$ac_lib_var=yes"
-else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- rm -rf conftest*
- eval "ac_cv_lib_$ac_lib_var=no"
-fi
-rm -f conftest*
-LIBS="$ac_save_LIBS"
-fi
-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
- LIBS="$LIBS -lcposix"
+ if test "$GCC" = yes; then
+ CC="$CC -posix"
+ else
+ CC="$CC -Xp"
+ fi
else
echo "$ac_t""no" 1>&6
+ ISC=
fi
-
-
# Check whether --enable-largefile or --disable-largefile was given.
if test "${enable_largefile+set}" = set; then
if test "$enable_largefile" != no; then
echo $ac_n "checking for special C compiler options needed for large files""... $ac_c" 1>&6
-echo "configure:1108: checking for special C compiler options needed for large files" >&5
+echo "configure:1086: checking for special C compiler options needed for large files" >&5
if eval "test \"`echo '$''{'ac_cv_sys_largefile_CC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
# IRIX 6.2 and later do not support large files by default,
# so use the C compiler's -n32 option if that helps.
cat > conftest.$ac_ext <<EOF
-#line 1117 "configure"
+#line 1095 "configure"
#include "confdefs.h"
#include <sys/types.h>
/* Check that off_t can represent 2**63 - 1 correctly.
; return 0; }
EOF
-if { (eval echo configure:1133: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:1111: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
:
else
echo "configure: failed program was:" >&5
ac_save_CC="$CC"
CC="$CC -n32"
cat > conftest.$ac_ext <<EOF
-#line 1142 "configure"
+#line 1120 "configure"
#include "confdefs.h"
#include <sys/types.h>
/* Check that off_t can represent 2**63 - 1 correctly.
; return 0; }
EOF
-if { (eval echo configure:1158: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:1136: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_sys_largefile_CC=' -n32'
else
fi
echo $ac_n "checking for _FILE_OFFSET_BITS value needed for large files""... $ac_c" 1>&6
-echo "configure:1178: checking for _FILE_OFFSET_BITS value needed for large files" >&5
+echo "configure:1156: checking for _FILE_OFFSET_BITS value needed for large files" >&5
if eval "test \"`echo '$''{'ac_cv_sys_file_offset_bits'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_sys_file_offset_bits=no
cat > conftest.$ac_ext <<EOF
-#line 1184 "configure"
+#line 1162 "configure"
#include "confdefs.h"
#include <sys/types.h>
/* Check that off_t can represent 2**63 - 1 correctly.
; return 0; }
EOF
-if { (eval echo configure:1200: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:1178: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
:
else
echo "configure: failed program was:" >&5
cat conftest.$ac_ext >&5
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 1207 "configure"
+#line 1185 "configure"
#include "confdefs.h"
#define _FILE_OFFSET_BITS 64
#include <sys/types.h>
; return 0; }
EOF
-if { (eval echo configure:1225: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:1203: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_sys_file_offset_bits=64
else
fi
echo $ac_n "checking for _LARGE_FILES value needed for large files""... $ac_c" 1>&6
-echo "configure:1245: checking for _LARGE_FILES value needed for large files" >&5
+echo "configure:1223: checking for _LARGE_FILES value needed for large files" >&5
if eval "test \"`echo '$''{'ac_cv_sys_large_files'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_sys_large_files=no
cat > conftest.$ac_ext <<EOF
-#line 1251 "configure"
+#line 1229 "configure"
#include "confdefs.h"
#include <sys/types.h>
/* Check that off_t can represent 2**63 - 1 correctly.
; return 0; }
EOF
-if { (eval echo configure:1267: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:1245: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
:
else
echo "configure: failed program was:" >&5
cat conftest.$ac_ext >&5
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 1274 "configure"
+#line 1252 "configure"
#include "confdefs.h"
#define _LARGE_FILES 1
#include <sys/types.h>
; return 0; }
EOF
-if { (eval echo configure:1292: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:1270: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_sys_large_files=1
else
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
-echo "configure:1315: checking how to run the C preprocessor" >&5
+echo "configure:1293: checking how to run the C preprocessor" >&5
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
CPP=
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp.
cat > conftest.$ac_ext <<EOF
-#line 1330 "configure"
+#line 1308 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1336: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1314: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
rm -rf conftest*
CPP="${CC-cc} -E -traditional-cpp"
cat > conftest.$ac_ext <<EOF
-#line 1347 "configure"
+#line 1325 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1353: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1331: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
rm -rf conftest*
CPP="${CC-cc} -nologo -E"
cat > conftest.$ac_ext <<EOF
-#line 1364 "configure"
+#line 1342 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1370: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1348: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
echo "$ac_t""$CPP" 1>&6
echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
-echo "configure:1395: checking for ANSI C header files" >&5
+echo "configure:1373: checking for ANSI C header files" >&5
if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 1400 "configure"
+#line 1378 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
#include <float.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1408: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1386: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat > conftest.$ac_ext <<EOF
-#line 1425 "configure"
+#line 1403 "configure"
#include "confdefs.h"
#include <string.h>
EOF
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat > conftest.$ac_ext <<EOF
-#line 1443 "configure"
+#line 1421 "configure"
#include "confdefs.h"
#include <stdlib.h>
EOF
:
else
cat > conftest.$ac_ext <<EOF
-#line 1464 "configure"
+#line 1442 "configure"
#include "confdefs.h"
#include <ctype.h>
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
exit (0); }
EOF
-if { (eval echo configure:1475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:1453: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
:
else
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:1502: checking for $ac_hdr" >&5
+echo "configure:1480: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 1507 "configure"
+#line 1485 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1512: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1490: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
echo $ac_n "checking whether to use slang""... $ac_c" 1>&6
-echo "configure:1755: checking whether to use slang" >&5
+echo "configure:1733: checking whether to use slang" >&5
CURSES_LIB_NAME=""
# Check whether --with-slang or --without-slang was given.
if test "${with_slang+set}" = set; then
ac_safe=`echo "slcurses.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for slcurses.h""... $ac_c" 1>&6
-echo "configure:1775: checking for slcurses.h" >&5
+echo "configure:1753: checking for slcurses.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 1780 "configure"
+#line 1758 "configure"
#include "confdefs.h"
#include <slcurses.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1785: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1763: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6
echo $ac_n "checking for SLtt_initialize in -lslang""... $ac_c" 1>&6
-echo "configure:1802: checking for SLtt_initialize in -lslang" >&5
+echo "configure:1780: checking for SLtt_initialize in -lslang" >&5
_libs=$LIBS
LIBS="$LIBS -lslang"
if test "$cross_compiling" = yes; then
echo "configure: warning: *** Can not use slang when cross-compiling" 1>&2
else
cat > conftest.$ac_ext <<EOF
-#line 1809 "configure"
+#line 1787 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <slcurses.h>
int main () { SLtt_initialize (NULL); return 0; }
EOF
-if { (eval echo configure:1816: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:1794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
echo "$ac_t""yes" 1>&6
cat >> confdefs.h <<\EOF
# We might need the term library
for termlib in ncurses curses termcap terminfo termlib; do
echo $ac_n "checking for tputs in -l${termlib}""... $ac_c" 1>&6
-echo "configure:1839: checking for tputs in -l${termlib}" >&5
+echo "configure:1817: checking for tputs in -l${termlib}" >&5
ac_lib_var=`echo ${termlib}'_'tputs | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-l${termlib} $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 1847 "configure"
+#line 1825 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
tputs()
; return 0; }
EOF
-if { (eval echo configure:1858: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1836: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
done
echo $ac_n "checking for SLtt_initialize in -lslang $tcap""... $ac_c" 1>&6
-echo "configure:1882: checking for SLtt_initialize in -lslang $tcap" >&5
+echo "configure:1860: checking for SLtt_initialize in -lslang $tcap" >&5
LIBS="$LIBS $tcap"
if test "$cross_compiling" = yes; then
echo "configure: warning: *** Can not use slang when cross-compiling" 1>&2
else
cat > conftest.$ac_ext <<EOF
-#line 1888 "configure"
+#line 1866 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <slcurses.h>
int main () { SLtt_initialize (NULL); return 0; }
EOF
-if { (eval echo configure:1895: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:1873: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
echo "$ac_t""yes" 1>&6
cat >> confdefs.h <<\EOF
echo "$ac_t""no" 1>&6
# We might need the math library
echo $ac_n "checking for SLtt_initialize in -lslang $tcap -lm""... $ac_c" 1>&6
-echo "configure:1917: checking for SLtt_initialize in -lslang $tcap -lm" >&5
+echo "configure:1895: checking for SLtt_initialize in -lslang $tcap -lm" >&5
LIBS="$LIBS -lm"
if test "$cross_compiling" = yes; then
echo "configure: warning: *** Can not use slang when cross-compiling" 1>&2
else
cat > conftest.$ac_ext <<EOF
-#line 1923 "configure"
+#line 1901 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <slcurses.h>
int main () { SLtt_initialize (NULL); return 0; }
EOF
-if { (eval echo configure:1930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:1908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
echo "$ac_t""yes" 1>&6
cat >> confdefs.h <<\EOF
for ac_func in snprintf vsnprintf
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:1987: checking for $ac_func" >&5
+echo "configure:1965: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 1992 "configure"
+#line 1970 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
; return 0; }
EOF
-if { (eval echo configure:2015: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1993: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
# Extract the first word of "glib-config", so it can be a program name with args.
set dummy glib-config; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2094: checking for $ac_word" >&5
+echo "configure:2072: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLIB_CONFIG'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
min_glib_version=1.2.4
echo $ac_n "checking for GLIB - version >= $min_glib_version""... $ac_c" 1>&6
-echo "configure:2129: checking for GLIB - version >= $min_glib_version" >&5
+echo "configure:2107: checking for GLIB - version >= $min_glib_version" >&5
no_glib=""
if test "$GLIB_CONFIG" = "no" ; then
no_glib=yes
echo $ac_n "cross compiling; assumed OK... $ac_c"
else
cat > conftest.$ac_ext <<EOF
-#line 2152 "configure"
+#line 2130 "configure"
#include "confdefs.h"
#include <glib.h>
}
EOF
-if { (eval echo configure:2228: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:2206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
:
else
CFLAGS="$CFLAGS $GLIB_CFLAGS"
LIBS="$LIBS $GLIB_LIBS"
cat > conftest.$ac_ext <<EOF
-#line 2262 "configure"
+#line 2240 "configure"
#include "confdefs.h"
#include <glib.h>
return ((glib_major_version) || (glib_minor_version) || (glib_micro_version));
; return 0; }
EOF
-if { (eval echo configure:2272: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
echo "*** The test program compiled, but did not run. This usually means"
echo "*** that the run-time linker is not finding GLIB or finding the wrong"
echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
-echo "configure:2319: checking return type of signal handlers" >&5
+echo "configure:2297: checking return type of signal handlers" >&5
if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 2324 "configure"
+#line 2302 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
int i;
; return 0; }
EOF
-if { (eval echo configure:2341: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2319: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_type_signal=void
else
echo $ac_n "checking for vprintf""... $ac_c" 1>&6
-echo "configure:2360: checking for vprintf" >&5
+echo "configure:2338: checking for vprintf" >&5
if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 2365 "configure"
+#line 2343 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vprintf(); below. */
; return 0; }
EOF
-if { (eval echo configure:2388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2366: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_vprintf=yes"
else
if test "$ac_cv_func_vprintf" != yes; then
echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
-echo "configure:2412: checking for _doprnt" >&5
+echo "configure:2390: checking for _doprnt" >&5
if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 2417 "configure"
+#line 2395 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char _doprnt(); below. */
; return 0; }
EOF
-if { (eval echo configure:2440: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func__doprnt=yes"
else
for ac_func in getopt_long
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:2467: checking for $ac_func" >&5
+echo "configure:2445: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 2472 "configure"
+#line 2450 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
; return 0; }
EOF
-if { (eval echo configure:2495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2473: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:2528: checking for $ac_hdr" >&5
+echo "configure:2506: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 2533 "configure"
+#line 2511 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2538: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2516: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
done
echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
-echo "configure:2565: checking for tgetent in -lncurses" >&5
+echo "configure:2543: checking for tgetent in -lncurses" >&5
ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-lncurses $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 2573 "configure"
+#line 2551 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
tgetent()
; return 0; }
EOF
-if { (eval echo configure:2584: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2562: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
if eval "test x$CURSES_LIB_NAME = x"
then
echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
-echo "configure:2609: checking for tgetent in -lcurses" >&5
+echo "configure:2587: checking for tgetent in -lcurses" >&5
ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-lcurses $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 2617 "configure"
+#line 2595 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
tgetent()
; return 0; }
EOF
-if { (eval echo configure:2628: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
if eval "test x$CURSES_LIB_NAME = x"
then
echo $ac_n "checking for initscr in -lcurses""... $ac_c" 1>&6
-echo "configure:2654: checking for initscr in -lcurses" >&5
+echo "configure:2632: checking for initscr in -lcurses" >&5
ac_lib_var=`echo curses'_'initscr | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-lcurses $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 2662 "configure"
+#line 2640 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
initscr()
; return 0; }
EOF
-if { (eval echo configure:2673: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
if eval "test x$CURSES_LIB_NAME = x"
then
echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
-echo "configure:2698: checking for tgetent in -ltermcap" >&5
+echo "configure:2676: checking for tgetent in -ltermcap" >&5
ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-ltermcap $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 2706 "configure"
+#line 2684 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
tgetent()
; return 0; }
EOF
-if { (eval echo configure:2717: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
echo $ac_n "checking for use_default_colors in -l$CURSES_LIB_NAME""... $ac_c" 1>&6
-echo "configure:2751: checking for use_default_colors in -l$CURSES_LIB_NAME" >&5
+echo "configure:2729: checking for use_default_colors in -l$CURSES_LIB_NAME" >&5
ac_lib_var=`echo $CURSES_LIB_NAME'_'use_default_colors | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-l$CURSES_LIB_NAME $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 2759 "configure"
+#line 2737 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
use_default_colors()
; return 0; }
EOF
-if { (eval echo configure:2770: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2748: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
if test x$slang_support != xyes; then
echo $ac_n "checking for wresize in -l$CURSES_LIB_NAME""... $ac_c" 1>&6
-echo "configure:2795: checking for wresize in -l$CURSES_LIB_NAME" >&5
+echo "configure:2773: checking for wresize in -l$CURSES_LIB_NAME" >&5
ac_lib_var=`echo $CURSES_LIB_NAME'_'wresize | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-l$CURSES_LIB_NAME $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 2803 "configure"
+#line 2781 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
wresize()
; return 0; }
EOF
-if { (eval echo configure:2814: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2792: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
fi
echo $ac_n "checking for resizeterm in -l$CURSES_LIB_NAME""... $ac_c" 1>&6
-echo "configure:2838: checking for resizeterm in -l$CURSES_LIB_NAME" >&5
+echo "configure:2816: checking for resizeterm in -l$CURSES_LIB_NAME" >&5
ac_lib_var=`echo $CURSES_LIB_NAME'_'resizeterm | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-l$CURSES_LIB_NAME $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 2846 "configure"
+#line 2824 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
resizeterm()
; return 0; }
EOF
-if { (eval echo configure:2857: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
# Taken from aumix (can't tell form the variable name?)
echo $ac_n "checking for private member _use_keypad in WINDOW""... $ac_c" 1>&6
-echo "configure:2883: checking for private member _use_keypad in WINDOW" >&5
+echo "configure:2861: checking for private member _use_keypad in WINDOW" >&5
if eval "test \"`echo '$''{'aumix_cv_struct_window_usekeypad'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 2888 "configure"
+#line 2866 "configure"
#include "confdefs.h"
#ifdef HAVE_NCURSES_H
#include <ncurses.h>
WINDOW w; w._use_keypad;
; return 0; }
EOF
-if { (eval echo configure:2899: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2877: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
aumix_cv_struct_window_usekeypad=yes
else
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2945: checking for $ac_word" >&5
+echo "configure:2923: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
fi
echo $ac_n "checking for working const""... $ac_c" 1>&6
-echo "configure:2973: checking for working const" >&5
+echo "configure:2951: checking for working const" >&5
if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 2978 "configure"
+#line 2956 "configure"
#include "confdefs.h"
int main() {
/* Ultrix mips cc rejects this. */
-typedef int charset[2]; const charset x;
+typedef int charset[2]; const charset x = {0,0};
/* SunOS 4.1.1 cc rejects this. */
char const *const *ccp;
char **p;
; return 0; }
EOF
-if { (eval echo configure:3027: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3005: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_c_const=yes
else
fi
echo $ac_n "checking for inline""... $ac_c" 1>&6
-echo "configure:3048: checking for inline" >&5
+echo "configure:3026: checking for inline" >&5
if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
cat > conftest.$ac_ext <<EOF
-#line 3055 "configure"
+#line 3033 "configure"
#include "confdefs.h"
int main() {
-} $ac_kw foo() {
+} int $ac_kw foo() {
; return 0; }
EOF
-if { (eval echo configure:3062: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3040: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_c_inline=$ac_kw; break
else
esac
echo $ac_n "checking for off_t""... $ac_c" 1>&6
-echo "configure:3088: checking for off_t" >&5
+echo "configure:3066: checking for off_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3093 "configure"
+#line 3071 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
fi
echo $ac_n "checking for size_t""... $ac_c" 1>&6
-echo "configure:3121: checking for size_t" >&5
+echo "configure:3099: checking for size_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3126 "configure"
+#line 3104 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
-echo "configure:3156: checking for working alloca.h" >&5
+echo "configure:3134: checking for working alloca.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3161 "configure"
+#line 3139 "configure"
#include "confdefs.h"
#include <alloca.h>
int main() {
-char *p = alloca(2 * sizeof(int));
+void *p = alloca(2 * sizeof(int));
; return 0; }
EOF
-if { (eval echo configure:3168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3146: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_header_alloca_h=yes
else
fi
echo $ac_n "checking for alloca""... $ac_c" 1>&6
-echo "configure:3189: checking for alloca" >&5
+echo "configure:3167: checking for alloca" >&5
if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3194 "configure"
+#line 3172 "configure"
#include "confdefs.h"
#ifdef __GNUC__
char *p = (char *) alloca(1);
; return 0; }
EOF
-if { (eval echo configure:3222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3200: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_func_alloca_works=yes
else
echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
-echo "configure:3254: checking whether alloca needs Cray hooks" >&5
+echo "configure:3232: checking whether alloca needs Cray hooks" >&5
if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3259 "configure"
+#line 3237 "configure"
#include "confdefs.h"
#if defined(CRAY) && ! defined(CRAY2)
webecray
if test $ac_cv_os_cray = yes; then
for ac_func in _getb67 GETB67 getb67; do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:3284: checking for $ac_func" >&5
+echo "configure:3262: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3289 "configure"
+#line 3267 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
; return 0; }
EOF
-if { (eval echo configure:3312: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
fi
echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
-echo "configure:3339: checking stack direction for C alloca" >&5
+echo "configure:3317: checking stack direction for C alloca" >&5
if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_c_stack_direction=0
else
cat > conftest.$ac_ext <<EOF
-#line 3347 "configure"
+#line 3325 "configure"
#include "confdefs.h"
find_stack_direction ()
{
exit (find_stack_direction() < 0);
}
EOF
-if { (eval echo configure:3366: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:3344: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_c_stack_direction=1
else
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:3391: checking for $ac_hdr" >&5
+echo "configure:3369: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3396 "configure"
+#line 3374 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3401: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3379: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
for ac_func in getpagesize
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:3430: checking for $ac_func" >&5
+echo "configure:3408: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3435 "configure"
+#line 3413 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
; return 0; }
EOF
-if { (eval echo configure:3458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
done
echo $ac_n "checking for working mmap""... $ac_c" 1>&6
-echo "configure:3483: checking for working mmap" >&5
+echo "configure:3461: checking for working mmap" >&5
if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_func_mmap_fixed_mapped=no
else
cat > conftest.$ac_ext <<EOF
-#line 3491 "configure"
+#line 3469 "configure"
#include "confdefs.h"
/* Thanks to Mike Haertel and Jim Avera for this test.
#include <sys/types.h>
#include <fcntl.h>
#include <sys/mman.h>
+#include <stdlib.h>
+#include <sys/stat.h>
+
+#ifdef HAVE_UNISTD_H
+# include <unistd.h>
+#endif
/* This mess was copied from the GNU getpagesize.h. */
#ifndef HAVE_GETPAGESIZE
-# ifdef HAVE_UNISTD_H
-# include <unistd.h>
-# endif
/* Assume that all systems that can run configure have sys/param.h. */
# ifndef HAVE_SYS_PARAM_H
/*
* First, make a file with some known garbage in it.
*/
- data = malloc(pagesize);
+ data = (char*)malloc(pagesize);
if (!data)
exit(1);
for (i = 0; i < pagesize; ++i)
fd = open("conftestmmap", O_RDWR);
if (fd < 0)
exit(1);
- data2 = malloc(2 * pagesize);
+ data2 = (char*)malloc(2 * pagesize);
if (!data2)
exit(1);
data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
*/
for (i = 0; i < pagesize; ++i)
*(data2 + i) = *(data2 + i) + 1;
- data3 = malloc(pagesize);
+ data3 = (char*)malloc(pagesize);
if (!data3)
exit(1);
if (read(fd, data3, pagesize) != pagesize)
}
EOF
-if { (eval echo configure:3631: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:3612: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_func_mmap_fixed_mapped=yes
else
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:3659: checking for $ac_hdr" >&5
+echo "configure:3640: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3664 "configure"
+#line 3645 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3669: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3650: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
strdup __argz_count __argz_stringify __argz_next
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:3699: checking for $ac_func" >&5
+echo "configure:3680: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3704 "configure"
+#line 3685 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
; return 0; }
EOF
-if { (eval echo configure:3727: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
for ac_func in stpcpy
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:3756: checking for $ac_func" >&5
+echo "configure:3737: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3761 "configure"
+#line 3742 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
; return 0; }
EOF
-if { (eval echo configure:3784: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3765: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
if test $ac_cv_header_locale_h = yes; then
echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
-echo "configure:3818: checking for LC_MESSAGES" >&5
+echo "configure:3799: checking for LC_MESSAGES" >&5
if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3823 "configure"
+#line 3804 "configure"
#include "confdefs.h"
#include <locale.h>
int main() {
return LC_MESSAGES
; return 0; }
EOF
-if { (eval echo configure:3830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3811: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
am_cv_val_LC_MESSAGES=yes
else
fi
fi
echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
-echo "configure:3851: checking whether NLS is requested" >&5
+echo "configure:3832: checking whether NLS is requested" >&5
# Check whether --enable-nls or --disable-nls was given.
if test "${enable_nls+set}" = set; then
enableval="$enable_nls"
EOF
echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
-echo "configure:3889: checking whether included gettext is requested" >&5
+echo "configure:3870: checking whether included gettext is requested" >&5
# Check whether --with-included-gettext or --without-included-gettext was given.
if test "${with_included_gettext+set}" = set; then
withval="$with_included_gettext"
ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
-echo "configure:3908: checking for libintl.h" >&5
+echo "configure:3889: checking for libintl.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3913 "configure"
+#line 3894 "configure"
#include "confdefs.h"
#include <libintl.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3918: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3899: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6
echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
-echo "configure:3935: checking for gettext in libc" >&5
+echo "configure:3916: checking for gettext in libc" >&5
if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3940 "configure"
+#line 3921 "configure"
#include "confdefs.h"
#include <libintl.h>
int main() {
return (int) gettext ("")
; return 0; }
EOF
-if { (eval echo configure:3947: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3928: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
gt_cv_func_gettext_libc=yes
else
if test "$gt_cv_func_gettext_libc" != "yes"; then
echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
-echo "configure:3963: checking for bindtextdomain in -lintl" >&5
+echo "configure:3944: checking for bindtextdomain in -lintl" >&5
ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-lintl $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 3971 "configure"
+#line 3952 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
bindtextdomain()
; return 0; }
EOF
-if { (eval echo configure:3982: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3963: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6
echo $ac_n "checking for gettext in -lintl""... $ac_c" 1>&6
-echo "configure:3998: checking for gettext in -lintl" >&5
+echo "configure:3979: checking for gettext in -lintl" >&5
ac_lib_var=`echo intl'_'gettext | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-lintl $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 4006 "configure"
+#line 3987 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
gettext()
; return 0; }
EOF
-if { (eval echo configure:4017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
# Extract the first word of "msgfmt", so it can be a program name with args.
set dummy msgfmt; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:4059: checking for $ac_word" >&5
+echo "configure:4040: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
for ac_func in dcgettext
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:4093: checking for $ac_func" >&5
+echo "configure:4074: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4098 "configure"
+#line 4079 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
; return 0; }
EOF
-if { (eval echo configure:4121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4102: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
# Extract the first word of "gmsgfmt", so it can be a program name with args.
set dummy gmsgfmt; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:4148: checking for $ac_word" >&5
+echo "configure:4129: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
# Extract the first word of "xgettext", so it can be a program name with args.
set dummy xgettext; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:4184: checking for $ac_word" >&5
+echo "configure:4165: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
fi
cat > conftest.$ac_ext <<EOF
-#line 4216 "configure"
+#line 4197 "configure"
#include "confdefs.h"
int main() {
return _nl_msg_cat_cntr
; return 0; }
EOF
-if { (eval echo configure:4224: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
CATOBJEXT=.gmo
DATADIRNAME=share
if test "$CATOBJEXT" = "NONE"; then
echo $ac_n "checking whether catgets can be used""... $ac_c" 1>&6
-echo "configure:4247: checking whether catgets can be used" >&5
+echo "configure:4228: checking whether catgets can be used" >&5
# Check whether --with-catgets or --without-catgets was given.
if test "${with_catgets+set}" = set; then
withval="$with_catgets"
if test "$nls_cv_use_catgets" = "yes"; then
echo $ac_n "checking for main in -li""... $ac_c" 1>&6
-echo "configure:4260: checking for main in -li" >&5
+echo "configure:4241: checking for main in -li" >&5
ac_lib_var=`echo i'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-li $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 4268 "configure"
+#line 4249 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
EOF
-if { (eval echo configure:4275: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4256: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
fi
echo $ac_n "checking for catgets""... $ac_c" 1>&6
-echo "configure:4303: checking for catgets" >&5
+echo "configure:4284: checking for catgets" >&5
if eval "test \"`echo '$''{'ac_cv_func_catgets'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4308 "configure"
+#line 4289 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char catgets(); below. */
; return 0; }
EOF
-if { (eval echo configure:4331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4312: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_catgets=yes"
else
# Extract the first word of "gencat", so it can be a program name with args.
set dummy gencat; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:4353: checking for $ac_word" >&5
+echo "configure:4334: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GENCAT'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
# Extract the first word of "gmsgfmt", so it can be a program name with args.
set dummy gmsgfmt; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:4389: checking for $ac_word" >&5
+echo "configure:4370: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
# Extract the first word of "msgfmt", so it can be a program name with args.
set dummy msgfmt; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:4426: checking for $ac_word" >&5
+echo "configure:4407: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
# Extract the first word of "xgettext", so it can be a program name with args.
set dummy xgettext; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:4461: checking for $ac_word" >&5
+echo "configure:4442: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
# Extract the first word of "msgfmt", so it can be a program name with args.
set dummy msgfmt; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:4519: checking for $ac_word" >&5
+echo "configure:4500: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
# Extract the first word of "gmsgfmt", so it can be a program name with args.
set dummy gmsgfmt; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:4553: checking for $ac_word" >&5
+echo "configure:4534: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
# Extract the first word of "xgettext", so it can be a program name with args.
set dummy xgettext; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:4589: checking for $ac_word" >&5
+echo "configure:4570: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
LINGUAS=
else
echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
-echo "configure:4686: checking for catalogs to be installed" >&5
+echo "configure:4667: checking for catalogs to be installed" >&5
NEW_LINGUAS=
for lang in ${LINGUAS=$ALL_LINGUAS}; do
case "$ALL_LINGUAS" in
if test "$CATOBJEXT" = ".cat"; then
ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
-echo "configure:4714: checking for linux/version.h" >&5
+echo "configure:4695: checking for linux/version.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4719 "configure"
+#line 4700 "configure"
#include "confdefs.h"
#include <linux/version.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4724: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4705: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
# $Id$
dnl Process this file with autoconf to produce a configure script.
AC_INIT(nano.c)
-AM_INIT_AUTOMAKE(nano, 1.1.1-cvs)
+AM_INIT_AUTOMAKE(nano, 1.1.2)
AM_CONFIG_HEADER(config.h:config.h.in)
ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv no nl da"
of nano?</font></h2>
<blockquote><font color="#330000">The current version of nano *should*
-be 1.1.1. Of course you should always check the nano hompage to
+be 1.1.2. Of course you should always check the nano hompage to
see what the latest and greatest version is.</font></blockquote>
<h2>
3.7. Tell me more about this multibuffer stuff!</font></h2>
<blockquote><font color="#330000"> To use multiple file buffers, you must
-be using nano 1.1.1 or newer, and you must have configured nano with
+be using nano 1.1.2 or newer, and you must have configured nano with
<b>--enable-multibuffer</b> or <b>--enable-extra</b> (use nano -V to check).
Then when you want to enable inserting a file into its own buffer instead of
into the current file, just hit <b>Meta-F</b>, then insert the file as normal
<blockquote><font color="#330000"> It's not hard at all! But, your version
of nano must have beem compiled with <b>--enable-nanorc</b>, and again must
-be version 1.1.1 or newer (use nano -V to check your version and compiled
+be version 1.1.2 or newer (use nano -V to check your version and compiled
features). Then simply copy the <b>nanorc.sample</b>
that came with the nano source or your nano package (most likely in
/usr/doc/nano) to .nanorc in your home directory. If you didn't get one,
<HTML><HEAD><TITLE>Manpage of NANO</TITLE>
</HEAD><BODY>
<H1>NANO</H1>
-Section: User Commands (1)<BR>Updated: April 30, 2001<BR><A HREF="#index">Index</A>
+Section: User Commands (1)<BR>Updated: October 3, 2001<BR><A HREF="#index">Index</A>
<A HREF="http://localhost/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<H2>OPTIONS</H2>
<DL COMPACT>
+<DT><B>-D (--dos)</B>
+
+<DD>
+Write file in DOS format.
<DT><B>-F (--multibuffer)</B>
<DD>
Enable multiple file buffers (if available).
-<DT><B>-T (--tabsize)</B>
+<DT><B>-M (--mac)</B>
<DD>
-Set the size (width) of a tab.
+Write file in Mac format.
<DT><B>-R (--regexp)</B>
<DD>
Enable regular expression matching for search strings, as well as
\n subexpression replacement for replace strings, if available.
-<DT><B>-V (--version)</B>
+<DT><B>-S (--smooth)</B>
<DD>
-Show the current version number and author.
-<DT><B>-h (--help)</B>
+Enable smooth scrolling. Text will scroll line-by-line, instead of the
+usual chunk-by-chunk behaviour.
+<DT><B>-T [num] (--tabsize=[num])</B>
<DD>
-Display a summary of command line options.
+Set the size (width) of a tab.
+<DT><B>-V (--version)</B>
+
+<DD>
+Show the current version number and author.
<DT><B>-c (--const)</B>
<DD>
Constantly show the cursor position.
+<DT><B>-h (--help)</B>
+
+<DD>
+Display a summary of command line options.
<DT><B>-i (--autoindent)</B>
<DD>
<DD>
Enable mouse support (if available for your system).
+<DT><B>-o [dir] (--operatingdir=[dir])</B>
+
+<DD>
+Set operating directory. Makes nano set up something similar to a chroot.
<DT><B>-p (--pico)</B>
<DD>
Emulate Pico as closely as possible. This affects both the "shortcut list"
at the bottom of the screen, as well as the display and entry of previous
search and replace strings.
-<DT><B>-r (--fill)</B>
+<DT><B>-r [#cols] (--fill=[#cols])</B>
<DD>
Wrap lines at column #cols. By default, this is the width of the screen,
less eight. If this value is negative, wrapping will occur at #cols from
the right of the screen, allowing it to vary along with the screen width
if the screen is resized.
-<DT><B>-s (--speller)</B>
+<DT><B>-s [prog] (--speller=[prog])</B>
<DD>
Enable alternative spell checker command.
<DD>
Enable suspend ability.
-<DT><B>-b, -e, -f</B>
+<DT><B>-a, -b, -e, -f, -g, -j</B>
<DD>
Ignored, for compatibility with Pico.
Mainly, this will happen if Nano receives a SIGHUP or runs out of
memory, when it will write the buffer into a file named "nano.save" if the
buffer didn't have a name already, or will add a ".save" suffix to the
-current filename. Nano will <B>not</B> write this file if a previous one
-exists in the current directory.
+current filename. In multibuffer mode, nano will write all the open buffers to
+the respective emergency files. Nano will <B>not</B> write this file if a
+previous one exists in the current directory.
<A NAME="lbAG"> </A>
<H2>BUGS</H2>
<A NAME="lbAI"> </A>
<H2>AUTHOR</H2>
-Chris Allegretta <<A HREF="mailto:chrisa@asty.org">chrisa@asty.org</A>>, et al (see AUTHORS for details).
+Chris Allegretta <<A HREF="mailto:chrisa@asty.org">chrisa@asty.org</A>>, et al (see AUTHORS and THANKS for
+details).
This manual page was originally written by Jordi Mallach
<<A HREF="mailto:jordi@sindominio.net">jordi@sindominio.net</A>>, for the Debian GNU/Linux system (but may be
used by others).
This document was created by
<A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
-Time: 03:54:23 GMT, July 15, 2001
+Time: 01:18:43 GMT, October 04, 2001
</BODY>
</HTML>
msgid ""
msgstr ""
"Project-Id-Version: nano 1.1.2pre3\n"
-"POT-Creation-Date: 2001-10-03 12:11+0200\n"
+"POT-Creation-Date: 2001-10-03 17:47-0400\n"
"PO-Revision-Date: 2001-10-03 12:11+0200\n"
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
"Language-Team: Catalan <ca@dodds.net>\n"
"commonly used shortcuts in the editor.\n"
"\n"
" The notation for shortcuts is as follows: Control-key sequences are notated "
-"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-"
-"key sequences are notated with the Meta (M) symbol and can be entered using "
-"either the Esc, Alt or Meta key depending on your keyboard setup. The "
+"with a caret (^) symbol and are entered with the Control (Ctrl) key. "
+"Escape-key sequences are notated with the Meta (M) symbol and can be entered "
+"using either the Esc, Alt or Meta key depending on your keyboard setup. The "
"following keystrokes are available in the main editor window. Optional keys "
"are shown in parentheses:\n"
"\n"
msgid ""
msgstr ""
"Project-Id-Version: nano 1.0.0\n"
-"POT-Creation-Date: 2001-09-28 14:41+0200\n"
+"POT-Creation-Date: 2001-10-03 17:47-0400\n"
"Last-Translator: Václav Haisman <V.Haisman@sh.cvut.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
"MIME-Version: 1.0\n"
msgid "add_to_cutbuffer called with inptr->data = %s\n"
msgstr "add_to_cutbuffer voláno s inptr->data = %s\n"
-#: cut.c:211
+#: cut.c:214
msgid "Blew away cutbuffer =)\n"
msgstr "Blew away cutbuffer =)\n"
-#: files.c:157
+#: files.c:158
msgid "read_line: not on first line and prev is NULL"
msgstr "read_line: nejsme na první øádce a pøedchozí je NULL"
-#: files.c:229 files.c:247
+#: files.c:230 files.c:248
#, c-format
msgid "Read %d lines"
msgstr "Pøeèteno %d øádek"
-#: files.c:265 search.c:217
+#: files.c:266 search.c:217
#, c-format
msgid "\"%s\" not found"
msgstr "\"%s\" nenalezen"
#. We have a new file
-#: files.c:269
+#: files.c:270
msgid "New File"
msgstr "Nový Soubor"
-#: files.c:282
+#: files.c:283
#, c-format
msgid "File \"%s\" is a directory"
msgstr "Soubor \"%s\" je adresáø"
#. Don't open character or block files. Sorry, /dev/sndstat!
-#: files.c:285
+#: files.c:286
#, fuzzy, c-format
msgid "File \"%s\" is a device file"
msgstr "Soubor \"%s\" je soubor zaøízení"
-#: files.c:293
+#: files.c:294
msgid "Reading File"
msgstr "Ètu Soubor"
-#: files.c:313
+#: files.c:314
msgid "File to insert [from ./] "
msgstr "Soubor pro vlo¾ení [z ./] "
-#: files.c:317 files.c:469 files.c:516 files.c:696 files.c:708 files.c:751
-#: files.c:762 files.c:1330
+#: files.c:318 files.c:470 files.c:517 files.c:697 files.c:709 files.c:752
+#: files.c:763 files.c:1332
#, c-format
msgid "filename is %s"
msgstr "jméno souboru je %s"
-#: files.c:348
+#: files.c:349
#, c-format
msgid "Can't insert file from outside of %s"
msgstr ""
-#: files.c:411 files.c:1055 files.c:1415 nano.c:1694
+#: files.c:412 files.c:1056 files.c:1417 nano.c:1695
msgid "Cancelled"
msgstr "Zru¹eno"
-#: files.c:688 files.c:743
+#: files.c:689 files.c:744
msgid "No more open files"
msgstr ""
-#: files.c:1078
+#: files.c:1079
#, c-format
msgid "Can't write outside of %s"
msgstr ""
-#: files.c:1115 files.c:1131 files.c:1145 files.c:1168 files.c:1177
-#: files.c:1189
+#: files.c:1116 files.c:1132 files.c:1146 files.c:1169 files.c:1178
+#: files.c:1190
#, c-format
msgid "Could not open file for writing: %s"
msgstr "Nemohu otevøít soubor pro zápis: %s"
-#: files.c:1150
+#: files.c:1151
#, c-format
msgid "Wrote >%s\n"
msgstr "Zapsáno >%s\n"
-#: files.c:1199
+#: files.c:1200
#, c-format
msgid "Could not close %s: %s"
msgstr "Nemohu zavøít %s: %s"
#. Try a rename??
-#: files.c:1222 files.c:1231 files.c:1236
+#: files.c:1223 files.c:1232 files.c:1237
#, c-format
msgid "Could not open %s for writing: %s"
msgstr "Nemohu otevøít %s pro zápis: %s"
-#: files.c:1243
+#: files.c:1244
#, c-format
msgid "Could not set permissions %o on %s: %s"
msgstr "Nemohu nastavit pøístupvá práva %o na %s: %s"
-#: files.c:1250
+#: files.c:1251
#, c-format
msgid "Wrote %d lines"
msgstr "Zapsáno %d øádek"
-#: files.c:1293
+#: files.c:1294
#, fuzzy
msgid "Append Selection to File"
msgstr "Pøesun na konec aktuální øádky"
-#: files.c:1296
+#: files.c:1297
msgid "Write Selection to File"
msgstr ""
-#: files.c:1301
+#: files.c:1303
#, fuzzy
msgid "File Name to Append"
msgstr "Jméno Souboru pro zapsání"
-#: files.c:1304
+#: files.c:1306
#, fuzzy
msgid "File Name to Write"
msgstr "Jméno Souboru pro zapsání"
-#: files.c:1344
+#: files.c:1346
msgid "File exists, OVERWRITE ?"
msgstr "Soubor existuje, PØEPSAT ?"
-#: files.c:1864
+#: files.c:1866
msgid "(more)"
msgstr "(více)"
-#: files.c:2177
+#: files.c:2179
msgid "Can't move up a directory"
msgstr "Nemohu se pøesunout o adresáø vý¹e"
-#: files.c:2189
+#: files.c:2191
msgid "Can't visit parent in restricted mode"
msgstr ""
#. We can't open this dir for some reason. Complain
-#: files.c:2200 files.c:2257
+#: files.c:2202 files.c:2259
#, fuzzy, c-format
msgid "Can't open \"%s\": %s"
msgstr "Nemohu zavøít %s: %s"
-#: files.c:2228 global.c:293
+#: files.c:2230 global.c:295
#, fuzzy
msgid "Goto Directory"
msgstr "Jdi na Øádku"
-#: files.c:2235
+#: files.c:2237
#, c-format
msgid "Can't go outside of %s in restricted mode"
msgstr ""
-#: files.c:2242
+#: files.c:2244
#, fuzzy
msgid "Goto Cancelled"
msgstr "Zru¹eno"
msgid "Open next loaded file"
msgstr ""
-#: global.c:254
+#: global.c:256
msgid "Invoke the help menu"
msgstr "Vyvolat menu nápovìdy"
-#: global.c:255
+#: global.c:257
msgid "Write the current file to disk"
msgstr "Zapsat aktuální soubor na disk"
-#: global.c:258
+#: global.c:260
msgid "Close currently loaded file/Exit from nano"
msgstr ""
-#: global.c:260
+#: global.c:262
msgid "Exit from nano"
msgstr "Ukonèit nano"
-#: global.c:263
+#: global.c:265
#, fuzzy
msgid "Goto a specific line number"
msgstr "Jdi na øádku"
-#: global.c:264
+#: global.c:266
msgid "Justify the current paragraph"
msgstr "Zarovnej aktuální odstavec"
-#: global.c:265
+#: global.c:267
msgid "Unjustify after a justify"
msgstr "Zru¹ pøedchozí zarovnání"
-#: global.c:266
+#: global.c:268
msgid "Replace text within the editor"
msgstr "Zamìn text v editoru"
-#: global.c:267
+#: global.c:269
msgid "Insert another file into the current one"
msgstr "Vlo¾ soubor do aktuálního souboru"
-#: global.c:268
+#: global.c:270
msgid "Search for text within the editor"
msgstr "Hledej text v editoru"
-#: global.c:269
+#: global.c:271
msgid "Move to the previous screen"
msgstr "Pøesuò se na pøedchozí obrazovku"
-#: global.c:270
+#: global.c:272
msgid "Move to the next screen"
msgstr "Pøesuò se na dal¹í obrazovku"
-#: global.c:271
+#: global.c:273
msgid "Cut the current line and store it in the cutbuffer"
msgstr "Vyjmi aktuální øádku a ulo¾ ji v cutbufferu"
-#: global.c:272
+#: global.c:274
msgid "Uncut from the cutbuffer into the current line"
msgstr "Vlo¾ z cutbufferu do aktuální øádky"
-#: global.c:273
+#: global.c:275
msgid "Show the position of the cursor"
msgstr "Uka¾ pozici kurzoru"
-#: global.c:274
+#: global.c:276
msgid "Invoke the spell checker (if available)"
msgstr "Vyvolej kontrolu pravopisu (pokud je k dispozici)"
-#: global.c:275
+#: global.c:277
msgid "Move up one line"
msgstr "Pøesun o rádek nahoru"
-#: global.c:276
+#: global.c:278
msgid "Move down one line"
msgstr "Pøesun o øádek dolu"
-#: global.c:277
+#: global.c:279
msgid "Move forward one character"
msgstr "Pøesun o znak dopøedu"
-#: global.c:278
+#: global.c:280
msgid "Move back one character"
msgstr "Pøesun o znak zpìt"
-#: global.c:279
+#: global.c:281
msgid "Move to the beginning of the current line"
msgstr "Pøesun na zaèátek aktuální øádky"
-#: global.c:280
+#: global.c:282
msgid "Move to the end of the current line"
msgstr "Pøesun na konec aktuální øádky"
-#: global.c:281
+#: global.c:283
msgid "Go to the first line of the file"
msgstr "Pøesun na první øádku souboru"
-#: global.c:282
+#: global.c:284
msgid "Go to the last line of the file"
msgstr "Pøesun na poslední øádku souboru"
-#: global.c:283
+#: global.c:285
msgid "Refresh (redraw) the current screen"
msgstr "Obnov (pøekresli) obrazovku"
-#: global.c:284
+#: global.c:286
msgid "Mark text at the current cursor location"
msgstr "Oznaè text na souèasné pozici kurzoru"
-#: global.c:285
+#: global.c:287
msgid "Delete the character under the cursor"
msgstr "Sma¾ znak pod kurzorem"
-#: global.c:287
+#: global.c:289
msgid "Delete the character to the left of the cursor"
msgstr "Sma¾ znak nalevo od kurzoru"
-#: global.c:288
+#: global.c:290
msgid "Insert a tab character"
msgstr "Vlo¾ znak tabulátoru"
-#: global.c:289
+#: global.c:291
msgid "Insert a carriage return at the cursor position"
msgstr "Vlo¾ konec øádky na pozici kurzoru"
-#: global.c:291
+#: global.c:293
msgid "Make the current search or replace case (in)sensitive"
msgstr "(Ne)rozly¹uj malá/VELKÁ písmena v souèasném vyhledávání nebo zámìnì"
-#: global.c:292
+#: global.c:294
msgid "Go to file browser"
msgstr "Jdi do prohlí¾eè souborù"
-#: global.c:294
+#: global.c:296
msgid "Cancel the current function"
msgstr "Zru¹ aktuální funkci"
-#: global.c:295
+#: global.c:297
#, fuzzy
msgid "Append to the current file"
msgstr "Pøesun na konec aktuální øádky"
-#: global.c:296
+#: global.c:298
#, fuzzy
msgid "Search backwards"
msgstr "Hledání Zru¹eno"
-#: global.c:297
+#: global.c:300
#, fuzzy
msgid "Use Regular expressions"
msgstr "Regulární výrazy"
-#: global.c:298
+#: global.c:301
msgid "Find other bracket"
msgstr ""
-#: global.c:301
+#: global.c:305
msgid "Get Help"
msgstr "Nápovìda"
-#: global.c:306
+#: global.c:310
msgid "Close"
msgstr ""
-#: global.c:310 global.c:513 global.c:551
+#: global.c:314 global.c:517 global.c:555
msgid "Exit"
msgstr "Konec"
-#: global.c:313
+#: global.c:317
msgid "WriteOut"
msgstr "Zapi¹"
-#: global.c:318 global.c:407
+#: global.c:322 global.c:411
msgid "Justify"
msgstr "Zarovnání"
-#: global.c:322 global.c:328
+#: global.c:326 global.c:332
#, fuzzy
msgid "Read File"
msgstr "Èíst Soubor"
-#: global.c:332 global.c:403 global.c:431
+#: global.c:336 global.c:407 global.c:435
#, fuzzy
msgid "Replace"
msgstr "Zámìna"
-#: global.c:336
+#: global.c:340
msgid "Where Is"
msgstr "Kde Je"
-#: global.c:340 global.c:505 global.c:540
+#: global.c:344 global.c:509 global.c:544
msgid "Prev Page"
msgstr "Pøedchozí Strana"
-#: global.c:344 global.c:509 global.c:544
+#: global.c:348 global.c:513 global.c:548
msgid "Next Page"
msgstr "Dal¹í Strana"
-#: global.c:348
+#: global.c:352
msgid "Cut Text"
msgstr "Vyjmi Text"
-#: global.c:352
+#: global.c:356
msgid "UnJustify"
msgstr "OdZarovnej"
-#: global.c:355
+#: global.c:359
msgid "UnCut Txt"
msgstr "Zru¹ vyjmutí textu"
-#: global.c:359
+#: global.c:363
msgid "Cur Pos"
msgstr "Pozice Kurzoru"
-#: global.c:363
+#: global.c:367
msgid "To Spell"
msgstr "Pravopis"
-#: global.c:367
+#: global.c:371
msgid "Up"
msgstr "Nahoru"
-#: global.c:370
+#: global.c:374
msgid "Down"
msgstr "Dolu"
-#: global.c:373
+#: global.c:377
msgid "Forward"
msgstr "Dopøedu"
-#: global.c:376
+#: global.c:380
msgid "Back"
msgstr "Zpìt"
-#: global.c:379
+#: global.c:383
msgid "Home"
msgstr "Domù"
-#: global.c:382
+#: global.c:386
msgid "End"
msgstr "Konec"
-#: global.c:385
+#: global.c:389
msgid "Refresh"
msgstr "Obnov"
-#: global.c:388
+#: global.c:392
#, fuzzy
msgid "Mark Text"
msgstr "Oznaè Text"
-#: global.c:391
+#: global.c:395
msgid "Delete"
msgstr "Zma¾"
-#: global.c:395
+#: global.c:399
msgid "Backspace"
msgstr "Backspace"
-#: global.c:399
+#: global.c:403
msgid "Tab"
msgstr "Tab"
-#: global.c:411
+#: global.c:415
msgid "Enter"
msgstr "Enter"
-#: global.c:415 global.c:435 global.c:465
+#: global.c:419 global.c:439 global.c:469
msgid "Goto Line"
msgstr "Jdi na Øádku"
-#: global.c:420
+#: global.c:424
msgid "Find Other Bracket"
msgstr ""
-#: global.c:425 global.c:455 global.c:485 global.c:495
+#: global.c:429 global.c:459 global.c:489 global.c:499
msgid "First Line"
msgstr "První Øádka"
-#: global.c:428 global.c:458 global.c:488 global.c:498
+#: global.c:432 global.c:462 global.c:492 global.c:502
msgid "Last Line"
msgstr "Poslední Øádka"
-#: global.c:439 global.c:469
+#: global.c:443 global.c:473
msgid "Case Sens"
msgstr "Case Sens"
-#: global.c:442 global.c:472
+#: global.c:446 global.c:476
#, fuzzy
msgid "Direction"
msgstr "Jdi na Øádku"
-#: global.c:447 global.c:477
+#: global.c:451 global.c:481
msgid "Regexp"
msgstr ""
-#: global.c:452 global.c:482 global.c:491 global.c:501 global.c:525
-#: global.c:533 global.c:536 global.c:554 winio.c:1246
+#: global.c:456 global.c:486 global.c:495 global.c:505 global.c:529
+#: global.c:537 global.c:540 global.c:558 winio.c:1234
msgid "Cancel"
msgstr "Storno"
-#: global.c:461
+#: global.c:465
#, fuzzy
msgid "No Replace"
msgstr "Bez zámìny"
-#: global.c:518 global.c:529
+#: global.c:522 global.c:533
#, fuzzy
msgid "To Files"
msgstr "K Souborùm"
-#: global.c:522
+#: global.c:526
#, fuzzy
msgid "Append"
msgstr "Zastavit"
-#: global.c:548
+#: global.c:552
#, fuzzy
msgid "Goto"
msgstr "Jdi na Øádku"
"commonly used shortcuts in the editor.\n"
"\n"
" The notation for shortcuts is as follows: Control-key sequences are notated "
-"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-"
-"key sequences are notated with the Meta (M) symbol and can be entered using "
-"either the Esc, Alt or Meta key depending on your keyboard setup. The "
+"with a caret (^) symbol and are entered with the Control (Ctrl) key. "
+"Escape-key sequences are notated with the Meta (M) symbol and can be entered "
+"using either the Esc, Alt or Meta key depending on your keyboard setup. The "
"following keystrokes are available in the main editor window. Optional keys "
"are shown in parentheses:\n"
"\n"
msgid "Mark UNset"
msgstr "Znaèka OdNastavena"
-#: nano.c:1165
+#: nano.c:1167
#, c-format
msgid "check_wrap called with inptr->data=\"%s\"\n"
msgstr "check_wrap zavoláno s inptr->data=\"%s\"\n"
-#: nano.c:1217
+#: nano.c:1219
#, c-format
msgid "current->data now = \"%s\"\n"
msgstr "current->data nyní = \"%s\"\n"
-#: nano.c:1269
+#: nano.c:1271
#, c-format
msgid "After, data = \"%s\"\n"
msgstr "Poté, data = \"%s\"\n"
-#: nano.c:1370
+#: nano.c:1372
msgid "Edit a replacement"
msgstr "Edituj náhradu"
-#: nano.c:1605
+#: nano.c:1606
#, c-format
msgid "Could not create a temporary filename: %s"
msgstr "Nemohu vytvoøit doèasný soubor: %s"
-#: nano.c:1611
+#: nano.c:1612
msgid "Spell checking failed: unable to write temp file!"
msgstr "Kontrola pravopisu selhala: nemohu zapisovat do doèasného souboru!"
-#: nano.c:1631
+#: nano.c:1632
msgid "Finished checking spelling"
msgstr "Kontrola pravopisu dokonèena"
-#: nano.c:1633
+#: nano.c:1634
msgid "Spell checking failed"
msgstr "Kontrola pravopisu selhala"
-#: nano.c:1662
+#: nano.c:1663
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
msgstr "Ulo¾ zmìnìný buffer (ODPOVÌÏÍ \"Ne\" ZTRATÍTE ZMÌNY) ? "
-#: nano.c:1809
+#: nano.c:1810
msgid "Received SIGHUP"
msgstr "Pøijat signál SIGHUP"
-#: nano.c:1873
+#: nano.c:1874
msgid "Cannot resize top win"
msgstr "Nemohu zmìnit velikost vrchního okna"
-#: nano.c:1875
+#: nano.c:1876
msgid "Cannot move top win"
msgstr "Nemohu pøesunout vrchní okno"
-#: nano.c:1877
+#: nano.c:1878
msgid "Cannot resize edit win"
msgstr "Nemohu zmìnit velikost editovacího okna"
-#: nano.c:1879
+#: nano.c:1880
msgid "Cannot move edit win"
msgstr "Nemohu pøesunout editovací okno"
-#: nano.c:1881
+#: nano.c:1882
msgid "Cannot resize bottom win"
msgstr "Nemohu zmìnit velikost spodního okna"
-#: nano.c:1883
+#: nano.c:1884
msgid "Cannot move bottom win"
msgstr "Nemohu pøesunout spodní okno"
-#: nano.c:2208
+#: nano.c:2209
msgid "Can now UnJustify!"
msgstr "Mù¾e nyní OdZarovnat!"
-#: nano.c:2330
+#: nano.c:2331
#, c-format
msgid "%s enable/disable"
msgstr "%s povol/zaka¾"
-#: nano.c:2349
+#: nano.c:2350
msgid "enabled"
msgstr "povoleno"
-#: nano.c:2350
+#: nano.c:2351
msgid "disabled"
msgstr "zakázáno"
-#: nano.c:2414
+#: nano.c:2415
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
msgstr ""
"Zji¹tìna porucha NumLocku. Numerická klávesnice nebude fungovat s vypnutým "
msgid "Main: open file\n"
msgstr "Main: otevøi soubor\n"
-#: nano.c:2786
+#: nano.c:2785
#, fuzzy, c-format
msgid "I got Alt-O-%c! (%d)\n"
msgstr "Mám Alt-O-%c! (%d)\n"
-#: nano.c:2813
+#: nano.c:2812
#, fuzzy, c-format
msgid "I got Alt-[-1-%c! (%d)\n"
msgstr "Mám Alt-[-1-%c! (%d)\n"
-#: nano.c:2843
+#: nano.c:2842
#, fuzzy, c-format
msgid "I got Alt-[-2-%c! (%d)\n"
msgstr "Mám Alt-[-2-%c! (%d)\n"
-#: nano.c:2897
+#: nano.c:2896
#, c-format
msgid "I got Alt-[-%c! (%d)\n"
msgstr "Mám Alt-[-%c! (%d)\n"
-#: nano.c:2932
+#: nano.c:2931
#, c-format
msgid "I got Alt-%c! (%d)\n"
msgstr "Mám Alt-%c! (%d)\n"
-#: rcfile.c:78
+#: rcfile.c:79
msgid ""
"\n"
"Press return to continue starting nano\n"
msgstr ""
-#: rcfile.c:136
+#: rcfile.c:137
msgid "parse_rcfile: Read a comment\n"
msgstr ""
-#: rcfile.c:153
+#: rcfile.c:154
#, c-format
msgid "Error in %s on line %d: command %s not understood"
msgstr ""
-#: rcfile.c:166
+#: rcfile.c:167
#, c-format
msgid "parse_rcfile: Parsing option %s\n"
msgstr ""
-#: rcfile.c:183
+#: rcfile.c:185
#, c-format
msgid "Error in %s on line %d: option %s requires an argument"
msgstr ""
-#: rcfile.c:194
+#: rcfile.c:196
#, c-format
msgid "Error in %s on line %d: requested fill size %d too small"
msgstr ""
-#: rcfile.c:210
+#: rcfile.c:205
+#, c-format
+msgid "Error in %s on line %d: requested tab size %d too small"
+msgstr ""
+
+#: rcfile.c:219
#, c-format
msgid "set flag %d!\n"
msgstr ""
-#: rcfile.c:215
+#: rcfile.c:224
#, c-format
msgid "unset flag %d!\n"
msgstr ""
-#: rcfile.c:224
+#: rcfile.c:233
msgid "Errors found in .nanorc file"
msgstr ""
-#: rcfile.c:233
+#: rcfile.c:242
#, c-format
msgid "Unable to open ~/.nanorc file, %s"
msgstr ""
msgid " (to replace)"
msgstr " (k zámìnì)"
-#: search.c:151 search.c:416
+#: search.c:151 search.c:424
msgid "Search Cancelled"
msgstr "Hledání Zru¹eno"
msgid "\"%s...\" not found"
msgstr "\"%s...\" nenalezen"
-#: search.c:278 search.c:336
+#: search.c:278 search.c:340
msgid "Search Wrapped"
msgstr "Hledání Zalomeno"
-#: search.c:438
+#: search.c:446
#, fuzzy, c-format
msgid "Replaced %d occurrences"
msgstr "Zamìnìno %d výskytù"
-#: search.c:440
+#: search.c:448
#, fuzzy
msgid "Replaced 1 occurrence"
msgstr "Zamìnìn 1 výskyt"
-#: search.c:578 search.c:688 search.c:704
+#: search.c:586 search.c:696 search.c:712
msgid "Replace Cancelled"
msgstr "Zámìna Zru¹ena"
-#: search.c:628
+#: search.c:636
msgid "Replace this instance?"
msgstr "Zamìnit tuto instanci?"
-#: search.c:640
+#: search.c:648
msgid "Replace failed: unknown subexpression!"
msgstr "Zámìna selhala: neznámý podvýraz!"
-#: search.c:729
+#: search.c:737
#, c-format
msgid "Replace with [%s]"
msgstr "Zamìn s [%s]"
-#: search.c:733 search.c:737
+#: search.c:741 search.c:745
msgid "Replace with"
msgstr "Zamìn s"
-#: search.c:771
+#: search.c:779
msgid "Enter line number"
msgstr "Zadej èíslo øádky"
-#: search.c:773
+#: search.c:781
msgid "Aborted"
msgstr "Pøeru¹eno"
-#: search.c:782
+#: search.c:790
msgid "Come on, be reasonable"
msgstr "Notak, buï rozumný."
-#: search.c:836
+#: search.c:844
msgid "Not a bracket"
msgstr ""
#. didn't find either left or right bracket
-#: search.c:881
+#: search.c:889
msgid "No matching bracket"
msgstr ""
msgid "actual_x_from_start for xplus=%d returned %d\n"
msgstr "actual_x_from_start pro xplus=%d vrátilo %d\n"
-#: winio.c:291 winio.c:464
+#: winio.c:291 winio.c:453
#, fuzzy, c-format
msgid "Aha! '%c' (%d)\n"
msgstr "vstup '%c' (%d)\n"
-#: winio.c:498
+#: winio.c:485
#, c-format
msgid "input '%c' (%d)\n"
msgstr "vstup '%c' (%d)\n"
-#: winio.c:545
+#: winio.c:533
msgid "New Buffer"
msgstr "Nový Buffer"
-#: winio.c:549
+#: winio.c:537
msgid " File: ..."
msgstr " Soubor: ..."
-#: winio.c:551
+#: winio.c:539
#, fuzzy
msgid " DIR: ..."
msgstr " Adresáø: ..."
-#: winio.c:562
+#: winio.c:550
msgid "Modified"
msgstr "Zmìnìn"
-#: winio.c:1122
+#: winio.c:1110
#, c-format
msgid "Moved to (%d, %d) in edit buffer\n"
msgstr "Pøesunut na (%d, %d) v editovacím bufferu\n"
-#: winio.c:1133
+#: winio.c:1121
#, c-format
msgid "current->data = \"%s\"\n"
msgstr "current->data = \"%s\"\n"
-#: winio.c:1190
+#: winio.c:1178
#, c-format
msgid "I got \"%s\"\n"
msgstr "Mám \"%s\"\n"
#. Yes, no and all are strings of any length. Each string consists of
#. all characters accepted as a valid character for that value.
#. The first value will be the one displayed in the shortcuts.
-#: winio.c:1219
+#: winio.c:1207
msgid "Yy"
msgstr "Aa"
-#: winio.c:1220
+#: winio.c:1208
msgid "Nn"
msgstr "Nn"
-#: winio.c:1221
+#: winio.c:1209
msgid "Aa"
msgstr "Vv"
-#: winio.c:1235
+#: winio.c:1223
msgid "Yes"
msgstr "Ano"
-#: winio.c:1239
+#: winio.c:1227
msgid "All"
msgstr "V¹e"
-#: winio.c:1244
+#: winio.c:1232
msgid "No"
msgstr "Ne"
-#: winio.c:1444
+#: winio.c:1432
#, c-format
msgid "do_cursorpos: linepct = %f, bytepct = %f\n"
msgstr "do_cursorpos: linepct = %f, bytepct = %f\n"
-#: winio.c:1448
+#: winio.c:1436
#, c-format
msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)"
msgstr "øádka %d z %d (%.0f%%), znak %d z %d (%.0f%%)"
-#: winio.c:1592
+#: winio.c:1580
msgid "Dumping file buffer to stderr...\n"
msgstr "Vyhazuji souborový buffer od stderr...\n"
-#: winio.c:1594
+#: winio.c:1582
msgid "Dumping cutbuffer to stderr...\n"
msgstr "Vyhazuji cutbuffer do stderr...\n"
-#: winio.c:1596
+#: winio.c:1584
msgid "Dumping a buffer to stderr...\n"
msgstr "Vyhazuji buffer do stderr...\n"
-#: winio.c:1671
+#: winio.c:1659
msgid "The nano text editor"
msgstr "Nano texotvý editor"
-#: winio.c:1672
+#: winio.c:1660
msgid "version "
msgstr "verze "
-#: winio.c:1673
+#: winio.c:1661
msgid "Brought to you by:"
msgstr "Pøinesen k Vám od:"
-#: winio.c:1674
+#: winio.c:1662
msgid "Special thanks to:"
msgstr "Speciální díky:"
-#: winio.c:1675
+#: winio.c:1663
msgid "The Free Software Foundation"
msgstr "The Free Software Foundation"
-#: winio.c:1676
+#: winio.c:1664
msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses"
msgstr "Pavel Curtis, Zeyd Ben-Halim a Eric S. Raymond za ncurses"
-#: winio.c:1677
+#: winio.c:1665
msgid "and anyone else we forgot..."
msgstr "a komukoliv na koho jsem zapomìli..."
-#: winio.c:1678
+#: winio.c:1666
msgid "Thank you for using nano!\n"
msgstr "Dìkuji za u¾ívání nano!\n"
msgid ""
msgstr ""
"Project-Id-Version: nano 1.0.4\n"
-"POT-Creation-Date: 2001-09-18 23:21-0400\n"
+"POT-Creation-Date: 2001-10-03 17:47-0400\n"
"PO-Revision-Date: 2001-09-03 22:27+0200\n"
"Last-Translator: Keld Simonsen <keld@dkuug.dk>\n"
"Language-Team: Danish <dansk@klid.dk>\n"
msgid "add_to_cutbuffer called with inptr->data = %s\n"
msgstr "add_to_cutbuffer kaldt med inptr->data = %s\n"
-#: cut.c:211
+#: cut.c:214
msgid "Blew away cutbuffer =)\n"
msgstr "Sprængte udklipsbufferen =)\n"
-#: files.c:149
+#: files.c:158
msgid "read_line: not on first line and prev is NULL"
msgstr "read_line: ikke på første linje og prev er NULL"
-#: files.c:211 files.c:229
+#: files.c:230 files.c:248
#, c-format
msgid "Read %d lines"
msgstr "Læste %d linjer"
-#: files.c:247 search.c:213
+#: files.c:266 search.c:217
#, c-format
msgid "\"%s\" not found"
msgstr "\"%s\" kunne ikke findes"
#. We have a new file
-#: files.c:251
+#: files.c:270
msgid "New File"
msgstr "Ny fil"
-#: files.c:264
+#: files.c:283
#, c-format
msgid "File \"%s\" is a directory"
msgstr "\"%s\" er et katalog"
#. Don't open character or block files. Sorry, /dev/sndstat!
-#: files.c:267
+#: files.c:286
#, c-format
msgid "File \"%s\" is a device file"
msgstr "Filen \"%s\" er en enhedsfil"
-#: files.c:275
+#: files.c:294
msgid "Reading File"
msgstr "Læser filen"
-#: files.c:295
+#: files.c:314
msgid "File to insert [from ./] "
msgstr "Fil at indsætte [fra ./] "
-#: files.c:299 files.c:451 files.c:498 files.c:678 files.c:690 files.c:733
-#: files.c:744 files.c:1264
+#: files.c:318 files.c:470 files.c:517 files.c:697 files.c:709 files.c:752
+#: files.c:763 files.c:1332
#, c-format
msgid "filename is %s"
msgstr "filnavnet er %s"
-#: files.c:330
+#: files.c:349
#, c-format
msgid "Can't insert file from outside of %s"
msgstr ""
-#: files.c:393 files.c:1022 files.c:1349 nano.c:1657
+#: files.c:412 files.c:1056 files.c:1417 nano.c:1695
msgid "Cancelled"
msgstr "Afbrudt"
-#: files.c:670 files.c:725
+#: files.c:689 files.c:744
msgid "No more open files"
msgstr ""
-#: files.c:1045
+#: files.c:1079
#, c-format
msgid "Can't write outside of %s"
msgstr ""
-#: files.c:1082 files.c:1098 files.c:1112 files.c:1129 files.c:1136
+#: files.c:1116 files.c:1132 files.c:1146 files.c:1169 files.c:1178
+#: files.c:1190
#, c-format
msgid "Could not open file for writing: %s"
msgstr "Kunne ikke åbne filen for skrivning: %s"
-#: files.c:1117
+#: files.c:1151
#, c-format
msgid "Wrote >%s\n"
msgstr "Skrev >%s\n"
-#: files.c:1145
+#: files.c:1200
#, c-format
msgid "Could not close %s: %s"
msgstr "Kunne ikke lukke %s: %s"
#. Try a rename??
-#: files.c:1168 files.c:1177 files.c:1182
+#: files.c:1223 files.c:1232 files.c:1237
#, c-format
msgid "Could not open %s for writing: %s"
msgstr "Kunde ikke åbne %s for skrivning: %s"
-#: files.c:1189
+#: files.c:1244
#, c-format
msgid "Could not set permissions %o on %s: %s"
msgstr "Kunde ikke sætte rettighederne %o på %s: %s"
-#: files.c:1196
+#: files.c:1251
#, c-format
msgid "Wrote %d lines"
msgstr "Skrev %d linjer"
-#: files.c:1236
-#, c-format
-msgid "%s Selection to File"
+#: files.c:1294
+#, fuzzy
+msgid "Append Selection to File"
+msgstr "Gå til enden på aktuel linje"
+
+#: files.c:1297
+msgid "Write Selection to File"
msgstr ""
-#: files.c:1236 files.c:1240 global.c:504
+#: files.c:1303
#, fuzzy
-msgid "Append"
-msgstr "Suspendér"
+msgid "File Name to Append"
+msgstr "Filnavn at skrive"
-#: files.c:1236 files.c:1240
+#: files.c:1306
#, fuzzy
-msgid "Write"
-msgstr "Gem"
-
-#: files.c:1240
-#, fuzzy, c-format
-msgid "File Name to %s"
+msgid "File Name to Write"
msgstr "Filnavn at skrive"
-#: files.c:1278
+#: files.c:1346
msgid "File exists, OVERWRITE ?"
msgstr "Filen eksisterer, OVERSKRIV?"
-#: files.c:1798
+#: files.c:1866
msgid "(more)"
msgstr "(mer)"
-#: files.c:2111
+#: files.c:2179
msgid "Can't move up a directory"
msgstr "Kan ikke gå et katalog op"
-#: files.c:2123
+#: files.c:2191
msgid "Can't visit parent in restricted mode"
msgstr ""
#. We can't open this dir for some reason. Complain
-#: files.c:2134 files.c:2191
+#: files.c:2202 files.c:2259
#, c-format
msgid "Can't open \"%s\": %s"
msgstr "Kan ikke åbne \"%s\": %s"
-#: files.c:2162 global.c:280
+#: files.c:2230 global.c:295
#, fuzzy
msgid "Goto Directory"
msgstr "Gå til linje"
-#: files.c:2169
+#: files.c:2237
#, c-format
msgid "Can't go outside of %s in restricted mode"
msgstr ""
-#: files.c:2176
+#: files.c:2244
#, fuzzy
msgid "Goto Cancelled"
msgstr "Afbrudt"
-#: global.c:164
+#: global.c:166
msgid "Constant cursor position"
msgstr "Konstant markørposition"
-#: global.c:165
+#: global.c:167
msgid "Auto indent"
msgstr "Automatisk indrykning"
-#: global.c:166
+#: global.c:168
msgid "Suspend"
msgstr "Suspendér"
-#: global.c:167
+#: global.c:169
msgid "Help mode"
msgstr "Hjælpetilstand"
-#: global.c:168
+#: global.c:170
msgid "Pico mode"
msgstr "Pico-tilstand"
-#: global.c:169
+#: global.c:171
msgid "Mouse support"
msgstr "Museunderstøttelse"
-#: global.c:170
+#: global.c:172
msgid "Cut to end"
msgstr "Klip ud til enden"
-#: global.c:171
-msgid "Backwards Search"
-msgstr ""
+#: global.c:173
+#, fuzzy
+msgid "Backwards search"
+msgstr "Bagud"
-#: global.c:172
+#: global.c:174
#, fuzzy
-msgid "Case Sensitive Search"
+msgid "Case sensitive search"
msgstr "Versalfølsom søgning%s%s"
-#: global.c:174
+#: global.c:175
+msgid "Writing file in DOS format"
+msgstr ""
+
+#: global.c:176
+msgid "Writing file in Mac format"
+msgstr ""
+
+#: global.c:177
+msgid "Smooth scrolling"
+msgstr ""
+
+#: global.c:180
msgid "Regular expressions"
msgstr "Regulære udtryk"
-#: global.c:176
+#: global.c:182
msgid "Auto wrap"
msgstr "Automatisk linjeombrydning"
-#: global.c:179
+#: global.c:185
msgid "Multiple file buffers"
msgstr ""
-#: global.c:180
+#: global.c:186
msgid "Open previously loaded file"
msgstr ""
-#: global.c:181
+#: global.c:187
msgid "Open next loaded file"
msgstr ""
-#: global.c:241
+#: global.c:256
msgid "Invoke the help menu"
msgstr "Start hjælpmenuen"
-#: global.c:242
+#: global.c:257
msgid "Write the current file to disk"
msgstr "Skriv den aktuelle fil til disk"
-#: global.c:245
+#: global.c:260
msgid "Close currently loaded file/Exit from nano"
msgstr ""
-#: global.c:247
+#: global.c:262
msgid "Exit from nano"
msgstr "Afslut nano"
-#: global.c:250
+#: global.c:265
msgid "Goto a specific line number"
msgstr "Gå til et bestemt linjenummer"
-#: global.c:251
+#: global.c:266
msgid "Justify the current paragraph"
msgstr "Ombryd den aktuelle paragraf"
-#: global.c:252
+#: global.c:267
msgid "Unjustify after a justify"
msgstr "Nulstil efter en ombryding"
-#: global.c:253
+#: global.c:268
msgid "Replace text within the editor"
msgstr "Erstat tekst inden i tekstredigereren"
-#: global.c:254
+#: global.c:269
msgid "Insert another file into the current one"
msgstr "Indsæt en anden fil i den nuværende"
-#: global.c:255
+#: global.c:270
msgid "Search for text within the editor"
msgstr "Søg efter tekst inden i tekstredigereren"
-#: global.c:256
+#: global.c:271
msgid "Move to the previous screen"
msgstr "Gå til foregående skærm"
-#: global.c:257
+#: global.c:272
msgid "Move to the next screen"
msgstr "Gå til næste skærm"
-#: global.c:258
+#: global.c:273
msgid "Cut the current line and store it in the cutbuffer"
msgstr "Klip den aktuelle linje ud og gem den i udklipsbufferen"
-#: global.c:259
+#: global.c:274
msgid "Uncut from the cutbuffer into the current line"
msgstr "Indsæt fra udklipsbufferen i aktuel linje"
-#: global.c:260
+#: global.c:275
msgid "Show the position of the cursor"
msgstr "Vis markørens position"
-#: global.c:261
+#: global.c:276
msgid "Invoke the spell checker (if available)"
msgstr "Start stavekontrollen (hvis tilgængelig)"
-#: global.c:262
+#: global.c:277
msgid "Move up one line"
msgstr "Gå en linje op"
-#: global.c:263
+#: global.c:278
msgid "Move down one line"
msgstr "Gå en linje ned"
-#: global.c:264
+#: global.c:279
msgid "Move forward one character"
msgstr "Gå et tegn fremad"
-#: global.c:265
+#: global.c:280
msgid "Move back one character"
msgstr "Gå et tegn bagud"
-#: global.c:266
+#: global.c:281
msgid "Move to the beginning of the current line"
msgstr "Gå til begyndelsen på aktuel linje"
-#: global.c:267
+#: global.c:282
msgid "Move to the end of the current line"
msgstr "Gå til enden på aktuel linje"
-#: global.c:268
+#: global.c:283
msgid "Go to the first line of the file"
msgstr "Gå til filens første linje"
-#: global.c:269
+#: global.c:284
msgid "Go to the last line of the file"
msgstr "Gå til filens sidste linje"
-#: global.c:270
+#: global.c:285
msgid "Refresh (redraw) the current screen"
msgstr "Opdatér (genskriv) den aktuelle skærm"
-#: global.c:271
+#: global.c:286
msgid "Mark text at the current cursor location"
msgstr "Markér tekst ved aktuel markørposition"
-#: global.c:272
+#: global.c:287
msgid "Delete the character under the cursor"
msgstr "Fjern tegnet under markøren"
-#: global.c:274
+#: global.c:289
msgid "Delete the character to the left of the cursor"
msgstr "Fjern tegnet til venstre for markøren"
-#: global.c:275
+#: global.c:290
msgid "Insert a tab character"
msgstr "Indsæt et tabulatortegn"
-#: global.c:276
+#: global.c:291
msgid "Insert a carriage return at the cursor position"
msgstr "Indsæt en vognretur ved markørpositionen"
-#: global.c:278
+#: global.c:293
msgid "Make the current search or replace case (in)sensitive"
msgstr "Slå versalfølsomhed til/fra i den aktuelle søgning eller erstatning"
-#: global.c:279
+#: global.c:294
msgid "Go to file browser"
msgstr "Gå til filbladrer"
-#: global.c:281
+#: global.c:296
msgid "Cancel the current function"
msgstr "Afbryd den aktuelle funktion"
-#: global.c:282
+#: global.c:297
#, fuzzy
msgid "Append to the current file"
msgstr "Gå til enden på aktuel linje"
-#: global.c:283
+#: global.c:298
#, fuzzy
-msgid "Search Backwards"
+msgid "Search backwards"
msgstr "Søgningen afbrudt"
-#: global.c:284
+#: global.c:300
#, fuzzy
-msgid "Use Regular Expressions"
+msgid "Use Regular expressions"
msgstr "Regulære udtryk"
+#: global.c:301
+msgid "Find other bracket"
+msgstr ""
+
# kontrollér at den finns
-#: global.c:287
+#: global.c:305
msgid "Get Help"
msgstr "Få hjælp"
-#: global.c:292
+#: global.c:310
msgid "Close"
msgstr ""
-#: global.c:296 global.c:495 global.c:533
+#: global.c:314 global.c:517 global.c:555
msgid "Exit"
msgstr "Afslut"
-#: global.c:299
+#: global.c:317
msgid "WriteOut"
msgstr "Gem"
-#: global.c:304 global.c:393
+#: global.c:322 global.c:411
msgid "Justify"
msgstr "Ombryd"
-#: global.c:308 global.c:314
+#: global.c:326 global.c:332
msgid "Read File"
msgstr "Læs fil"
-#: global.c:318 global.c:389 global.c:413
+#: global.c:336 global.c:407 global.c:435
msgid "Replace"
msgstr "Erstat"
-#: global.c:322
+#: global.c:340
msgid "Where Is"
msgstr "Hvor findes"
-#: global.c:326 global.c:487 global.c:522
+#: global.c:344 global.c:509 global.c:544
msgid "Prev Page"
msgstr "Forrige"
-#: global.c:330 global.c:491 global.c:526
+#: global.c:348 global.c:513 global.c:548
msgid "Next Page"
msgstr "Næste"
-#: global.c:334
+#: global.c:352
msgid "Cut Text"
msgstr "Klip ud"
-#: global.c:338
+#: global.c:356
msgid "UnJustify"
msgstr "Ingen ombrydning"
-#: global.c:341
+#: global.c:359
msgid "UnCut Txt"
msgstr "Ingen udklipning"
-#: global.c:345
+#: global.c:363
msgid "Cur Pos"
msgstr "Akt. pos"
-#: global.c:349
+#: global.c:367
msgid "To Spell"
msgstr "Stavekontr."
-#: global.c:353
+#: global.c:371
msgid "Up"
msgstr "Op"
-#: global.c:356
+#: global.c:374
msgid "Down"
msgstr "Ned"
-#: global.c:359
+#: global.c:377
msgid "Forward"
msgstr "Fremad"
-#: global.c:362
+#: global.c:380
msgid "Back"
msgstr "Bagud"
-#: global.c:365
+#: global.c:383
msgid "Home"
msgstr "Hjem"
-#: global.c:368
+#: global.c:386
msgid "End"
msgstr "Slut"
-#: global.c:371
+#: global.c:389
msgid "Refresh"
msgstr "Opdatér"
-#: global.c:374
+#: global.c:392
msgid "Mark Text"
msgstr "Markér tekst"
-#: global.c:377
+#: global.c:395
msgid "Delete"
msgstr "Fjern"
-#: global.c:381
+#: global.c:399
msgid "Backspace"
msgstr "Slet baglæns"
-#: global.c:385
+#: global.c:403
msgid "Tab"
msgstr "Tabulator"
-#: global.c:397
+#: global.c:415
msgid "Enter"
msgstr "Enter"
-#: global.c:401 global.c:417 global.c:447
+#: global.c:419 global.c:439 global.c:469
msgid "Goto Line"
msgstr "Gå til linje"
-#: global.c:407 global.c:437 global.c:467 global.c:477
+#: global.c:424
+msgid "Find Other Bracket"
+msgstr ""
+
+#: global.c:429 global.c:459 global.c:489 global.c:499
msgid "First Line"
msgstr "Første linje"
-#: global.c:410 global.c:440 global.c:470 global.c:480
+#: global.c:432 global.c:462 global.c:492 global.c:502
msgid "Last Line"
msgstr "Sidste linje"
-#: global.c:421 global.c:451
+#: global.c:443 global.c:473
msgid "Case Sens"
msgstr "Versalfølsom"
-#: global.c:424 global.c:454
+#: global.c:446 global.c:476
#, fuzzy
-msgid "Backward"
-msgstr "Bagud"
+msgid "Direction"
+msgstr "Gå til linje"
-#: global.c:429 global.c:459
+#: global.c:451 global.c:481
msgid "Regexp"
msgstr ""
-#: global.c:434 global.c:464 global.c:473 global.c:483 global.c:507
-#: global.c:515 global.c:518 global.c:536 winio.c:1241
+#: global.c:456 global.c:486 global.c:495 global.c:505 global.c:529
+#: global.c:537 global.c:540 global.c:558 winio.c:1234
msgid "Cancel"
msgstr "Afbryd"
-#: global.c:443
+#: global.c:465
msgid "No Replace"
msgstr "Ingen erstatning"
-#: global.c:500 global.c:511
+#: global.c:522 global.c:533
msgid "To Files"
msgstr "Til filer"
-#: global.c:530
+#: global.c:526
+#, fuzzy
+msgid "Append"
+msgstr "Suspendér"
+
+#: global.c:552
#, fuzzy
msgid "Goto"
msgstr "Gå til linje"
msgid "Key illegal in VIEW mode"
msgstr "Tasten ugyldig i VISNINGstilstand"
-#: nano.c:242
+#: nano.c:245
msgid ""
" nano help text\n"
"\n"
"commonly used shortcuts in the editor.\n"
"\n"
" The notation for shortcuts is as follows: Control-key sequences are notated "
-"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-"
-"key sequences are notated with the Meta (M) symbol and can be entered using "
-"either the Esc, Alt or Meta key depending on your keyboard setup. The "
+"with a caret (^) symbol and are entered with the Control (Ctrl) key. "
+"Escape-key sequences are notated with the Meta (M) symbol and can be entered "
+"using either the Esc, Alt or Meta key depending on your keyboard setup. The "
"following keystrokes are available in the main editor window. Optional keys "
"are shown in parentheses:\n"
"\n"
"taster vises inden i parentes:\n"
"\n"
-#: nano.c:342
+#: nano.c:345
msgid "delete_node(): free'd a node, YAY!\n"
msgstr "delete_node(): frigjorde en knude, JUBII!\n"
-#: nano.c:347
+#: nano.c:350
msgid "delete_node(): free'd last node.\n"
msgstr "delete_node(): frigjorde sidste knude.\n"
-#: nano.c:402
+#: nano.c:405
msgid ""
"Usage: nano [GNU long option] [option] +LINE <file>\n"
"\n"
"Brug: nano [langt GNU-flag] [flag] +LINJE <fil>\n"
"\n"
-#: nano.c:403
+#: nano.c:406
msgid "Option\t\tLong option\t\tMeaning\n"
msgstr "Flag\t\tLangt flag\t\tBetydning\n"
-#: nano.c:408
+#: nano.c:411
+msgid " -D \t\t--dos\t\t\tWrite file in DOS format\n"
+msgstr ""
+
+#: nano.c:416
msgid " -F \t\t--multibuffer\t\tEnable multiple file buffers\n"
msgstr ""
-#: nano.c:412
-msgid " -T [num]\t--tabsize=[num]\t\tSet width of a tab to num\n"
+#: nano.c:421
+msgid " -M \t\t--mac\t\t\tWrite file in Mac format\n"
msgstr ""
-" -T [tal]\t--tabsize=[tal]\t\tSæt bredden på et tabulatortegn til tal\n"
-#: nano.c:415
+#: nano.c:425
msgid " -R\t\t--regexp\t\tUse regular expressions for search\n"
msgstr " -R\t\t--regexp\t\tBrug regulære udtryk for søgning\n"
-#: nano.c:419
+#: nano.c:429
+msgid " -S\t\t--smooth\t\tSmooth scrolling\n"
+msgstr ""
+
+#: nano.c:432
+msgid " -T [num]\t--tabsize=[num]\t\tSet width of a tab to num\n"
+msgstr ""
+" -T [tal]\t--tabsize=[tal]\t\tSæt bredden på et tabulatortegn til tal\n"
+
+#: nano.c:435
msgid " -V \t\t--version\t\tPrint version information and exit\n"
msgstr " -V \t\t--version\t\tUdskriv versionsinformation og afslut\n"
-#: nano.c:421
+#: nano.c:437
msgid " -c \t\t--const\t\t\tConstantly show cursor position\n"
msgstr " -c \t\t--const\t\t\tVis markørposition hele tiden\n"
-#: nano.c:423
+#: nano.c:439
msgid " -h \t\t--help\t\t\tShow this message\n"
msgstr " -h \t\t--help\t\t\tVis denne meddelelse\n"
-#: nano.c:426
+#: nano.c:442
msgid " -i \t\t--autoindent\t\tAutomatically indent new lines\n"
msgstr " -i \t\t--autoindent\t\tIndryk automatisk nye linjer\n"
-#: nano.c:428
+#: nano.c:444
msgid " -k \t\t--cut\t\t\tLet ^K cut from cursor to end of line\n"
msgstr ""
" -k \t\t--cut\t\t\tLad ^K klippe ud fra markøren til slutningen på linjen\n"
-#: nano.c:431
+#: nano.c:447
msgid " -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite\n"
msgstr " -l \t\t--nofollow\t\tFølg ikke symbolske lænker, overskriv\n"
-#: nano.c:434
+#: nano.c:450
msgid " -m \t\t--mouse\t\t\tEnable mouse\n"
msgstr " -m \t\t--mouse\t\t\tBrug mus\n"
-#: nano.c:439
-msgid " -o [dir] \t--operatingdir\t\tSet operating directory\n"
+#: nano.c:455
+msgid " -o [dir] \t--operatingdir=[dir]\tSet operating directory\n"
msgstr ""
-#: nano.c:442
+#: nano.c:458
#, fuzzy
msgid " -p \t\t--pico\t\t\tEmulate Pico as closely as possible\n"
msgstr " -p\t \t--pico\t\t\tEfterlign Pico så tæt som muligt\n"
-#: nano.c:447
+#: nano.c:463
msgid ""
" -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n"
msgstr " -r [tegn] \t--fill=[#tegn]\t\tBryd linjer efter antal tegn\n"
-#: nano.c:451
+#: nano.c:467
msgid " -s [prog] \t--speller=[prog]\tEnable alternate speller\n"
msgstr " -s [prog] \t--speller=[prog]\tBrug alternativ stavekontrol\n"
-#: nano.c:454
+#: nano.c:470
msgid " -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n"
msgstr " -t \t\t--tempfile\t\tGem automatisk ved afslutning, spørg ikke\n"
-#: nano.c:456
+#: nano.c:472
msgid " -v \t\t--view\t\t\tView (read only) mode\n"
msgstr " -v \t\t--view\t\t\tVisningstilstand (skrivebeskyttet)\n"
-#: nano.c:459
+#: nano.c:475
msgid " -w \t\t--nowrap\t\tDon't wrap long lines\n"
msgstr " -w \t\t--nowrap\t\tOmbryd ikke lange linjer\n"
-#: nano.c:462
+#: nano.c:478
msgid " -x \t\t--nohelp\t\tDon't show help window\n"
msgstr " -x \t\t--nohelp\t\tVis ikke hjælpevindue\n"
-#: nano.c:464
+#: nano.c:480
msgid " -z \t\t--suspend\t\tEnable suspend\n"
msgstr " -z \t\t--suspend\t\tBrug suspendering\n"
-#: nano.c:466
+#: nano.c:482
msgid " +LINE\t\t\t\t\tStart at line number LINE\n"
msgstr " +LINJE\t\t\t\t\tStart ved linjenummer LINJE\n"
-#: nano.c:468
+#: nano.c:484
msgid ""
"Usage: nano [option] +LINE <file>\n"
"\n"
"Brug: nano [flag] +LINJE <fil>\n"
"\n"
-#: nano.c:469
+#: nano.c:485
msgid "Option\t\tMeaning\n"
msgstr "Flag\t\tBetydning\n"
-#: nano.c:471
+#: nano.c:487
+msgid " -D \t\tWrite file in DOS format\n"
+msgstr ""
+
+#: nano.c:490
msgid " -F \t\tEnable multiple file buffers\n"
msgstr ""
-#: nano.c:473
+#: nano.c:493
+msgid " -M \t\tWrite file in Mac format\n"
+msgstr ""
+
+#: nano.c:495
msgid " -T [num]\tSet width of a tab to num\n"
msgstr " -T [tal]\tSæt bredden på et tabulatortegn til tal\n"
-#: nano.c:474
+#: nano.c:496
msgid " -R\t\tUse regular expressions for search\n"
msgstr " -R\t\tBrug regulære udtryk for søgning\n"
-#: nano.c:475
+#: nano.c:498
+msgid " -S\t\tSmooth scrolling\n"
+msgstr ""
+
+#: nano.c:500
msgid " -V \t\tPrint version information and exit\n"
msgstr " -V \t\tUdskriv versionsinformation og afslut\n"
-#: nano.c:476
+#: nano.c:501
msgid " -c \t\tConstantly show cursor position\n"
msgstr " -c \t\tVis markørposition hele tiden\n"
-#: nano.c:477
+#: nano.c:502
msgid " -h \t\tShow this message\n"
msgstr " -h \t\tVis denne meddelelse\n"
-#: nano.c:479
+#: nano.c:504
msgid " -i \t\tAutomatically indent new lines\n"
msgstr " -i \t\tIndryk automatisk nye linjer\n"
-#: nano.c:480
+#: nano.c:505
msgid " -k \t\tLet ^K cut from cursor to end of line\n"
msgstr " -k \t\tLad ^K klippe ud fra markøren til slutningen på linjen\n"
-#: nano.c:483
+#: nano.c:508
msgid " -l \t\tDon't follow symbolic links, overwrite\n"
msgstr " -l \t\tFølg ikke symbolske lænker, overskriv\n"
-#: nano.c:486
+#: nano.c:511
msgid " -m \t\tEnable mouse\n"
msgstr " -m \t\tBrug mus\n"
-#: nano.c:490
+#: nano.c:515
msgid " -o [dir] \tSet operating directory\n"
msgstr ""
-#: nano.c:492
+#: nano.c:517
msgid " -p \t\tEmulate Pico as closely as possible\n"
msgstr " -p \t\tEmulér Pico så tæt som muligt\n"
-#: nano.c:496
+#: nano.c:521
msgid " -r [#cols] \tSet fill cols to (wrap lines at) #cols\n"
msgstr " -r [tegn] \tOmbryd linjer efter antal tegn\n"
-#: nano.c:499
+#: nano.c:524
msgid " -s [prog] \tEnable alternate speller\n"
msgstr " -s [prog] \tBrug alternativ stavekontrol\n"
-#: nano.c:501
+#: nano.c:526
msgid " -t \t\tAuto save on exit, don't prompt\n"
msgstr " -t \t\tGem automatisk ved afslutning, spørg ikke\n"
-#: nano.c:502
+#: nano.c:527
msgid " -v \t\tView (read only) mode\n"
msgstr " -v \t\tVisningstilstand (skrivebeskyttet)\n"
-#: nano.c:504
+#: nano.c:529
msgid " -w \t\tDon't wrap long lines\n"
msgstr " -w \t\tOmbryd ikke lange linjer\n"
-#: nano.c:506
+#: nano.c:531
msgid " -x \t\tDon't show help window\n"
msgstr " -x \t\tVis ikke hjælpevindue\n"
-#: nano.c:507
+#: nano.c:532
msgid " -z \t\tEnable suspend\n"
msgstr " -z \t\tBrug suspend\n"
-#: nano.c:508
+#: nano.c:533
msgid " +LINE\t\tStart at line number LINE\n"
msgstr " +LINJE\t\tStart ved linjenummer LINJE\n"
-#: nano.c:515
+#: nano.c:540
#, c-format
msgid " GNU nano version %s (compiled %s, %s)\n"
msgstr " GNU nano version %s (oversat %s, %s)\n"
-#: nano.c:518
+#: nano.c:543
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org"
msgstr " E-post: nano@nano-editor.org\tHjemmeside: http://www.nano-editor.org"
-#: nano.c:519
+#: nano.c:544
msgid ""
"\n"
" Compiled options:"
"\n"
" Oversættelsesflag:"
-#: nano.c:608
+#: nano.c:633
msgid "Mark Set"
msgstr "Markering sat"
-#: nano.c:613
+#: nano.c:638
msgid "Mark UNset"
msgstr "Markering fjernet"
-#: nano.c:1129
+#: nano.c:1167
#, c-format
msgid "check_wrap called with inptr->data=\"%s\"\n"
msgstr "check_wrap kaldt med inptr->data=\"%s\"\n"
-#: nano.c:1181
+#: nano.c:1219
#, c-format
msgid "current->data now = \"%s\"\n"
msgstr "current->data nu = \"%s\"\n"
-#: nano.c:1233
+#: nano.c:1271
#, c-format
msgid "After, data = \"%s\"\n"
msgstr "Efter, data = \"%s\"\n"
-#: nano.c:1334
+#: nano.c:1372
msgid "Edit a replacement"
msgstr "Redigér en erstatning"
-#: nano.c:1568
+#: nano.c:1606
#, c-format
msgid "Could not create a temporary filename: %s"
msgstr "Kunne ikke skabe et midlertidigt filnavn: %s"
-#: nano.c:1574
+#: nano.c:1612
msgid "Spell checking failed: unable to write temp file!"
msgstr "Stavekontrol mislykkedes: kan ikke skrive til midlertidig fil!"
-#: nano.c:1594
+#: nano.c:1632
msgid "Finished checking spelling"
msgstr "Stavekontrollen færdiggjordes"
-#: nano.c:1596
+#: nano.c:1634
msgid "Spell checking failed"
msgstr "Stavekontrollen mislykkedes"
-#: nano.c:1625
+#: nano.c:1663
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
msgstr "Gem ændret buffer (AT SVARE \"Nej\" VIL ØDELÆGGE ÆNDRINGER)? "
-#: nano.c:1761
+#: nano.c:1810
msgid "Received SIGHUP"
msgstr "Modtog SIGHUP"
-#: nano.c:1825
+#: nano.c:1874
msgid "Cannot resize top win"
msgstr "Kan ikke ændre størrelse på øvre vindue"
-#: nano.c:1827
+#: nano.c:1876
msgid "Cannot move top win"
msgstr "Kan ikke flytte øvre vindue"
-#: nano.c:1829
+#: nano.c:1878
msgid "Cannot resize edit win"
msgstr "Kan ikke ændre størrelse på redigeringsvindue"
-#: nano.c:1831
+#: nano.c:1880
msgid "Cannot move edit win"
msgstr "Kan ikke flytte redigeringsvindue"
-#: nano.c:1833
+#: nano.c:1882
msgid "Cannot resize bottom win"
msgstr "Kan ikke ændre størrelse på bundvinduet"
-#: nano.c:1835
+#: nano.c:1884
msgid "Cannot move bottom win"
msgstr "Kan ikke flytte bundvinduet"
-#: nano.c:2160
+#: nano.c:2209
msgid "Can now UnJustify!"
msgstr "Kan nu lave ingen ombrydning!"
-#: nano.c:2276
+#: nano.c:2331
#, c-format
msgid "%s enable/disable"
msgstr "%s aktivér/deaktivér"
-#: nano.c:2295
+#: nano.c:2350
msgid "enabled"
msgstr "aktiveret"
-#: nano.c:2296
+#: nano.c:2351
msgid "disabled"
msgstr "deaktiveret"
-#: nano.c:2348
+#: nano.c:2415
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
msgstr "NumLock-problem opdaget. Tasterne vil ikke fungere uden NumLock"
-#: nano.c:2624
+#: nano.c:2708
msgid "Main: set up windows\n"
msgstr "Main: konfigurér vindue\n"
-#: nano.c:2635
+#: nano.c:2719
msgid "Main: bottom win\n"
msgstr "Main: bundvindue\n"
-#: nano.c:2641
+#: nano.c:2725
msgid "Main: open file\n"
msgstr "Main: åbn fil\n"
-#: nano.c:2701
+#: nano.c:2785
#, c-format
msgid "I got Alt-O-%c! (%d)\n"
msgstr "Jeg modtog Alt-O-%c! (%d)\n"
-#: nano.c:2728
+#: nano.c:2812
#, c-format
msgid "I got Alt-[-1-%c! (%d)\n"
msgstr "Jeg modtog Alt-[-1-%c! (%d)\n"
-#: nano.c:2766
+#: nano.c:2842
#, c-format
msgid "I got Alt-[-2-%c! (%d)\n"
msgstr "Jeg modtog Alt-[-2-%c! (%d)\n"
-#: nano.c:2820
+#: nano.c:2896
#, c-format
msgid "I got Alt-[-%c! (%d)\n"
msgstr "Jeg modtog Alt-[-%c! (%d)\n"
-#: nano.c:2855
+#: nano.c:2931
#, c-format
msgid "I got Alt-%c! (%d)\n"
msgstr "Jeg modtog Alt-%c! (%d)\n"
-#: rcfile.c:77
+#: rcfile.c:79
msgid ""
"\n"
"Press return to continue starting nano\n"
msgstr ""
-#: rcfile.c:135
+#: rcfile.c:137
msgid "parse_rcfile: Read a comment\n"
msgstr ""
-#: rcfile.c:152
+#: rcfile.c:154
#, c-format
msgid "Error in %s on line %d: command %s not understood"
msgstr ""
-#: rcfile.c:165
+#: rcfile.c:167
#, c-format
msgid "parse_rcfile: Parsing option %s\n"
msgstr ""
-#: rcfile.c:182
+#: rcfile.c:185
#, c-format
msgid "Error in %s on line %d: option %s requires an argument"
msgstr ""
-#: rcfile.c:193
+#: rcfile.c:196
#, c-format
msgid "Error in %s on line %d: requested fill size %d too small"
msgstr ""
-#: rcfile.c:209
+#: rcfile.c:205
+#, c-format
+msgid "Error in %s on line %d: requested tab size %d too small"
+msgstr ""
+
+#: rcfile.c:219
#, c-format
msgid "set flag %d!\n"
msgstr ""
-#: rcfile.c:214
+#: rcfile.c:224
#, c-format
msgid "unset flag %d!\n"
msgstr ""
-#: rcfile.c:223
+#: rcfile.c:233
msgid "Errors found in .nanorc file"
msgstr ""
-#: rcfile.c:232
+#: rcfile.c:242
#, c-format
msgid "Unable to open ~/.nanorc file, %s"
msgstr ""
-#: search.c:138
+#: search.c:132
+#, fuzzy
+msgid "Search"
+msgstr "Søg%s%s"
+
+#. This string is just a modifier for the search prompt,
+#. no grammar is implied
+#: search.c:136
#, fuzzy
-msgid "Case Sensitive "
+msgid " [Case Sensitive]"
msgstr "Versalfølsom"
-#: search.c:139
-msgid "Regexp "
+#. This string is just a modifier for the search prompt,
+#. no grammar is implied
+#: search.c:140
+msgid " [Regexp]"
msgstr ""
-#: search.c:140
+#. This string is just a modifier for the search prompt,
+#. no grammar is implied
+#: search.c:144
#, fuzzy
-msgid "Search"
-msgstr "Søg%s%s"
-
-#: search.c:141
-msgid " Backwards"
-msgstr ""
+msgid " [Backwards]"
+msgstr "Bagud"
-#: search.c:142
+#: search.c:146
msgid " (to replace)"
msgstr " (at erstatte)"
-#: search.c:147 search.c:402
+#: search.c:151 search.c:424
msgid "Search Cancelled"
msgstr "Søgningen afbrudt"
-#: search.c:219
+#: search.c:223
#, c-format
msgid "\"%s...\" not found"
msgstr "\"%s...\" kunne ikke findes"
-#: search.c:268 search.c:324
+#: search.c:278 search.c:340
msgid "Search Wrapped"
msgstr "Søgningen genstartet fra begyndelsen"
-#: search.c:424
+#: search.c:446
#, c-format
msgid "Replaced %d occurrences"
msgstr "Erstattede %d forekomster"
-#: search.c:426
+#: search.c:448
msgid "Replaced 1 occurrence"
msgstr "Erstattede 1 forekomst"
-#: search.c:564 search.c:674 search.c:690
+#: search.c:586 search.c:696 search.c:712
msgid "Replace Cancelled"
msgstr "Erstatning afbrudt"
-#: search.c:614
+#: search.c:636
msgid "Replace this instance?"
msgstr "Erstat denne forekomst?"
-#: search.c:626
+#: search.c:648
msgid "Replace failed: unknown subexpression!"
msgstr "Erstatning mislykkedes: ukendt deludtryk!"
-#: search.c:715
+#: search.c:737
#, c-format
msgid "Replace with [%s]"
msgstr "Erstat med [%s]"
-#: search.c:719 search.c:723
+#: search.c:741 search.c:745
msgid "Replace with"
msgstr "Erstat med"
-#: search.c:757
+#: search.c:779
msgid "Enter line number"
msgstr "Angiv linjenummer"
-#: search.c:759
+#: search.c:781
msgid "Aborted"
msgstr "Afbrudt"
-#: search.c:768
+#: search.c:790
msgid "Come on, be reasonable"
msgstr "Ja ja, vær nu rimelig"
+#: search.c:844
+msgid "Not a bracket"
+msgstr ""
+
+#. didn't find either left or right bracket
+#: search.c:889
+msgid "No matching bracket"
+msgstr ""
+
#: utils.c:159
msgid "nano: malloc: out of memory!"
msgstr ""
msgstr "actual_x_from_start for xplus=%d returnerede %d\n"
# Osæker.
-#: winio.c:291 winio.c:459
+#: winio.c:291 winio.c:453
#, fuzzy, c-format
msgid "Aha! '%c' (%d)\n"
msgstr "inddata \"%c\" (%d)\n"
# Osæker.
-#: winio.c:493
+#: winio.c:485
#, c-format
msgid "input '%c' (%d)\n"
msgstr "inddata \"%c\" (%d)\n"
-#: winio.c:540
+#: winio.c:533
msgid "New Buffer"
msgstr "Ny buffer"
-#: winio.c:544
+#: winio.c:537
msgid " File: ..."
msgstr " Fil:..."
-#: winio.c:546
+#: winio.c:539
msgid " DIR: ..."
msgstr " KAT:..."
-#: winio.c:557
+#: winio.c:550
msgid "Modified"
msgstr "Ændret"
-#: winio.c:1117
+#: winio.c:1110
#, c-format
msgid "Moved to (%d, %d) in edit buffer\n"
msgstr "Gik til (%d, %d) i redigeringsbufferen\n"
-#: winio.c:1128
+#: winio.c:1121
#, c-format
msgid "current->data = \"%s\"\n"
msgstr "current->data = \"%s\"\n"
-#: winio.c:1185
+#: winio.c:1178
#, c-format
msgid "I got \"%s\"\n"
msgstr "Jeg modtog \"%s\"\n"
#. Yes, no and all are strings of any length. Each string consists of
#. all characters accepted as a valid character for that value.
#. The first value will be the one displayed in the shortcuts.
-#: winio.c:1214
+#: winio.c:1207
msgid "Yy"
msgstr "JjYy"
-#: winio.c:1215
+#: winio.c:1208
msgid "Nn"
msgstr "Nn"
-#: winio.c:1216
+#: winio.c:1209
msgid "Aa"
msgstr "Aa"
-#: winio.c:1230
+#: winio.c:1223
msgid "Yes"
msgstr "Ja"
-#: winio.c:1234
+#: winio.c:1227
msgid "All"
msgstr "Alle"
-#: winio.c:1239
+#: winio.c:1232
msgid "No"
msgstr "Nej"
-#: winio.c:1439
+#: winio.c:1432
#, c-format
msgid "do_cursorpos: linepct = %f, bytepct = %f\n"
msgstr "do_cursorpos: linepct = %f, bytepct = %f\n"
-#: winio.c:1443
+#: winio.c:1436
#, c-format
msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)"
msgstr "linje %d af %d (%.0f%%), tegn %d af %d (%.0f%%)"
-#: winio.c:1587
+#: winio.c:1580
msgid "Dumping file buffer to stderr...\n"
msgstr "Dumper filbufferen til standard fejl...\n"
-#: winio.c:1589
+#: winio.c:1582
msgid "Dumping cutbuffer to stderr...\n"
msgstr "Dumper udklipsbufferen til standard fejl...\n"
-#: winio.c:1591
+#: winio.c:1584
msgid "Dumping a buffer to stderr...\n"
msgstr "Dumper en buffer til standard fejl...\n"
-#: winio.c:1666
+#: winio.c:1659
msgid "The nano text editor"
msgstr "Tekstredigereren nano"
-#: winio.c:1667
+#: winio.c:1660
msgid "version "
msgstr "version "
-#: winio.c:1668
+#: winio.c:1661
msgid "Brought to you by:"
msgstr "Præsenteres af:"
-#: winio.c:1669
+#: winio.c:1662
msgid "Special thanks to:"
msgstr "Særlig tak til:"
-#: winio.c:1670
+#: winio.c:1663
msgid "The Free Software Foundation"
msgstr "Free Software Foundation"
-#: winio.c:1671
+#: winio.c:1664
msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses"
msgstr "Pavel Curtis, Zeyd Ben-Halim og Eric S. Raymond for ncurses"
-#: winio.c:1672
+#: winio.c:1665
msgid "and anyone else we forgot..."
msgstr "og alle andre som vi har glemt..."
-#: winio.c:1673
+#: winio.c:1666
msgid "Thank you for using nano!\n"
msgstr "Tak for at du bruger nano!\n"
+#, fuzzy
+#~ msgid "Write"
+#~ msgstr "Gem"
+
#~ msgid "Case Sensitive Regexp Search%s%s"
#~ msgstr "Versalfølsom søgning med regulære udtryk%s%s"
msgid ""
msgstr ""
"Project-Id-Version: nano 1.1.1\n"
-"POT-Creation-Date: 2001-07-28 19:55-0400\n"
+"POT-Creation-Date: 2001-10-03 17:47-0400\n"
"PO-Revision-Date: 2001-09-29 19:17+0200\n"
"Last-Translator: Karl Eichwalder <keichwa@gmx.net>\n"
"Language-Team: German <de@li.org>\n"
msgid "add_to_cutbuffer called with inptr->data = %s\n"
msgstr "add_to_cutbuffer aufgerufen mit inptr->data = %s\n"
-#: cut.c:211
+#: cut.c:214
msgid "Blew away cutbuffer =)\n"
msgstr "Inhalt der Zwischenablage verworfen\n"
-#: files.c:145
+#: files.c:158
msgid "read_line: not on first line and prev is NULL"
msgstr "read_line: nicht in der ersten Zeile und prev ist NULL"
-#: files.c:207 files.c:225
+#: files.c:230 files.c:248
#, c-format
msgid "Read %d lines"
msgstr "%d Zeilen gelesen"
-#: files.c:243 search.c:215
+#: files.c:266 search.c:217
#, c-format
msgid "\"%s\" not found"
msgstr "\"%s\" nicht gefunden"
#. We have a new file
-#: files.c:247
+#: files.c:270
msgid "New File"
msgstr "Neue Datei"
-#: files.c:260
+#: files.c:283
#, c-format
msgid "File \"%s\" is a directory"
msgstr "Datei \"%s\" ist ein Verzeichnis"
#. Don't open character or block files. Sorry, /dev/sndstat!
-#: files.c:263
+#: files.c:286
#, c-format
msgid "File \"%s\" is a device file"
msgstr "Datei \"%s\" ist eine Gerätedatei"
-#: files.c:270
+#: files.c:294
msgid "Reading File"
msgstr "Lese Datei"
-#: files.c:290
+#: files.c:314
msgid "File to insert [from ./] "
msgstr "Datei einfügen [von ./] "
-#: files.c:294 files.c:437 files.c:486 files.c:661 files.c:673 files.c:716
-#: files.c:727 files.c:1113
+#: files.c:318 files.c:470 files.c:517 files.c:697 files.c:709 files.c:752
+#: files.c:763 files.c:1332
#, c-format
msgid "filename is %s"
msgstr "Dateiname ist %s"
-#: files.c:379 files.c:883 files.c:1198 nano.c:1630
+#: files.c:349
+#, c-format
+msgid "Can't insert file from outside of %s"
+msgstr ""
+
+#: files.c:412 files.c:1056 files.c:1417 nano.c:1695
msgid "Cancelled"
msgstr "Abgebrochen"
-#: files.c:653 files.c:708
+#: files.c:689 files.c:744
msgid "No more open files"
msgstr ""
-#: files.c:931 files.c:947 files.c:961 files.c:978 files.c:985
+#: files.c:1079
+#, c-format
+msgid "Can't write outside of %s"
+msgstr ""
+
+#: files.c:1116 files.c:1132 files.c:1146 files.c:1169 files.c:1178
+#: files.c:1190
#, c-format
msgid "Could not open file for writing: %s"
msgstr "Konnte nicht in Datei schreiben: %s"
-#: files.c:966
+#: files.c:1151
#, c-format
msgid "Wrote >%s\n"
msgstr "Schrieb >%s\n"
-#: files.c:994
+#: files.c:1200
#, c-format
msgid "Could not close %s: %s"
msgstr "Konnte %s nicht schließen: %s"
#. Try a rename??
-#: files.c:1017 files.c:1026 files.c:1031
+#: files.c:1223 files.c:1232 files.c:1237
#, c-format
msgid "Could not open %s for writing: %s"
msgstr "Konnte %s nicht zum Schreiben öffnen: %s"
-#: files.c:1038
+#: files.c:1244
#, c-format
msgid "Could not set permissions %o on %s: %s"
msgstr "Konnte Rechte %o für %s nicht setzen: %s"
-#: files.c:1045
+#: files.c:1251
#, c-format
msgid "Wrote %d lines"
msgstr "%d Zeilen geschrieben"
-#: files.c:1085
-#, c-format
-msgid "%s Selection to File"
+#: files.c:1294
+#, fuzzy
+msgid "Append Selection to File"
+msgstr "Zum Zeilenende springen"
+
+#: files.c:1297
+msgid "Write Selection to File"
msgstr ""
-#: files.c:1085 files.c:1089 global.c:499
+#: files.c:1303
#, fuzzy
-msgid "Append"
-msgstr "Suspend"
+msgid "File Name to Append"
+msgstr "Dateiname zum Speichern"
-#: files.c:1085 files.c:1089
+#: files.c:1306
#, fuzzy
-msgid "Write"
-msgstr "Speichern"
-
-#: files.c:1089
-#, fuzzy, c-format
-msgid "File Name to %s"
+msgid "File Name to Write"
msgstr "Dateiname zum Speichern"
-#: files.c:1127
+#: files.c:1346
msgid "File exists, OVERWRITE ?"
msgstr "Datei exisitiert, ÜBERSCHREIBEN ?"
-#: files.c:1609
+#: files.c:1866
msgid "(more)"
msgstr "(mehr)"
-#: files.c:1922
+#: files.c:2179
msgid "Can't move up a directory"
msgstr "Konnte nicht ins übergeordnete Verzeichnis wechseln"
+#: files.c:2191
+msgid "Can't visit parent in restricted mode"
+msgstr ""
+
#. We can't open this dir for some reason. Complain
-#: files.c:1932 files.c:1980
+#: files.c:2202 files.c:2259
#, c-format
msgid "Can't open \"%s\": %s"
msgstr "Konnte \"%s\" nicht öffnen: %s"
-#: files.c:1960 global.c:275
+#: files.c:2230 global.c:295
#, fuzzy
msgid "Goto Directory"
msgstr "Zu Zeile"
-#: files.c:1965
+#: files.c:2237
+#, c-format
+msgid "Can't go outside of %s in restricted mode"
+msgstr ""
+
+#: files.c:2244
#, fuzzy
msgid "Goto Cancelled"
msgstr "Abgebrochen"
-#: global.c:159
+#: global.c:166
msgid "Constant cursor position"
msgstr "Cursorposition ständig anzeigen"
-#: global.c:160
+#: global.c:167
msgid "Auto indent"
msgstr "Automatischer Einzug"
-#: global.c:161
+#: global.c:168
msgid "Suspend"
msgstr "Suspend"
-#: global.c:162
+#: global.c:169
msgid "Help mode"
msgstr "Hilfe-Modus"
-#: global.c:163
+#: global.c:170
msgid "Pico mode"
msgstr "Pico-Modus"
-#: global.c:164
+#: global.c:171
msgid "Mouse support"
msgstr "Mausunterstützung"
-#: global.c:165
+#: global.c:172
msgid "Cut to end"
msgstr "Bis zum Ende ausschneiden"
-#: global.c:166
-msgid "Backwards Search"
-msgstr ""
+#: global.c:173
+#, fuzzy
+msgid "Backwards search"
+msgstr "Zurück"
-#: global.c:167
+#: global.c:174
#, fuzzy
-msgid "Case Sensitive Search"
+msgid "Case sensitive search"
msgstr "Suche mit Unterscheidung von Groß- und Kleinschreibung%s%s"
-#: global.c:169
+#: global.c:175
+msgid "Writing file in DOS format"
+msgstr ""
+
+#: global.c:176
+msgid "Writing file in Mac format"
+msgstr ""
+
+#: global.c:177
+msgid "Smooth scrolling"
+msgstr ""
+
+#: global.c:180
msgid "Regular expressions"
msgstr "Reguläre Ausdrücke"
-#: global.c:171
+#: global.c:182
msgid "Auto wrap"
msgstr "Automatischer Umbruch"
-#: global.c:174
+#: global.c:185
msgid "Multiple file buffers"
msgstr ""
-#: global.c:175
+#: global.c:186
msgid "Open previously loaded file"
msgstr ""
-#: global.c:176
+#: global.c:187
msgid "Open next loaded file"
msgstr ""
-#: global.c:236
+#: global.c:256
msgid "Invoke the help menu"
msgstr "Hilfe-Menü anzeigen"
-#: global.c:237
+#: global.c:257
msgid "Write the current file to disk"
msgstr "Datei speichern"
-#: global.c:240
+#: global.c:260
msgid "Close currently loaded file/Exit from nano"
msgstr ""
-#: global.c:242
+#: global.c:262
msgid "Exit from nano"
msgstr "nano beenden"
-#: global.c:245
+#: global.c:265
msgid "Goto a specific line number"
msgstr "Zu einer Zeile springen"
-#: global.c:246
+#: global.c:266
msgid "Justify the current paragraph"
msgstr "Absatz ausrichten"
-#: global.c:247
+#: global.c:267
msgid "Unjustify after a justify"
msgstr "Absatzausrochtung rückgängig machen"
-#: global.c:248
+#: global.c:268
msgid "Replace text within the editor"
msgstr "Text im Editor ersetzen"
-#: global.c:249
+#: global.c:269
msgid "Insert another file into the current one"
msgstr "Datei einfügen"
-#: global.c:250
+#: global.c:270
msgid "Search for text within the editor"
msgstr "Im Editor nach Text suchen"
-#: global.c:251
+#: global.c:271
msgid "Move to the previous screen"
msgstr "Zu der vorhergehenden Seite springen"
-#: global.c:252
+#: global.c:272
msgid "Move to the next screen"
msgstr "Zu der folgenden Seite springen"
-#: global.c:253
+#: global.c:273
msgid "Cut the current line and store it in the cutbuffer"
msgstr "Zeile ausschneiden und in dir Zwischenablage speichern"
-#: global.c:254
+#: global.c:274
msgid "Uncut from the cutbuffer into the current line"
msgstr "Aus der Zwischenablage einfügen"
-#: global.c:255
+#: global.c:275
msgid "Show the position of the cursor"
msgstr "Cursoposition anzeigen"
-#: global.c:256
+#: global.c:276
msgid "Invoke the spell checker (if available)"
msgstr "Rechtschreibprüfung aufrufen (wenn verfügbar)"
-#: global.c:257
+#: global.c:277
msgid "Move up one line"
msgstr "Zur vorhergehenden Zeile springen"
-#: global.c:258
+#: global.c:278
msgid "Move down one line"
msgstr "Zur folgenden Zeile springen"
-#: global.c:259
+#: global.c:279
msgid "Move forward one character"
msgstr "Zum folgenden Zeichen springen"
-#: global.c:260
+#: global.c:280
msgid "Move back one character"
msgstr "Zum vorhergehenden Zeichen springen"
-#: global.c:261
+#: global.c:281
msgid "Move to the beginning of the current line"
msgstr "Zum Zeilenanfang springen"
-#: global.c:262
+#: global.c:282
msgid "Move to the end of the current line"
msgstr "Zum Zeilenende springen"
-#: global.c:263
+#: global.c:283
msgid "Go to the first line of the file"
msgstr "Zur ersten Zeile springen"
-#: global.c:264
+#: global.c:284
msgid "Go to the last line of the file"
msgstr "Zur letzten Zeile springen"
-#: global.c:265
+#: global.c:285
msgid "Refresh (redraw) the current screen"
msgstr "Bildschirm auffrischen (neu zeichnen)"
-#: global.c:266
+#: global.c:286
msgid "Mark text at the current cursor location"
msgstr "Text an der derzeitigen Cursorposition markieren"
-#: global.c:267
+#: global.c:287
msgid "Delete the character under the cursor"
msgstr "Zeichen an der Cursorposition löschen"
-#: global.c:269
+#: global.c:289
msgid "Delete the character to the left of the cursor"
msgstr "Zeichen links vom Cursor löschen"
-#: global.c:270
+#: global.c:290
msgid "Insert a tab character"
msgstr "Tabulator einfügen"
-#: global.c:271
+#: global.c:291
msgid "Insert a carriage return at the cursor position"
msgstr "Zeilenumbruch an der Cursorposition einfügen"
-#: global.c:273
+#: global.c:293
msgid "Make the current search or replace case (in)sensitive"
-msgstr "Groß- und Kleinschreibung bei Suche oder Erstzen (nicht) berücksichtigen"
+msgstr ""
+"Groß- und Kleinschreibung bei Suche oder Erstzen (nicht) berücksichtigen"
-#: global.c:274
+#: global.c:294
msgid "Go to file browser"
msgstr "Zum Dateibrowser"
-#: global.c:276
+#: global.c:296
msgid "Cancel the current function"
msgstr "Funktion abbrechen"
-#: global.c:277
+#: global.c:297
#, fuzzy
msgid "Append to the current file"
msgstr "Zum Zeilenende springen"
-#: global.c:278
+#: global.c:298
#, fuzzy
-msgid "Search Backwards"
+msgid "Search backwards"
msgstr "Suche abgebrochen"
-#: global.c:279
+#: global.c:300
#, fuzzy
-msgid "Use Regular Expressions"
+msgid "Use Regular expressions"
msgstr "Reguläre Ausdrücke"
-#: global.c:282
+#: global.c:301
+msgid "Find other bracket"
+msgstr ""
+
+#: global.c:305
msgid "Get Help"
msgstr "Hilfe"
-#: global.c:287
+#: global.c:310
#, fuzzy
msgid "Close"
msgstr "mouse"
-#: global.c:291 global.c:490 global.c:528
+#: global.c:314 global.c:517 global.c:555
msgid "Exit"
msgstr "Beenden"
-#: global.c:294
+#: global.c:317
msgid "WriteOut"
msgstr "Speichern"
-#: global.c:299 global.c:388
+#: global.c:322 global.c:411
msgid "Justify"
msgstr "Ausrichten"
-#: global.c:303 global.c:309
+#: global.c:326 global.c:332
msgid "Read File"
msgstr "Datei öffnen"
-#: global.c:313 global.c:384 global.c:408
+#: global.c:336 global.c:407 global.c:435
msgid "Replace"
msgstr "Ersetzen"
-#: global.c:317
+#: global.c:340
msgid "Where Is"
msgstr "Wo ist"
-#: global.c:321 global.c:482 global.c:517
+#: global.c:344 global.c:509 global.c:544
msgid "Prev Page"
msgstr "Seite zurück"
-#: global.c:325 global.c:486 global.c:521
+#: global.c:348 global.c:513 global.c:548
msgid "Next Page"
msgstr "Seite vor"
-#: global.c:329
+#: global.c:352
msgid "Cut Text"
msgstr "Ausschneiden"
-#: global.c:333
+#: global.c:356
msgid "UnJustify"
msgstr "Ausrichten rückgängig"
-#: global.c:336
+#: global.c:359
msgid "UnCut Txt"
msgstr "Ausschneiden rückgängig"
-#: global.c:340
+#: global.c:363
msgid "Cur Pos"
msgstr "Cursor"
-#: global.c:344
+#: global.c:367
msgid "To Spell"
msgstr "Rechtschr."
-#: global.c:348
+#: global.c:371
msgid "Up"
msgstr "Hoch"
-#: global.c:351
+#: global.c:374
msgid "Down"
msgstr "Runter"
-#: global.c:354
+#: global.c:377
msgid "Forward"
msgstr "Vorwärts"
-#: global.c:357
+#: global.c:380
msgid "Back"
msgstr "Zurück"
-#: global.c:360
+#: global.c:383
msgid "Home"
msgstr "Pos 1"
-#: global.c:363
+#: global.c:386
msgid "End"
msgstr "Ende"
-#: global.c:366
+#: global.c:389
msgid "Refresh"
msgstr "Auffrischen"
-#: global.c:369
+#: global.c:392
msgid "Mark Text"
msgstr "Text markieren"
-#: global.c:372
+#: global.c:395
msgid "Delete"
msgstr "Löschen"
-#: global.c:376
+#: global.c:399
msgid "Backspace"
msgstr "Rücktaste"
-#: global.c:380
+#: global.c:403
msgid "Tab"
msgstr "Tab"
-#: global.c:392
+#: global.c:415
msgid "Enter"
msgstr "Enter"
-#: global.c:396 global.c:412 global.c:442
+#: global.c:419 global.c:439 global.c:469
msgid "Goto Line"
msgstr "Zu Zeile"
-#: global.c:402 global.c:432 global.c:462 global.c:472
+#: global.c:424
+msgid "Find Other Bracket"
+msgstr ""
+
+#: global.c:429 global.c:459 global.c:489 global.c:499
msgid "First Line"
msgstr "Erste Zeile"
-#: global.c:405 global.c:435 global.c:465 global.c:475
+#: global.c:432 global.c:462 global.c:492 global.c:502
msgid "Last Line"
msgstr "Letzte Zeile"
-#: global.c:416 global.c:446
+#: global.c:443 global.c:473
msgid "Case Sens"
msgstr "GROSZ/klein"
-#: global.c:419 global.c:449
+#: global.c:446 global.c:476
#, fuzzy
-msgid "Backward"
-msgstr "Zurück"
+msgid "Direction"
+msgstr "Zu Zeile"
-#: global.c:424 global.c:454
+#: global.c:451 global.c:481
#, fuzzy
msgid "Regexp"
msgstr "regulärer Ausdruck"
-#: global.c:429 global.c:459 global.c:468 global.c:478 global.c:502
-#: global.c:510 global.c:513 global.c:531 winio.c:1239
+#: global.c:456 global.c:486 global.c:495 global.c:505 global.c:529
+#: global.c:537 global.c:540 global.c:558 winio.c:1234
msgid "Cancel"
msgstr "Abbrechen"
-#: global.c:438
+#: global.c:465
msgid "No Replace"
msgstr "Keine Ersetzung"
-#: global.c:495 global.c:506
+#: global.c:522 global.c:533
msgid "To Files"
msgstr "In Dateien"
-#: global.c:525
+#: global.c:526
+#, fuzzy
+msgid "Append"
+msgstr "Suspend"
+
+#: global.c:552
#, fuzzy
msgid "Goto"
msgstr "Zu Zeile"
#: nano.c:177
#, c-format
-msgid "\nBuffer written to %s\n"
-msgstr "\nPuffer in %s geschrieben\n"
+msgid ""
+"\n"
+"Buffer written to %s\n"
+msgstr ""
+"\n"
+"Puffer in %s geschrieben\n"
#: nano.c:179
#, c-format
-msgid "\nNo %s written (file exists?)\n"
-msgstr "\n%s nicht geschrieben (Datei existiert?)\n"
+msgid ""
+"\n"
+"No %s written (file exists?)\n"
+msgstr ""
+"\n"
+"%s nicht geschrieben (Datei existiert?)\n"
#: nano.c:186
msgid "Window size is too small for Nano..."
msgid "Key illegal in VIEW mode"
msgstr "Unzulässige Taste im View Modus"
-#: nano.c:242
+#: nano.c:245
#, fuzzy
msgid ""
" nano help text\n"
"\n"
-" The nano editor is designed to emulate the functionality and ease-of-use of the UW Pico text editor. There are four main sections of the editor: The top line shows the program version, the current filename being edited, and whether or not the file has been modified. Next is the main editor window showing the file being edited. The status line is the third line from the bottom and shows important messages. The bottom two lines show the most commonly used shortcuts in the editor.\n"
+" The nano editor is designed to emulate the functionality and ease-of-use of "
+"the UW Pico text editor. There are four main sections of the editor: The "
+"top line shows the program version, the current filename being edited, and "
+"whether or not the file has been modified. Next is the main editor window "
+"showing the file being edited. The status line is the third line from the "
+"bottom and shows important messages. The bottom two lines show the most "
+"commonly used shortcuts in the editor.\n"
"\n"
-" The notation for shortcuts is as follows: Control-key sequences are notated with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-key sequences are notated with the Meta (M) symbol and can be entered using either the Esc, Alt or Meta key depending on your keyboard setup. The following keystrokes are available in the main editor window. Optional keys are shown in parentheses:\n"
+" The notation for shortcuts is as follows: Control-key sequences are notated "
+"with a caret (^) symbol and are entered with the Control (Ctrl) key. "
+"Escape-key sequences are notated with the Meta (M) symbol and can be entered "
+"using either the Esc, Alt or Meta key depending on your keyboard setup. The "
+"following keystrokes are available in the main editor window. Optional keys "
+"are shown in parentheses:\n"
"\n"
msgstr ""
" nano Hilfe\n"
"\n"
-" Nano wurde konzipiert um die Funktionalität und die Benutzerfreundlichkeit des UW Pico Texteditors zu imitieren. | Es gibt vier Hauptbereiche: Die Titelzeile zeigt die Version des Programms, den Namen der aktuell editierten Datei und ob die Datei verändert wurde oder nicht. | Das Hauptfenster enthält die geöffnete Datei. | Die Statuszeile (die dritte Zeile von unten) zeigt wichtige Meldungen. Die untersten zwei Zeilen listen die meistgebrauchten Tastenkombinationen von nano auf.\n"
+" Nano wurde konzipiert um die Funktionalität und die Benutzerfreundlichkeit "
+"des UW Pico Texteditors zu imitieren. | Es gibt vier Hauptbereiche: Die "
+"Titelzeile zeigt die Version des Programms, den Namen der aktuell editierten "
+"Datei und ob die Datei verändert wurde oder nicht. | Das Hauptfenster "
+"enthält die geöffnete Datei. | Die Statuszeile (die dritte Zeile von unten) "
+"zeigt wichtige Meldungen. Die untersten zwei Zeilen listen die "
+"meistgebrauchten Tastenkombinationen von nano auf.\n"
"\n"
-" Tastenkombinationen werden wie folgt abgekärzt: Kombinationen mit der Strg-Taste werden mit einem ^ ausgedräckt. Escape-Sequenzen werden mit dem Meta (M)-Symbol angegeben und können je nach Tastatureinstellung mit Esc, Alt oder Meta eingegeben werden. | Die folgenden Tasten(kombinationen) sind im Hauptfenster verfügbar. Optionale Tasten sind eingeklammert.\n"
+" Tastenkombinationen werden wie folgt abgekärzt: Kombinationen mit der "
+"Strg-Taste werden mit einem ^ ausgedräckt. Escape-Sequenzen werden mit dem "
+"Meta (M)-Symbol angegeben und können je nach Tastatureinstellung mit Esc, "
+"Alt oder Meta eingegeben werden. | Die folgenden Tasten(kombinationen) sind "
+"im Hauptfenster verfügbar. Optionale Tasten sind eingeklammert.\n"
"\n"
-#: nano.c:342
+#: nano.c:345
msgid "delete_node(): free'd a node, YAY!\n"
msgstr "delete_node(): Knoten freigegeben.\n"
-#: nano.c:347
+#: nano.c:350
msgid "delete_node(): free'd last node.\n"
msgstr "delete_node(): letzter Knoten freigegeben.\n"
-#: nano.c:402
-msgid "Usage: nano [GNU long option] [option] +LINE <file>\n\n"
-msgstr "Aufruf: nano [lange GNU Option] [Option] +ZEILE <Datei>\n\n"
+#: nano.c:405
+msgid ""
+"Usage: nano [GNU long option] [option] +LINE <file>\n"
+"\n"
+msgstr ""
+"Aufruf: nano [lange GNU Option] [Option] +ZEILE <Datei>\n"
+"\n"
-#: nano.c:403
+#: nano.c:406
msgid "Option\t\tLong option\t\tMeaning\n"
msgstr "Option\t\tlange Option\t\tBedeutung\n"
-#: nano.c:408
+#: nano.c:411
+msgid " -D \t\t--dos\t\t\tWrite file in DOS format\n"
+msgstr ""
+
+#: nano.c:416
msgid " -F \t\t--multibuffer\t\tEnable multiple file buffers\n"
msgstr ""
-#: nano.c:412
-msgid " -T [num]\t--tabsize=[num]\t\tSet width of a tab to num\n"
-msgstr " -T [Anzahl]\t--tabsize=[Anzahl]\t\tTabulator-Größe auf Anzahl setzen\n"
+#: nano.c:421
+msgid " -M \t\t--mac\t\t\tWrite file in Mac format\n"
+msgstr ""
-#: nano.c:415
+#: nano.c:425
msgid " -R\t\t--regexp\t\tUse regular expressions for search\n"
msgstr " -R\t\t--regexp\t\tRegulären Ausdruck zur Suche verwenden\n"
-#: nano.c:419
+#: nano.c:429
+msgid " -S\t\t--smooth\t\tSmooth scrolling\n"
+msgstr ""
+
+#: nano.c:432
+msgid " -T [num]\t--tabsize=[num]\t\tSet width of a tab to num\n"
+msgstr ""
+" -T [Anzahl]\t--tabsize=[Anzahl]\t\tTabulator-Größe auf Anzahl setzen\n"
+
+#: nano.c:435
msgid " -V \t\t--version\t\tPrint version information and exit\n"
msgstr " -V \t\t--version\t\tVersionsinfo ausgeben und beenden\n"
-#: nano.c:421
+#: nano.c:437
msgid " -c \t\t--const\t\t\tConstantly show cursor position\n"
msgstr " -c \t\t--const\t\t\tCursorposition ständig anzeigen\n"
-#: nano.c:423
+#: nano.c:439
msgid " -h \t\t--help\t\t\tShow this message\n"
msgstr " -h \t\t--help\t\t\tDiese Meldung anzeigen\n"
-#: nano.c:425
+#: nano.c:442
msgid " -i \t\t--autoindent\t\tAutomatically indent new lines\n"
msgstr " -i \t\t--autoindent\t\tNeue Zeilen automatisch einrücken\n"
-#: nano.c:428
+#: nano.c:444
msgid " -k \t\t--cut\t\t\tLet ^K cut from cursor to end of line\n"
msgstr " -k \t\t--cut\t\t\t^K schneidet vom Cursor bis zum Zeilenende aus\n"
-#: nano.c:431
+#: nano.c:447
msgid " -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite\n"
-msgstr " -l \t\t--nofollow\t\tSymbolischen Links nicht folgen, sondern Überschreiben.\n"
+msgstr ""
+" -l \t\t--nofollow\t\tSymbolischen Links nicht folgen, sondern "
+"Überschreiben.\n"
-#: nano.c:434
+#: nano.c:450
msgid " -m \t\t--mouse\t\t\tEnable mouse\n"
msgstr " -m \t\t--mouse\t\t\tMaus aktivieren\n"
-#: nano.c:438
-msgid " -p\t \t--pico\t\t\tEmulate Pico as closely as possible\n"
+#: nano.c:455
+msgid " -o [dir] \t--operatingdir=[dir]\tSet operating directory\n"
+msgstr ""
+
+#: nano.c:458
+#, fuzzy
+msgid " -p \t\t--pico\t\t\tEmulate Pico as closely as possible\n"
msgstr " -\t \t--pico\t\t\tPico so genau wie möglich imitieren\n"
-#: nano.c:443
-msgid " -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n"
-msgstr " -r [#Spalten] \t--fill=[#Spalten]\tSpalten auffüllen (Zeilenumbruch bei) #Spalten\n"
+#: nano.c:463
+msgid ""
+" -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n"
+msgstr ""
+" -r [#Spalten] \t--fill=[#Spalten]\tSpalten auffüllen (Zeilenumbruch bei) "
+"#Spalten\n"
-#: nano.c:447
+#: nano.c:467
msgid " -s [prog] \t--speller=[prog]\tEnable alternate speller\n"
-msgstr " -s [Programm] \t--speller=[Programm]\tAlternative Rechtschreibprüfung\n"
+msgstr ""
+" -s [Programm] \t--speller=[Programm]\tAlternative Rechtschreibprüfung\n"
-#: nano.c:450
+#: nano.c:470
msgid " -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n"
msgstr " -t \t\t--tempfile\t\tBeim Beenden ohne Rückfrage speichern\n"
-#: nano.c:452
+#: nano.c:472
msgid " -v \t\t--view\t\t\tView (read only) mode\n"
-msgstr " -v \t\t--view\t\t\tNur zum Lesen öffnen (keine Veränderungen m÷glich)\n"
+msgstr ""
+" -v \t\t--view\t\t\tNur zum Lesen öffnen (keine Veränderungen m÷glich)\n"
-#: nano.c:455
+#: nano.c:475
msgid " -w \t\t--nowrap\t\tDon't wrap long lines\n"
msgstr " -w \t\t--nowrap\t\tLange Zeilen nicht in neue Zeilen umbrechen\n"
-#: nano.c:458
+#: nano.c:478
msgid " -x \t\t--nohelp\t\tDon't show help window\n"
msgstr " -x \t\t--nohelp\t\tHilfe-Fenster nicht anzeigen\n"
-#: nano.c:460
+#: nano.c:480
msgid " -z \t\t--suspend\t\tEnable suspend\n"
-msgstr " -z \t\t--suspend\t\tSuspend (anhalten und zurück zur Shell) aktivieren\n"
+msgstr ""
+" -z \t\t--suspend\t\tSuspend (anhalten und zurück zur Shell) aktivieren\n"
-#: nano.c:462
+#: nano.c:482
msgid " +LINE\t\t\t\t\tStart at line number LINE\n"
msgstr " +ZEILE\t\t\t\t\tBei Zeile ZEILE beginnen\n"
-#: nano.c:464
-msgid "Usage: nano [option] +LINE <file>\n\n"
-msgstr "Aufruf: nano [Option] +ZEILE <Datei>\n\n"
+#: nano.c:484
+msgid ""
+"Usage: nano [option] +LINE <file>\n"
+"\n"
+msgstr ""
+"Aufruf: nano [Option] +ZEILE <Datei>\n"
+"\n"
-#: nano.c:465
+#: nano.c:485
msgid "Option\t\tMeaning\n"
msgstr "Option\t\tBedeutung\n"
-#: nano.c:467
+#: nano.c:487
+msgid " -D \t\tWrite file in DOS format\n"
+msgstr ""
+
+#: nano.c:490
msgid " -F \t\tEnable multiple file buffers\n"
msgstr ""
-#: nano.c:469
+#: nano.c:493
+msgid " -M \t\tWrite file in Mac format\n"
+msgstr ""
+
+#: nano.c:495
msgid " -T [num]\tSet width of a tab to num\n"
msgstr " -T [Anzahl]\tTabulator-Größe auf Anzahl setzen\n"
-#: nano.c:470
+#: nano.c:496
msgid " -R\t\tUse regular expressions for search\n"
msgstr " -R\t\tRegulären Ausdruck zur Suche verwenden\n"
-#: nano.c:471
+#: nano.c:498
+msgid " -S\t\tSmooth scrolling\n"
+msgstr ""
+
+#: nano.c:500
msgid " -V \t\tPrint version information and exit\n"
msgstr " -V \t\tVersionsinfo ausgeben und beenden\n"
-#: nano.c:472
+#: nano.c:501
msgid " -c \t\tConstantly show cursor position\n"
msgstr " -c \t\tCursorposition ständig anzeigen\n"
-#: nano.c:473
+#: nano.c:502
msgid " -h \t\tShow this message\n"
msgstr " -h \t\tDiese Meldung anzeigen\n"
-#: nano.c:474
+#: nano.c:504
msgid " -i \t\tAutomatically indent new lines\n"
msgstr " -i \t\tNeue Zeilen automatisch einrücken\n"
-#: nano.c:476
+#: nano.c:505
msgid " -k \t\tLet ^K cut from cursor to end of line\n"
msgstr " -k \t\t^K schneidet vom Cursor bis zum Zeilenende aus\n"
-#: nano.c:479
+#: nano.c:508
msgid " -l \t\tDon't follow symbolic links, overwrite\n"
msgstr " -l \t\tSymbolischen Links nicht folgen, sondern überschreiben\n"
-#: nano.c:482
+#: nano.c:511
msgid " -m \t\tEnable mouse\n"
msgstr " -m \t\tMaus aktivieren\n"
-#: nano.c:485
+#: nano.c:515
+msgid " -o [dir] \tSet operating directory\n"
+msgstr ""
+
+#: nano.c:517
msgid " -p \t\tEmulate Pico as closely as possible\n"
msgstr "i -p \t\tPico so genau wie möglich imitieren\n"
-#: nano.c:489
+#: nano.c:521
msgid " -r [#cols] \tSet fill cols to (wrap lines at) #cols\n"
msgstr " -r [#Spalten] \tSpalten auffüllen (Zeilenumbruch bei) #Spalten\n"
-#: nano.c:492
+#: nano.c:524
#, fuzzy
msgid " -s [prog] \tEnable alternate speller\n"
msgstr " -s [Programm] |\tAlternative Rechtschreibprüfung\n"
-#: nano.c:494
+#: nano.c:526
msgid " -t \t\tAuto save on exit, don't prompt\n"
msgstr " -t \t\tBeim Beenden ohne Rückfrage speichern\n"
-#: nano.c:495
+#: nano.c:527
msgid " -v \t\tView (read only) mode\n"
msgstr " -v \t\tNur zum Lesen öffnen (keine Veränderungen möglich)\n"
-#: nano.c:497
+#: nano.c:529
msgid " -w \t\tDon't wrap long lines\n"
msgstr " -w \t\tLange Zeilen nicht in neue Zeilen umbrechen\n"
-#: nano.c:499
+#: nano.c:531
msgid " -x \t\tDon't show help window\n"
msgstr " -x \t\tHilfe-Fenster nicht anzeigen\n"
-#: nano.c:500
+#: nano.c:532
msgid " -z \t\tEnable suspend\n"
msgstr " -z \t\tSuspend (anhalten und zurück zur Shell) aktivieren\n"
-#: nano.c:501
+#: nano.c:533
msgid " +LINE\t\tStart at line number LINE\n"
msgstr " +ZEILE\t\tBei Zeile ZEILE beginnen\n"
-#: nano.c:508
+#: nano.c:540
#, c-format
msgid " GNU nano version %s (compiled %s, %s)\n"
msgstr " GNU nano Version %s (compiliert um %s, %s)\n"
-#: nano.c:511
+#: nano.c:543
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org"
msgstr " Email: nano@nano-editor.org\tWWW: http://www.nano-editor.org"
-#: nano.c:512
-msgid "\n Compiled options:"
-msgstr "\n Kompilierte Optionen:"
+#: nano.c:544
+msgid ""
+"\n"
+" Compiled options:"
+msgstr ""
+"\n"
+" Kompilierte Optionen:"
-#: nano.c:598
+#: nano.c:633
msgid "Mark Set"
msgstr "Markierung gesetzt"
-#: nano.c:603
+#: nano.c:638
msgid "Mark UNset"
msgstr "Markierung gelöscht"
-#: nano.c:1106
+#: nano.c:1167
#, c-format
msgid "check_wrap called with inptr->data=\"%s\"\n"
msgstr "check_wrap aufgerufen mit inptr->data=\"%s\"\n"
-#: nano.c:1158
+#: nano.c:1219
#, c-format
msgid "current->data now = \"%s\"\n"
msgstr "current->data jetzt = \"%s\"\n"
-#: nano.c:1210
+#: nano.c:1271
#, c-format
msgid "After, data = \"%s\"\n"
msgstr "Nachher, data = \"%s\"\n"
-#: nano.c:1311
+#: nano.c:1372
msgid "Edit a replacement"
msgstr "Ersetzung editieren"
-#: nano.c:1549
+#: nano.c:1606
#, c-format
msgid "Could not create a temporary filename: %s"
msgstr "Konnte keine temporäre Datei erzeugen: %s"
-#: nano.c:1555
+#: nano.c:1612
msgid "Spell checking failed: unable to write temp file!"
-msgstr "Rechtschreibprüfung fehlgeschlagen: konnte nicht in temporäre Datei schreiben"
+msgstr ""
+"Rechtschreibprüfung fehlgeschlagen: konnte nicht in temporäre Datei schreiben"
-#: nano.c:1567
+#: nano.c:1632
msgid "Finished checking spelling"
msgstr "Rechtschreibprüfung abgeschlossen"
-#: nano.c:1569
+#: nano.c:1634
msgid "Spell checking failed"
msgstr "Rechtschreibprüfung fehlgeschlagen"
-#: nano.c:1598
+#: nano.c:1663
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
msgstr "Veränderten Puffer speichern (\"Nein\" VERWIRFT DIE ÄNDERUGNEN) ? "
-#: nano.c:1734
+#: nano.c:1810
msgid "Received SIGHUP"
msgstr "SIGHUP empfangen"
-#: nano.c:1798
+#: nano.c:1874
msgid "Cannot resize top win"
msgstr "Kann die Größe des oberen Fensters nicht verändern"
-#: nano.c:1800
+#: nano.c:1876
msgid "Cannot move top win"
msgstr "Kann oberes Fenster nicht verschieben"
-#: nano.c:1802
+#: nano.c:1878
msgid "Cannot resize edit win"
msgstr "Kann Größe des Bearbeitungsfensters nicht verändern"
-#: nano.c:1804
+#: nano.c:1880
msgid "Cannot move edit win"
msgstr "Kann Bearbeitungsfenster nicht verschieben"
-#: nano.c:1806
+#: nano.c:1882
msgid "Cannot resize bottom win"
msgstr "Kann Größe des unteren Fensters nicht verändern"
-#: nano.c:1808
+#: nano.c:1884
msgid "Cannot move bottom win"
msgstr "Kann unteres Fenster nicht verschieben"
-#: nano.c:2133
+#: nano.c:2209
msgid "Can now UnJustify!"
msgstr "Kann Absatzausrichtung nicht rückgängig machen"
-#: nano.c:2249
+#: nano.c:2331
#, c-format
msgid "%s enable/disable"
msgstr "%s aktivieren/deaktivieren"
-#: nano.c:2268
+#: nano.c:2350
msgid "enabled"
msgstr "aktiviert"
-#: nano.c:2269
+#: nano.c:2351
msgid "disabled"
msgstr "deaktiviert"
-#: nano.c:2322
+#: nano.c:2415
#, fuzzy
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
-msgstr "NumLock Problem entdeckt. | Tastenblock funktioniert nicht, wenn NumLock ausgeschaltet ist"
+msgstr ""
+"NumLock Problem entdeckt. | Tastenblock funktioniert nicht, wenn NumLock "
+"ausgeschaltet ist"
-#: nano.c:2577
+#: nano.c:2708
msgid "Main: set up windows\n"
msgstr "Hauptprogramm: Fenster konfigurieren\n"
-#: nano.c:2588
+#: nano.c:2719
msgid "Main: bottom win\n"
msgstr "Hauptprogramm: unteres Fenster\n"
-#: nano.c:2594
+#: nano.c:2725
msgid "Main: open file\n"
msgstr "Hauptprogramm: Datei öffnen\n"
-#: nano.c:2652
+#: nano.c:2785
#, c-format
msgid "I got Alt-O-%c! (%d)\n"
msgstr "Erhielt Alt-0-%c! (%d)\n"
-#: nano.c:2679
+#: nano.c:2812
#, c-format
msgid "I got Alt-[-1-%c! (%d)\n"
msgstr "Erhielt Alt-[-1-%c! (%d)\n"
-#: nano.c:2717
+#: nano.c:2842
#, c-format
msgid "I got Alt-[-2-%c! (%d)\n"
msgstr "Erhielt Alt-[-2-%c! (%d)\n"
-#: nano.c:2771
+#: nano.c:2896
#, c-format
msgid "I got Alt-[-%c! (%d)\n"
msgstr "Erhielt Alt-[-%c! (%d)\n"
-#: nano.c:2806
+#: nano.c:2931
#, c-format
msgid "I got Alt-%c! (%d)\n"
msgstr "Erhielt Alt-%c! (%d)\n"
-#: rcfile.c:76
-msgid "\nPress return to continue starting nano\n"
+#: rcfile.c:79
+msgid ""
+"\n"
+"Press return to continue starting nano\n"
msgstr ""
-#: rcfile.c:134
+#: rcfile.c:137
msgid "parse_rcfile: Read a comment\n"
msgstr ""
-#: rcfile.c:151
+#: rcfile.c:154
#, c-format
msgid "Error in %s on line %d: command %s not understood"
msgstr ""
-#: rcfile.c:164
+#: rcfile.c:167
#, c-format
msgid "parse_rcfile: Parsing option %s\n"
msgstr ""
-#: rcfile.c:180
+#: rcfile.c:185
#, c-format
msgid "Error in %s on line %d: option %s requires an argument"
msgstr ""
-#: rcfile.c:191
+#: rcfile.c:196
#, c-format
msgid "Error in %s on line %d: requested fill size %d too small"
msgstr ""
-#: rcfile.c:207
+#: rcfile.c:205
+#, c-format
+msgid "Error in %s on line %d: requested tab size %d too small"
+msgstr ""
+
+#: rcfile.c:219
#, c-format
msgid "set flag %d!\n"
msgstr ""
-#: rcfile.c:212
+#: rcfile.c:224
#, c-format
msgid "unset flag %d!\n"
msgstr ""
-#: rcfile.c:221
+#: rcfile.c:233
msgid "Errors found in .nanorc file"
msgstr ""
-#: rcfile.c:230
+#: rcfile.c:242
#, c-format
msgid "Unable to open ~/.nanorc file, %s"
msgstr ""
-#: search.c:129
+#: search.c:132
#, fuzzy
-msgid "Case Sensitive "
+msgid "Search"
+msgstr "Suche"
+
+#. This string is just a modifier for the search prompt,
+#. no grammar is implied
+#: search.c:136
+#, fuzzy
+msgid " [Case Sensitive]"
msgstr "GROSZ/klein"
-#: search.c:130
+#. This string is just a modifier for the search prompt,
+#. no grammar is implied
+#: search.c:140
#, fuzzy
-msgid "Regexp "
+msgid " [Regexp]"
msgstr "regulärer Ausdruck"
-#: search.c:131
+#. This string is just a modifier for the search prompt,
+#. no grammar is implied
+#: search.c:144
#, fuzzy
-msgid "Search"
-msgstr "Suche"
-
-#: search.c:132
-msgid " Backwards"
-msgstr ""
+msgid " [Backwards]"
+msgstr "Zurück"
-#: search.c:133
+#: search.c:146
msgid " (to replace)"
msgstr " (zu ersetzen)"
-#: search.c:138 search.c:404
+#: search.c:151 search.c:424
msgid "Search Cancelled"
msgstr "Suche abgebrochen"
-#: search.c:221
+#: search.c:223
#, c-format
msgid "\"%s...\" not found"
msgstr "\"%s...\" nicht gefunden"
-#: search.c:270 search.c:326
+#: search.c:278 search.c:340
msgid "Search Wrapped"
msgstr "Suche in neue Zeile umgebrochen"
-#: search.c:426
+#: search.c:446
#, fuzzy, c-format
msgid "Replaced %d occurrences"
msgstr "%d Ersetzungen vorgenommen"
-#: search.c:428
+#: search.c:448
#, fuzzy
msgid "Replaced 1 occurrence"
msgstr "1 Ersetzung vorgenommen"
-#: search.c:566 search.c:676 search.c:692
+#: search.c:586 search.c:696 search.c:712
msgid "Replace Cancelled"
msgstr "Ersetzung abgebrochen"
-#: search.c:616
+#: search.c:636
msgid "Replace this instance?"
msgstr "Fundstelle ersetzen?"
-#: search.c:628
+#: search.c:648
msgid "Replace failed: unknown subexpression!"
msgstr "Ersetzung gescheitert: unbekannter Unterausdruck"
-#: search.c:717
+#: search.c:737
#, c-format
msgid "Replace with [%s]"
msgstr "Ersetzen mit [%s]"
-#: search.c:721 search.c:725
+#: search.c:741 search.c:745
msgid "Replace with"
msgstr "Ersetzen mit"
-#: search.c:759
+#: search.c:779
msgid "Enter line number"
msgstr "Zeilennummer eingeben"
-#: search.c:761
+#: search.c:781
msgid "Aborted"
msgstr "Abgebrochen"
-#: search.c:770
+#: search.c:790
msgid "Come on, be reasonable"
msgstr "Komm schon, sei vernünftig"
+#: search.c:844
+msgid "Not a bracket"
+msgstr ""
+
+#. didn't find either left or right bracket
+#: search.c:889
+msgid "No matching bracket"
+msgstr ""
+
#: utils.c:159
msgid "nano: malloc: out of memory!"
msgstr "nano: malloc: Kein Speicher verfügbar!"
msgid "actual_x_from_start for xplus=%d returned %d\n"
msgstr "actual_x_from_start für xplus=%d gab %d zurück\n"
-#: winio.c:291 winio.c:459
+#: winio.c:291 winio.c:453
#, fuzzy, c-format
msgid "Aha! '%c' (%d)\n"
msgstr "Eingabe '%c' (%d)\n"
-#: winio.c:493
+#: winio.c:485
#, c-format
msgid "input '%c' (%d)\n"
msgstr "Eingabe '%c' (%d)\n"
-#: winio.c:542
+#: winio.c:533
msgid "New Buffer"
msgstr "Neuer Puffer"
-#: winio.c:546
+#: winio.c:537
#, fuzzy
msgid " File: ..."
msgstr " |Datei: ..."
-#: winio.c:548
+#: winio.c:539
#, fuzzy
msgid " DIR: ..."
msgstr " || Verzeichnis: ..."
-#: winio.c:559
+#: winio.c:550
msgid "Modified"
msgstr "Verändert"
-#: winio.c:1115
+#: winio.c:1110
#, c-format
msgid "Moved to (%d, %d) in edit buffer\n"
msgstr "Nach (%d, %d) im Bearbeitungspuffer verschoben\n"
-#: winio.c:1126
+#: winio.c:1121
#, c-format
msgid "current->data = \"%s\"\n"
msgstr "current->data = \"%s\"\n"
-#: winio.c:1183
+#: winio.c:1178
#, c-format
msgid "I got \"%s\"\n"
msgstr "Erhielt \"%s\"\n"
#. Yes, no and all are strings of any length. Each string consists of
#. all characters accepted as a valid character for that value.
#. The first value will be the one displayed in the shortcuts.
-#: winio.c:1212
+#: winio.c:1207
msgid "Yy"
msgstr "Jj"
-#: winio.c:1213
+#: winio.c:1208
msgid "Nn"
msgstr "Nn"
-#: winio.c:1214
+#: winio.c:1209
msgid "Aa"
msgstr "Aa"
-#: winio.c:1228
+#: winio.c:1223
msgid "Yes"
msgstr "Ja"
-#: winio.c:1232
+#: winio.c:1227
msgid "All"
msgstr "Alle"
-#: winio.c:1237
+#: winio.c:1232
msgid "No"
msgstr "Nein"
-#: winio.c:1437
+#: winio.c:1432
#, c-format
msgid "do_cursorpos: linepct = %f, bytepct = %f\n"
msgstr "do_cursorpos: linepct = %f, bytepct = %f\n"
-#: winio.c:1441
+#: winio.c:1436
#, c-format
msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)"
msgstr "Zeile %d von %d (%.0f%%), Zeichen %d von %d (%.0f%%)"
-#: winio.c:1585
+#: winio.c:1580
msgid "Dumping file buffer to stderr...\n"
msgstr "Gebe Datei Puffer nach stderr aus...\n"
-#: winio.c:1587
+#: winio.c:1582
msgid "Dumping cutbuffer to stderr...\n"
msgstr "Gebe Inhalt der Zwischenablage nach stderr aus...\n"
-#: winio.c:1589
+#: winio.c:1584
msgid "Dumping a buffer to stderr...\n"
msgstr "Gebe einen Puffer nach stderr aus...\n"
-#: winio.c:1664
+#: winio.c:1659
msgid "The nano text editor"
msgstr "Der nano Text-Editor"
-#: winio.c:1665
+#: winio.c:1660
msgid "version "
msgstr "Version "
-#: winio.c:1666
+#: winio.c:1661
msgid "Brought to you by:"
msgstr "Entwickelt von:"
-#: winio.c:1667
+#: winio.c:1662
msgid "Special thanks to:"
msgstr "Speziellen Dank an:"
-#: winio.c:1668
+#: winio.c:1663
msgid "The Free Software Foundation"
msgstr "The Free Software Foundation"
-#: winio.c:1669
+#: winio.c:1664
msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses"
msgstr "Pavel Curtis, Zeyd Ben-Halim und Eric S. Raymond für ncurses"
-#: winio.c:1670
+#: winio.c:1665
msgid "and anyone else we forgot..."
msgstr "und alle Nichtgenannten..."
-#: winio.c:1671
+#: winio.c:1666
msgid "Thank you for using nano!\n"
msgstr "Danke für die Benutzung von nano!\n"
+#, fuzzy
+#~ msgid "Write"
+#~ msgstr "Speichern"
+
+#, fuzzy
+#~ msgid "Regexp "
+#~ msgstr "regulärer Ausdruck"
+
#~ msgid "Case Sensitive Regexp Search%s%s"
-#~ msgstr "Suche mit Unterscheidung von Groß- und Kleinschreibung nach regulärem Ausdruck%s%s"
+#~ msgstr ""
+#~ "Suche mit Unterscheidung von Groß- und Kleinschreibung nach regulärem "
+#~ "Ausdruck%s%s"
#~ msgid "Regexp Search%s%s"
#~ msgstr "Suche nach regulärem Ausdruck%s%s"
#~ msgstr ".save"
#~ msgid "Sorry, this function not available with nano-tiny option"
-#~ msgstr "Tut mir leid, dies Funktion ist im Minimalmodus von nano nicht verfügbar"
+#~ msgstr ""
+#~ "Tut mir leid, dies Funktion ist im Minimalmodus von nano nicht verfügbar"
#~ msgid " "
#~ msgstr " "
#~ msgid "ispell %s"
#~ msgstr "ispell %s"
-#~ msgid "\n\n\n\n\nUse \"fg\" to return to nano\n"
-#~ msgstr "\n\n\n\n\nBenutzen Sie \"fg\" um zu nano zurückzukehren\n"
+#~ msgid ""
+#~ "\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
+#~ "Use \"fg\" to return to nano\n"
+#~ msgstr ""
+#~ "\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
+#~ "Benutzen Sie \"fg\" um zu nano zurückzukehren\n"
#~ msgid "^%c\t"
#~ msgstr "^%c\t"
msgid ""
msgstr ""
"Project-Id-Version: nano 1.1.2pre3\n"
-"POT-Creation-Date: 2001-10-03 12:09+0200\n"
+"POT-Creation-Date: 2001-10-03 17:47-0400\n"
"PO-Revision-Date: 2001-10-03 12:09+0200\n"
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
"Language-Team: Spanish <es@li.org>\n"
"commonly used shortcuts in the editor.\n"
"\n"
" The notation for shortcuts is as follows: Control-key sequences are notated "
-"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-"
-"key sequences are notated with the Meta (M) symbol and can be entered using "
-"either the Esc, Alt or Meta key depending on your keyboard setup. The "
+"with a caret (^) symbol and are entered with the Control (Ctrl) key. "
+"Escape-key sequences are notated with the Meta (M) symbol and can be entered "
+"using either the Esc, Alt or Meta key depending on your keyboard setup. The "
"following keystrokes are available in the main editor window. Optional keys "
"are shown in parentheses:\n"
"\n"
msgid ""
msgstr ""
"Project-Id-Version: nano 1.1.2pre3\n"
-"POT-Creation-Date: 2001-10-03 23:43+0200\n"
+"POT-Creation-Date: 2001-10-03 17:47-0400\n"
"PO-Revision-Date: 2001-10-03 20:38+0300\n"
"Last-Translator: Pauli Virtanen <pauli.virtanen@saunalahti.fi>\n"
"Language-Team: Finnish <fi@li.org>\n"
"commonly used shortcuts in the editor.\n"
"\n"
" The notation for shortcuts is as follows: Control-key sequences are notated "
-"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-"
-"key sequences are notated with the Meta (M) symbol and can be entered using "
-"either the Esc, Alt or Meta key depending on your keyboard setup. The "
+"with a caret (^) symbol and are entered with the Control (Ctrl) key. "
+"Escape-key sequences are notated with the Meta (M) symbol and can be entered "
+"using either the Esc, Alt or Meta key depending on your keyboard setup. The "
"following keystrokes are available in the main editor window. Optional keys "
"are shown in parentheses:\n"
"\n"
#: rcfile.c:205
#, fuzzy, c-format
msgid "Error in %s on line %d: requested tab size %d too small"
-msgstr "Virhe tiedostossa %s rivillä %d: haluttu sarkaimen koko %d on liian "
-"pieni"
+msgstr ""
+"Virhe tiedostossa %s rivillä %d: haluttu sarkaimen koko %d on liian pieni"
#: rcfile.c:219
#, c-format
msgid ""
msgstr ""
"Project-Id-Version: nano 0.8.9\n"
-"POT-Creation-Date: 2001-09-28 14:41+0200\n"
+"POT-Creation-Date: 2001-10-03 17:47-0400\n"
"PO-Revision-Date: 2000-07-09 01:32+0100\n"
"Last-Translator: Clement Laforet <sheep.killer@free.fr>\n"
"Language-Team: French <fr@li.org>\n"
msgid "add_to_cutbuffer called with inptr->data = %s\n"
msgstr "add_to_cutbuffer appelé avec inptr->data = %s\n"
-#: cut.c:211
+#: cut.c:214
msgid "Blew away cutbuffer =)\n"
msgstr "cutbuffer annihilé -)\n"
-#: files.c:157
+#: files.c:158
msgid "read_line: not on first line and prev is NULL"
msgstr ""
"read_line: la position actuelle n'est pas la première ligne et la précédente "
"est NULL"
-#: files.c:229 files.c:247
+#: files.c:230 files.c:248
#, c-format
msgid "Read %d lines"
msgstr "%d lignes lues"
-#: files.c:265 search.c:217
+#: files.c:266 search.c:217
#, c-format
msgid "\"%s\" not found"
msgstr "\"%s\" non trouvé"
#. We have a new file
-#: files.c:269
+#: files.c:270
msgid "New File"
msgstr "Nouveau fichier"
-#: files.c:282
+#: files.c:283
#, c-format
msgid "File \"%s\" is a directory"
msgstr "Le fichier \"%s\" est un répertoire"
#. Don't open character or block files. Sorry, /dev/sndstat!
-#: files.c:285
+#: files.c:286
#, fuzzy, c-format
msgid "File \"%s\" is a device file"
msgstr "Le fichier \"%s\" est un répertoire"
-#: files.c:293
+#: files.c:294
msgid "Reading File"
msgstr "Lecture du fichier"
-#: files.c:313
+#: files.c:314
msgid "File to insert [from ./] "
msgstr "Fichier à insérer [depuis ./] "
-#: files.c:317 files.c:469 files.c:516 files.c:696 files.c:708 files.c:751
-#: files.c:762 files.c:1330
+#: files.c:318 files.c:470 files.c:517 files.c:697 files.c:709 files.c:752
+#: files.c:763 files.c:1332
#, c-format
msgid "filename is %s"
msgstr "Le nom du fichier est %s"
-#: files.c:348
+#: files.c:349
#, c-format
msgid "Can't insert file from outside of %s"
msgstr ""
-#: files.c:411 files.c:1055 files.c:1415 nano.c:1694
+#: files.c:412 files.c:1056 files.c:1417 nano.c:1695
msgid "Cancelled"
msgstr "Annulé"
-#: files.c:688 files.c:743
+#: files.c:689 files.c:744
msgid "No more open files"
msgstr ""
-#: files.c:1078
+#: files.c:1079
#, c-format
msgid "Can't write outside of %s"
msgstr ""
-#: files.c:1115 files.c:1131 files.c:1145 files.c:1168 files.c:1177
-#: files.c:1189
+#: files.c:1116 files.c:1132 files.c:1146 files.c:1169 files.c:1178
+#: files.c:1190
#, c-format
msgid "Could not open file for writing: %s"
msgstr "Impossible d'ouvrir le fichier en écriture: %s"
-#: files.c:1150
+#: files.c:1151
#, c-format
msgid "Wrote >%s\n"
msgstr "Écrit >%s\n"
-#: files.c:1199
+#: files.c:1200
#, c-format
msgid "Could not close %s: %s"
msgstr "Impossible de fermer %s: %s"
#. Try a rename??
-#: files.c:1222 files.c:1231 files.c:1236
+#: files.c:1223 files.c:1232 files.c:1237
#, c-format
msgid "Could not open %s for writing: %s"
msgstr "Impossible d'ouvrir %s en écriture: %s"
-#: files.c:1243
+#: files.c:1244
#, c-format
msgid "Could not set permissions %o on %s: %s"
msgstr "Impossible de donner les permissions %o à %s: %s"
-#: files.c:1250
+#: files.c:1251
#, c-format
msgid "Wrote %d lines"
msgstr "%d lignes écrites"
-#: files.c:1293
+#: files.c:1294
#, fuzzy
msgid "Append Selection to File"
msgstr "Déplace vers la fin de la ligne courante"
-#: files.c:1296
+#: files.c:1297
msgid "Write Selection to File"
msgstr ""
-#: files.c:1301
+#: files.c:1303
#, fuzzy
msgid "File Name to Append"
msgstr "Nom du fichier dans lequel écrire"
-#: files.c:1304
+#: files.c:1306
#, fuzzy
msgid "File Name to Write"
msgstr "Nom du fichier dans lequel écrire"
-#: files.c:1344
+#: files.c:1346
msgid "File exists, OVERWRITE ?"
msgstr "Fichier existant, écrire par-dessus ?"
-#: files.c:1864
+#: files.c:1866
msgid "(more)"
msgstr ""
-#: files.c:2177
+#: files.c:2179
msgid "Can't move up a directory"
msgstr ""
-#: files.c:2189
+#: files.c:2191
msgid "Can't visit parent in restricted mode"
msgstr ""
#. We can't open this dir for some reason. Complain
-#: files.c:2200 files.c:2257
+#: files.c:2202 files.c:2259
#, fuzzy, c-format
msgid "Can't open \"%s\": %s"
msgstr "Impossible de fermer %s: %s"
-#: files.c:2228 global.c:293
+#: files.c:2230 global.c:295
#, fuzzy
msgid "Goto Directory"
msgstr "-> ligne"
-#: files.c:2235
+#: files.c:2237
#, c-format
msgid "Can't go outside of %s in restricted mode"
msgstr ""
-#: files.c:2242
+#: files.c:2244
#, fuzzy
msgid "Goto Cancelled"
msgstr "Annulé"
msgid "Open next loaded file"
msgstr ""
-#: global.c:254
+#: global.c:256
msgid "Invoke the help menu"
msgstr "Appelle le menu d'aide"
-#: global.c:255
+#: global.c:257
msgid "Write the current file to disk"
msgstr "Ecrit le fichier en cours sur le disque"
-#: global.c:258
+#: global.c:260
msgid "Close currently loaded file/Exit from nano"
msgstr ""
-#: global.c:260
+#: global.c:262
msgid "Exit from nano"
msgstr "Quitte Nano"
-#: global.c:263
+#: global.c:265
#, fuzzy
msgid "Goto a specific line number"
msgstr "Entrer le numéro de ligne"
-#: global.c:264
+#: global.c:266
msgid "Justify the current paragraph"
msgstr "Justifie le paragraphe courant"
-#: global.c:265
+#: global.c:267
msgid "Unjustify after a justify"
msgstr ""
-#: global.c:266
+#: global.c:268
msgid "Replace text within the editor"
msgstr "Remplace le texte dans l'éditeur"
-#: global.c:267
+#: global.c:269
msgid "Insert another file into the current one"
msgstr "Insère un autre fichier dans le fichier courant"
-#: global.c:268
+#: global.c:270
msgid "Search for text within the editor"
msgstr "Recherche d'une chaîne dans l'éditeur"
-#: global.c:269
+#: global.c:271
msgid "Move to the previous screen"
msgstr "Retourne a l'écran précèdent"
-#: global.c:270
+#: global.c:272
msgid "Move to the next screen"
msgstr "Aller au prochain écran"
-#: global.c:271
+#: global.c:273
msgid "Cut the current line and store it in the cutbuffer"
msgstr "Supprime la ligne courante et la stocke en mémoire"
-#: global.c:272
+#: global.c:274
msgid "Uncut from the cutbuffer into the current line"
msgstr "Copie la chaîne en mémoire vers la ligne courante"
-#: global.c:273
+#: global.c:275
msgid "Show the position of the cursor"
msgstr "Affiche la position du curseur"
-#: global.c:274
+#: global.c:276
msgid "Invoke the spell checker (if available)"
msgstr "Appel du correcteur orthographique (s'il est disponible)"
-#: global.c:275
+#: global.c:277
msgid "Move up one line"
msgstr "Déplace d'une ligne vers le haut"
-#: global.c:276
+#: global.c:278
msgid "Move down one line"
msgstr "Déplace d'une ligne vers le bas"
-#: global.c:277
+#: global.c:279
msgid "Move forward one character"
msgstr "Déplace d'un caractère en avant"
-#: global.c:278
+#: global.c:280
msgid "Move back one character"
msgstr "Déplace d'un caractère en arriere"
-#: global.c:279
+#: global.c:281
msgid "Move to the beginning of the current line"
msgstr "Déplace vers le début de la ligne courante"
-#: global.c:280
+#: global.c:282
msgid "Move to the end of the current line"
msgstr "Déplace vers la fin de la ligne courante"
-#: global.c:281
+#: global.c:283
msgid "Go to the first line of the file"
msgstr "Va à la première ligne du fichier"
-#: global.c:282
+#: global.c:284
msgid "Go to the last line of the file"
msgstr "Va à la dernière ligne du fichier"
-#: global.c:283
+#: global.c:285
msgid "Refresh (redraw) the current screen"
msgstr "Rafraichit (redessine) l'ecran courant"
-#: global.c:284
+#: global.c:286
msgid "Mark text at the current cursor location"
msgstr "Marquer le texte à la position actuelle du curseur"
-#: global.c:285
+#: global.c:287
msgid "Delete the character under the cursor"
msgstr "Supprime le caractère où se trouve le curseur"
-#: global.c:287
+#: global.c:289
msgid "Delete the character to the left of the cursor"
msgstr "Supprime le caractère à la gauche du curseur"
-#: global.c:288
+#: global.c:290
msgid "Insert a tab character"
msgstr "Insère une tabulation"
-#: global.c:289
+#: global.c:291
msgid "Insert a carriage return at the cursor position"
msgstr "Insère un retour-chariot à la position du curseur"
-#: global.c:291
+#: global.c:293
msgid "Make the current search or replace case (in)sensitive"
msgstr "Exécuter rechercher/remplacer avec/sans rspect de la casse"
-#: global.c:292
+#: global.c:294
msgid "Go to file browser"
msgstr ""
-#: global.c:294
+#: global.c:296
msgid "Cancel the current function"
msgstr "Annule la fonction courante"
-#: global.c:295
+#: global.c:297
#, fuzzy
msgid "Append to the current file"
msgstr "Déplace vers la fin de la ligne courante"
-#: global.c:296
+#: global.c:298
#, fuzzy
msgid "Search backwards"
msgstr "Recherche annulée"
-#: global.c:297
+#: global.c:300
#, fuzzy
msgid "Use Regular expressions"
msgstr "-R\t\tUtilisation des expressions régulières pour la recherche\n"
-#: global.c:298
+#: global.c:301
msgid "Find other bracket"
msgstr ""
-#: global.c:301
+#: global.c:305
msgid "Get Help"
msgstr "Appelle l'aide"
-#: global.c:306
+#: global.c:310
msgid "Close"
msgstr ""
-#: global.c:310 global.c:513 global.c:551
+#: global.c:314 global.c:517 global.c:555
msgid "Exit"
msgstr "Quitte"
-#: global.c:313
+#: global.c:317
msgid "WriteOut"
msgstr "Sauvegarde"
-#: global.c:318 global.c:407
+#: global.c:322 global.c:411
msgid "Justify"
msgstr "Justifier"
-#: global.c:322 global.c:328
+#: global.c:326 global.c:332
#, fuzzy
msgid "Read File"
msgstr "Lect. fichier"
-#: global.c:332 global.c:403 global.c:431
+#: global.c:336 global.c:407 global.c:435
#, fuzzy
msgid "Replace"
msgstr "Remplacer par"
-#: global.c:336
+#: global.c:340
msgid "Where Is"
msgstr "Recherche"
-#: global.c:340 global.c:505 global.c:540
+#: global.c:344 global.c:509 global.c:544
msgid "Prev Page"
msgstr "Page préc."
-#: global.c:344 global.c:509 global.c:544
+#: global.c:348 global.c:513 global.c:548
msgid "Next Page"
msgstr "Page suiv."
-#: global.c:348
+#: global.c:352
msgid "Cut Text"
msgstr "Couper"
-#: global.c:352
+#: global.c:356
#, fuzzy
msgid "UnJustify"
msgstr "Justifier"
-#: global.c:355
+#: global.c:359
msgid "UnCut Txt"
msgstr "Annul. Coup"
-#: global.c:359
+#: global.c:363
msgid "Cur Pos"
msgstr "Pos. curseur"
-#: global.c:363
+#: global.c:367
msgid "To Spell"
msgstr "Corriger"
-#: global.c:367
+#: global.c:371
msgid "Up"
msgstr "Haut"
-#: global.c:370
+#: global.c:374
msgid "Down"
msgstr "Bas"
-#: global.c:373
+#: global.c:377
msgid "Forward"
msgstr "En avant"
-#: global.c:376
+#: global.c:380
msgid "Back"
msgstr "En arrière"
-#: global.c:379
+#: global.c:383
msgid "Home"
msgstr "Debut Doc."
-#: global.c:382
+#: global.c:386
msgid "End"
msgstr "Fin Doc0"
-#: global.c:385
+#: global.c:389
msgid "Refresh"
msgstr "Rafraîchir"
-#: global.c:388
+#: global.c:392
#, fuzzy
msgid "Mark Text"
msgstr "Marque enregistrée"
-#: global.c:391
+#: global.c:395
msgid "Delete"
msgstr "Supprimer"
-#: global.c:395
+#: global.c:399
msgid "Backspace"
msgstr "Backspace"
# No translation...
-#: global.c:399
+#: global.c:403
msgid "Tab"
msgstr "Tabulation"
-#: global.c:411
+#: global.c:415
msgid "Enter"
msgstr "Entrée"
-#: global.c:415 global.c:435 global.c:465
+#: global.c:419 global.c:439 global.c:469
msgid "Goto Line"
msgstr "-> ligne"
-#: global.c:420
+#: global.c:424
msgid "Find Other Bracket"
msgstr ""
-#: global.c:425 global.c:455 global.c:485 global.c:495
+#: global.c:429 global.c:459 global.c:489 global.c:499
msgid "First Line"
msgstr "Première ligne"
-#: global.c:428 global.c:458 global.c:488 global.c:498
+#: global.c:432 global.c:462 global.c:492 global.c:502
msgid "Last Line"
msgstr "Dernière Ligne"
-#: global.c:439 global.c:469
+#: global.c:443 global.c:473
msgid "Case Sens"
msgstr "Casse respectée"
-#: global.c:442 global.c:472
+#: global.c:446 global.c:476
#, fuzzy
msgid "Direction"
msgstr "-> ligne"
-#: global.c:447 global.c:477
+#: global.c:451 global.c:481
msgid "Regexp"
msgstr ""
-#: global.c:452 global.c:482 global.c:491 global.c:501 global.c:525
-#: global.c:533 global.c:536 global.c:554 winio.c:1246
+#: global.c:456 global.c:486 global.c:495 global.c:505 global.c:529
+#: global.c:537 global.c:540 global.c:558 winio.c:1234
msgid "Cancel"
msgstr "Annuler"
-#: global.c:461
+#: global.c:465
msgid "No Replace"
msgstr "Pas de remplacement"
-#: global.c:518 global.c:529
+#: global.c:522 global.c:533
#, fuzzy
msgid "To Files"
msgstr "Nouveau fichier"
-#: global.c:522
+#: global.c:526
msgid "Append"
msgstr ""
-#: global.c:548
+#: global.c:552
#, fuzzy
msgid "Goto"
msgstr "-> ligne"
"commonly used shortcuts in the editor.\n"
"\n"
" The notation for shortcuts is as follows: Control-key sequences are notated "
-"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-"
-"key sequences are notated with the Meta (M) symbol and can be entered using "
-"either the Esc, Alt or Meta key depending on your keyboard setup. The "
+"with a caret (^) symbol and are entered with the Control (Ctrl) key. "
+"Escape-key sequences are notated with the Meta (M) symbol and can be entered "
+"using either the Esc, Alt or Meta key depending on your keyboard setup. The "
"following keystrokes are available in the main editor window. Optional keys "
"are shown in parentheses:\n"
"\n"
msgstr ""
"Message d'aide de Nano\n"
-"L'éditeur Nano est conçu pour émuler les fonctions et la facilité d'utili-"
-"sation de l'éditeur PICO. Il y a quatre sections principales dans cet "
-"éditeur : la ligne du haut affiche la version du programme, le "
+"L'éditeur Nano est conçu pour émuler les fonctions et la facilité "
+"d'utili-sation de l'éditeur PICO. Il y a quatre sections principales dans "
+"cet éditeur : la ligne du haut affiche la version du programme, le "
"fichieractuellement édité, et s'il a été modifié ou non. Ensuite il y a "
"lafenêtre principale d'édition qui affiche le fichier en cours de "
"modification.La ligne d'état est la troisième en partant du bas, elle "
msgid "Mark UNset"
msgstr "Marque effacée"
-#: nano.c:1165
+#: nano.c:1167
#, c-format
msgid "check_wrap called with inptr->data=\"%s\"\n"
msgstr "check_wrap appelée avec inptr->data=\"%s\"\n"
-#: nano.c:1217
+#: nano.c:1219
#, c-format
msgid "current->data now = \"%s\"\n"
msgstr "current->data vaut maintenant \"%s\"\n"
-#: nano.c:1269
+#: nano.c:1271
#, c-format
msgid "After, data = \"%s\"\n"
msgstr "Après, data = \"%s\"\n"
-#: nano.c:1370
+#: nano.c:1372
msgid "Edit a replacement"
msgstr ""
-#: nano.c:1605
+#: nano.c:1606
#, c-format
msgid "Could not create a temporary filename: %s"
msgstr "Impossible de créer un nom de fichier temporaire: %s"
-#: nano.c:1611
+#: nano.c:1612
msgid "Spell checking failed: unable to write temp file!"
msgstr ""
-#: nano.c:1631
+#: nano.c:1632
msgid "Finished checking spelling"
msgstr "Vérification orthographique terminée"
-#: nano.c:1633
+#: nano.c:1634
msgid "Spell checking failed"
msgstr ""
-#: nano.c:1662
+#: nano.c:1663
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
msgstr "Sauver le buffer modifié (RÉPONDRE \"No\" EFFACERA LES CHANGEMENTS"
-#: nano.c:1809
+#: nano.c:1810
msgid "Received SIGHUP"
msgstr ""
-#: nano.c:1873
+#: nano.c:1874
msgid "Cannot resize top win"
msgstr "Impossible de redimensionner la fenêtre du haut"
-#: nano.c:1875
+#: nano.c:1876
msgid "Cannot move top win"
msgstr "Impossible de bouger la fenêtre du haut"
-#: nano.c:1877
+#: nano.c:1878
msgid "Cannot resize edit win"
msgstr "Impossible de redimensionner la fenêtre d'édition"
-#: nano.c:1879
+#: nano.c:1880
msgid "Cannot move edit win"
msgstr "Impossible de bouger la fenêtre d'édition"
-#: nano.c:1881
+#: nano.c:1882
msgid "Cannot resize bottom win"
msgstr "Impossible de redimensionner la fenêtre du bas"
-#: nano.c:1883
+#: nano.c:1884
msgid "Cannot move bottom win"
msgstr "Impossible de bouger la fenêtre du bas"
-#: nano.c:2208
+#: nano.c:2209
msgid "Can now UnJustify!"
msgstr ""
-#: nano.c:2330
+#: nano.c:2331
#, c-format
msgid "%s enable/disable"
msgstr ""
-#: nano.c:2349
+#: nano.c:2350
msgid "enabled"
msgstr ""
-#: nano.c:2350
+#: nano.c:2351
msgid "disabled"
msgstr ""
-#: nano.c:2414
+#: nano.c:2415
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
msgstr ""
msgid "Main: open file\n"
msgstr "Main: ouvrir fichier\n"
-#: nano.c:2786
+#: nano.c:2785
#, fuzzy, c-format
msgid "I got Alt-O-%c! (%d)\n"
msgstr "J'ai reçu Alt-[-%c! (%d)\n"
-#: nano.c:2813
+#: nano.c:2812
#, fuzzy, c-format
msgid "I got Alt-[-1-%c! (%d)\n"
msgstr "J'ai reçu Alt-[-%c! (%d)\n"
-#: nano.c:2843
+#: nano.c:2842
#, fuzzy, c-format
msgid "I got Alt-[-2-%c! (%d)\n"
msgstr "J'ai reçu Alt-[-%c! (%d)\n"
-#: nano.c:2897
+#: nano.c:2896
#, c-format
msgid "I got Alt-[-%c! (%d)\n"
msgstr "J'ai reçu Alt-[-%c! (%d)\n"
-#: nano.c:2932
+#: nano.c:2931
#, c-format
msgid "I got Alt-%c! (%d)\n"
msgstr "J'ai reçu Alt-%c! (%d)\n"
-#: rcfile.c:78
+#: rcfile.c:79
msgid ""
"\n"
"Press return to continue starting nano\n"
msgstr ""
-#: rcfile.c:136
+#: rcfile.c:137
msgid "parse_rcfile: Read a comment\n"
msgstr ""
-#: rcfile.c:153
+#: rcfile.c:154
#, c-format
msgid "Error in %s on line %d: command %s not understood"
msgstr ""
-#: rcfile.c:166
+#: rcfile.c:167
#, c-format
msgid "parse_rcfile: Parsing option %s\n"
msgstr ""
-#: rcfile.c:183
+#: rcfile.c:185
#, c-format
msgid "Error in %s on line %d: option %s requires an argument"
msgstr ""
-#: rcfile.c:194
+#: rcfile.c:196
#, c-format
msgid "Error in %s on line %d: requested fill size %d too small"
msgstr ""
-#: rcfile.c:210
+#: rcfile.c:205
+#, c-format
+msgid "Error in %s on line %d: requested tab size %d too small"
+msgstr ""
+
+#: rcfile.c:219
#, c-format
msgid "set flag %d!\n"
msgstr ""
-#: rcfile.c:215
+#: rcfile.c:224
#, c-format
msgid "unset flag %d!\n"
msgstr ""
-#: rcfile.c:224
+#: rcfile.c:233
msgid "Errors found in .nanorc file"
msgstr ""
-#: rcfile.c:233
+#: rcfile.c:242
#, c-format
msgid "Unable to open ~/.nanorc file, %s"
msgstr ""
msgid " (to replace)"
msgstr " (remplacer par)"
-#: search.c:151 search.c:416
+#: search.c:151 search.c:424
msgid "Search Cancelled"
msgstr "Recherche annulée"
msgid "\"%s...\" not found"
msgstr "\"%s\" non trouvé"
-#: search.c:278 search.c:336
+#: search.c:278 search.c:340
msgid "Search Wrapped"
msgstr "La recherche a bouclé"
-#: search.c:438
+#: search.c:446
#, fuzzy, c-format
msgid "Replaced %d occurrences"
msgstr "%d occurences remplacées"
-#: search.c:440
+#: search.c:448
#, fuzzy
msgid "Replaced 1 occurrence"
msgstr "1 occurence remplacée"
-#: search.c:578 search.c:688 search.c:704
+#: search.c:586 search.c:696 search.c:712
msgid "Replace Cancelled"
msgstr "Remplacement annulé"
-#: search.c:628
+#: search.c:636
msgid "Replace this instance?"
msgstr "Remplacer cette occurence?"
-#: search.c:640
+#: search.c:648
msgid "Replace failed: unknown subexpression!"
msgstr ""
-#: search.c:729
+#: search.c:737
#, c-format
msgid "Replace with [%s]"
msgstr "Remplacer par [%s]"
-#: search.c:733 search.c:737
+#: search.c:741 search.c:745
msgid "Replace with"
msgstr "Rempacer par"
-#: search.c:771
+#: search.c:779
msgid "Enter line number"
msgstr "Entrer le numéro de ligne"
-#: search.c:773
+#: search.c:781
msgid "Aborted"
msgstr "Annulé"
-#: search.c:782
+#: search.c:790
msgid "Come on, be reasonable"
msgstr "Allez, soyez raisonnable"
-#: search.c:836
+#: search.c:844
msgid "Not a bracket"
msgstr ""
#. didn't find either left or right bracket
-#: search.c:881
+#: search.c:889
msgid "No matching bracket"
msgstr ""
msgid "actual_x_from_start for xplus=%d returned %d\n"
msgstr "actual_x renvoyé pour xplus=%d\n"
-#: winio.c:291 winio.c:464
+#: winio.c:291 winio.c:453
#, fuzzy, c-format
msgid "Aha! '%c' (%d)\n"
msgstr "taper '%c' (%d)\n"
-#: winio.c:498
+#: winio.c:485
#, c-format
msgid "input '%c' (%d)\n"
msgstr "taper '%c' (%d)\n"
-#: winio.c:545
+#: winio.c:533
msgid "New Buffer"
msgstr "Nouveau buffer"
-#: winio.c:549
+#: winio.c:537
msgid " File: ..."
msgstr " Fichier: ..."
-#: winio.c:551
+#: winio.c:539
#, fuzzy
msgid " DIR: ..."
msgstr " Fichier: ..."
-#: winio.c:562
+#: winio.c:550
msgid "Modified"
msgstr "Modifié"
-#: winio.c:1122
+#: winio.c:1110
#, c-format
msgid "Moved to (%d, %d) in edit buffer\n"
msgstr "Déplacement jusqu'à (%d, %d) dans le buffer d'édition\n"
-#: winio.c:1133
+#: winio.c:1121
#, c-format
msgid "current->data = \"%s\"\n"
msgstr "current->data = \"%s\"\n"
-#: winio.c:1190
+#: winio.c:1178
#, c-format
msgid "I got \"%s\"\n"
msgstr "J'ai reçu \"%s\"\n"
#. Yes, no and all are strings of any length. Each string consists of
#. all characters accepted as a valid character for that value.
#. The first value will be the one displayed in the shortcuts.
-#: winio.c:1219
+#: winio.c:1207
msgid "Yy"
msgstr "Oo"
-#: winio.c:1220
+#: winio.c:1208
msgid "Nn"
msgstr "Nn"
-#: winio.c:1221
+#: winio.c:1209
msgid "Aa"
msgstr "Tt"
-#: winio.c:1235
+#: winio.c:1223
msgid "Yes"
msgstr "Oui"
-#: winio.c:1239
+#: winio.c:1227
msgid "All"
msgstr "Tous"
-#: winio.c:1244
+#: winio.c:1232
msgid "No"
msgstr "Non"
-#: winio.c:1444
+#: winio.c:1432
#, c-format
msgid "do_cursorpos: linepct = %f, bytepct = %f\n"
msgstr "do_cursorpos: linepct = %f, bytepct = %f\n"
-#: winio.c:1448
+#: winio.c:1436
#, c-format
msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)"
msgstr "ligne %d sur %d (%.0f%%), caractère %d sur %d (%.0f%%)"
-#: winio.c:1592
+#: winio.c:1580
msgid "Dumping file buffer to stderr...\n"
msgstr "Envoi du buffer fichier sur stderr...\n"
-#: winio.c:1594
+#: winio.c:1582
msgid "Dumping cutbuffer to stderr...\n"
msgstr "Envoi du cutbuffer sur stderr...\n"
-#: winio.c:1596
+#: winio.c:1584
msgid "Dumping a buffer to stderr...\n"
msgstr "Envoi d'un buffer sur stderr...\n"
-#: winio.c:1671
+#: winio.c:1659
msgid "The nano text editor"
msgstr ""
-#: winio.c:1672
+#: winio.c:1660
msgid "version "
msgstr ""
-#: winio.c:1673
+#: winio.c:1661
msgid "Brought to you by:"
msgstr ""
-#: winio.c:1674
+#: winio.c:1662
msgid "Special thanks to:"
msgstr ""
-#: winio.c:1675
+#: winio.c:1663
msgid "The Free Software Foundation"
msgstr ""
-#: winio.c:1676
+#: winio.c:1664
msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses"
msgstr ""
-#: winio.c:1677
+#: winio.c:1665
msgid "and anyone else we forgot..."
msgstr ""
-#: winio.c:1678
+#: winio.c:1666
msgid "Thank you for using nano!\n"
msgstr ""
msgid ""
msgstr ""
"Project-Id-Version: nano 1.1.2\n"
-"POT-Creation-Date: 2001-10-03 12:14+0200\n"
+"POT-Creation-Date: 2001-10-03 17:47-0400\n"
"PO-Revision-Date: 2001-10-03 12:37+0200\n"
"Last-Translator: Jacobo Tarrio <jtarrio@iname.com>\n"
"Language-Team: Galician <gpul-traduccion@ceu.fi.udc.es>\n"
"commonly used shortcuts in the editor.\n"
"\n"
" The notation for shortcuts is as follows: Control-key sequences are notated "
-"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-"
-"key sequences are notated with the Meta (M) symbol and can be entered using "
-"either the Esc, Alt or Meta key depending on your keyboard setup. The "
+"with a caret (^) symbol and are entered with the Control (Ctrl) key. "
+"Escape-key sequences are notated with the Meta (M) symbol and can be entered "
+"using either the Esc, Alt or Meta key depending on your keyboard setup. The "
"following keystrokes are available in the main editor window. Optional keys "
"are shown in parentheses:\n"
"\n"
#: nano.c:455
msgid " -o [dir] \t--operatingdir=[dir]\tSet operating directory\n"
-msgstr " -o [dir] \t--operatingdir=[dir]\tEstabrece-lo directorio de traballo\n"
+msgstr ""
+" -o [dir] \t--operatingdir=[dir]\tEstabrece-lo directorio de traballo\n"
#: nano.c:458
msgid " -p \t\t--pico\t\t\tEmulate Pico as closely as possible\n"
#: rcfile.c:205
#, c-format
msgid "Error in %s on line %d: requested tab size %d too small"
-msgstr "Erro en %s na liña %d: o tamaño de tabulación solicitado %d é pequeno de máis"
+msgstr ""
+"Erro en %s na liña %d: o tamaño de tabulación solicitado %d é pequeno de máis"
#: rcfile.c:219
#, c-format
msgid ""
msgstr ""
"Project-Id-Version: nano 0.9.99pre2\n"
-"POT-Creation-Date: 2001-09-28 14:41+0200\n"
+"POT-Creation-Date: 2001-10-03 17:47-0400\n"
"PO-Revision-Date: 2001-02-03 07:47-0000\n"
"Last-Translator: Szabolcs Horvath <horvaths@penguinpowered.com>\n"
"Language-Team: Hungarian <magyar@lists.linux.hu>\n"
msgid "add_to_cutbuffer called with inptr->data = %s\n"
msgstr "add_to_cutbuffer az inptr->data-val lett meghívva = %s\n"
-#: cut.c:211
+#: cut.c:214
msgid "Blew away cutbuffer =)\n"
msgstr "a cutbuffert elfújta a szél =)\n"
-#: files.c:157
+#: files.c:158
msgid "read_line: not on first line and prev is NULL"
msgstr "read_line: ez nem az elsõ sor és a prew értéke NULL"
-#: files.c:229 files.c:247
+#: files.c:230 files.c:248
#, c-format
msgid "Read %d lines"
msgstr "%d sort beolvastam"
-#: files.c:265 search.c:217
+#: files.c:266 search.c:217
#, c-format
msgid "\"%s\" not found"
msgstr "\"%s\" nem található"
#. We have a new file
-#: files.c:269
+#: files.c:270
msgid "New File"
msgstr "Új fájl"
-#: files.c:282
+#: files.c:283
#, c-format
msgid "File \"%s\" is a directory"
msgstr "A megadott fájl \"%s\" egy könyvtár"
#. Don't open character or block files. Sorry, /dev/sndstat!
-#: files.c:285
+#: files.c:286
#, c-format
msgid "File \"%s\" is a device file"
msgstr "A fájl \"%s\" egy eszközfájl"
-#: files.c:293
+#: files.c:294
msgid "Reading File"
msgstr "Fájl beolvasása"
-#: files.c:313
+#: files.c:314
msgid "File to insert [from ./] "
msgstr "Fájl beszúrása [a ./-ból] "
-#: files.c:317 files.c:469 files.c:516 files.c:696 files.c:708 files.c:751
-#: files.c:762 files.c:1330
+#: files.c:318 files.c:470 files.c:517 files.c:697 files.c:709 files.c:752
+#: files.c:763 files.c:1332
#, c-format
msgid "filename is %s"
msgstr "a fájl neve %s"
-#: files.c:348
+#: files.c:349
#, c-format
msgid "Can't insert file from outside of %s"
msgstr ""
-#: files.c:411 files.c:1055 files.c:1415 nano.c:1694
+#: files.c:412 files.c:1056 files.c:1417 nano.c:1695
msgid "Cancelled"
msgstr "Megszakítva"
-#: files.c:688 files.c:743
+#: files.c:689 files.c:744
msgid "No more open files"
msgstr ""
-#: files.c:1078
+#: files.c:1079
#, c-format
msgid "Can't write outside of %s"
msgstr ""
-#: files.c:1115 files.c:1131 files.c:1145 files.c:1168 files.c:1177
-#: files.c:1189
+#: files.c:1116 files.c:1132 files.c:1146 files.c:1169 files.c:1178
+#: files.c:1190
#, c-format
msgid "Could not open file for writing: %s"
msgstr "Nem tudom a fájlt írásra megnyitni: %s"
-#: files.c:1150
+#: files.c:1151
#, c-format
msgid "Wrote >%s\n"
msgstr "Írtam >%s\n"
-#: files.c:1199
+#: files.c:1200
#, c-format
msgid "Could not close %s: %s"
msgstr "Nem tudom lezárni %s: %s."
#. Try a rename??
-#: files.c:1222 files.c:1231 files.c:1236
+#: files.c:1223 files.c:1232 files.c:1237
#, c-format
msgid "Could not open %s for writing: %s"
msgstr "Nem tudom %s-t megnyitni írásra: %s"
-#: files.c:1243
+#: files.c:1244
#, c-format
msgid "Could not set permissions %o on %s: %s"
msgstr "Nem tudom a jogosultságokat beállítani %o on %s: %s"
-#: files.c:1250
+#: files.c:1251
#, c-format
msgid "Wrote %d lines"
msgstr "%d sort elmentettem"
-#: files.c:1293
+#: files.c:1294
#, fuzzy
msgid "Append Selection to File"
msgstr "Ugrás a sor végére"
-#: files.c:1296
+#: files.c:1297
msgid "Write Selection to File"
msgstr ""
-#: files.c:1301
+#: files.c:1303
#, fuzzy
msgid "File Name to Append"
msgstr "Mentés mint"
-#: files.c:1304
+#: files.c:1306
#, fuzzy
msgid "File Name to Write"
msgstr "Mentés mint"
-#: files.c:1344
+#: files.c:1346
msgid "File exists, OVERWRITE ?"
msgstr "A fájl már létezik, felülírjam?"
-#: files.c:1864
+#: files.c:1866
msgid "(more)"
msgstr "(tovább)"
-#: files.c:2177
+#: files.c:2179
msgid "Can't move up a directory"
msgstr "Nem tudok a könyvtárfán feljebb lépni"
-#: files.c:2189
+#: files.c:2191
msgid "Can't visit parent in restricted mode"
msgstr ""
#. We can't open this dir for some reason. Complain
-#: files.c:2200 files.c:2257
+#: files.c:2202 files.c:2259
#, c-format
msgid "Can't open \"%s\": %s"
msgstr "Nem tudom megnyitni \"%s\": %s"
-#: files.c:2228 global.c:293
+#: files.c:2230 global.c:295
#, fuzzy
msgid "Goto Directory"
msgstr "Ugrás"
-#: files.c:2235
+#: files.c:2237
#, c-format
msgid "Can't go outside of %s in restricted mode"
msgstr ""
-#: files.c:2242
+#: files.c:2244
#, fuzzy
msgid "Goto Cancelled"
msgstr "Megszakítva"
msgid "Open next loaded file"
msgstr ""
-#: global.c:254
+#: global.c:256
msgid "Invoke the help menu"
msgstr "A súgó meghívása"
-#: global.c:255
+#: global.c:257
msgid "Write the current file to disk"
msgstr "Az aktuális fájl lemezre mentése"
-#: global.c:258
+#: global.c:260
msgid "Close currently loaded file/Exit from nano"
msgstr ""
-#: global.c:260
+#: global.c:262
msgid "Exit from nano"
msgstr "Kilépés a nanoból"
-#: global.c:263
+#: global.c:265
msgid "Goto a specific line number"
msgstr "Ugrás a megadott számú sorra"
-#: global.c:264
+#: global.c:266
msgid "Justify the current paragraph"
msgstr "Az adott bekezdés sorkizárt legyen"
-#: global.c:265
+#: global.c:267
msgid "Unjustify after a justify"
msgstr "A sorkizártság megszüntetése"
-#: global.c:266
+#: global.c:268
msgid "Replace text within the editor"
msgstr "Szöveg kicserélése"
-#: global.c:267
+#: global.c:269
msgid "Insert another file into the current one"
msgstr "Egy másik fájl beszúrása"
-#: global.c:268
+#: global.c:270
msgid "Search for text within the editor"
msgstr "Szöveg keresése"
-#: global.c:269
+#: global.c:271
msgid "Move to the previous screen"
msgstr "Ugrás az elõzõ oldalra"
-#: global.c:270
+#: global.c:272
msgid "Move to the next screen"
msgstr "Ugrás a következõ oldalra"
-#: global.c:271
+#: global.c:273
msgid "Cut the current line and store it in the cutbuffer"
msgstr "Az aktuális sor kivágása a cutbufferbe"
-#: global.c:272
+#: global.c:274
msgid "Uncut from the cutbuffer into the current line"
msgstr "A cutbufferben lévõ sor beillesztése az aktuális sorba"
-#: global.c:273
+#: global.c:275
msgid "Show the position of the cursor"
msgstr "A kurzor helyének mutatása"
-#: global.c:274
+#: global.c:276
msgid "Invoke the spell checker (if available)"
msgstr "A helyesírás-ellenõrzõ indítása (ha elérhetõ)"
-#: global.c:275
+#: global.c:277
msgid "Move up one line"
msgstr "Ugrás az elõzõ sorra"
-#: global.c:276
+#: global.c:278
msgid "Move down one line"
msgstr "Ugrás a következõ sorra"
-#: global.c:277
+#: global.c:279
msgid "Move forward one character"
msgstr "Ugrás a következõ karakterre"
-#: global.c:278
+#: global.c:280
msgid "Move back one character"
msgstr "Ugrás az elõzõ karakterre"
-#: global.c:279
+#: global.c:281
msgid "Move to the beginning of the current line"
msgstr "Ugrás a sor elejére"
-#: global.c:280
+#: global.c:282
msgid "Move to the end of the current line"
msgstr "Ugrás a sor végére"
-#: global.c:281
+#: global.c:283
msgid "Go to the first line of the file"
msgstr "Ugrás az elsõ sorra"
-#: global.c:282
+#: global.c:284
msgid "Go to the last line of the file"
msgstr "Ugrás a legutolsó sorra"
-#: global.c:283
+#: global.c:285
msgid "Refresh (redraw) the current screen"
msgstr "A képernyõ frissítése"
-#: global.c:284
+#: global.c:286
msgid "Mark text at the current cursor location"
msgstr "A szöveg megjelölése az aktuális kurzorpozícióban"
-#: global.c:285
+#: global.c:287
msgid "Delete the character under the cursor"
msgstr "A kurzor helyén lévõ karakter törlése"
-#: global.c:287
+#: global.c:289
msgid "Delete the character to the left of the cursor"
msgstr "A kurzor elõtt álló karakter törlése"
-#: global.c:288
+#: global.c:290
msgid "Insert a tab character"
msgstr "Tabulátor karakter beszúrása"
-#: global.c:289
+#: global.c:291
msgid "Insert a carriage return at the cursor position"
msgstr "\"Kocsivissza\" karakter beillesztése a kurzor helyére"
-#: global.c:291
+#: global.c:293
msgid "Make the current search or replace case (in)sensitive"
msgstr "Ebben a keresésben/cserében a kis/nagy betûk (nem )számítanak"
-#: global.c:292
+#: global.c:294
msgid "Go to file browser"
msgstr "Tallózás"
-#: global.c:294
+#: global.c:296
msgid "Cancel the current function"
msgstr "Az aktuális mûvelet megszakítása"
-#: global.c:295
+#: global.c:297
#, fuzzy
msgid "Append to the current file"
msgstr "Ugrás a sor végére"
-#: global.c:296
+#: global.c:298
#, fuzzy
msgid "Search backwards"
msgstr "Keresés megszakítva"
-#: global.c:297
+#: global.c:300
#, fuzzy
msgid "Use Regular expressions"
msgstr "Reguláris kifejezések"
-#: global.c:298
+#: global.c:301
msgid "Find other bracket"
msgstr ""
-#: global.c:301
+#: global.c:305
msgid "Get Help"
msgstr "Súgó"
-#: global.c:306
+#: global.c:310
msgid "Close"
msgstr ""
-#: global.c:310 global.c:513 global.c:551
+#: global.c:314 global.c:517 global.c:555
msgid "Exit"
msgstr "Kilépés"
-#: global.c:313
+#: global.c:317
msgid "WriteOut"
msgstr "Mentés"
-#: global.c:318 global.c:407
+#: global.c:322 global.c:411
msgid "Justify"
msgstr "Sorkizár"
-#: global.c:322 global.c:328
+#: global.c:326 global.c:332
msgid "Read File"
msgstr "FájlBeolv"
-#: global.c:332 global.c:403 global.c:431
+#: global.c:336 global.c:407 global.c:435
msgid "Replace"
msgstr "Csere"
-#: global.c:336
+#: global.c:340
msgid "Where Is"
msgstr "Keresés"
-#: global.c:340 global.c:505 global.c:540
+#: global.c:344 global.c:509 global.c:544
msgid "Prev Page"
msgstr "ElõzõOldal"
-#: global.c:344 global.c:509 global.c:544
+#: global.c:348 global.c:513 global.c:548
msgid "Next Page"
msgstr "Következõ"
-#: global.c:348
+#: global.c:352
msgid "Cut Text"
msgstr "Kivágás"
-#: global.c:352
+#: global.c:356
msgid "UnJustify"
msgstr "NSorkizár"
-#: global.c:355
+#: global.c:359
msgid "UnCut Txt"
msgstr "Beilleszt"
-#: global.c:359
+#: global.c:363
msgid "Cur Pos"
msgstr "Pozíció"
-#: global.c:363
+#: global.c:367
msgid "To Spell"
msgstr "Helyes-e?"
-#: global.c:367
+#: global.c:371
msgid "Up"
msgstr "Fel"
-#: global.c:370
+#: global.c:374
msgid "Down"
msgstr "Le"
-#: global.c:373
+#: global.c:377
msgid "Forward"
msgstr "Elõre"
-#: global.c:376
+#: global.c:380
msgid "Back"
msgstr "Vissza"
-#: global.c:379
+#: global.c:383
msgid "Home"
msgstr "Eleje"
-#: global.c:382
+#: global.c:386
msgid "End"
msgstr "Vége"
-#: global.c:385
+#: global.c:389
msgid "Refresh"
msgstr "Frissít"
-#: global.c:388
+#: global.c:392
msgid "Mark Text"
msgstr "Megjelöl"
-#: global.c:391
+#: global.c:395
msgid "Delete"
msgstr "Töröl"
-#: global.c:395
+#: global.c:399
msgid "Backspace"
msgstr "Visszalép"
-#: global.c:399
+#: global.c:403
msgid "Tab"
msgstr "Tabulátor"
-#: global.c:411
+#: global.c:415
msgid "Enter"
msgstr "Enter"
-#: global.c:415 global.c:435 global.c:465
+#: global.c:419 global.c:439 global.c:469
msgid "Goto Line"
msgstr "Ugrás"
-#: global.c:420
+#: global.c:424
msgid "Find Other Bracket"
msgstr ""
-#: global.c:425 global.c:455 global.c:485 global.c:495
+#: global.c:429 global.c:459 global.c:489 global.c:499
msgid "First Line"
msgstr "Elsõ sor"
-#: global.c:428 global.c:458 global.c:488 global.c:498
+#: global.c:432 global.c:462 global.c:492 global.c:502
msgid "Last Line"
msgstr "Utolsó sor"
-#: global.c:439 global.c:469
+#: global.c:443 global.c:473
msgid "Case Sens"
msgstr "kis/Nagy"
-#: global.c:442 global.c:472
+#: global.c:446 global.c:476
#, fuzzy
msgid "Direction"
msgstr "Ugrás"
-#: global.c:447 global.c:477
+#: global.c:451 global.c:481
msgid "Regexp"
msgstr ""
-#: global.c:452 global.c:482 global.c:491 global.c:501 global.c:525
-#: global.c:533 global.c:536 global.c:554 winio.c:1246
+#: global.c:456 global.c:486 global.c:495 global.c:505 global.c:529
+#: global.c:537 global.c:540 global.c:558 winio.c:1234
msgid "Cancel"
msgstr "Mégsem"
-#: global.c:461
+#: global.c:465
msgid "No Replace"
msgstr "Nem cserél"
-#: global.c:518 global.c:529
+#: global.c:522 global.c:533
msgid "To Files"
msgstr "Tallózás"
-#: global.c:522
+#: global.c:526
#, fuzzy
msgid "Append"
msgstr "Felfüggesztett"
-#: global.c:548
+#: global.c:552
#, fuzzy
msgid "Goto"
msgstr "Ugrás"
"commonly used shortcuts in the editor.\n"
"\n"
" The notation for shortcuts is as follows: Control-key sequences are notated "
-"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-"
-"key sequences are notated with the Meta (M) symbol and can be entered using "
-"either the Esc, Alt or Meta key depending on your keyboard setup. The "
+"with a caret (^) symbol and are entered with the Control (Ctrl) key. "
+"Escape-key sequences are notated with the Meta (M) symbol and can be entered "
+"using either the Esc, Alt or Meta key depending on your keyboard setup. The "
"following keystrokes are available in the main editor window. Optional keys "
"are shown in parentheses:\n"
"\n"
msgid "Mark UNset"
msgstr "Megjelölés vége"
-#: nano.c:1165
+#: nano.c:1167
#, c-format
msgid "check_wrap called with inptr->data=\"%s\"\n"
msgstr "check_wrap az inptr->data-ból lett meghívva (\"%s\")\n"
-#: nano.c:1217
+#: nano.c:1219
#, c-format
msgid "current->data now = \"%s\"\n"
msgstr "current->data most = \"%s\"\n"
-#: nano.c:1269
+#: nano.c:1271
#, c-format
msgid "After, data = \"%s\"\n"
msgstr "Ezután az adat ez lett = \"%s\"\n"
-#: nano.c:1370
+#: nano.c:1372
msgid "Edit a replacement"
msgstr "A helyettesítõ érték módosítása"
-#: nano.c:1605
+#: nano.c:1606
#, c-format
msgid "Could not create a temporary filename: %s"
msgstr "Az ideiglenes fájlt nem tudtam létrehozni: %s"
-#: nano.c:1611
+#: nano.c:1612
msgid "Spell checking failed: unable to write temp file!"
msgstr ""
"A helyesírás-ellenõrzés nem sikerült: képtelen vagyok írni a temp fájlt!"
-#: nano.c:1631
+#: nano.c:1632
msgid "Finished checking spelling"
msgstr "A helyesírás-ellenõrzés befejezése"
-#: nano.c:1633
+#: nano.c:1634
msgid "Spell checking failed"
msgstr "Helyesírás-ellenõrzés nem sikerült"
-#: nano.c:1662
+#: nano.c:1663
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
msgstr ""
"A változásokat elmentsem (HA \"NEM\", AKKOR MINDEN MÓDOSÍTÁS ELVESZIK) ?"
-#: nano.c:1809
+#: nano.c:1810
msgid "Received SIGHUP"
msgstr "Kaptam egy SIGHUPot"
-#: nano.c:1873
+#: nano.c:1874
msgid "Cannot resize top win"
msgstr "A felsõ ablakot nem tudom átméretezni"
-#: nano.c:1875
+#: nano.c:1876
msgid "Cannot move top win"
msgstr "A felsõ ablakot nem tudom mozgatni"
-#: nano.c:1877
+#: nano.c:1878
msgid "Cannot resize edit win"
msgstr "A szerkesztõ ablakot nem tudom átméretezni"
-#: nano.c:1879
+#: nano.c:1880
msgid "Cannot move edit win"
msgstr "A szerkesztõ ablakot nem tudom mozgatni"
-#: nano.c:1881
+#: nano.c:1882
msgid "Cannot resize bottom win"
msgstr "Az alsó ablakot nem tudom átméretezni"
-#: nano.c:1883
+#: nano.c:1884
msgid "Cannot move bottom win"
msgstr "Az alsó ablakot nem tudom mozgatni"
-#: nano.c:2208
+#: nano.c:2209
msgid "Can now UnJustify!"
msgstr "A sorokat most már tudom nem sorkizárttá tenni"
-#: nano.c:2330
+#: nano.c:2331
#, c-format
msgid "%s enable/disable"
msgstr "%s engedélyezés/kikapcsolás"
-#: nano.c:2349
+#: nano.c:2350
msgid "enabled"
msgstr "engedélyezve"
-#: nano.c:2350
+#: nano.c:2351
msgid "disabled"
msgstr "kikapcsolva"
-#: nano.c:2414
+#: nano.c:2415
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
msgstr ""
"NumLock hibát fedeztem fel. A Keypad rosszul mûködhet, ha a NumLock be van "
msgid "Main: open file\n"
msgstr "Fõprogram: fájl megnyitása\n"
-#: nano.c:2786
+#: nano.c:2785
#, c-format
msgid "I got Alt-O-%c! (%d)\n"
msgstr "Az Alt-O-%c billentyûket lenyomtad! (%d)\n"
-#: nano.c:2813
+#: nano.c:2812
#, c-format
msgid "I got Alt-[-1-%c! (%d)\n"
msgstr "Az Alt-[-1-%c billentyûket lenyomtad! (%d)\n"
-#: nano.c:2843
+#: nano.c:2842
#, c-format
msgid "I got Alt-[-2-%c! (%d)\n"
msgstr "Az Alt-[-2-%c billentyûket lenyomtad! (%d)\n"
-#: nano.c:2897
+#: nano.c:2896
#, c-format
msgid "I got Alt-[-%c! (%d)\n"
msgstr "Az Alt-[-%c billentyûket lenyomtad! (%d)\n"
-#: nano.c:2932
+#: nano.c:2931
#, c-format
msgid "I got Alt-%c! (%d)\n"
msgstr "Az Alt-%c billentyûket lenyomtad! (%d)\n"
-#: rcfile.c:78
+#: rcfile.c:79
msgid ""
"\n"
"Press return to continue starting nano\n"
msgstr ""
-#: rcfile.c:136
+#: rcfile.c:137
msgid "parse_rcfile: Read a comment\n"
msgstr ""
-#: rcfile.c:153
+#: rcfile.c:154
#, c-format
msgid "Error in %s on line %d: command %s not understood"
msgstr ""
-#: rcfile.c:166
+#: rcfile.c:167
#, c-format
msgid "parse_rcfile: Parsing option %s\n"
msgstr ""
-#: rcfile.c:183
+#: rcfile.c:185
#, c-format
msgid "Error in %s on line %d: option %s requires an argument"
msgstr ""
-#: rcfile.c:194
+#: rcfile.c:196
#, c-format
msgid "Error in %s on line %d: requested fill size %d too small"
msgstr ""
-#: rcfile.c:210
+#: rcfile.c:205
+#, c-format
+msgid "Error in %s on line %d: requested tab size %d too small"
+msgstr ""
+
+#: rcfile.c:219
#, c-format
msgid "set flag %d!\n"
msgstr ""
-#: rcfile.c:215
+#: rcfile.c:224
#, c-format
msgid "unset flag %d!\n"
msgstr ""
-#: rcfile.c:224
+#: rcfile.c:233
msgid "Errors found in .nanorc file"
msgstr ""
-#: rcfile.c:233
+#: rcfile.c:242
#, c-format
msgid "Unable to open ~/.nanorc file, %s"
msgstr ""
msgid " (to replace)"
msgstr " (cserére)"
-#: search.c:151 search.c:416
+#: search.c:151 search.c:424
msgid "Search Cancelled"
msgstr "Keresés megszakítva"
msgid "\"%s...\" not found"
msgstr "\"%s...\" nem található"
-#: search.c:278 search.c:336
+#: search.c:278 search.c:340
msgid "Search Wrapped"
msgstr ""
-#: search.c:438
+#: search.c:446
#, fuzzy, c-format
msgid "Replaced %d occurrences"
msgstr "%d alkalommal fordult elõ, kicseréltem azokat"
-#: search.c:440
+#: search.c:448
#, fuzzy
msgid "Replaced 1 occurrence"
msgstr "Egyszer fordult elõ, kicseréltem"
-#: search.c:578 search.c:688 search.c:704
+#: search.c:586 search.c:696 search.c:712
msgid "Replace Cancelled"
msgstr "A csere megszakítva"
-#: search.c:628
+#: search.c:636
msgid "Replace this instance?"
msgstr ""
-#: search.c:640
+#: search.c:648
msgid "Replace failed: unknown subexpression!"
msgstr "Hiba a cserénél: ismeretlen alkifejezés!"
-#: search.c:729
+#: search.c:737
#, c-format
msgid "Replace with [%s]"
msgstr "Cserélés erre [%s]"
-#: search.c:733 search.c:737
+#: search.c:741 search.c:745
msgid "Replace with"
msgstr "Erre lesz cserélve"
-#: search.c:771
+#: search.c:779
msgid "Enter line number"
msgstr "Kérem a sor számát"
-#: search.c:773
+#: search.c:781
msgid "Aborted"
msgstr "Megszakítva"
-#: search.c:782
+#: search.c:790
msgid "Come on, be reasonable"
msgstr "Gyerünk, adj meg egy hihetõbb értéket :-)"
-#: search.c:836
+#: search.c:844
msgid "Not a bracket"
msgstr ""
#. didn't find either left or right bracket
-#: search.c:881
+#: search.c:889
msgid "No matching bracket"
msgstr ""
msgid "actual_x_from_start for xplus=%d returned %d\n"
msgstr "actual_x_from_start az xplus=%d-hoz visszatért: %d\n"
-#: winio.c:291 winio.c:464
+#: winio.c:291 winio.c:453
#, fuzzy, c-format
msgid "Aha! '%c' (%d)\n"
msgstr "bevitel '%c' (%d)\n"
-#: winio.c:498
+#: winio.c:485
#, c-format
msgid "input '%c' (%d)\n"
msgstr "bevitel '%c' (%d)\n"
-#: winio.c:545
+#: winio.c:533
msgid "New Buffer"
msgstr "Új fájl"
-#: winio.c:549
+#: winio.c:537
msgid " File: ..."
msgstr " Fájl: ..."
-#: winio.c:551
+#: winio.c:539
msgid " DIR: ..."
msgstr " Könyvtár: ..."
-#: winio.c:562
+#: winio.c:550
msgid "Modified"
msgstr "Módosítva"
-#: winio.c:1122
+#: winio.c:1110
#, c-format
msgid "Moved to (%d, %d) in edit buffer\n"
msgstr "Átmozgattam (%d, %d) a szerkesztõ-bufferben\n"
-#: winio.c:1133
+#: winio.c:1121
#, c-format
msgid "current->data = \"%s\"\n"
msgstr ""
-#: winio.c:1190
+#: winio.c:1178
#, c-format
msgid "I got \"%s\"\n"
msgstr "A \"%s\" lenyomva van.\n"
#. Yes, no and all are strings of any length. Each string consists of
#. all characters accepted as a valid character for that value.
#. The first value will be the one displayed in the shortcuts.
-#: winio.c:1219
+#: winio.c:1207
msgid "Yy"
msgstr "Ii"
-#: winio.c:1220
+#: winio.c:1208
msgid "Nn"
msgstr "Nn"
-#: winio.c:1221
+#: winio.c:1209
msgid "Aa"
msgstr "Mm"
-#: winio.c:1235
+#: winio.c:1223
msgid "Yes"
msgstr "Igen"
-#: winio.c:1239
+#: winio.c:1227
msgid "All"
msgstr "Mindet"
-#: winio.c:1244
+#: winio.c:1232
msgid "No"
msgstr "Nem"
-#: winio.c:1444
+#: winio.c:1432
#, c-format
msgid "do_cursorpos: linepct = %f, bytepct = %f\n"
msgstr ""
-#: winio.c:1448
+#: winio.c:1436
#, c-format
msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)"
msgstr "%d(/%d). sor (%.0f%%) és a(z) %d(/%d). karakter (%.0f%%)"
-#: winio.c:1592
+#: winio.c:1580
msgid "Dumping file buffer to stderr...\n"
msgstr "A fájlbuffer kiírása a standard hibakimenetre...\n"
-#: winio.c:1594
+#: winio.c:1582
msgid "Dumping cutbuffer to stderr...\n"
msgstr "A cutbuffer kiírása a standard hibakimenetre...\n"
-#: winio.c:1596
+#: winio.c:1584
msgid "Dumping a buffer to stderr...\n"
msgstr "A buffer kiírása a standard hibakimenetre...\n"
-#: winio.c:1671
+#: winio.c:1659
msgid "The nano text editor"
msgstr "A nano szövegszerkesztõ"
-#: winio.c:1672
+#: winio.c:1660
msgid "version "
msgstr "verzió "
-#: winio.c:1673
+#: winio.c:1661
msgid "Brought to you by:"
msgstr "A nano-t õk készítették el Neked:"
-#: winio.c:1674
+#: winio.c:1662
msgid "Special thanks to:"
msgstr "Külön köszönet:"
-#: winio.c:1675
+#: winio.c:1663
msgid "The Free Software Foundation"
msgstr "A Szabad Szoftver Alapítvány"
-#: winio.c:1676
+#: winio.c:1664
msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses"
msgstr "Pavel Curtis, Zeyd Ben-Halim és Eric S. Raymond az ncurses-ért"
-#: winio.c:1677
+#: winio.c:1665
msgid "and anyone else we forgot..."
msgstr "és mindenkinek, akit kifelejtettünk volna..."
-#: winio.c:1678
+#: winio.c:1666
msgid "Thank you for using nano!\n"
msgstr "Köszönjük, hogy a nano-t választottad!\n"
msgid ""
msgstr ""
"Project-Id-Version: nano 1.0.2\n"
-"POT-Creation-Date: 2001-09-18 23:21-0400\n"
+"POT-Creation-Date: 2001-10-03 17:47-0400\n"
"PO-Revision-Date: 2001-06-22 14:38GMT+0700\n"
"Last-Translator: Tedi Heriyanto <tedi_h@gmx.net>\n"
"Language-Team: Indonesian <id@li.org>\n"
msgid "add_to_cutbuffer called with inptr->data = %s\n"
msgstr "add_to_cutbuffer dipanggil dgn inptr->data = %s\n"
-#: cut.c:211
+#: cut.c:214
msgid "Blew away cutbuffer =)\n"
msgstr "Hapus cutbuffer =)\n"
-#: files.c:149
+#: files.c:158
msgid "read_line: not on first line and prev is NULL"
msgstr "read_line: tidak di baris pertama dan sebelumnya adalah NULL"
-#: files.c:211 files.c:229
+#: files.c:230 files.c:248
#, c-format
msgid "Read %d lines"
msgstr "Membaca %d baris"
-#: files.c:247 search.c:213
+#: files.c:266 search.c:217
#, c-format
msgid "\"%s\" not found"
msgstr "\"%s\" tidak ditemukan"
#. We have a new file
-#: files.c:251
+#: files.c:270
msgid "New File"
msgstr "File Baru"
-#: files.c:264
+#: files.c:283
#, c-format
msgid "File \"%s\" is a directory"
msgstr "File \"%s\" adalah sebuah direktori"
#. Don't open character or block files. Sorry, /dev/sndstat!
-#: files.c:267
+#: files.c:286
#, c-format
msgid "File \"%s\" is a device file"
msgstr "File \"%s\" adalah sebuah file device"
-#: files.c:275
+#: files.c:294
msgid "Reading File"
msgstr "Membaca File"
-#: files.c:295
+#: files.c:314
msgid "File to insert [from ./] "
msgstr "File untuk disisipkan [dari ./] "
-#: files.c:299 files.c:451 files.c:498 files.c:678 files.c:690 files.c:733
-#: files.c:744 files.c:1264
+#: files.c:318 files.c:470 files.c:517 files.c:697 files.c:709 files.c:752
+#: files.c:763 files.c:1332
#, c-format
msgid "filename is %s"
msgstr "Namafile adalah %s"
-#: files.c:330
+#: files.c:349
#, c-format
msgid "Can't insert file from outside of %s"
msgstr ""
-#: files.c:393 files.c:1022 files.c:1349 nano.c:1657
+#: files.c:412 files.c:1056 files.c:1417 nano.c:1695
msgid "Cancelled"
msgstr "Dibatalkan"
-#: files.c:670 files.c:725
+#: files.c:689 files.c:744
msgid "No more open files"
msgstr ""
-#: files.c:1045
+#: files.c:1079
#, c-format
msgid "Can't write outside of %s"
msgstr ""
-#: files.c:1082 files.c:1098 files.c:1112 files.c:1129 files.c:1136
+#: files.c:1116 files.c:1132 files.c:1146 files.c:1169 files.c:1178
+#: files.c:1190
#, c-format
msgid "Could not open file for writing: %s"
msgstr "Tidak dapat membuka file untuk menulis: %s"
-#: files.c:1117
+#: files.c:1151
#, c-format
msgid "Wrote >%s\n"
msgstr "Tulis >%s\n"
-#: files.c:1145
+#: files.c:1200
#, c-format
msgid "Could not close %s: %s"
msgstr "Tidak dapat menutup %s: %s"
#. Try a rename??
-#: files.c:1168 files.c:1177 files.c:1182
+#: files.c:1223 files.c:1232 files.c:1237
#, c-format
msgid "Could not open %s for writing: %s"
msgstr "Tidak dapat membuka %s untuk menulis: %s"
-#: files.c:1189
+#: files.c:1244
#, c-format
msgid "Could not set permissions %o on %s: %s"
msgstr "Tidak dapat menset permisi %o pada %s: %s"
-#: files.c:1196
+#: files.c:1251
#, c-format
msgid "Wrote %d lines"
msgstr "Menulis %d baris"
-#: files.c:1236
-#, c-format
-msgid "%s Selection to File"
+#: files.c:1294
+#, fuzzy
+msgid "Append Selection to File"
+msgstr "Pindah ke akhir baris ini"
+
+#: files.c:1297
+msgid "Write Selection to File"
msgstr ""
-#: files.c:1236 files.c:1240 global.c:504
+#: files.c:1303
#, fuzzy
-msgid "Append"
-msgstr "Tunda"
+msgid "File Name to Append"
+msgstr "Nama file untuk ditulis"
-#: files.c:1236 files.c:1240
+#: files.c:1306
#, fuzzy
-msgid "Write"
-msgstr "Tulis"
-
-#: files.c:1240
-#, fuzzy, c-format
-msgid "File Name to %s"
+msgid "File Name to Write"
msgstr "Nama file untuk ditulis"
-#: files.c:1278
+#: files.c:1346
msgid "File exists, OVERWRITE ?"
msgstr "File ada, DITIMPA ?"
-#: files.c:1798
+#: files.c:1866
msgid "(more)"
msgstr "(lagi)"
-#: files.c:2111
+#: files.c:2179
msgid "Can't move up a directory"
msgstr "Tidak dapat memindahkan direktori"
-#: files.c:2123
+#: files.c:2191
msgid "Can't visit parent in restricted mode"
msgstr ""
#. We can't open this dir for some reason. Complain
-#: files.c:2134 files.c:2191
+#: files.c:2202 files.c:2259
#, c-format
msgid "Can't open \"%s\": %s"
msgstr "Tidak dapat membuka \"%s\": %s"
-#: files.c:2162 global.c:280
+#: files.c:2230 global.c:295
#, fuzzy
msgid "Goto Directory"
msgstr "Ke baris"
-#: files.c:2169
+#: files.c:2237
#, c-format
msgid "Can't go outside of %s in restricted mode"
msgstr ""
-#: files.c:2176
+#: files.c:2244
#, fuzzy
msgid "Goto Cancelled"
msgstr "Dibatalkan"
-#: global.c:164
+#: global.c:166
msgid "Constant cursor position"
msgstr "Posisi kursor konstan"
-#: global.c:165
+#: global.c:167
msgid "Auto indent"
msgstr "Indent otomatis"
-#: global.c:166
+#: global.c:168
msgid "Suspend"
msgstr "Tunda"
-#: global.c:167
+#: global.c:169
msgid "Help mode"
msgstr "Mode bantuan"
-#: global.c:168
+#: global.c:170
msgid "Pico mode"
msgstr "Mode Pico"
-#: global.c:169
+#: global.c:171
msgid "Mouse support"
msgstr "Dukungan mouse"
-#: global.c:170
+#: global.c:172
msgid "Cut to end"
msgstr "Cut hingga akhir"
-#: global.c:171
-msgid "Backwards Search"
-msgstr ""
+#: global.c:173
+#, fuzzy
+msgid "Backwards search"
+msgstr "Belakang"
-#: global.c:172
+#: global.c:174
#, fuzzy
-msgid "Case Sensitive Search"
+msgid "Case sensitive search"
msgstr "Pencarian secara case sensitif%s%s"
-#: global.c:174
+#: global.c:175
+msgid "Writing file in DOS format"
+msgstr ""
+
+#: global.c:176
+msgid "Writing file in Mac format"
+msgstr ""
+
+#: global.c:177
+msgid "Smooth scrolling"
+msgstr ""
+
+#: global.c:180
msgid "Regular expressions"
msgstr "Regular expressions"
-#: global.c:176
+#: global.c:182
msgid "Auto wrap"
msgstr "Wrap otomatis"
-#: global.c:179
+#: global.c:185
msgid "Multiple file buffers"
msgstr ""
-#: global.c:180
+#: global.c:186
msgid "Open previously loaded file"
msgstr ""
-#: global.c:181
+#: global.c:187
msgid "Open next loaded file"
msgstr ""
-#: global.c:241
+#: global.c:256
msgid "Invoke the help menu"
msgstr "Panggil menu bantuan"
-#: global.c:242
+#: global.c:257
msgid "Write the current file to disk"
msgstr "Tulis file sekarang ke disk"
-#: global.c:245
+#: global.c:260
msgid "Close currently loaded file/Exit from nano"
msgstr ""
-#: global.c:247
+#: global.c:262
msgid "Exit from nano"
msgstr "Keluar dari nano"
-#: global.c:250
+#: global.c:265
msgid "Goto a specific line number"
msgstr "Ke nomor baris tertentu"
-#: global.c:251
+#: global.c:266
msgid "Justify the current paragraph"
msgstr "Justifikasi paragraf saat ini"
-#: global.c:252
+#: global.c:267
msgid "Unjustify after a justify"
msgstr "Unjustifikasi setelah justifikasi"
-#: global.c:253
+#: global.c:268
msgid "Replace text within the editor"
msgstr "Ganti teks dalam editor"
-#: global.c:254
+#: global.c:269
msgid "Insert another file into the current one"
msgstr "Sertakan file lain ke file saat ini"
-#: global.c:255
+#: global.c:270
msgid "Search for text within the editor"
msgstr "Cari teks dalam editor"
-#: global.c:256
+#: global.c:271
msgid "Move to the previous screen"
msgstr "Pindah ke layar sebelumnya"
-#: global.c:257
+#: global.c:272
msgid "Move to the next screen"
msgstr "Pindah ke layar berikutnya"
-#: global.c:258
+#: global.c:273
msgid "Cut the current line and store it in the cutbuffer"
msgstr "Hapus baris saat ini dan taruh dalam cutbuffer"
-#: global.c:259
+#: global.c:274
msgid "Uncut from the cutbuffer into the current line"
msgstr "Kembalikan dari cutbuffer ke baris saat ini"
-#: global.c:260
+#: global.c:275
msgid "Show the position of the cursor"
msgstr "Tampilkan posisi kursor"
-#: global.c:261
+#: global.c:276
msgid "Invoke the spell checker (if available)"
msgstr "Panggil spell checker (jika ada)"
-#: global.c:262
+#: global.c:277
msgid "Move up one line"
msgstr "Naik satu baris"
-#: global.c:263
+#: global.c:278
msgid "Move down one line"
msgstr "Turun satu baris"
-#: global.c:264
+#: global.c:279
msgid "Move forward one character"
msgstr "Pindah satu karakter ke depan"
-#: global.c:265
+#: global.c:280
msgid "Move back one character"
msgstr "Pindah satu karakter ke belakang"
-#: global.c:266
+#: global.c:281
msgid "Move to the beginning of the current line"
msgstr "Pindah ke awal baris ini"
-#: global.c:267
+#: global.c:282
msgid "Move to the end of the current line"
msgstr "Pindah ke akhir baris ini"
-#: global.c:268
+#: global.c:283
msgid "Go to the first line of the file"
msgstr "Ke baris terawal file"
-#: global.c:269
+#: global.c:284
msgid "Go to the last line of the file"
msgstr "Ke baris terakhir file"
-#: global.c:270
+#: global.c:285
msgid "Refresh (redraw) the current screen"
msgstr "Refresh layar saat ini"
-#: global.c:271
+#: global.c:286
msgid "Mark text at the current cursor location"
msgstr "Tandai teks pada lokasi kursor saat ini"
-#: global.c:272
+#: global.c:287
msgid "Delete the character under the cursor"
msgstr "Hapus karakter pada kursor"
-#: global.c:274
+#: global.c:289
msgid "Delete the character to the left of the cursor"
msgstr "Hapus satu karakter di kiri kursor"
-#: global.c:275
+#: global.c:290
msgid "Insert a tab character"
msgstr "Masukkan karakter tab"
-#: global.c:276
+#: global.c:291
msgid "Insert a carriage return at the cursor position"
msgstr "Sertakan carriage return di posisi kursor"
-#: global.c:278
+#: global.c:293
msgid "Make the current search or replace case (in)sensitive"
msgstr "Jadikan pencarian/penggantian saat ini case (in)sensitive"
-#: global.c:279
+#: global.c:294
msgid "Go to file browser"
msgstr "Ke browser file"
-#: global.c:281
+#: global.c:296
msgid "Cancel the current function"
msgstr "Batalkan fungsi ini"
-#: global.c:282
+#: global.c:297
#, fuzzy
msgid "Append to the current file"
msgstr "Pindah ke akhir baris ini"
-#: global.c:283
+#: global.c:298
#, fuzzy
-msgid "Search Backwards"
+msgid "Search backwards"
msgstr "Pencarian dibatalkan"
-#: global.c:284
+#: global.c:300
#, fuzzy
-msgid "Use Regular Expressions"
+msgid "Use Regular expressions"
msgstr "Regular expressions"
-#: global.c:287
+#: global.c:301
+msgid "Find other bracket"
+msgstr ""
+
+#: global.c:305
msgid "Get Help"
msgstr "Bantuan"
-#: global.c:292
+#: global.c:310
msgid "Close"
msgstr ""
-#: global.c:296 global.c:495 global.c:533
+#: global.c:314 global.c:517 global.c:555
msgid "Exit"
msgstr "Keluar"
-#: global.c:299
+#: global.c:317
msgid "WriteOut"
msgstr "Tulis"
-#: global.c:304 global.c:393
+#: global.c:322 global.c:411
msgid "Justify"
msgstr "Justifikasi"
-#: global.c:308 global.c:314
+#: global.c:326 global.c:332
msgid "Read File"
msgstr "Baca File"
-#: global.c:318 global.c:389 global.c:413
+#: global.c:336 global.c:407 global.c:435
msgid "Replace"
msgstr "Ganti"
-#: global.c:322
+#: global.c:340
msgid "Where Is"
msgstr "Di mana"
-#: global.c:326 global.c:487 global.c:522
+#: global.c:344 global.c:509 global.c:544
msgid "Prev Page"
msgstr "Hlm sebelumnya"
-#: global.c:330 global.c:491 global.c:526
+#: global.c:348 global.c:513 global.c:548
msgid "Next Page"
msgstr "Hlm berikutnya"
-#: global.c:334
+#: global.c:352
msgid "Cut Text"
msgstr "Ptng Teks"
-#: global.c:338
+#: global.c:356
msgid "UnJustify"
msgstr "UnJustifikasi"
-#: global.c:341
+#: global.c:359
msgid "UnCut Txt"
msgstr "UnCut Teks"
-#: global.c:345
+#: global.c:363
msgid "Cur Pos"
msgstr "Pos Kursor"
-#: global.c:349
+#: global.c:367
msgid "To Spell"
msgstr "Mengeja"
-#: global.c:353
+#: global.c:371
msgid "Up"
msgstr "Naik"
-#: global.c:356
+#: global.c:374
msgid "Down"
msgstr "Turun"
-#: global.c:359
+#: global.c:377
msgid "Forward"
msgstr "Depan"
-#: global.c:362
+#: global.c:380
msgid "Back"
msgstr "Belakang"
-#: global.c:365
+#: global.c:383
msgid "Home"
msgstr "Awal"
-#: global.c:368
+#: global.c:386
msgid "End"
msgstr "Akhir"
-#: global.c:371
+#: global.c:389
msgid "Refresh"
msgstr "Refresh"
-#: global.c:374
+#: global.c:392
msgid "Mark Text"
msgstr "Tandai Teks"
-#: global.c:377
+#: global.c:395
msgid "Delete"
msgstr "Hapus"
-#: global.c:381
+#: global.c:399
msgid "Backspace"
msgstr "Backspace"
-#: global.c:385
+#: global.c:403
msgid "Tab"
msgstr "Tab"
-#: global.c:397
+#: global.c:415
msgid "Enter"
msgstr "Enter"
-#: global.c:401 global.c:417 global.c:447
+#: global.c:419 global.c:439 global.c:469
msgid "Goto Line"
msgstr "Ke baris"
-#: global.c:407 global.c:437 global.c:467 global.c:477
+#: global.c:424
+msgid "Find Other Bracket"
+msgstr ""
+
+#: global.c:429 global.c:459 global.c:489 global.c:499
msgid "First Line"
msgstr "Baris pertama"
-#: global.c:410 global.c:440 global.c:470 global.c:480
+#: global.c:432 global.c:462 global.c:492 global.c:502
msgid "Last Line"
msgstr "Baris terakhir"
-#: global.c:421 global.c:451
+#: global.c:443 global.c:473
msgid "Case Sens"
msgstr "Case Sens"
-#: global.c:424 global.c:454
+#: global.c:446 global.c:476
#, fuzzy
-msgid "Backward"
-msgstr "Belakang"
+msgid "Direction"
+msgstr "Ke baris"
-#: global.c:429 global.c:459
+#: global.c:451 global.c:481
msgid "Regexp"
msgstr ""
-#: global.c:434 global.c:464 global.c:473 global.c:483 global.c:507
-#: global.c:515 global.c:518 global.c:536 winio.c:1241
+#: global.c:456 global.c:486 global.c:495 global.c:505 global.c:529
+#: global.c:537 global.c:540 global.c:558 winio.c:1234
msgid "Cancel"
msgstr "Batal"
-#: global.c:443
+#: global.c:465
msgid "No Replace"
msgstr "No Replace"
-#: global.c:500 global.c:511
+#: global.c:522 global.c:533
msgid "To Files"
msgstr "Ke File"
-#: global.c:530
+#: global.c:526
+#, fuzzy
+msgid "Append"
+msgstr "Tunda"
+
+#: global.c:552
#, fuzzy
msgid "Goto"
msgstr "Ke baris"
msgid "Key illegal in VIEW mode"
msgstr "Kunci ilegal dalam mode VIEW"
-#: nano.c:242
+#: nano.c:245
msgid ""
" nano help text\n"
"\n"
"commonly used shortcuts in the editor.\n"
"\n"
" The notation for shortcuts is as follows: Control-key sequences are notated "
-"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-"
-"key sequences are notated with the Meta (M) symbol and can be entered using "
-"either the Esc, Alt or Meta key depending on your keyboard setup. The "
+"with a caret (^) symbol and are entered with the Control (Ctrl) key. "
+"Escape-key sequences are notated with the Meta (M) symbol and can be entered "
+"using either the Esc, Alt or Meta key depending on your keyboard setup. The "
"following keystrokes are available in the main editor window. Optional keys "
"are shown in parentheses:\n"
"\n"
"\n"
"Notasi untuk shortcut adalah sebagai berikut : urutan kunci Control "
"dilambangkan\n"
-"dengan simbol caret (^) dan dimasukkan dengan menekan tombol Control "
-"(Ctrl). \n"
+"dengan simbol caret (^) dan dimasukkan dengan menekan tombol Control (Ctrl). "
+"\n"
"Urutan kunci Escape dilambangkan dengan simbol Meta (M) dan dapat dimasukkan "
"dengan \n"
"menggunakan tombol Esc, Alt atau Meta tergantung pada setup keyboard anda. \n"
"Kunci-kunci opsional ditunjukkan dalam kurung:\n"
"\n"
-#: nano.c:342
+#: nano.c:345
msgid "delete_node(): free'd a node, YAY!\n"
msgstr "delete_node(): bebaskan sebuah node, YAY!\n"
-#: nano.c:347
+#: nano.c:350
msgid "delete_node(): free'd last node.\n"
msgstr "delete_node(): bebaskan node terakhir.\n"
-#: nano.c:402
+#: nano.c:405
msgid ""
"Usage: nano [GNU long option] [option] +LINE <file>\n"
"\n"
msgstr "Pemakaian: nano [GNU long option] [option] +LINE <file>\n"
-#: nano.c:403
+#: nano.c:406
msgid "Option\t\tLong option\t\tMeaning\n"
msgstr "Option: Long option Arti\n"
-#: nano.c:408
+#: nano.c:411
+msgid " -D \t\t--dos\t\t\tWrite file in DOS format\n"
+msgstr ""
+
+#: nano.c:416
msgid " -F \t\t--multibuffer\t\tEnable multiple file buffers\n"
msgstr ""
-#: nano.c:412
-msgid " -T [num]\t--tabsize=[num]\t\tSet width of a tab to num\n"
-msgstr " -T [num] --tabsize=[num] Set lebar tabulasi ke num\n"
+#: nano.c:421
+msgid " -M \t\t--mac\t\t\tWrite file in Mac format\n"
+msgstr ""
-#: nano.c:415
+#: nano.c:425
msgid " -R\t\t--regexp\t\tUse regular expressions for search\n"
msgstr "-R --regexp Gunakan regular expression untuk mencari\n"
-#: nano.c:419
+#: nano.c:429
+msgid " -S\t\t--smooth\t\tSmooth scrolling\n"
+msgstr ""
+
+#: nano.c:432
+msgid " -T [num]\t--tabsize=[num]\t\tSet width of a tab to num\n"
+msgstr " -T [num] --tabsize=[num] Set lebar tabulasi ke num\n"
+
+#: nano.c:435
msgid " -V \t\t--version\t\tPrint version information and exit\n"
msgstr "-V --version Tampilkan versi dan keluar\n"
-#: nano.c:421
+#: nano.c:437
msgid " -c \t\t--const\t\t\tConstantly show cursor position\n"
msgstr "-c --const Menampilkan posisi kursor secara konstan\n"
-#: nano.c:423
+#: nano.c:439
msgid " -h \t\t--help\t\t\tShow this message\n"
msgstr "-h --help Tampilkan pesan ini\n"
-#: nano.c:426
+#: nano.c:442
msgid " -i \t\t--autoindent\t\tAutomatically indent new lines\n"
msgstr "-i --autoindent Indentasi baris barus secara otomatis\n"
-#: nano.c:428
+#: nano.c:444
msgid " -k \t\t--cut\t\t\tLet ^K cut from cursor to end of line\n"
msgstr "-k --cut ^K melakukan cut dari kursor ke akhir baris\n"
-#: nano.c:431
+#: nano.c:447
msgid " -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite\n"
msgstr "-l --nofollow Jangan ikuti link simbolik, timpa\n"
-#: nano.c:434
+#: nano.c:450
msgid " -m \t\t--mouse\t\t\tEnable mouse\n"
msgstr "-m --mouse Aktifkan mouse\n"
-#: nano.c:439
-msgid " -o [dir] \t--operatingdir\t\tSet operating directory\n"
+#: nano.c:455
+msgid " -o [dir] \t--operatingdir=[dir]\tSet operating directory\n"
msgstr ""
-#: nano.c:442
+#: nano.c:458
#, fuzzy
msgid " -p \t\t--pico\t\t\tEmulate Pico as closely as possible\n"
msgstr "-p --pico Emulasikan Pico sebaik mungkin\n"
-#: nano.c:447
+#: nano.c:463
msgid ""
" -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n"
msgstr "-r [#cols] --fill=[#cols] Set fill col ke (wrap line di) #cols\n"
-#: nano.c:451
+#: nano.c:467
msgid " -s [prog] \t--speller=[prog]\tEnable alternate speller\n"
msgstr "-s [prog] --speller=[prog] Aktifkan speller alternatif\n"
-#: nano.c:454
+#: nano.c:470
msgid " -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n"
msgstr ""
"-t --tempfile Autosave saat keluar, jangan minta konfirmasi\n"
-#: nano.c:456
+#: nano.c:472
msgid " -v \t\t--view\t\t\tView (read only) mode\n"
msgstr "-v --view Mode Tampil (baca saja)\n"
-#: nano.c:459
+#: nano.c:475
msgid " -w \t\t--nowrap\t\tDon't wrap long lines\n"
msgstr "-w --nowrap Jangan wrap baris panjang\n"
-#: nano.c:462
+#: nano.c:478
msgid " -x \t\t--nohelp\t\tDon't show help window\n"
msgstr "-x --nohelp Jangan tampilkan jendela bantuan\n"
-#: nano.c:464
+#: nano.c:480
msgid " -z \t\t--suspend\t\tEnable suspend\n"
msgstr "-z --suspend Aktifkan suspend\n"
-#: nano.c:466
+#: nano.c:482
msgid " +LINE\t\t\t\t\tStart at line number LINE\n"
msgstr "+LINE Mulai pada nomor baris LINE\n"
-#: nano.c:468
+#: nano.c:484
msgid ""
"Usage: nano [option] +LINE <file>\n"
"\n"
"Pemakaian: nano [option] +LINE <file>\n"
"\n"
-#: nano.c:469
+#: nano.c:485
msgid "Option\t\tMeaning\n"
msgstr "Option Arti\n"
-#: nano.c:471
+#: nano.c:487
+msgid " -D \t\tWrite file in DOS format\n"
+msgstr ""
+
+#: nano.c:490
msgid " -F \t\tEnable multiple file buffers\n"
msgstr ""
-#: nano.c:473
+#: nano.c:493
+msgid " -M \t\tWrite file in Mac format\n"
+msgstr ""
+
+#: nano.c:495
msgid " -T [num]\tSet width of a tab to num\n"
msgstr " -T [num]\tGanti lebar tabulasi manjadi num\n"
-#: nano.c:474
+#: nano.c:496
msgid " -R\t\tUse regular expressions for search\n"
msgstr "-R Gunakan regular expression untuk mencari\n"
-#: nano.c:475
+#: nano.c:498
+msgid " -S\t\tSmooth scrolling\n"
+msgstr ""
+
+#: nano.c:500
msgid " -V \t\tPrint version information and exit\n"
msgstr "-V Tampilkan informasi versi dan keluar\n"
-#: nano.c:476
+#: nano.c:501
msgid " -c \t\tConstantly show cursor position\n"
msgstr "-c Menampilkan posisi kursor secara konstan\n"
-#: nano.c:477
+#: nano.c:502
msgid " -h \t\tShow this message\n"
msgstr "-h Tampilkan pesan ini\n"
-#: nano.c:479
+#: nano.c:504
msgid " -i \t\tAutomatically indent new lines\n"
msgstr "-i Indent baris barus secara otomatis\n"
-#: nano.c:480
+#: nano.c:505
msgid " -k \t\tLet ^K cut from cursor to end of line\n"
msgstr "-k ^K melakukan cut dari kursor ke akhir baris\n"
-#: nano.c:483
+#: nano.c:508
msgid " -l \t\tDon't follow symbolic links, overwrite\n"
msgstr "-l Jangan ikuti link simbolik, timpa\n"
-#: nano.c:486
+#: nano.c:511
msgid " -m \t\tEnable mouse\n"
msgstr "-m Aktifkan mouse\n"
-#: nano.c:490
+#: nano.c:515
msgid " -o [dir] \tSet operating directory\n"
msgstr ""
-#: nano.c:492
+#: nano.c:517
msgid " -p \t\tEmulate Pico as closely as possible\n"
msgstr "-p Emulasikan Pico sebaik mungkin\n"
-#: nano.c:496
+#: nano.c:521
msgid " -r [#cols] \tSet fill cols to (wrap lines at) #cols\n"
msgstr "-r [#cols] Set fill col ke (wrap line di) #cols\n"
-#: nano.c:499
+#: nano.c:524
msgid " -s [prog] \tEnable alternate speller\n"
msgstr "-s [prog] Aktifkan speller alternatif\n"
-#: nano.c:501
+#: nano.c:526
msgid " -t \t\tAuto save on exit, don't prompt\n"
msgstr "-t Autosave saat keluar, jangan minta konfirmasi.\n"
-#: nano.c:502
+#: nano.c:527
msgid " -v \t\tView (read only) mode\n"
msgstr "-v Mode Tampil (baca saja)\n"
-#: nano.c:504
+#: nano.c:529
msgid " -w \t\tDon't wrap long lines\n"
msgstr "-w Jangan wrap baris panjang\n"
-#: nano.c:506
+#: nano.c:531
msgid " -x \t\tDon't show help window\n"
msgstr "-x Jangan tampilkan jendela bantuan\n"
-#: nano.c:507
+#: nano.c:532
msgid " -z \t\tEnable suspend\n"
msgstr "-z Aktifkan suspend\n"
-#: nano.c:508
+#: nano.c:533
msgid " +LINE\t\tStart at line number LINE\n"
msgstr "+LINE Mulai pada nomor baris LINE\n"
-#: nano.c:515
+#: nano.c:540
#, c-format
msgid " GNU nano version %s (compiled %s, %s)\n"
msgstr "GNU nano versi %s (compiled %s, %s)\n"
-#: nano.c:518
+#: nano.c:543
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org"
msgstr " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org"
-#: nano.c:519
+#: nano.c:544
msgid ""
"\n"
" Compiled options:"
"\n"
"Option kompilasi:"
-#: nano.c:608
+#: nano.c:633
msgid "Mark Set"
msgstr "Set Tanda"
-#: nano.c:613
+#: nano.c:638
msgid "Mark UNset"
msgstr "Unset Tanda"
-#: nano.c:1129
+#: nano.c:1167
#, c-format
msgid "check_wrap called with inptr->data=\"%s\"\n"
msgstr "check_wrap dipanggil dengan inptr->data=\"%s\"\n"
-#: nano.c:1181
+#: nano.c:1219
#, c-format
msgid "current->data now = \"%s\"\n"
msgstr "current->data sekarang =\"%s\"\n"
-#: nano.c:1233
+#: nano.c:1271
#, c-format
msgid "After, data = \"%s\"\n"
msgstr "Setelah, data= \"%s\"\n"
-#: nano.c:1334
+#: nano.c:1372
msgid "Edit a replacement"
msgstr "Edit pengganti"
-#: nano.c:1568
+#: nano.c:1606
#, c-format
msgid "Could not create a temporary filename: %s"
msgstr "Tidak dapat membuat nama file sementara: %s"
-#: nano.c:1574
+#: nano.c:1612
msgid "Spell checking failed: unable to write temp file!"
msgstr "Spell checking gagal: tidak dapat menulis file temp!"
-#: nano.c:1594
+#: nano.c:1632
msgid "Finished checking spelling"
msgstr "Selesai memeriksa ejaan"
-#: nano.c:1596
+#: nano.c:1634
msgid "Spell checking failed"
msgstr "Spell checking gagal"
-#: nano.c:1625
+#: nano.c:1663
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
msgstr "Simpan buffer termodifikasi (JAWAB \"No\" AKAN MENGHAPUS PERUBAHAN) ?"
-#: nano.c:1761
+#: nano.c:1810
msgid "Received SIGHUP"
msgstr "Menerima SIGHUP"
-#: nano.c:1825
+#: nano.c:1874
msgid "Cannot resize top win"
msgstr "Tidak dapat menganti ukuran jendela atas"
-#: nano.c:1827
+#: nano.c:1876
msgid "Cannot move top win"
msgstr "Tidak dapat memindahkan jendela atas"
-#: nano.c:1829
+#: nano.c:1878
msgid "Cannot resize edit win"
msgstr "Tidak dapat mengganti ukuran jendela edit"
-#: nano.c:1831
+#: nano.c:1880
msgid "Cannot move edit win"
msgstr "Tidak dapat memindah jendela edit"
-#: nano.c:1833
+#: nano.c:1882
msgid "Cannot resize bottom win"
msgstr "Tidak dapat mengganti ukuran jendela bawah"
-#: nano.c:1835
+#: nano.c:1884
msgid "Cannot move bottom win"
msgstr "Tidak dapat memindah jendela bawah"
-#: nano.c:2160
+#: nano.c:2209
msgid "Can now UnJustify!"
msgstr "Sekarang dapat melakukan UnJustify"
-#: nano.c:2276
+#: nano.c:2331
#, c-format
msgid "%s enable/disable"
msgstr "%s enable/disable"
-#: nano.c:2295
+#: nano.c:2350
msgid "enabled"
msgstr "enabled"
-#: nano.c:2296
+#: nano.c:2351
msgid "disabled"
msgstr "disabled"
-#: nano.c:2348
+#: nano.c:2415
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
msgstr ""
"Glitch pada NumLock terdeteksi. Keypad akan tidak berfungsi dg tombol "
"NumLock off"
-#: nano.c:2624
+#: nano.c:2708
msgid "Main: set up windows\n"
msgstr "Main: menset jendela\n"
-#: nano.c:2635
+#: nano.c:2719
msgid "Main: bottom win\n"
msgstr "Main: jendela bawah\n"
-#: nano.c:2641
+#: nano.c:2725
msgid "Main: open file\n"
msgstr "Main: membuka file\n"
-#: nano.c:2701
+#: nano.c:2785
#, c-format
msgid "I got Alt-O-%c! (%d)\n"
msgstr "Saya mendapat Alt-O-%c! (%d)\n"
-#: nano.c:2728
+#: nano.c:2812
#, c-format
msgid "I got Alt-[-1-%c! (%d)\n"
msgstr "Saya mendapat Alt-[-1-%c! (%d)\n"
-#: nano.c:2766
+#: nano.c:2842
#, c-format
msgid "I got Alt-[-2-%c! (%d)\n"
msgstr "Saya mendapat Alt-[-2-%c! (%d)\n"
-#: nano.c:2820
+#: nano.c:2896
#, c-format
msgid "I got Alt-[-%c! (%d)\n"
msgstr "Saya mendapat Alt-%c! (%d)\n"
-#: nano.c:2855
+#: nano.c:2931
#, c-format
msgid "I got Alt-%c! (%d)\n"
msgstr "Saya mendapat Alt-%c! (%d)\n"
-#: rcfile.c:77
+#: rcfile.c:79
msgid ""
"\n"
"Press return to continue starting nano\n"
msgstr ""
-#: rcfile.c:135
+#: rcfile.c:137
msgid "parse_rcfile: Read a comment\n"
msgstr ""
-#: rcfile.c:152
+#: rcfile.c:154
#, c-format
msgid "Error in %s on line %d: command %s not understood"
msgstr ""
-#: rcfile.c:165
+#: rcfile.c:167
#, c-format
msgid "parse_rcfile: Parsing option %s\n"
msgstr ""
-#: rcfile.c:182
+#: rcfile.c:185
#, c-format
msgid "Error in %s on line %d: option %s requires an argument"
msgstr ""
-#: rcfile.c:193
+#: rcfile.c:196
#, c-format
msgid "Error in %s on line %d: requested fill size %d too small"
msgstr ""
-#: rcfile.c:209
+#: rcfile.c:205
+#, c-format
+msgid "Error in %s on line %d: requested tab size %d too small"
+msgstr ""
+
+#: rcfile.c:219
#, c-format
msgid "set flag %d!\n"
msgstr ""
-#: rcfile.c:214
+#: rcfile.c:224
#, c-format
msgid "unset flag %d!\n"
msgstr ""
-#: rcfile.c:223
+#: rcfile.c:233
msgid "Errors found in .nanorc file"
msgstr ""
-#: rcfile.c:232
+#: rcfile.c:242
#, c-format
msgid "Unable to open ~/.nanorc file, %s"
msgstr ""
-#: search.c:138
+#: search.c:132
+#, fuzzy
+msgid "Search"
+msgstr "Pencarian%s%s"
+
+#. This string is just a modifier for the search prompt,
+#. no grammar is implied
+#: search.c:136
#, fuzzy
-msgid "Case Sensitive "
+msgid " [Case Sensitive]"
msgstr "Case Sens"
-#: search.c:139
-msgid "Regexp "
+#. This string is just a modifier for the search prompt,
+#. no grammar is implied
+#: search.c:140
+msgid " [Regexp]"
msgstr ""
-#: search.c:140
+#. This string is just a modifier for the search prompt,
+#. no grammar is implied
+#: search.c:144
#, fuzzy
-msgid "Search"
-msgstr "Pencarian%s%s"
-
-#: search.c:141
-msgid " Backwards"
-msgstr ""
+msgid " [Backwards]"
+msgstr "Belakang"
-#: search.c:142
+#: search.c:146
msgid " (to replace)"
msgstr " (ganti)"
-#: search.c:147 search.c:402
+#: search.c:151 search.c:424
msgid "Search Cancelled"
msgstr "Pencarian dibatalkan"
-#: search.c:219
+#: search.c:223
#, c-format
msgid "\"%s...\" not found"
msgstr "\"%s...\" tidak ditemukan"
-#: search.c:268 search.c:324
+#: search.c:278 search.c:340
msgid "Search Wrapped"
msgstr "Pancarian diulangi dari awal"
-#: search.c:424
+#: search.c:446
#, c-format
msgid "Replaced %d occurrences"
msgstr "%d tempat terganti"
-#: search.c:426
+#: search.c:448
msgid "Replaced 1 occurrence"
msgstr "Terganti 1 tempat"
-#: search.c:564 search.c:674 search.c:690
+#: search.c:586 search.c:696 search.c:712
msgid "Replace Cancelled"
msgstr "Penggantian dibatalkan"
-#: search.c:614
+#: search.c:636
msgid "Replace this instance?"
msgstr "Ganti kata ini?"
-#: search.c:626
+#: search.c:648
msgid "Replace failed: unknown subexpression!"
msgstr "Replace gagal: subekspresi tidak dikenal!"
-#: search.c:715
+#: search.c:737
#, c-format
msgid "Replace with [%s]"
msgstr "Ganti dengan [%s]"
-#: search.c:719 search.c:723
+#: search.c:741 search.c:745
msgid "Replace with"
msgstr "Ganti dengan"
-#: search.c:757
+#: search.c:779
msgid "Enter line number"
msgstr "Masukkan nomor baris"
-#: search.c:759
+#: search.c:781
msgid "Aborted"
msgstr "Dibatalkan"
-#: search.c:768
+#: search.c:790
msgid "Come on, be reasonable"
msgstr "Ayo, yang masuk akal"
+#: search.c:844
+msgid "Not a bracket"
+msgstr ""
+
+#. didn't find either left or right bracket
+#: search.c:889
+msgid "No matching bracket"
+msgstr ""
+
#: utils.c:159
msgid "nano: malloc: out of memory!"
msgstr ""
msgid "actual_x_from_start for xplus=%d returned %d\n"
msgstr "actual_x_from_start untuk xplus=%d mengembalikan %d\n"
-#: winio.c:291 winio.c:459
+#: winio.c:291 winio.c:453
#, fuzzy, c-format
msgid "Aha! '%c' (%d)\n"
msgstr "input '%c' (%d)\n"
-#: winio.c:493
+#: winio.c:485
#, c-format
msgid "input '%c' (%d)\n"
msgstr "input '%c' (%d)\n"
-#: winio.c:540
+#: winio.c:533
msgid "New Buffer"
msgstr "Buffer baru"
-#: winio.c:544
+#: winio.c:537
msgid " File: ..."
msgstr " File: ..."
-#: winio.c:546
+#: winio.c:539
msgid " DIR: ..."
msgstr " DIR: ..."
-#: winio.c:557
+#: winio.c:550
msgid "Modified"
msgstr "Dimodifikasi"
-#: winio.c:1117
+#: winio.c:1110
#, c-format
msgid "Moved to (%d, %d) in edit buffer\n"
msgstr "Pindah ke (%d, %d) dalam buffer edit\n"
-#: winio.c:1128
+#: winio.c:1121
#, c-format
msgid "current->data = \"%s\"\n"
msgstr "current->data = \"%s\"\n"
-#: winio.c:1185
+#: winio.c:1178
#, c-format
msgid "I got \"%s\"\n"
msgstr "Saya dapat \"%s\"\n"
#. Yes, no and all are strings of any length. Each string consists of
#. all characters accepted as a valid character for that value.
#. The first value will be the one displayed in the shortcuts.
-#: winio.c:1214
+#: winio.c:1207
msgid "Yy"
msgstr "Yy"
-#: winio.c:1215
+#: winio.c:1208
msgid "Nn"
msgstr "Tt"
-#: winio.c:1216
+#: winio.c:1209
msgid "Aa"
msgstr "Ss"
-#: winio.c:1230
+#: winio.c:1223
msgid "Yes"
msgstr "Ya"
-#: winio.c:1234
+#: winio.c:1227
msgid "All"
msgstr "Semua"
-#: winio.c:1239
+#: winio.c:1232
msgid "No"
msgstr "Tidak"
-#: winio.c:1439
+#: winio.c:1432
#, c-format
msgid "do_cursorpos: linepct = %f, bytepct = %f\n"
msgstr "do_cursorpos: linepct = %f, bytepct = %f\n"
-#: winio.c:1443
+#: winio.c:1436
#, c-format
msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)"
msgstr "baris %d dari %d (%f.0f%%), karakter %d dari %d (%.0f%%)"
-#: winio.c:1587
+#: winio.c:1580
msgid "Dumping file buffer to stderr...\n"
msgstr "Kirim buffer file ke stderr...\n"
-#: winio.c:1589
+#: winio.c:1582
msgid "Dumping cutbuffer to stderr...\n"
msgstr "Kirim cutbuffer ke stderr...\n"
-#: winio.c:1591
+#: winio.c:1584
msgid "Dumping a buffer to stderr...\n"
msgstr "Kirim buffer ke stderr...\n"
-#: winio.c:1666
+#: winio.c:1659
msgid "The nano text editor"
msgstr "Nano teks editor"
-#: winio.c:1667
+#: winio.c:1660
msgid "version "
msgstr "versi "
-#: winio.c:1668
+#: winio.c:1661
msgid "Brought to you by:"
msgstr "Dibuat untuk anda oleh:"
-#: winio.c:1669
+#: winio.c:1662
msgid "Special thanks to:"
msgstr "Ucapan terima kasih khusus kepada:"
-#: winio.c:1670
+#: winio.c:1663
msgid "The Free Software Foundation"
msgstr "The Free Software Foundation"
-#: winio.c:1671
+#: winio.c:1664
msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses"
msgstr "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurse"
-#: winio.c:1672
+#: winio.c:1665
msgid "and anyone else we forgot..."
msgstr "dan orang lain yang kami lupa...."
-#: winio.c:1673
+#: winio.c:1666
msgid "Thank you for using nano!\n"
msgstr "Terima kasih telah menggunakan nano!\n"
+#, fuzzy
+#~ msgid "Write"
+#~ msgstr "Tulis"
+
#~ msgid "Case Sensitive Regexp Search%s%s"
#~ msgstr "Pencarian case sensitif Regexp %s%s"
msgid ""
msgstr ""
"Project-Id-Version: nano 1.1.2\n"
-"POT-Creation-Date: 2001-10-02 20:12-0400\n"
+"POT-Creation-Date: 2001-10-03 17:47-0400\n"
"PO-Revision-Date: 2001-10-03 20:27+02:00\n"
"Last-Translator: Marco Colombo <magicdice@inwind.it>\n"
"Language-Team: Italian <it@li.org>\n"
#: rcfile.c:205
#, c-format
msgid "Error in %s on line %d: requested tab size %d too small"
-msgstr "Errore in %s alla riga %d: lunghezza della tabulazione richiesta %d troppo piccola"
+msgstr ""
+"Errore in %s alla riga %d: lunghezza della tabulazione richiesta %d troppo "
+"piccola"
#: rcfile.c:219
#, c-format
msgid "Thank you for using nano!\n"
msgstr "Grazie per aver usato nano!\n"
-msgid "Write"
-msgstr "Salva"
+#~ msgid "Write"
+#~ msgstr "Salva"
-msgid "Case Sensitive Regexp Search%s%s"
-msgstr "Ricerca case sensitive epressioni regolari%s%s"
+#~ msgid "Case Sensitive Regexp Search%s%s"
+#~ msgstr "Ricerca case sensitive epressioni regolari%s%s"
-msgid "Regexp Search%s%s"
-msgstr "Ricerca espressioni regolari%s%s"
+#~ msgid "Regexp Search%s%s"
+#~ msgstr "Ricerca espressioni regolari%s%s"
-msgid "Only %d lines available, skipping to last line"
-msgstr "Solo %d righe disponibili, salto all'ultima"
+#~ msgid "Only %d lines available, skipping to last line"
+#~ msgstr "Solo %d righe disponibili, salto all'ultima"
msgid ""
msgstr ""
"Project-Id-Version: 1.0.4\n"
-"POT-Creation-Date: 2001-09-18 23:21-0400\n"
+"POT-Creation-Date: 2001-10-03 17:47-0400\n"
"PO-Revision-Date: 2001-09-04 17:25:56+0200\n"
"Last-Translator: Guus Sliepen <guus@nl.linux.org>\n"
"Language-Team: Dutch <nl@li.org>\n"
msgid "add_to_cutbuffer called with inptr->data = %s\n"
msgstr "add_to_cutbuffer aangeroepen met inptr->data = %s\n"
-#: cut.c:211
+#: cut.c:214
msgid "Blew away cutbuffer =)\n"
msgstr "Knipbuffer weggeblazen =)\n"
-#: files.c:149
+#: files.c:158
msgid "read_line: not on first line and prev is NULL"
msgstr "read_line: niet op eerste regel en prev is NULL"
-#: files.c:211 files.c:229
+#: files.c:230 files.c:248
#, c-format
msgid "Read %d lines"
msgstr "%d regels gelezen"
-#: files.c:247 search.c:213
+#: files.c:266 search.c:217
#, c-format
msgid "\"%s\" not found"
msgstr "\"%s\" niet gevonden"
#. We have a new file
-#: files.c:251
+#: files.c:270
msgid "New File"
msgstr "Nieuw bestand"
-#: files.c:264
+#: files.c:283
#, c-format
msgid "File \"%s\" is a directory"
msgstr "Bestand \"%s\" is een map"
#. Don't open character or block files. Sorry, /dev/sndstat!
-#: files.c:267
+#: files.c:286
#, c-format
msgid "File \"%s\" is a device file"
msgstr "Bestand \"%s\" is een apparaat"
-#: files.c:275
+#: files.c:294
msgid "Reading File"
msgstr "Inlezen bestand"
-#: files.c:295
+#: files.c:314
msgid "File to insert [from ./] "
msgstr "Bestand om in te voegen [vanaf ./] "
-#: files.c:299 files.c:451 files.c:498 files.c:678 files.c:690 files.c:733
-#: files.c:744 files.c:1264
+#: files.c:318 files.c:470 files.c:517 files.c:697 files.c:709 files.c:752
+#: files.c:763 files.c:1332
#, c-format
msgid "filename is %s"
msgstr "bestandsnaam is %s"
-#: files.c:330
+#: files.c:349
#, c-format
msgid "Can't insert file from outside of %s"
msgstr ""
-#: files.c:393 files.c:1022 files.c:1349 nano.c:1657
+#: files.c:412 files.c:1056 files.c:1417 nano.c:1695
msgid "Cancelled"
msgstr "Afgebroken"
-#: files.c:670 files.c:725
+#: files.c:689 files.c:744
msgid "No more open files"
msgstr ""
-#: files.c:1045
+#: files.c:1079
#, c-format
msgid "Can't write outside of %s"
msgstr ""
-#: files.c:1082 files.c:1098 files.c:1112 files.c:1129 files.c:1136
+#: files.c:1116 files.c:1132 files.c:1146 files.c:1169 files.c:1178
+#: files.c:1190
#, c-format
msgid "Could not open file for writing: %s"
msgstr "Kon bestand niet openen om naar te schrijven: %s"
-#: files.c:1117
+#: files.c:1151
#, c-format
msgid "Wrote >%s\n"
msgstr ">%s geschreven\n"
-#: files.c:1145
+#: files.c:1200
#, c-format
msgid "Could not close %s: %s"
msgstr "Kon %s niet afsluiten: %s"
#. Try a rename??
-#: files.c:1168 files.c:1177 files.c:1182
+#: files.c:1223 files.c:1232 files.c:1237
#, c-format
msgid "Could not open %s for writing: %s"
msgstr "Kon %s niet openen om te schrijven: %s"
-#: files.c:1189
+#: files.c:1244
#, c-format
msgid "Could not set permissions %o on %s: %s"
msgstr "Kon permissies %o niet instellen voor %s: %s"
-#: files.c:1196
+#: files.c:1251
#, c-format
msgid "Wrote %d lines"
msgstr "%d regels geschreven"
-#: files.c:1236
-#, c-format
-msgid "%s Selection to File"
+#: files.c:1294
+#, fuzzy
+msgid "Append Selection to File"
+msgstr "Ga naar het eind van de huidige regel"
+
+#: files.c:1297
+msgid "Write Selection to File"
msgstr ""
-#: files.c:1236 files.c:1240 global.c:504
+#: files.c:1303
#, fuzzy
-msgid "Append"
-msgstr "Uitstellen"
+msgid "File Name to Append"
+msgstr "Bestandsnaam om te schrijven"
-#: files.c:1236 files.c:1240
+#: files.c:1306
#, fuzzy
-msgid "Write"
-msgstr "Schrijven"
-
-#: files.c:1240
-#, fuzzy, c-format
-msgid "File Name to %s"
+msgid "File Name to Write"
msgstr "Bestandsnaam om te schrijven"
-#: files.c:1278
+#: files.c:1346
msgid "File exists, OVERWRITE ?"
msgstr "Bestand bestaat, OVERSCHRIJVEN ?"
-#: files.c:1798
+#: files.c:1866
msgid "(more)"
msgstr "(meer)"
-#: files.c:2111
+#: files.c:2179
msgid "Can't move up a directory"
msgstr "Kan niet naar bovenliggende map"
-#: files.c:2123
+#: files.c:2191
msgid "Can't visit parent in restricted mode"
msgstr ""
#. We can't open this dir for some reason. Complain
-#: files.c:2134 files.c:2191
+#: files.c:2202 files.c:2259
#, c-format
msgid "Can't open \"%s\": %s"
msgstr "Kan \"%s\" niet openen: %s"
-#: files.c:2162 global.c:280
+#: files.c:2230 global.c:295
#, fuzzy
msgid "Goto Directory"
msgstr "Ga naar"
-#: files.c:2169
+#: files.c:2237
#, c-format
msgid "Can't go outside of %s in restricted mode"
msgstr ""
-#: files.c:2176
+#: files.c:2244
#, fuzzy
msgid "Goto Cancelled"
msgstr "Afgebroken"
-#: global.c:164
+#: global.c:166
msgid "Constant cursor position"
msgstr "Constante cursorpositie"
-#: global.c:165
+#: global.c:167
msgid "Auto indent"
msgstr "Automatisch indenteren"
-#: global.c:166
+#: global.c:168
msgid "Suspend"
msgstr "Uitstellen"
-#: global.c:167
+#: global.c:169
msgid "Help mode"
msgstr "Hulp modus"
-#: global.c:168
+#: global.c:170
msgid "Pico mode"
msgstr "Pico modus"
-#: global.c:169
+#: global.c:171
msgid "Mouse support"
msgstr "Muisondersteuning"
-#: global.c:170
+#: global.c:172
msgid "Cut to end"
msgstr "Snijden tot eind"
-#: global.c:171
-msgid "Backwards Search"
-msgstr ""
+#: global.c:173
+#, fuzzy
+msgid "Backwards search"
+msgstr "Terug"
-#: global.c:172
+#: global.c:174
#, fuzzy
-msgid "Case Sensitive Search"
+msgid "Case sensitive search"
msgstr "Kast gevoelig zoeken%s%s"
-#: global.c:174
+#: global.c:175
+msgid "Writing file in DOS format"
+msgstr ""
+
+#: global.c:176
+msgid "Writing file in Mac format"
+msgstr ""
+
+#: global.c:177
+msgid "Smooth scrolling"
+msgstr ""
+
+#: global.c:180
msgid "Regular expressions"
msgstr "Reguliere expressies"
-#: global.c:176
+#: global.c:182
msgid "Auto wrap"
msgstr "Automatische regelafbraak"
-#: global.c:179
+#: global.c:185
msgid "Multiple file buffers"
msgstr ""
-#: global.c:180
+#: global.c:186
msgid "Open previously loaded file"
msgstr ""
-#: global.c:181
+#: global.c:187
msgid "Open next loaded file"
msgstr ""
-#: global.c:241
+#: global.c:256
msgid "Invoke the help menu"
msgstr "Roep hulp menu op"
-#: global.c:242
+#: global.c:257
msgid "Write the current file to disk"
msgstr "Schrijf huidig bestand naar schijf"
-#: global.c:245
+#: global.c:260
msgid "Close currently loaded file/Exit from nano"
msgstr ""
-#: global.c:247
+#: global.c:262
msgid "Exit from nano"
msgstr "Verlaat nano"
-#: global.c:250
+#: global.c:265
msgid "Goto a specific line number"
msgstr "Ga naar een specifiek regelnummer"
-#: global.c:251
+#: global.c:266
msgid "Justify the current paragraph"
msgstr "Lijn huidige paragraaf uit"
-#: global.c:252
+#: global.c:267
msgid "Unjustify after a justify"
msgstr "OnUitlijnen na uitlijnen"
-#: global.c:253
+#: global.c:268
msgid "Replace text within the editor"
msgstr "Vervang tekst in de editor"
-#: global.c:254
+#: global.c:269
msgid "Insert another file into the current one"
msgstr "Voeg een ander bestand in het huidige"
-#: global.c:255
+#: global.c:270
msgid "Search for text within the editor"
msgstr "Zoek naar tekst in de editor"
-#: global.c:256
+#: global.c:271
msgid "Move to the previous screen"
msgstr "Ga naar vorig scherm"
-#: global.c:257
+#: global.c:272
msgid "Move to the next screen"
msgstr "Ga naar volgend scherm"
-#: global.c:258
+#: global.c:273
msgid "Cut the current line and store it in the cutbuffer"
msgstr "Snij de huidige regel en sla op in snijbuffer"
-#: global.c:259
+#: global.c:274
msgid "Uncut from the cutbuffer into the current line"
msgstr "Kopiëer de snijbuffer naar de huidige regel"
-#: global.c:260
+#: global.c:275
msgid "Show the position of the cursor"
msgstr "Toon cursorpositie"
-#: global.c:261
+#: global.c:276
msgid "Invoke the spell checker (if available)"
msgstr "Roep de spellingscontrole op (indien beschikbaar)"
-#: global.c:262
+#: global.c:277
msgid "Move up one line"
msgstr "Ga één regel naar boven"
-#: global.c:263
+#: global.c:278
msgid "Move down one line"
msgstr "Ga één regel naar beneden"
-#: global.c:264
+#: global.c:279
msgid "Move forward one character"
msgstr "Ga één karakter naar voren"
-#: global.c:265
+#: global.c:280
msgid "Move back one character"
msgstr "Ga één karakter naar achteren"
-#: global.c:266
+#: global.c:281
msgid "Move to the beginning of the current line"
msgstr "Ga naar het begin van de huidige regel"
-#: global.c:267
+#: global.c:282
msgid "Move to the end of the current line"
msgstr "Ga naar het eind van de huidige regel"
-#: global.c:268
+#: global.c:283
msgid "Go to the first line of the file"
msgstr "Ga naar de eerste regel van het bestand"
-#: global.c:269
+#: global.c:284
msgid "Go to the last line of the file"
msgstr "Ga naar de laatste regel van het bestand"
-#: global.c:270
+#: global.c:285
msgid "Refresh (redraw) the current screen"
msgstr "Verfris (herteken) het huidige scherm"
-#: global.c:271
+#: global.c:286
msgid "Mark text at the current cursor location"
msgstr "Markeer tekst vanaf huidige cursorpositie"
-#: global.c:272
+#: global.c:287
msgid "Delete the character under the cursor"
msgstr "Verwijder het karakter onder de cursor"
-#: global.c:274
+#: global.c:289
msgid "Delete the character to the left of the cursor"
msgstr "Verwijder het karakter links van de cursor"
-#: global.c:275
+#: global.c:290
msgid "Insert a tab character"
msgstr "Voeg een tab karakter in"
-#: global.c:276
+#: global.c:291
msgid "Insert a carriage return at the cursor position"
msgstr "Voeg een regelafbraak in op de cursorpositie"
-#: global.c:278
+#: global.c:293
msgid "Make the current search or replace case (in)sensitive"
msgstr "Maak de huidige zoek of vervang kast (on)gevoelig"
-#: global.c:279
+#: global.c:294
msgid "Go to file browser"
msgstr "Ga naar bestandsbrowser"
-#: global.c:281
+#: global.c:296
msgid "Cancel the current function"
msgstr "Annuleer de huidige functie"
-#: global.c:282
+#: global.c:297
#, fuzzy
msgid "Append to the current file"
msgstr "Ga naar het eind van de huidige regel"
-#: global.c:283
+#: global.c:298
#, fuzzy
-msgid "Search Backwards"
+msgid "Search backwards"
msgstr "Zoeken afgebroken"
-#: global.c:284
+#: global.c:300
#, fuzzy
-msgid "Use Regular Expressions"
+msgid "Use Regular expressions"
msgstr "Reguliere expressies"
-#: global.c:287
+#: global.c:301
+msgid "Find other bracket"
+msgstr ""
+
+#: global.c:305
msgid "Get Help"
msgstr "Toon hulp"
-#: global.c:292
+#: global.c:310
msgid "Close"
msgstr ""
-#: global.c:296 global.c:495 global.c:533
+#: global.c:314 global.c:517 global.c:555
msgid "Exit"
msgstr "Afsluiten"
-#: global.c:299
+#: global.c:317
msgid "WriteOut"
msgstr "Schrijven"
-#: global.c:304 global.c:393
+#: global.c:322 global.c:411
msgid "Justify"
msgstr "Uitlijnen"
-#: global.c:308 global.c:314
+#: global.c:326 global.c:332
msgid "Read File"
msgstr "Lees bestand"
-#: global.c:318 global.c:389 global.c:413
+#: global.c:336 global.c:407 global.c:435
msgid "Replace"
msgstr "Vervang"
-#: global.c:322
+#: global.c:340
msgid "Where Is"
msgstr "Zoek"
-#: global.c:326 global.c:487 global.c:522
+#: global.c:344 global.c:509 global.c:544
msgid "Prev Page"
msgstr "Vorige Pagina"
-#: global.c:330 global.c:491 global.c:526
+#: global.c:348 global.c:513 global.c:548
msgid "Next Page"
msgstr "Volgende Pagina"
-#: global.c:334
+#: global.c:352
msgid "Cut Text"
msgstr "Snij"
-#: global.c:338
+#: global.c:356
msgid "UnJustify"
msgstr "OnUitlijnen"
-#: global.c:341
+#: global.c:359
msgid "UnCut Txt"
msgstr "Plak"
-#: global.c:345
+#: global.c:363
msgid "Cur Pos"
msgstr "Positie"
-#: global.c:349
+#: global.c:367
msgid "To Spell"
msgstr "Spelling"
-#: global.c:353
+#: global.c:371
msgid "Up"
msgstr "Op"
-#: global.c:356
+#: global.c:374
msgid "Down"
msgstr "Neer"
-#: global.c:359
+#: global.c:377
msgid "Forward"
msgstr "Voorwaarts"
-#: global.c:362
+#: global.c:380
msgid "Back"
msgstr "Terug"
-#: global.c:365
+#: global.c:383
msgid "Home"
msgstr "Begin"
-#: global.c:368
+#: global.c:386
msgid "End"
msgstr "Eind"
-#: global.c:371
+#: global.c:389
msgid "Refresh"
msgstr "Verfris"
-#: global.c:374
+#: global.c:392
msgid "Mark Text"
msgstr "Markeer"
-#: global.c:377
+#: global.c:395
msgid "Delete"
msgstr "Verwijder"
-#: global.c:381
+#: global.c:399
msgid "Backspace"
msgstr "Backspace"
-#: global.c:385
+#: global.c:403
msgid "Tab"
msgstr "Tab"
-#: global.c:397
+#: global.c:415
msgid "Enter"
msgstr "Enter"
-#: global.c:401 global.c:417 global.c:447
+#: global.c:419 global.c:439 global.c:469
msgid "Goto Line"
msgstr "Ga naar"
-#: global.c:407 global.c:437 global.c:467 global.c:477
+#: global.c:424
+msgid "Find Other Bracket"
+msgstr ""
+
+#: global.c:429 global.c:459 global.c:489 global.c:499
msgid "First Line"
msgstr "Eerste regel"
-#: global.c:410 global.c:440 global.c:470 global.c:480
+#: global.c:432 global.c:462 global.c:492 global.c:502
msgid "Last Line"
msgstr "Laatste regel"
-#: global.c:421 global.c:451
+#: global.c:443 global.c:473
msgid "Case Sens"
msgstr "Kast gevoelig"
-#: global.c:424 global.c:454
+#: global.c:446 global.c:476
#, fuzzy
-msgid "Backward"
-msgstr "Terug"
+msgid "Direction"
+msgstr "Ga naar"
-#: global.c:429 global.c:459
+#: global.c:451 global.c:481
msgid "Regexp"
msgstr ""
-#: global.c:434 global.c:464 global.c:473 global.c:483 global.c:507
-#: global.c:515 global.c:518 global.c:536 winio.c:1241
+#: global.c:456 global.c:486 global.c:495 global.c:505 global.c:529
+#: global.c:537 global.c:540 global.c:558 winio.c:1234
msgid "Cancel"
msgstr "Afbreken"
-#: global.c:443
+#: global.c:465
msgid "No Replace"
msgstr ""
-#: global.c:500 global.c:511
+#: global.c:522 global.c:533
msgid "To Files"
msgstr "Naar bestanden"
-#: global.c:530
+#: global.c:526
+#, fuzzy
+msgid "Append"
+msgstr "Uitstellen"
+
+#: global.c:552
#, fuzzy
msgid "Goto"
msgstr "Ga naar"
msgid "Key illegal in VIEW mode"
msgstr "Toets illegaal in VIEW modus"
-#: nano.c:242
+#: nano.c:245
msgid ""
" nano help text\n"
"\n"
"commonly used shortcuts in the editor.\n"
"\n"
" The notation for shortcuts is as follows: Control-key sequences are notated "
-"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-"
-"key sequences are notated with the Meta (M) symbol and can be entered using "
-"either the Esc, Alt or Meta key depending on your keyboard setup. The "
+"with a caret (^) symbol and are entered with the Control (Ctrl) key. "
+"Escape-key sequences are notated with the Meta (M) symbol and can be entered "
+"using either the Esc, Alt or Meta key depending on your keyboard setup. The "
"following keystrokes are available in the main editor window. Optional keys "
"are shown in parentheses:\n"
"\n"
"hoofdvenster. Optionele toetsen zijn getoond tussen ronde haken:\n"
"\n"
-#: nano.c:342
+#: nano.c:345
msgid "delete_node(): free'd a node, YAY!\n"
msgstr "delete_node(): node vrijgegeven, JOEPIE!\n"
-#: nano.c:347
+#: nano.c:350
msgid "delete_node(): free'd last node.\n"
msgstr "delete_node(): laatste node vrijgegeven.\n"
-#: nano.c:402
+#: nano.c:405
msgid ""
"Usage: nano [GNU long option] [option] +LINE <file>\n"
"\n"
"Gebruik: nano [GNU lange optie] [optie] +REGEL <bestand>\n"
"\n"
-#: nano.c:403
+#: nano.c:406
msgid "Option\t\tLong option\t\tMeaning\n"
msgstr "Optie\t\tLange optie\t\tBetekenis\n"
-#: nano.c:408
+#: nano.c:411
+msgid " -D \t\t--dos\t\t\tWrite file in DOS format\n"
+msgstr ""
+
+#: nano.c:416
msgid " -F \t\t--multibuffer\t\tEnable multiple file buffers\n"
msgstr ""
-#: nano.c:412
-msgid " -T [num]\t--tabsize=[num]\t\tSet width of a tab to num\n"
-msgstr " -T [num]\t--tabsize=[num]\t\tStel tabbreedte in op num\n"
+#: nano.c:421
+msgid " -M \t\t--mac\t\t\tWrite file in Mac format\n"
+msgstr ""
-#: nano.c:415
+#: nano.c:425
msgid " -R\t\t--regexp\t\tUse regular expressions for search\n"
msgstr " -R\t\t--regexp\t\tGebruik reguliere expressies voor zoeken\n"
-#: nano.c:419
+#: nano.c:429
+msgid " -S\t\t--smooth\t\tSmooth scrolling\n"
+msgstr ""
+
+#: nano.c:432
+msgid " -T [num]\t--tabsize=[num]\t\tSet width of a tab to num\n"
+msgstr " -T [num]\t--tabsize=[num]\t\tStel tabbreedte in op num\n"
+
+#: nano.c:435
msgid " -V \t\t--version\t\tPrint version information and exit\n"
msgstr " -V \t\t--version\t\tToon versie informatie en beëindig\n"
-#: nano.c:421
+#: nano.c:437
msgid " -c \t\t--const\t\t\tConstantly show cursor position\n"
msgstr " -c \t\t--const\t\t\tToon cursorpositie altijd\n"
-#: nano.c:423
+#: nano.c:439
msgid " -h \t\t--help\t\t\tShow this message\n"
msgstr " -h \t\t--help\t\t\tToon dit bericht\n"
-#: nano.c:426
+#: nano.c:442
msgid " -i \t\t--autoindent\t\tAutomatically indent new lines\n"
msgstr " -i \t\t--autoindent\t\tAutomatisch indenteren van nieuwe regels\n"
-#: nano.c:428
+#: nano.c:444
msgid " -k \t\t--cut\t\t\tLet ^K cut from cursor to end of line\n"
msgstr " -k \t\t--cut\t\t\tLaat ^K vanaf cursor tot einde regel snijden\n"
-#: nano.c:431
+#: nano.c:447
msgid " -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite\n"
msgstr " -l \t\t--nofollow\t\tSymbolische links niet volgen, overschrijven\n"
-#: nano.c:434
+#: nano.c:450
msgid " -m \t\t--mouse\t\t\tEnable mouse\n"
msgstr " -m \t\t--mouse\t\t\tMuis gebruiken\n"
-#: nano.c:439
-msgid " -o [dir] \t--operatingdir\t\tSet operating directory\n"
+#: nano.c:455
+msgid " -o [dir] \t--operatingdir=[dir]\tSet operating directory\n"
msgstr ""
-#: nano.c:442
+#: nano.c:458
#, fuzzy
msgid " -p \t\t--pico\t\t\tEmulate Pico as closely as possible\n"
msgstr " -p\t \t--pico\t\t\tEmuleer Pico zo goed mogelijk\n"
-#: nano.c:447
+#: nano.c:463
msgid ""
" -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n"
msgstr " -r [#cols] \t--fill=[#cols]\t\tZet uitlijnbreedte op #cols\n"
-#: nano.c:451
+#: nano.c:467
msgid " -s [prog] \t--speller=[prog]\tEnable alternate speller\n"
msgstr ""
" -s [prog] \t--speller=[prog]\tAlternatieve spelling checker gebruiken\n"
-#: nano.c:454
+#: nano.c:470
msgid " -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n"
msgstr " -t \t\t--tempfile\t\tAutomatisch wegschrijven bij beëindigen\n"
-#: nano.c:456
+#: nano.c:472
msgid " -v \t\t--view\t\t\tView (read only) mode\n"
msgstr " -v \t\t--view\t\t\tView modus (alleen lezen)\n"
-#: nano.c:459
+#: nano.c:475
msgid " -w \t\t--nowrap\t\tDon't wrap long lines\n"
msgstr " -w \t\t--nowrap\t\tLange regels niet afbreken\n"
-#: nano.c:462
+#: nano.c:478
msgid " -x \t\t--nohelp\t\tDon't show help window\n"
msgstr " -x \t\t--nohelp\t\tGeen hulpvenster tonen\n"
-#: nano.c:464
+#: nano.c:480
msgid " -z \t\t--suspend\t\tEnable suspend\n"
msgstr " -z \t\t--suspend\t\tUitstellen toelaten\n"
-#: nano.c:466
+#: nano.c:482
msgid " +LINE\t\t\t\t\tStart at line number LINE\n"
msgstr " +REGEL\t\t\t\t\tStart op regelnummer REGEL\n"
-#: nano.c:468
+#: nano.c:484
msgid ""
"Usage: nano [option] +LINE <file>\n"
"\n"
"Gebruik: nano [optie] +REGEL <bestand>\n"
"\n"
-#: nano.c:469
+#: nano.c:485
msgid "Option\t\tMeaning\n"
msgstr "Optie\t\tBetekenis\n"
-#: nano.c:471
+#: nano.c:487
+msgid " -D \t\tWrite file in DOS format\n"
+msgstr ""
+
+#: nano.c:490
msgid " -F \t\tEnable multiple file buffers\n"
msgstr ""
-#: nano.c:473
+#: nano.c:493
+msgid " -M \t\tWrite file in Mac format\n"
+msgstr ""
+
+#: nano.c:495
msgid " -T [num]\tSet width of a tab to num\n"
msgstr " -T [num]\tStel tabbreedte in op num\n"
-#: nano.c:474
+#: nano.c:496
msgid " -R\t\tUse regular expressions for search\n"
msgstr " -R\t\tGebruik reguliere expressies voor zoeken\n"
-#: nano.c:475
+#: nano.c:498
+msgid " -S\t\tSmooth scrolling\n"
+msgstr ""
+
+#: nano.c:500
msgid " -V \t\tPrint version information and exit\n"
msgstr " -V \t\tToon versie informatie en beëindig\n"
-#: nano.c:476
+#: nano.c:501
msgid " -c \t\tConstantly show cursor position\n"
msgstr " -c \t\tToon cursorpositie altijd\n"
-#: nano.c:477
+#: nano.c:502
msgid " -h \t\tShow this message\n"
msgstr " -h \t\tToon dit bericht\n"
-#: nano.c:479
+#: nano.c:504
msgid " -i \t\tAutomatically indent new lines\n"
msgstr " -i \t\tAutomatisch indenteren van nieuwe regels\n"
-#: nano.c:480
+#: nano.c:505
msgid " -k \t\tLet ^K cut from cursor to end of line\n"
msgstr " -k \t\tLaat ^K vanaf cursor tot einde regel snijden\n"
-#: nano.c:483
+#: nano.c:508
msgid " -l \t\tDon't follow symbolic links, overwrite\n"
msgstr " -l \t\tSymbolische links niet volgen, overschrijven\n"
-#: nano.c:486
+#: nano.c:511
msgid " -m \t\tEnable mouse\n"
msgstr " -m \t\tMuis gebruiken\n"
-#: nano.c:490
+#: nano.c:515
msgid " -o [dir] \tSet operating directory\n"
msgstr ""
-#: nano.c:492
+#: nano.c:517
msgid " -p \t\tEmulate Pico as closely as possible\n"
msgstr " -p \t\tEmuleer Pico zo goed mogelijk\n"
-#: nano.c:496
+#: nano.c:521
msgid " -r [#cols] \tSet fill cols to (wrap lines at) #cols\n"
msgstr " -r [#cols] \tZet uitlijnbreedte op #cols\n"
-#: nano.c:499
+#: nano.c:524
msgid " -s [prog] \tEnable alternate speller\n"
msgstr " -s [prog] \tAlternatieve spelling checker gebruiken\n"
-#: nano.c:501
+#: nano.c:526
msgid " -t \t\tAuto save on exit, don't prompt\n"
msgstr " -t \t\tAutomatisch wegschrijven bij beëindigen\n"
-#: nano.c:502
+#: nano.c:527
msgid " -v \t\tView (read only) mode\n"
msgstr " -v \t\tView modus (alleen lezen)\n"
-#: nano.c:504
+#: nano.c:529
msgid " -w \t\tDon't wrap long lines\n"
msgstr " -w \t\tLange regels niet afbreken\n"
-#: nano.c:506
+#: nano.c:531
msgid " -x \t\tDon't show help window\n"
msgstr " -x \t\tGeen hulpvenster tonen\n"
-#: nano.c:507
+#: nano.c:532
msgid " -z \t\tEnable suspend\n"
msgstr " -z \t\tUitstellen toelaten\n"
-#: nano.c:508
+#: nano.c:533
msgid " +LINE\t\tStart at line number LINE\n"
msgstr " +REGEL\t\tStart op regelnummer REGEL\n"
-#: nano.c:515
+#: nano.c:540
#, c-format
msgid " GNU nano version %s (compiled %s, %s)\n"
msgstr " GNU nano versie %s (gecompileerd %s, %s)\n"
-#: nano.c:518
+#: nano.c:543
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org"
msgstr ""
" Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org\n"
" Meld fouten in de vertaling aan vertaling@nl.linux.org."
-#: nano.c:519
+#: nano.c:544
msgid ""
"\n"
" Compiled options:"
"\n"
" Gecompileerde opties:"
-#: nano.c:608
+#: nano.c:633
msgid "Mark Set"
msgstr "Markering gezet"
-#: nano.c:613
+#: nano.c:638
msgid "Mark UNset"
msgstr "Markering gewist"
-#: nano.c:1129
+#: nano.c:1167
#, c-format
msgid "check_wrap called with inptr->data=\"%s\"\n"
msgstr "check_wrap aangeroepen met inptr->data=\"%s\"\n"
-#: nano.c:1181
+#: nano.c:1219
#, c-format
msgid "current->data now = \"%s\"\n"
msgstr "current->data nu = \"%s\"%\n"
-#: nano.c:1233
+#: nano.c:1271
#, c-format
msgid "After, data = \"%s\"\n"
msgstr "Na afloop, data = \"%s\"\n"
-#: nano.c:1334
+#: nano.c:1372
msgid "Edit a replacement"
msgstr "Bewerk vervanging"
-#: nano.c:1568
+#: nano.c:1606
#, c-format
msgid "Could not create a temporary filename: %s"
msgstr "Kon geen tijdelijke bestandsnaam maken: %s"
-#: nano.c:1574
+#: nano.c:1612
msgid "Spell checking failed: unable to write temp file!"
msgstr "Spelling controle faalde: kon niet naar tijdelijk bestand schrijven!"
-#: nano.c:1594
+#: nano.c:1632
msgid "Finished checking spelling"
msgstr "Spelling controle afgerond"
-#: nano.c:1596
+#: nano.c:1634
msgid "Spell checking failed"
msgstr "Spelling controle faalde"
-#: nano.c:1625
+#: nano.c:1663
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
msgstr ""
"Bewaar gemodificeerde buffer (\"Nee\" ANTWOORDEN ZAL VERANDERINGEN "
"TENIETDOEN) ? "
-#: nano.c:1761
+#: nano.c:1810
msgid "Received SIGHUP"
msgstr "SIGHUP ontvangen"
-#: nano.c:1825
+#: nano.c:1874
msgid "Cannot resize top win"
msgstr "Kan bovenste venster niet herschalen"
-#: nano.c:1827
+#: nano.c:1876
msgid "Cannot move top win"
msgstr "Kan bovenste venster niet verplaatsen"
-#: nano.c:1829
+#: nano.c:1878
msgid "Cannot resize edit win"
msgstr "Kan bewerkingsvenster niet herschalen"
-#: nano.c:1831
+#: nano.c:1880
msgid "Cannot move edit win"
msgstr "Kan bewerkingsvenster niet verplaatsen"
-#: nano.c:1833
+#: nano.c:1882
msgid "Cannot resize bottom win"
msgstr "Kan onderste venster niet herschalen"
-#: nano.c:1835
+#: nano.c:1884
msgid "Cannot move bottom win"
msgstr "Kan onderste venster niet verplaatsen"
-#: nano.c:2160
+#: nano.c:2209
msgid "Can now UnJustify!"
msgstr "Kan nu OnUitlijnen!"
-#: nano.c:2276
+#: nano.c:2331
#, c-format
msgid "%s enable/disable"
msgstr "%s aanzetten/uitzetten"
-#: nano.c:2295
+#: nano.c:2350
msgid "enabled"
msgstr "aangezet"
-#: nano.c:2296
+#: nano.c:2351
msgid "disabled"
msgstr "uitgezet"
-#: nano.c:2348
+#: nano.c:2415
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
msgstr ""
"NumLock fout gedetecteerd. Numeriek toetsenbord zal niet goed functioneren "
"zonder NumLock"
-#: nano.c:2624
+#: nano.c:2708
msgid "Main: set up windows\n"
msgstr "Main: vensters instellen\n"
-#: nano.c:2635
+#: nano.c:2719
msgid "Main: bottom win\n"
msgstr "Main: onderste venster\n"
-#: nano.c:2641
+#: nano.c:2725
msgid "Main: open file\n"
msgstr "Main: bestand openen\n"
-#: nano.c:2701
+#: nano.c:2785
#, c-format
msgid "I got Alt-O-%c! (%d)\n"
msgstr "Ik kreeg Alt-O-%c! (%d)\n"
-#: nano.c:2728
+#: nano.c:2812
#, c-format
msgid "I got Alt-[-1-%c! (%d)\n"
msgstr "Ik kreeg Alt-[-1-%c! (%d)\n"
-#: nano.c:2766
+#: nano.c:2842
#, c-format
msgid "I got Alt-[-2-%c! (%d)\n"
msgstr "Ik kreeg Alt-[-2-%c! (%d)\n"
-#: nano.c:2820
+#: nano.c:2896
#, c-format
msgid "I got Alt-[-%c! (%d)\n"
msgstr "Ik kreeg Alt-[-%c! (%d)\n"
-#: nano.c:2855
+#: nano.c:2931
#, c-format
msgid "I got Alt-%c! (%d)\n"
msgstr "Ik kreeg Alt-%c! (%d)\n"
-#: rcfile.c:77
+#: rcfile.c:79
msgid ""
"\n"
"Press return to continue starting nano\n"
msgstr ""
-#: rcfile.c:135
+#: rcfile.c:137
msgid "parse_rcfile: Read a comment\n"
msgstr ""
-#: rcfile.c:152
+#: rcfile.c:154
#, c-format
msgid "Error in %s on line %d: command %s not understood"
msgstr ""
-#: rcfile.c:165
+#: rcfile.c:167
#, c-format
msgid "parse_rcfile: Parsing option %s\n"
msgstr ""
-#: rcfile.c:182
+#: rcfile.c:185
#, c-format
msgid "Error in %s on line %d: option %s requires an argument"
msgstr ""
-#: rcfile.c:193
+#: rcfile.c:196
#, c-format
msgid "Error in %s on line %d: requested fill size %d too small"
msgstr ""
-#: rcfile.c:209
+#: rcfile.c:205
+#, c-format
+msgid "Error in %s on line %d: requested tab size %d too small"
+msgstr ""
+
+#: rcfile.c:219
#, c-format
msgid "set flag %d!\n"
msgstr ""
-#: rcfile.c:214
+#: rcfile.c:224
#, c-format
msgid "unset flag %d!\n"
msgstr ""
-#: rcfile.c:223
+#: rcfile.c:233
msgid "Errors found in .nanorc file"
msgstr ""
-#: rcfile.c:232
+#: rcfile.c:242
#, c-format
msgid "Unable to open ~/.nanorc file, %s"
msgstr ""
-#: search.c:138
+#: search.c:132
+#, fuzzy
+msgid "Search"
+msgstr "Zoeken%s%s"
+
+#. This string is just a modifier for the search prompt,
+#. no grammar is implied
+#: search.c:136
#, fuzzy
-msgid "Case Sensitive "
+msgid " [Case Sensitive]"
msgstr "Kast gevoelig"
-#: search.c:139
-msgid "Regexp "
+#. This string is just a modifier for the search prompt,
+#. no grammar is implied
+#: search.c:140
+msgid " [Regexp]"
msgstr ""
-#: search.c:140
+#. This string is just a modifier for the search prompt,
+#. no grammar is implied
+#: search.c:144
#, fuzzy
-msgid "Search"
-msgstr "Zoeken%s%s"
-
-#: search.c:141
-msgid " Backwards"
-msgstr ""
+msgid " [Backwards]"
+msgstr "Terug"
-#: search.c:142
+#: search.c:146
msgid " (to replace)"
msgstr " (om te vervangen)"
-#: search.c:147 search.c:402
+#: search.c:151 search.c:424
msgid "Search Cancelled"
msgstr "Zoeken afgebroken"
-#: search.c:219
+#: search.c:223
#, c-format
msgid "\"%s...\" not found"
msgstr "\"%s...\" niet gevonden"
-#: search.c:268 search.c:324
+#: search.c:278 search.c:340
msgid "Search Wrapped"
msgstr "Zoeken van boven herstart"
-#: search.c:424
+#: search.c:446
#, c-format
msgid "Replaced %d occurrences"
msgstr "%d voorvallen vervangen"
-#: search.c:426
+#: search.c:448
msgid "Replaced 1 occurrence"
msgstr "1 voorval vervangen"
-#: search.c:564 search.c:674 search.c:690
+#: search.c:586 search.c:696 search.c:712
msgid "Replace Cancelled"
msgstr "Vervangen afgebroken"
-#: search.c:614
+#: search.c:636
msgid "Replace this instance?"
msgstr "Vervang deze instantie?"
-#: search.c:626
+#: search.c:648
msgid "Replace failed: unknown subexpression!"
msgstr "Vervangen faalde: onbekende deelexpressie!"
-#: search.c:715
+#: search.c:737
#, c-format
msgid "Replace with [%s]"
msgstr "Vervang met [%s]"
-#: search.c:719 search.c:723
+#: search.c:741 search.c:745
msgid "Replace with"
msgstr "Vervang met"
-#: search.c:757
+#: search.c:779
msgid "Enter line number"
msgstr "Geef regelnummer"
-#: search.c:759
+#: search.c:781
msgid "Aborted"
msgstr "Afgebroken"
-#: search.c:768
+#: search.c:790
msgid "Come on, be reasonable"
msgstr "Kom zeg, wees redelijk"
+#: search.c:844
+msgid "Not a bracket"
+msgstr ""
+
+#. didn't find either left or right bracket
+#: search.c:889
+msgid "No matching bracket"
+msgstr ""
+
#: utils.c:159
msgid "nano: malloc: out of memory!"
msgstr ""
msgid "actual_x_from_start for xplus=%d returned %d\n"
msgstr "actual_x_from_start voor xplus=%d gaf %d\n"
-#: winio.c:291 winio.c:459
+#: winio.c:291 winio.c:453
#, fuzzy, c-format
msgid "Aha! '%c' (%d)\n"
msgstr "invoer '%c' (%d)\n"
-#: winio.c:493
+#: winio.c:485
#, c-format
msgid "input '%c' (%d)\n"
msgstr "invoer '%c' (%d)\n"
-#: winio.c:540
+#: winio.c:533
msgid "New Buffer"
msgstr "Nieuwe buffer"
-#: winio.c:544
+#: winio.c:537
msgid " File: ..."
msgstr " Bestand: ..."
-#: winio.c:546
+#: winio.c:539
msgid " DIR: ..."
msgstr " Map: ..."
-#: winio.c:557
+#: winio.c:550
msgid "Modified"
msgstr "Veranderd"
-#: winio.c:1117
+#: winio.c:1110
#, c-format
msgid "Moved to (%d, %d) in edit buffer\n"
msgstr "Ging naar (%d, %d) in bewerkingsbuffer\n"
-#: winio.c:1128
+#: winio.c:1121
#, c-format
msgid "current->data = \"%s\"\n"
msgstr "current->data = \"%s\"\n"
-#: winio.c:1185
+#: winio.c:1178
#, c-format
msgid "I got \"%s\"\n"
msgstr "Ik kreeg \"%s\"\n"
#. Yes, no and all are strings of any length. Each string consists of
#. all characters accepted as a valid character for that value.
#. The first value will be the one displayed in the shortcuts.
-#: winio.c:1214
+#: winio.c:1207
msgid "Yy"
msgstr "Jj"
-#: winio.c:1215
+#: winio.c:1208
msgid "Nn"
msgstr "Nn"
-#: winio.c:1216
+#: winio.c:1209
msgid "Aa"
msgstr "Aa"
-#: winio.c:1230
+#: winio.c:1223
msgid "Yes"
msgstr "Ja"
-#: winio.c:1234
+#: winio.c:1227
msgid "All"
msgstr "Alle"
-#: winio.c:1239
+#: winio.c:1232
msgid "No"
msgstr "Nee"
-#: winio.c:1439
+#: winio.c:1432
#, c-format
msgid "do_cursorpos: linepct = %f, bytepct = %f\n"
msgstr "do_cursorpos: linepct = %f, bytepct = %f\n"
-#: winio.c:1443
+#: winio.c:1436
#, c-format
msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)"
msgstr "regel %d van %d (%.0f%%), karakter %d van %d (%.0f%%)"
-#: winio.c:1587
+#: winio.c:1580
msgid "Dumping file buffer to stderr...\n"
msgstr "Dumpen bestandsbuffer naar stderr...\n"
-#: winio.c:1589
+#: winio.c:1582
msgid "Dumping cutbuffer to stderr...\n"
msgstr "Dumpen snijbuffer naar stderr...\n"
-#: winio.c:1591
+#: winio.c:1584
msgid "Dumping a buffer to stderr...\n"
msgstr "Dumpen buffer naar stderr...\n"
-#: winio.c:1666
+#: winio.c:1659
msgid "The nano text editor"
msgstr "De nano tekst editor"
-#: winio.c:1667
+#: winio.c:1660
msgid "version "
msgstr "versie "
-#: winio.c:1668
+#: winio.c:1661
msgid "Brought to you by:"
msgstr "U gebracht door:"
-#: winio.c:1669
+#: winio.c:1662
msgid "Special thanks to:"
msgstr "Speciale dank aan:"
-#: winio.c:1670
+#: winio.c:1663
msgid "The Free Software Foundation"
msgstr "De Free Software Foundation"
-#: winio.c:1671
+#: winio.c:1664
msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses"
msgstr "Pavel Curtis, Zeyd Ben-Halim en Eric S. Raymond voor ncurses"
-#: winio.c:1672
+#: winio.c:1665
msgid "and anyone else we forgot..."
msgstr "en iedereen die we vergeten zijn..."
-#: winio.c:1673
+#: winio.c:1666
msgid "Thank you for using nano!\n"
msgstr "Dank u voor het gebruiken van nano!\n"
+#, fuzzy
+#~ msgid "Write"
+#~ msgstr "Schrijven"
+
#~ msgid "Case Sensitive Regexp Search%s%s"
#~ msgstr "Kastgevoelig Regexp zoeken%s%s"
msgid ""
msgstr ""
"Project-Id-Version: 1.0.3\n"
-"POT-Creation-Date: 2001-09-18 23:21-0400\n"
+"POT-Creation-Date: 2001-10-03 17:47-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Eivind Kjørstad <ekj@vestdata.no>\n"
"Language-Team: Norwegian <no@li.org>\n"
msgid "add_to_cutbuffer called with inptr->data = %s\n"
msgstr "add_to_cutbuffer vart kalla med inptr->data = %s\n"
-#: cut.c:211
+#: cut.c:214
msgid "Blew away cutbuffer =)\n"
msgstr "Frigjorde cut-bufferet\n"
-#: files.c:149
+#: files.c:158
msgid "read_line: not on first line and prev is NULL"
msgstr "read_line: ikkje på første linje, og prev er NULL"
-#: files.c:211 files.c:229
+#: files.c:230 files.c:248
#, c-format
msgid "Read %d lines"
msgstr "Leste %d linjer"
-#: files.c:247 search.c:213
+#: files.c:266 search.c:217
#, c-format
msgid "\"%s\" not found"
msgstr "\"%s\" ikke funnet"
#. We have a new file
-#: files.c:251
+#: files.c:270
msgid "New File"
msgstr "Ny fil"
-#: files.c:264
+#: files.c:283
#, c-format
msgid "File \"%s\" is a directory"
msgstr "Fila er en katalog"
# "enhet" = "device", kanskje, men det er litt forvirrande
#. Don't open character or block files. Sorry, /dev/sndstat!
-#: files.c:267
+#: files.c:286
#, c-format
msgid "File \"%s\" is a device file"
msgstr "Fila er ikke ei vanlig fil"
-#: files.c:275
+#: files.c:294
msgid "Reading File"
msgstr "Leser fil"
-#: files.c:295
+#: files.c:314
msgid "File to insert [from ./] "
msgstr "Fil som skal settast inn [frå ./] "
-#: files.c:299 files.c:451 files.c:498 files.c:678 files.c:690 files.c:733
-#: files.c:744 files.c:1264
+#: files.c:318 files.c:470 files.c:517 files.c:697 files.c:709 files.c:752
+#: files.c:763 files.c:1332
#, c-format
msgid "filename is %s"
msgstr "filnavnet er %s"
-#: files.c:330
+#: files.c:349
#, c-format
msgid "Can't insert file from outside of %s"
msgstr ""
-#: files.c:393 files.c:1022 files.c:1349 nano.c:1657
+#: files.c:412 files.c:1056 files.c:1417 nano.c:1695
msgid "Cancelled"
msgstr "Avbrutt"
-#: files.c:670 files.c:725
+#: files.c:689 files.c:744
msgid "No more open files"
msgstr ""
-#: files.c:1045
+#: files.c:1079
#, c-format
msgid "Can't write outside of %s"
msgstr ""
-#: files.c:1082 files.c:1098 files.c:1112 files.c:1129 files.c:1136
+#: files.c:1116 files.c:1132 files.c:1146 files.c:1169 files.c:1178
+#: files.c:1190
#, c-format
msgid "Could not open file for writing: %s"
msgstr "Kunne ikkje åpne fila for skriving: %s"
-#: files.c:1117
+#: files.c:1151
#, c-format
msgid "Wrote >%s\n"
msgstr "Skreiv >%s\n"
-#: files.c:1145
+#: files.c:1200
#, c-format
msgid "Could not close %s: %s"
msgstr "Kunne ikke lukke %s: %s"
#. Try a rename??
-#: files.c:1168 files.c:1177 files.c:1182
+#: files.c:1223 files.c:1232 files.c:1237
#, c-format
msgid "Could not open %s for writing: %s"
msgstr "Kunne ikke åpne %s for skriving: %s"
-#: files.c:1189
+#: files.c:1244
#, c-format
msgid "Could not set permissions %o on %s: %s"
msgstr "Kunne ikke sette rettighetebe %o på %s: %s"
-#: files.c:1196
+#: files.c:1251
#, c-format
msgid "Wrote %d lines"
msgstr "Skreiv %d linjer"
-#: files.c:1236
-#, c-format
-msgid "%s Selection to File"
+#: files.c:1294
+#, fuzzy
+msgid "Append Selection to File"
msgstr "%s område til fil"
-#: files.c:1236 files.c:1240 global.c:504
-msgid "Append"
-msgstr "Legg til"
+#: files.c:1297
+#, fuzzy
+msgid "Write Selection to File"
+msgstr "%s område til fil"
-#: files.c:1236 files.c:1240
-msgid "Write"
-msgstr "Skriv"
+#: files.c:1303
+#, fuzzy
+msgid "File Name to Append"
+msgstr "Filnamn som skal"
-#: files.c:1240
-#, c-format
-msgid "File Name to %s"
+#: files.c:1306
+#, fuzzy
+msgid "File Name to Write"
msgstr "Filnamn som skal"
-#: files.c:1278
+#: files.c:1346
msgid "File exists, OVERWRITE ?"
msgstr "Fila eksisterar, OVERSKRIVE ?"
-#: files.c:1798
+#: files.c:1866
msgid "(more)"
msgstr "(meir)"
-#: files.c:2111
+#: files.c:2179
msgid "Can't move up a directory"
msgstr "Kan ikke skifte katalog"
-#: files.c:2123
+#: files.c:2191
msgid "Can't visit parent in restricted mode"
msgstr ""
#. We can't open this dir for some reason. Complain
-#: files.c:2134 files.c:2191
+#: files.c:2202 files.c:2259
#, c-format
msgid "Can't open \"%s\": %s"
msgstr "Kan ikke åpne \"%s\": %s"
-#: files.c:2162 global.c:280
+#: files.c:2230 global.c:295
msgid "Goto Directory"
msgstr "Gå til katalog"
-#: files.c:2169
+#: files.c:2237
#, c-format
msgid "Can't go outside of %s in restricted mode"
msgstr ""
-#: files.c:2176
+#: files.c:2244
msgid "Goto Cancelled"
msgstr "Gåtil avbrutt"
-#: global.c:164
+#: global.c:166
msgid "Constant cursor position"
msgstr "Konstant kursorposisjon"
-#: global.c:165
+#: global.c:167
msgid "Auto indent"
msgstr "Automatisk indentering"
-#: global.c:166
+#: global.c:168
msgid "Suspend"
msgstr "Legg i bakgrunnen"
-#: global.c:167
+#: global.c:169
msgid "Help mode"
msgstr "Hjelp-instilling"
-#: global.c:168
+#: global.c:170
msgid "Pico mode"
msgstr "Pico-instilling"
-#: global.c:169
+#: global.c:171
msgid "Mouse support"
msgstr "Musestøtte"
-#: global.c:170
+#: global.c:172
msgid "Cut to end"
msgstr "Klipp til slutten"
-#: global.c:171
-msgid "Backwards Search"
+#: global.c:173
+#, fuzzy
+msgid "Backwards search"
msgstr "Søk bakover"
-#: global.c:172
-msgid "Case Sensitive Search"
+#: global.c:174
+#, fuzzy
+msgid "Case sensitive search"
msgstr "Søk (skill mellom store og små bokstavar)"
-#: global.c:174
+#: global.c:175
+msgid "Writing file in DOS format"
+msgstr ""
+
+#: global.c:176
+msgid "Writing file in Mac format"
+msgstr ""
+
+#: global.c:177
+msgid "Smooth scrolling"
+msgstr ""
+
+#: global.c:180
msgid "Regular expressions"
msgstr "Regulært uttrykk"
-#: global.c:176
+#: global.c:182
msgid "Auto wrap"
msgstr "Automatisk linjeskift"
-#: global.c:179
+#: global.c:185
msgid "Multiple file buffers"
msgstr ""
-#: global.c:180
+#: global.c:186
msgid "Open previously loaded file"
msgstr ""
-#: global.c:181
+#: global.c:187
msgid "Open next loaded file"
msgstr ""
-#: global.c:241
+#: global.c:256
msgid "Invoke the help menu"
msgstr "Vis hjelp-menyen"
-#: global.c:242
+#: global.c:257
msgid "Write the current file to disk"
msgstr "Lagre gjeldande fil"
-#: global.c:245
+#: global.c:260
msgid "Close currently loaded file/Exit from nano"
msgstr ""
-#: global.c:247
+#: global.c:262
msgid "Exit from nano"
msgstr "Avslutt nano"
-#: global.c:250
+#: global.c:265
msgid "Goto a specific line number"
msgstr "Hopp til eit linjenummer"
-#: global.c:251
+#: global.c:266
msgid "Justify the current paragraph"
msgstr "Juster avsnittet"
-#: global.c:252
+#: global.c:267
msgid "Unjustify after a justify"
msgstr "Fjern justering etter ei justering"
-#: global.c:253
+#: global.c:268
msgid "Replace text within the editor"
msgstr "Erstatt tekst"
-#: global.c:254
+#: global.c:269
msgid "Insert another file into the current one"
msgstr "Sett inn ei anna fil i denne"
-#: global.c:255
+#: global.c:270
msgid "Search for text within the editor"
msgstr "Søk etter tekst"
-#: global.c:256
+#: global.c:271
msgid "Move to the previous screen"
msgstr "Gå til forrige skjerm"
-#: global.c:257
+#: global.c:272
msgid "Move to the next screen"
msgstr "Gå til neste skjerm"
-#: global.c:258
+#: global.c:273
msgid "Cut the current line and store it in the cutbuffer"
msgstr "Klipp denne linja og lagre den i klippebufferet"
-#: global.c:259
+#: global.c:274
msgid "Uncut from the cutbuffer into the current line"
msgstr "Sett inn klippebufferet her"
-#: global.c:260
+#: global.c:275
msgid "Show the position of the cursor"
msgstr "Vis kursorposisjonen"
-#: global.c:261
+#: global.c:276
msgid "Invoke the spell checker (if available)"
msgstr "Start stavesjekk (viss tilgjengelig)"
-#: global.c:262
+#: global.c:277
msgid "Move up one line"
msgstr "Flytt opp ei linje"
-#: global.c:263
+#: global.c:278
msgid "Move down one line"
msgstr "Flytt ned ei linje"
-#: global.c:264
+#: global.c:279
msgid "Move forward one character"
msgstr "Flytt fram ein bokstav"
-#: global.c:265
+#: global.c:280
msgid "Move back one character"
msgstr "Flytt tilbake ein bokstav"
-#: global.c:266
+#: global.c:281
msgid "Move to the beginning of the current line"
msgstr "Flytt til starten av linja"
-#: global.c:267
+#: global.c:282
msgid "Move to the end of the current line"
msgstr "Flytt til enden av linja"
-#: global.c:268
+#: global.c:283
msgid "Go to the first line of the file"
msgstr "Gå til første linje"
-#: global.c:269
+#: global.c:284
msgid "Go to the last line of the file"
msgstr "Gå til siste linje"
-#: global.c:270
+#: global.c:285
msgid "Refresh (redraw) the current screen"
msgstr "Tegn skjermen på nytt"
-#: global.c:271
+#: global.c:286
msgid "Mark text at the current cursor location"
msgstr "Marker teksten ved kursor"
-#: global.c:272
+#: global.c:287
msgid "Delete the character under the cursor"
msgstr "Slett bokstaven under kursor"
-#: global.c:274
+#: global.c:289
msgid "Delete the character to the left of the cursor"
msgstr "Slett bokstaven til venstre for kursor"
-#: global.c:275
+#: global.c:290
msgid "Insert a tab character"
msgstr "Sett inn et tab-tegn"
-#: global.c:276
+#: global.c:291
msgid "Insert a carriage return at the cursor position"
msgstr "Sett inn et linjeskift"
-#: global.c:278
+#: global.c:293
msgid "Make the current search or replace case (in)sensitive"
msgstr "Gjer gjeldande søk utan hensyn til store/små bokstavar"
-#: global.c:279
+#: global.c:294
msgid "Go to file browser"
msgstr "Gå til fil-lesar"
-#: global.c:281
+#: global.c:296
msgid "Cancel the current function"
msgstr "Avbryt gjeldande funksjon"
-#: global.c:282
+#: global.c:297
msgid "Append to the current file"
msgstr "Legg til noverande fil"
-#: global.c:283
-msgid "Search Backwards"
+#: global.c:298
+#, fuzzy
+msgid "Search backwards"
msgstr "Søk bakover"
-#: global.c:284
-msgid "Use Regular Expressions"
+#: global.c:300
+#, fuzzy
+msgid "Use Regular expressions"
msgstr "Bruk regulære uttrykk"
-#: global.c:287
+#: global.c:301
+msgid "Find other bracket"
+msgstr ""
+
+#: global.c:305
msgid "Get Help"
msgstr "Hjelp"
-#: global.c:292
+#: global.c:310
msgid "Close"
msgstr ""
-#: global.c:296 global.c:495 global.c:533
+#: global.c:314 global.c:517 global.c:555
msgid "Exit"
msgstr "Avslutt"
-#: global.c:299
+#: global.c:317
msgid "WriteOut"
msgstr "Lagre"
-#: global.c:304 global.c:393
+#: global.c:322 global.c:411
msgid "Justify"
msgstr "Juster"
-#: global.c:308 global.c:314
+#: global.c:326 global.c:332
msgid "Read File"
msgstr "Les fil"
-#: global.c:318 global.c:389 global.c:413
+#: global.c:336 global.c:407 global.c:435
msgid "Replace"
msgstr "Erstatt"
-#: global.c:322
+#: global.c:340
msgid "Where Is"
msgstr "Finn"
-#: global.c:326 global.c:487 global.c:522
+#: global.c:344 global.c:509 global.c:544
msgid "Prev Page"
msgstr "Forrige side"
-#: global.c:330 global.c:491 global.c:526
+#: global.c:348 global.c:513 global.c:548
msgid "Next Page"
msgstr "Neste side"
-#: global.c:334
+#: global.c:352
msgid "Cut Text"
msgstr "Klipp"
-#: global.c:338
+#: global.c:356
msgid "UnJustify"
msgstr "Avjuster"
-#: global.c:341
+#: global.c:359
msgid "UnCut Txt"
msgstr "Lim inn"
-#: global.c:345
+#: global.c:363
msgid "Cur Pos"
msgstr "Posisjon"
-#: global.c:349
+#: global.c:367
msgid "To Spell"
msgstr "Staving"
-#: global.c:353
+#: global.c:371
msgid "Up"
msgstr "Opp"
-#: global.c:356
+#: global.c:374
msgid "Down"
msgstr "Ned"
-#: global.c:359
+#: global.c:377
msgid "Forward"
msgstr "Framover"
-#: global.c:362
+#: global.c:380
msgid "Back"
msgstr "Bakover"
-#: global.c:365
+#: global.c:383
msgid "Home"
msgstr "Hjem"
-#: global.c:368
+#: global.c:386
msgid "End"
msgstr "Bunn"
-#: global.c:371
+#: global.c:389
msgid "Refresh"
msgstr "Oppfrisk"
-#: global.c:374
+#: global.c:392
msgid "Mark Text"
msgstr "Marker tekst"
-#: global.c:377
+#: global.c:395
msgid "Delete"
msgstr "Slett"
-#: global.c:381
+#: global.c:399
msgid "Backspace"
msgstr "Visketast"
-#: global.c:385
+#: global.c:403
msgid "Tab"
msgstr "Tab"
-#: global.c:397
+#: global.c:415
msgid "Enter"
msgstr "Enter"
-#: global.c:401 global.c:417 global.c:447
+#: global.c:419 global.c:439 global.c:469
msgid "Goto Line"
msgstr "Gå til linje"
-#: global.c:407 global.c:437 global.c:467 global.c:477
+#: global.c:424
+msgid "Find Other Bracket"
+msgstr ""
+
+#: global.c:429 global.c:459 global.c:489 global.c:499
msgid "First Line"
msgstr "Første linje"
-#: global.c:410 global.c:440 global.c:470 global.c:480
+#: global.c:432 global.c:462 global.c:492 global.c:502
msgid "Last Line"
msgstr "Siste linje"
-#: global.c:421 global.c:451
+#: global.c:443 global.c:473
msgid "Case Sens"
msgstr "Følsomt for store/små bokstavar"
-#: global.c:424 global.c:454
-msgid "Backward"
-msgstr "Bakover"
+#: global.c:446 global.c:476
+#, fuzzy
+msgid "Direction"
+msgstr "Gå til katalog"
-#: global.c:429 global.c:459
+#: global.c:451 global.c:481
msgid "Regexp"
msgstr "Regulært uttrykk"
-#: global.c:434 global.c:464 global.c:473 global.c:483 global.c:507
-#: global.c:515 global.c:518 global.c:536 winio.c:1241
+#: global.c:456 global.c:486 global.c:495 global.c:505 global.c:529
+#: global.c:537 global.c:540 global.c:558 winio.c:1234
msgid "Cancel"
msgstr "Avbryt"
-#: global.c:443
+#: global.c:465
msgid "No Replace"
msgstr "Ingen erstatting"
-#: global.c:500 global.c:511
+#: global.c:522 global.c:533
msgid "To Files"
msgstr "Til filer"
-#: global.c:530
+#: global.c:526
+msgid "Append"
+msgstr "Legg til"
+
+#: global.c:552
msgid "Goto"
msgstr "Gå til"
msgid "Key illegal in VIEW mode"
msgstr "Taten er ulovlig i LES-modus"
-#: nano.c:242
+#: nano.c:245
msgid ""
" nano help text\n"
"\n"
"commonly used shortcuts in the editor.\n"
"\n"
" The notation for shortcuts is as follows: Control-key sequences are notated "
-"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-"
-"key sequences are notated with the Meta (M) symbol and can be entered using "
-"either the Esc, Alt or Meta key depending on your keyboard setup. The "
+"with a caret (^) symbol and are entered with the Control (Ctrl) key. "
+"Escape-key sequences are notated with the Meta (M) symbol and can be entered "
+"using either the Esc, Alt or Meta key depending on your keyboard setup. The "
"following keystrokes are available in the main editor window. Optional keys "
"are shown in parentheses:\n"
"\n"
"meldinger. Dei to nederste linjene viser dei vanlegaste snarvegane i\n"
"programmet.\n"
"\n"
-"Snarvegane er beskreve slik: Control-tast sekvensar er skreve med eit "
-"karet \n"
+"Snarvegane er beskreve slik: Control-tast sekvensar er skreve med eit karet "
+"\n"
"(^) symbol, og blir skreve med Control (Ctrl) tasten.\n"
-"Escape-tast sekvensar er skreve med meta (M) symbolet og kan skrivast "
-"enten \n"
+"Escape-tast sekvensar er skreve med meta (M) symbolet og kan skrivast enten "
+"\n"
"med Esc, Alt eller Meta-tasten avhengig av tastaturoppsettet ditt. Dei "
"følgande\n"
"tastetrykka er tilgjengelige i hovedvinduet. Valgfrie tastar er vist i "
"parentes:\n"
-#: nano.c:342
+#: nano.c:345
msgid "delete_node(): free'd a node, YAY!\n"
msgstr "delete_node(): frigjorde en node, HURRA !\n"
-#: nano.c:347
+#: nano.c:350
msgid "delete_node(): free'd last node.\n"
msgstr "delete_node(): frigjorde siste node.\n"
-#: nano.c:402
+#: nano.c:405
msgid ""
"Usage: nano [GNU long option] [option] +LINE <file>\n"
"\n"
msgstr "Bruk: nano [GNU lange opsjonar] [opsjonar] +LINJE <fil>\n"
-#: nano.c:403
+#: nano.c:406
msgid "Option\t\tLong option\t\tMeaning\n"
msgstr "Opsjon Lang opsjon Mening\n"
-#: nano.c:408
+#: nano.c:411
+msgid " -D \t\t--dos\t\t\tWrite file in DOS format\n"
+msgstr ""
+
+#: nano.c:416
msgid " -F \t\t--multibuffer\t\tEnable multiple file buffers\n"
msgstr ""
-#: nano.c:412
-msgid " -T [num]\t--tabsize=[num]\t\tSet width of a tab to num\n"
+#: nano.c:421
+msgid " -M \t\t--mac\t\t\tWrite file in Mac format\n"
msgstr ""
-" -T [num] --tabsize=[num] Set størrelsen på tab til num\n"
-#: nano.c:415
+#: nano.c:425
msgid " -R\t\t--regexp\t\tUse regular expressions for search\n"
msgstr " -R --regexp Bruk regulære uttrykk\n"
-#: nano.c:419
+#: nano.c:429
+msgid " -S\t\t--smooth\t\tSmooth scrolling\n"
+msgstr ""
+
+#: nano.c:432
+msgid " -T [num]\t--tabsize=[num]\t\tSet width of a tab to num\n"
+msgstr ""
+" -T [num] --tabsize=[num] Set størrelsen på tab til num\n"
+
+#: nano.c:435
msgid " -V \t\t--version\t\tPrint version information and exit\n"
msgstr ""
" -V --version Skriv ut versjonsnummer og avslutt\n"
-#: nano.c:421
+#: nano.c:437
msgid " -c \t\t--const\t\t\tConstantly show cursor position\n"
msgstr " -c --const Vis kursorposisjon\n"
-#: nano.c:423
+#: nano.c:439
msgid " -h \t\t--help\t\t\tShow this message\n"
msgstr " -h --help Vis denne meldinga\n"
-#: nano.c:426
+#: nano.c:442
msgid " -i \t\t--autoindent\t\tAutomatically indent new lines\n"
msgstr ""
" -i --autonindent Indenter nye linjer automatisk\n"
-#: nano.c:428
+#: nano.c:444
msgid " -k \t\t--cut\t\t\tLet ^K cut from cursor to end of line\n"
msgstr " -k --cut La ^K klippe fra kursoren\n"
-#: nano.c:431
+#: nano.c:447
msgid " -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite\n"
msgstr ""
" -l --nofollow Ikke følg symbolske lenker, "
"overskriv\n"
-#: nano.c:434
+#: nano.c:450
msgid " -m \t\t--mouse\t\t\tEnable mouse\n"
msgstr " -m --mouse Skru på musstøttet\n"
-#: nano.c:439
-msgid " -o [dir] \t--operatingdir\t\tSet operating directory\n"
+#: nano.c:455
+msgid " -o [dir] \t--operatingdir=[dir]\tSet operating directory\n"
msgstr ""
-#: nano.c:442
+#: nano.c:458
#, fuzzy
msgid " -p \t\t--pico\t\t\tEmulate Pico as closely as possible\n"
msgstr ""
" -p --pico Etterlign Pico så nøye som mulig\n"
-#: nano.c:447
+#: nano.c:463
msgid ""
" -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n"
msgstr ""
" -r [#cols] --fill=[#cols] Bryt linjer på posisjon #cols\n"
-#: nano.c:451
+#: nano.c:467
msgid " -s [prog] \t--speller=[prog]\tEnable alternate speller\n"
msgstr " -s [prog] --speller=[prog] Bruk prog for stavesjekk\n"
-#: nano.c:454
+#: nano.c:470
msgid " -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n"
msgstr " -t --tempfile Autolagre ved avslutting\n"
-#: nano.c:456
+#: nano.c:472
msgid " -v \t\t--view\t\t\tView (read only) mode\n"
msgstr " -v --view Vis (bare lesing) modus\n"
-#: nano.c:459
+#: nano.c:475
msgid " -w \t\t--nowrap\t\tDon't wrap long lines\n"
msgstr " -w --nowrap Ikkje bryt lange linjer\n"
-#: nano.c:462
+#: nano.c:478
msgid " -x \t\t--nohelp\t\tDon't show help window\n"
msgstr " -x --nohelp Ikkje vis hjelpevindu\n"
# Kva i alle dagar er "suspend" på norsk?
-#: nano.c:464
+#: nano.c:480
msgid " -z \t\t--suspend\t\tEnable suspend\n"
msgstr " -z --suspend Skru på suspend\n"
-#: nano.c:466
+#: nano.c:482
msgid " +LINE\t\t\t\t\tStart at line number LINE\n"
msgstr " +LINJE Start på linje LINJE\n"
-#: nano.c:468
+#: nano.c:484
msgid ""
"Usage: nano [option] +LINE <file>\n"
"\n"
"Bruk: nano [opsjon] +LINJE <fil>\n"
"\n"
-#: nano.c:469
+#: nano.c:485
msgid "Option\t\tMeaning\n"
msgstr "Opsjon Betydning\n"
-#: nano.c:471
+#: nano.c:487
+msgid " -D \t\tWrite file in DOS format\n"
+msgstr ""
+
+#: nano.c:490
msgid " -F \t\tEnable multiple file buffers\n"
msgstr ""
-#: nano.c:473
+#: nano.c:493
+msgid " -M \t\tWrite file in Mac format\n"
+msgstr ""
+
+#: nano.c:495
msgid " -T [num]\tSet width of a tab to num\n"
msgstr " -T [num] Set bredda på en tab til num\n"
-#: nano.c:474
+#: nano.c:496
msgid " -R\t\tUse regular expressions for search\n"
msgstr " -R Bruk regulære uttrykk for søking\n"
-#: nano.c:475
+#: nano.c:498
+msgid " -S\t\tSmooth scrolling\n"
+msgstr ""
+
+#: nano.c:500
msgid " -V \t\tPrint version information and exit\n"
msgstr " -V Skriv versjonsnummeret og avslutt\n"
-#: nano.c:476
+#: nano.c:501
msgid " -c \t\tConstantly show cursor position\n"
msgstr " -c Vis kursorposisjonen konstant\n"
-#: nano.c:477
+#: nano.c:502
msgid " -h \t\tShow this message\n"
msgstr " -h Vis denne meldinga\n"
-#: nano.c:479
+#: nano.c:504
msgid " -i \t\tAutomatically indent new lines\n"
msgstr " -i Indenter nye linjer automagisk\n"
-#: nano.c:480
+#: nano.c:505
msgid " -k \t\tLet ^K cut from cursor to end of line\n"
msgstr " -k La ^K kutte frå kursoren\n"
-#: nano.c:483
+#: nano.c:508
msgid " -l \t\tDon't follow symbolic links, overwrite\n"
msgstr " -l Ikkje følg symbolske linkar, overskriv\n"
-#: nano.c:486
+#: nano.c:511
msgid " -m \t\tEnable mouse\n"
msgstr " -m Skru på støtte for mus\n"
-#: nano.c:490
+#: nano.c:515
msgid " -o [dir] \tSet operating directory\n"
msgstr ""
-#: nano.c:492
+#: nano.c:517
msgid " -p \t\tEmulate Pico as closely as possible\n"
msgstr " -p Etterlign Pico så nøyaktig som mulig\n"
-#: nano.c:496
+#: nano.c:521
msgid " -r [#cols] \tSet fill cols to (wrap lines at) #cols\n"
msgstr " -r [#cols] Bryt linjer ved posisjon #cols\n"
-#: nano.c:499
+#: nano.c:524
msgid " -s [prog] \tEnable alternate speller\n"
msgstr " -s [prog] Bruk prog til stavesjekking\n"
-#: nano.c:501
+#: nano.c:526
msgid " -t \t\tAuto save on exit, don't prompt\n"
msgstr " -t Autolagre ved avslutning\n"
-#: nano.c:502
+#: nano.c:527
msgid " -v \t\tView (read only) mode\n"
msgstr " -v Vis (bare les) modus\n"
-#: nano.c:504
+#: nano.c:529
msgid " -w \t\tDon't wrap long lines\n"
msgstr " -w Ikke bryt lange linjer\n"
-#: nano.c:506
+#: nano.c:531
msgid " -x \t\tDon't show help window\n"
msgstr " -x Ikkje vis hjelpevindu\n"
-#: nano.c:507
+#: nano.c:532
msgid " -z \t\tEnable suspend\n"
msgstr " -z Tillat suspend\n"
-#: nano.c:508
+#: nano.c:533
msgid " +LINE\t\tStart at line number LINE\n"
msgstr " +LINJE Start på linje nummer LINJE\n"
-#: nano.c:515
+#: nano.c:540
#, c-format
msgid " GNU nano version %s (compiled %s, %s)\n"
msgstr "GNU nano versjon %s (kompilert %s, %s)\n"
-#: nano.c:518
+#: nano.c:543
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org"
msgstr "Epost: nano@nano-editor.org Www: http://www.nano-editor.org"
-#: nano.c:519
+#: nano.c:544
msgid ""
"\n"
" Compiled options:"
"\n"
" Kompilerte opsjoner:"
-#: nano.c:608
+#: nano.c:633
msgid "Mark Set"
msgstr "Merke satt"
-#: nano.c:613
+#: nano.c:638
msgid "Mark UNset"
msgstr "Merke fjerna"
-#: nano.c:1129
+#: nano.c:1167
#, c-format
msgid "check_wrap called with inptr->data=\"%s\"\n"
msgstr "check_wrap kalla med inptr->data=\"%s\"\n"
-#: nano.c:1181
+#: nano.c:1219
#, c-format
msgid "current->data now = \"%s\"\n"
msgstr "current->data nå = \"%s\"\n"
-#: nano.c:1233
+#: nano.c:1271
#, c-format
msgid "After, data = \"%s\"\n"
msgstr "Etter, data = \"%s\"\n"
-#: nano.c:1334
+#: nano.c:1372
msgid "Edit a replacement"
msgstr "Rediger erstatning"
-#: nano.c:1568
+#: nano.c:1606
#, c-format
msgid "Could not create a temporary filename: %s"
msgstr "Kunne ikkje oprette midlertidig fil: %s"
-#: nano.c:1574
+#: nano.c:1612
msgid "Spell checking failed: unable to write temp file!"
msgstr "Stavekontroll feila: kunne ikkje lage midlertidig fil!"
-#: nano.c:1594
+#: nano.c:1632
msgid "Finished checking spelling"
msgstr "Stavekontroll fullført"
-#: nano.c:1596
+#: nano.c:1634
msgid "Spell checking failed"
msgstr "Stavekontroll feila"
-#: nano.c:1625
+#: nano.c:1663
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
msgstr "Lagre endra buffer (\"No\" VIL MISTE ENDRINGENE) ? "
-#: nano.c:1761
+#: nano.c:1810
msgid "Received SIGHUP"
msgstr "Mottok SIGHUP"
-#: nano.c:1825
+#: nano.c:1874
msgid "Cannot resize top win"
msgstr "Kan ikke endre størrelse på toppvinduet"
-#: nano.c:1827
+#: nano.c:1876
msgid "Cannot move top win"
msgstr "Kan ikke flytte toppvinduet"
-#: nano.c:1829
+#: nano.c:1878
msgid "Cannot resize edit win"
msgstr "Kan ikke endre størrelse på redigeringsvinduet"
-#: nano.c:1831
+#: nano.c:1880
msgid "Cannot move edit win"
msgstr "Kan iikke flytte redigeringsvinduet"
-#: nano.c:1833
+#: nano.c:1882
msgid "Cannot resize bottom win"
msgstr "Kan ikke endre størrelse på bunnvinduet"
-#: nano.c:1835
+#: nano.c:1884
msgid "Cannot move bottom win"
msgstr "Kan ikke flytte bunnvinduet"
-#: nano.c:2160
+#: nano.c:2209
msgid "Can now UnJustify!"
msgstr "Du kan no avjustere!"
-#: nano.c:2276
+#: nano.c:2331
#, c-format
msgid "%s enable/disable"
msgstr "%s skru på/av"
-#: nano.c:2295
+#: nano.c:2350
msgid "enabled"
msgstr "på"
-#: nano.c:2296
+#: nano.c:2351
msgid "disabled"
msgstr "av"
-#: nano.c:2348
+#: nano.c:2415
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
msgstr "NumLock-feil oppdaga. Nummer-tastane vil fungere feil med NumLock av"
-#: nano.c:2624
+#: nano.c:2708
msgid "Main: set up windows\n"
msgstr "Hoved: Vinduer satt opp\n"
-#: nano.c:2635
+#: nano.c:2719
msgid "Main: bottom win\n"
msgstr "Hoved: bunnvindu\n"
-#: nano.c:2641
+#: nano.c:2725
msgid "Main: open file\n"
msgstr "Hoved: åpne fil\n"
-#: nano.c:2701
+#: nano.c:2785
#, c-format
msgid "I got Alt-O-%c! (%d)\n"
msgstr "Jeg fikk Alt-O-%c! (%d)\n"
-#: nano.c:2728
+#: nano.c:2812
#, c-format
msgid "I got Alt-[-1-%c! (%d)\n"
msgstr "Jeg fikk Alt-[-1-%c! (%d)\n"
-#: nano.c:2766
+#: nano.c:2842
#, c-format
msgid "I got Alt-[-2-%c! (%d)\n"
msgstr "Jeg fikk Alt-[-2-%c! (%d)\n"
-#: nano.c:2820
+#: nano.c:2896
#, c-format
msgid "I got Alt-[-%c! (%d)\n"
msgstr "Jeg fikk Alt-[-%c! (%d)\n"
-#: nano.c:2855
+#: nano.c:2931
#, c-format
msgid "I got Alt-%c! (%d)\n"
msgstr "Jeg fikk Alt-%c (%d)\n"
-#: rcfile.c:77
+#: rcfile.c:79
msgid ""
"\n"
"Press return to continue starting nano\n"
"\n"
"Trykk retur for å fortsette lastingen av nano\n"
-#: rcfile.c:135
+#: rcfile.c:137
msgid "parse_rcfile: Read a comment\n"
msgstr "parse_rcfile: Leste en kommentar\n"
-#: rcfile.c:152
+#: rcfile.c:154
#, c-format
msgid "Error in %s on line %d: command %s not understood"
msgstr "Feil i %s på linje %d: kommandon %s ikke forståelig"
-#: rcfile.c:165
+#: rcfile.c:167
#, c-format
msgid "parse_rcfile: Parsing option %s\n"
msgstr "parse_rcfile: Leser inn opsjon %s\n"
-#: rcfile.c:182
+#: rcfile.c:185
#, c-format
msgid "Error in %s on line %d: option %s requires an argument"
msgstr "Feil i %s på linje %d: opsjonen %s krever et argument"
-#: rcfile.c:193
+#: rcfile.c:196
#, c-format
msgid "Error in %s on line %d: requested fill size %d too small"
msgstr "Feil i %s på linje %d: den foreslåtte fyllbredda er %d for lav"
-#: rcfile.c:209
+#: rcfile.c:205
+#, fuzzy, c-format
+msgid "Error in %s on line %d: requested tab size %d too small"
+msgstr "Feil i %s på linje %d: den foreslåtte fyllbredda er %d for lav"
+
+#: rcfile.c:219
#, c-format
msgid "set flag %d!\n"
msgstr "sett flagget %d!\n"
-#: rcfile.c:214
+#: rcfile.c:224
#, c-format
msgid "unset flag %d!\n"
msgstr "Skru av flagget %d!\n"
-#: rcfile.c:223
+#: rcfile.c:233
msgid "Errors found in .nanorc file"
msgstr "Feil funnet i .nanorc fila"
-#: rcfile.c:232
+#: rcfile.c:242
#, c-format
msgid "Unable to open ~/.nanorc file, %s"
msgstr "Kan ikkje åpne ~/.nanorc, %s"
-#: search.c:138
-msgid "Case Sensitive "
-msgstr "Ta hensyn til store/små bokstaver "
+#: search.c:132
+msgid "Search"
+msgstr "Søk"
-#: search.c:139
-msgid "Regexp "
-msgstr "Regulært uttrykk"
+#. This string is just a modifier for the search prompt,
+#. no grammar is implied
+#: search.c:136
+#, fuzzy
+msgid " [Case Sensitive]"
+msgstr "Ta hensyn til store/små bokstaver "
+#. This string is just a modifier for the search prompt,
+#. no grammar is implied
#: search.c:140
-msgid "Search"
-msgstr "Søk"
+#, fuzzy
+msgid " [Regexp]"
+msgstr "Regulært uttrykk"
-#: search.c:141
-msgid " Backwards"
+#. This string is just a modifier for the search prompt,
+#. no grammar is implied
+#: search.c:144
+#, fuzzy
+msgid " [Backwards]"
msgstr " Bakover"
-#: search.c:142
+#: search.c:146
msgid " (to replace)"
msgstr " (å erstatte)"
-#: search.c:147 search.c:402
+#: search.c:151 search.c:424
msgid "Search Cancelled"
msgstr "Søk avbrutt"
-#: search.c:219
+#: search.c:223
#, c-format
msgid "\"%s...\" not found"
msgstr "\"%s...\" ikke funnet"
-#: search.c:268 search.c:324
+#: search.c:278 search.c:340
msgid "Search Wrapped"
msgstr "Søket gikk rundt"
-#: search.c:424
+#: search.c:446
#, c-format
msgid "Replaced %d occurrences"
msgstr "Erstattet %d tilfeller"
-#: search.c:426
+#: search.c:448
msgid "Replaced 1 occurrence"
msgstr "Erstattet 1 tilfelle"
-#: search.c:564 search.c:674 search.c:690
+#: search.c:586 search.c:696 search.c:712
msgid "Replace Cancelled"
msgstr "Erstatt avbrutt"
-#: search.c:614
+#: search.c:636
msgid "Replace this instance?"
msgstr "Erstatt dette tilfellet?"
-#: search.c:626
+#: search.c:648
msgid "Replace failed: unknown subexpression!"
msgstr "Erstatt feila: ukjent underuttrykk!"
-#: search.c:715
+#: search.c:737
#, c-format
msgid "Replace with [%s]"
msgstr "Erstatt med [%s]"
-#: search.c:719 search.c:723
+#: search.c:741 search.c:745
msgid "Replace with"
msgstr "Erstatt med"
-#: search.c:757
+#: search.c:779
msgid "Enter line number"
msgstr "Skriv linjenummer"
-#: search.c:759
+#: search.c:781
msgid "Aborted"
msgstr "Avbrutt"
-#: search.c:768
+#: search.c:790
msgid "Come on, be reasonable"
msgstr "Kom igjen, samarbeid litt"
+#: search.c:844
+msgid "Not a bracket"
+msgstr ""
+
+#. didn't find either left or right bracket
+#: search.c:889
+msgid "No matching bracket"
+msgstr ""
+
#: utils.c:159
msgid "nano: malloc: out of memory!"
msgstr "nano: malloc: tom for minne!"
msgid "actual_x_from_start for xplus=%d returned %d\n"
msgstr "actual_x_from_start for xplus=%d returnerte %d\n"
-#: winio.c:291 winio.c:459
+#: winio.c:291 winio.c:453
#, c-format
msgid "Aha! '%c' (%d)\n"
msgstr "Aha! '%c' (%d)\n"
-#: winio.c:493
+#: winio.c:485
#, c-format
msgid "input '%c' (%d)\n"
msgstr "input '%c' (%d)\n"
-#: winio.c:540
+#: winio.c:533
msgid "New Buffer"
msgstr "Ny buffer"
-#: winio.c:544
+#: winio.c:537
msgid " File: ..."
msgstr " Fil: ..."
-#: winio.c:546
+#: winio.c:539
msgid " DIR: ..."
msgstr " KAT: ..."
-#: winio.c:557
+#: winio.c:550
msgid "Modified"
msgstr "Endret"
-#: winio.c:1117
+#: winio.c:1110
#, c-format
msgid "Moved to (%d, %d) in edit buffer\n"
msgstr "Flyttet til (%d, %d) i rediger buffer\n"
-#: winio.c:1128
+#: winio.c:1121
#, c-format
msgid "current->data = \"%s\"\n"
msgstr "current->data = \"%s\"\n"
-#: winio.c:1185
+#: winio.c:1178
#, c-format
msgid "I got \"%s\"\n"
msgstr "Jeg fikk \"%s\"\n"
#. Yes, no and all are strings of any length. Each string consists of
#. all characters accepted as a valid character for that value.
#. The first value will be the one displayed in the shortcuts.
-#: winio.c:1214
+#: winio.c:1207
msgid "Yy"
msgstr "JjYy"
-#: winio.c:1215
+#: winio.c:1208
msgid "Nn"
msgstr "Nn"
-#: winio.c:1216
+#: winio.c:1209
msgid "Aa"
msgstr "Aa"
-#: winio.c:1230
+#: winio.c:1223
msgid "Yes"
msgstr "Ja"
-#: winio.c:1234
+#: winio.c:1227
msgid "All"
msgstr "Alle"
-#: winio.c:1239
+#: winio.c:1232
msgid "No"
msgstr "Nei"
-#: winio.c:1439
+#: winio.c:1432
#, c-format
msgid "do_cursorpos: linepct = %f, bytepct = %f\n"
msgstr "do_cursorpos: linepct = %f, bytepct = %f\n"
-#: winio.c:1443
+#: winio.c:1436
#, c-format
msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)"
msgstr "linje %d av %d (%.0f%%), tegn %d av %d (%.0f%%)"
-#: winio.c:1587
+#: winio.c:1580
msgid "Dumping file buffer to stderr...\n"
msgstr "Dumper fil-bufferet til stderr...\n"
-#: winio.c:1589
+#: winio.c:1582
msgid "Dumping cutbuffer to stderr...\n"
msgstr "Dumper klippbufferet til stderr...\n"
-#: winio.c:1591
+#: winio.c:1584
msgid "Dumping a buffer to stderr...\n"
msgstr "Skriver et buffer til stderr...\n"
-#: winio.c:1666
+#: winio.c:1659
msgid "The nano text editor"
msgstr "Tekstredigererern nano"
-#: winio.c:1667
+#: winio.c:1660
msgid "version "
msgstr "versjon"
-#: winio.c:1668
+#: winio.c:1661
msgid "Brought to you by:"
msgstr "Bragt til deg av:"
-#: winio.c:1669
+#: winio.c:1662
msgid "Special thanks to:"
msgstr "Mange takk til:"
# Oversette dette ?
-#: winio.c:1670
+#: winio.c:1663
msgid "The Free Software Foundation"
msgstr "The Free Sofware Foundation"
-#: winio.c:1671
+#: winio.c:1664
msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses"
msgstr "Pavel Curtis, Zeyd Ben-Halim og Eric S. Raymond for ncurses"
-#: winio.c:1672
+#: winio.c:1665
msgid "and anyone else we forgot..."
msgstr "og alle dei andre vi glømte..."
-#: winio.c:1673
+#: winio.c:1666
msgid "Thank you for using nano!\n"
msgstr "Takk for at du bruker nano!\n"
+
+#~ msgid "Write"
+#~ msgstr "Skriv"
+
+#~ msgid "Backward"
+#~ msgstr "Bakover"
+
+#~ msgid "Regexp "
+#~ msgstr "Regulært uttrykk"
msgid ""
msgstr ""
"Project-Id-Version: nano 1.0.1\n"
-"POT-Creation-Date: 2001-09-18 23:21-0400\n"
+"POT-Creation-Date: 2001-10-03 17:47-0400\n"
"PO-Revision-Date: 2001-05-16 10:10+0200\n"
"Last-Translator: Sergey A. Ribalchenko <fisher@obu.ck.ua>\n"
"Language-Team: Russian <ru@li.org>\n"
msgid "add_to_cutbuffer called with inptr->data = %s\n"
msgstr "add_to_cutbuffer ×ÙÚ×ÁÎ Ó inptr->data = %s\n"
-#: cut.c:211
+#: cut.c:214
msgid "Blew away cutbuffer =)\n"
msgstr "cutbuffer ÓÄÕÌÏ ×ÅÔÒÏÍ =)\n"
-#: files.c:149
+#: files.c:158
msgid "read_line: not on first line and prev is NULL"
msgstr "read_line: ÎÅ ÎÁ ÐÅÒ×ÏÊ ÓÔÒÏËÅ É ÐÒÅÄÙÄÕÝÁÑ NULL"
-#: files.c:211 files.c:229
+#: files.c:230 files.c:248
#, c-format
msgid "Read %d lines"
msgstr "ðÒÏÞÉÔÁÎÏ %d ÓÔÒÏË"
-#: files.c:247 search.c:213
+#: files.c:266 search.c:217
#, c-format
msgid "\"%s\" not found"
msgstr "\"%s\" ÎÅ ÎÁÊÄÅÎ"
#. We have a new file
-#: files.c:251
+#: files.c:270
msgid "New File"
msgstr "îÏ×ÙÊ æÁÊÌ"
-#: files.c:264
+#: files.c:283
#, c-format
msgid "File \"%s\" is a directory"
msgstr "æÁÊÌ \"%s\" - ÜÔÏ ÄÉÒÅËÔÏÒÉÑ"
#. Don't open character or block files. Sorry, /dev/sndstat!
-#: files.c:267
+#: files.c:286
#, c-format
msgid "File \"%s\" is a device file"
msgstr "æÁÊÌ \"%s\" Ñ×ÌÑÅÔÓÑ ÆÁÊÌÏÍ ÕÓÔÒÏÊÓÔ×Á"
-#: files.c:275
+#: files.c:294
msgid "Reading File"
msgstr "þÉÔÁÅÍ æÁÊÌ"
-#: files.c:295
+#: files.c:314
msgid "File to insert [from ./] "
msgstr "æÁÊÌ ÄÌÑ ×ÓÔÁ×ËÉ [ÏÔ ./]"
-#: files.c:299 files.c:451 files.c:498 files.c:678 files.c:690 files.c:733
-#: files.c:744 files.c:1264
+#: files.c:318 files.c:470 files.c:517 files.c:697 files.c:709 files.c:752
+#: files.c:763 files.c:1332
#, c-format
msgid "filename is %s"
msgstr "ÉÍÑ ÆÁÊÌÁ %s"
-#: files.c:330
+#: files.c:349
#, c-format
msgid "Can't insert file from outside of %s"
msgstr ""
-#: files.c:393 files.c:1022 files.c:1349 nano.c:1657
+#: files.c:412 files.c:1056 files.c:1417 nano.c:1695
msgid "Cancelled"
msgstr "ïÔÍÅÎÅÎÏ"
-#: files.c:670 files.c:725
+#: files.c:689 files.c:744
msgid "No more open files"
msgstr ""
-#: files.c:1045
+#: files.c:1079
#, c-format
msgid "Can't write outside of %s"
msgstr ""
-#: files.c:1082 files.c:1098 files.c:1112 files.c:1129 files.c:1136
+#: files.c:1116 files.c:1132 files.c:1146 files.c:1169 files.c:1178
+#: files.c:1190
#, c-format
msgid "Could not open file for writing: %s"
msgstr "îÅ ÍÏÇÕ ÏÔËÒÙÔØ ÆÁÊÌ ÎÁ ÚÁÐÉÓØ: %s"
-#: files.c:1117
+#: files.c:1151
#, c-format
msgid "Wrote >%s\n"
msgstr "úÁÐÉÓÁÎÏ >%s\n"
-#: files.c:1145
+#: files.c:1200
#, c-format
msgid "Could not close %s: %s"
msgstr "îÅ ÍÏÇÕ ÚÁËÒÙÔØ %s: %s"
#. Try a rename??
-#: files.c:1168 files.c:1177 files.c:1182
+#: files.c:1223 files.c:1232 files.c:1237
#, c-format
msgid "Could not open %s for writing: %s"
msgstr "îÅ ÍÏÇÕ ÏÔËÒÙÔØ %s ÎÁ ÚÁÐÉÓØ: %s"
-#: files.c:1189
+#: files.c:1244
#, c-format
msgid "Could not set permissions %o on %s: %s"
msgstr "îÅ ÍÏÇÕ ÕÓÔÁÎÏ×ÉÔØ ÐÒÁ×Á %o ÎÁ %s: %s"
-#: files.c:1196
+#: files.c:1251
#, c-format
msgid "Wrote %d lines"
msgstr "úÁÐÉÓÁÎÏ %d ÓÔÒÏË"
-#: files.c:1236
-#, c-format
-msgid "%s Selection to File"
+#: files.c:1294
+#, fuzzy
+msgid "Append Selection to File"
+msgstr "ðÅÒÅÍÅÓÔÉÔØÓÑ × ËÏÎÅà ÔÅËÕÝÅÊ ÓÔÒÏËÉ"
+
+#: files.c:1297
+msgid "Write Selection to File"
msgstr ""
-#: files.c:1236 files.c:1240 global.c:504
+#: files.c:1303
#, fuzzy
-msgid "Append"
-msgstr "ðÒÉÏÓÔÁÎÏ×ÉÔØ"
+msgid "File Name to Append"
+msgstr "éÍÑ æÁÊÌÁ ÎÁ ÚÁÐÉÓØ"
-#: files.c:1236 files.c:1240
+#: files.c:1306
#, fuzzy
-msgid "Write"
-msgstr "úÁÐÉÓÁÔØ"
-
-#: files.c:1240
-#, fuzzy, c-format
-msgid "File Name to %s"
+msgid "File Name to Write"
msgstr "éÍÑ æÁÊÌÁ ÎÁ ÚÁÐÉÓØ"
-#: files.c:1278
+#: files.c:1346
msgid "File exists, OVERWRITE ?"
msgstr "æÁÊÌ ÓÕÝÅÓÔ×ÕÅÔ, ðåòåðéûåí ?"
-#: files.c:1798
+#: files.c:1866
msgid "(more)"
msgstr "(ÅÝÅ)"
-#: files.c:2111
+#: files.c:2179
msgid "Can't move up a directory"
msgstr "îÅ ÍÏÇÕ ÐÅÒÅÍÅÓÔÉÔØ ÄÉÒÅËÔÏÒÉÀ"
-#: files.c:2123
+#: files.c:2191
msgid "Can't visit parent in restricted mode"
msgstr ""
#. We can't open this dir for some reason. Complain
-#: files.c:2134 files.c:2191
+#: files.c:2202 files.c:2259
#, c-format
msgid "Can't open \"%s\": %s"
msgstr "îÅ ÍÏÇÕ ÏÔËÒÙÔØ \"%s\": %s"
-#: files.c:2162 global.c:280
+#: files.c:2230 global.c:295
#, fuzzy
msgid "Goto Directory"
msgstr "ë ÓÔÒÏËÅ"
-#: files.c:2169
+#: files.c:2237
#, c-format
msgid "Can't go outside of %s in restricted mode"
msgstr ""
-#: files.c:2176
+#: files.c:2244
#, fuzzy
msgid "Goto Cancelled"
msgstr "ïÔÍÅÎÅÎÏ"
-#: global.c:164
+#: global.c:166
msgid "Constant cursor position"
msgstr "ðÏÓÔÏÑÎÎÏÅ ÐÏÌÏÖÅÎÉÅ ËÕÒÓÏÒÁ"
-#: global.c:165
+#: global.c:167
msgid "Auto indent"
msgstr "á×ÔÏ×ÙÒÁ×ÎÉ×ÁÎÉÅ"
-#: global.c:166
+#: global.c:168
msgid "Suspend"
msgstr "ðÒÉÏÓÔÁÎÏ×ÉÔØ"
-#: global.c:167
+#: global.c:169
msgid "Help mode"
msgstr "òÅÖÉÍ ÐÏÍÏÝÉ"
-#: global.c:168
+#: global.c:170
msgid "Pico mode"
msgstr "òÅÖÉÍ Pico"
-#: global.c:169
+#: global.c:171
msgid "Mouse support"
msgstr "ðÏÄÄÅÒÖËÁ ÍÙÛÉ"
-#: global.c:170
+#: global.c:172
msgid "Cut to end"
msgstr "÷ÙÒÅÚÁÔØ ÄÏ ËÏÎÃÁ"
-#: global.c:171
-msgid "Backwards Search"
-msgstr ""
+#: global.c:173
+#, fuzzy
+msgid "Backwards search"
+msgstr "îÁÚÁÄ"
-#: global.c:172
+#: global.c:174
#, fuzzy
-msgid "Case Sensitive Search"
+msgid "Case sensitive search"
msgstr "òÅÇÉÓÔÒÏ-ÚÁ×ÉÓÉÍÙÊ ÐÏÉÓË%s%s"
-#: global.c:174
+#: global.c:175
+msgid "Writing file in DOS format"
+msgstr ""
+
+#: global.c:176
+msgid "Writing file in Mac format"
+msgstr ""
+
+#: global.c:177
+msgid "Smooth scrolling"
+msgstr ""
+
+#: global.c:180
msgid "Regular expressions"
msgstr "æÏÒÍÁÌØÎÙÅ ×ÙÒÁÖÅÎÉÑ (regexp)"
-#: global.c:176
+#: global.c:182
msgid "Auto wrap"
msgstr "á×ÔÏ ÐÅÒÅ×ÏÄ"
-#: global.c:179
+#: global.c:185
msgid "Multiple file buffers"
msgstr ""
-#: global.c:180
+#: global.c:186
msgid "Open previously loaded file"
msgstr ""
-#: global.c:181
+#: global.c:187
msgid "Open next loaded file"
msgstr ""
-#: global.c:241
+#: global.c:256
msgid "Invoke the help menu"
msgstr "÷ÙÐÏÌÎÉÔØ ÍÅÎÀ ÐÏÍÏÝÉ"
-#: global.c:242
+#: global.c:257
msgid "Write the current file to disk"
msgstr "úÁÐÉÓÁÔØ ÔÅËÕÝÉÊ ÆÁÊÌ ÎÁ ÄÉÓË"
-#: global.c:245
+#: global.c:260
msgid "Close currently loaded file/Exit from nano"
msgstr ""
-#: global.c:247
+#: global.c:262
msgid "Exit from nano"
msgstr "÷ÙÈÏÄ ÉÚ nano"
-#: global.c:250
+#: global.c:265
msgid "Goto a specific line number"
msgstr "ðÅÒÅÊÔÉ ÎÁ ÕËÁÚÁÎÎÙÊ ÎÏÍÅÒ ÓÔÒÏËÉ"
-#: global.c:251
+#: global.c:266
msgid "Justify the current paragraph"
msgstr "÷ÙÒÏ×ÎÑÔØ ÔÅËÕÝÉÊ ÁÂÚÁÃ"
-#: global.c:252
+#: global.c:267
msgid "Unjustify after a justify"
msgstr "ïÔÍÅÎÉÔØ ÐÏÓÌÅÄÎÅÅ ×ÙÒÁ×ÎÉ×ÁÎÉÅ"
-#: global.c:253
+#: global.c:268
msgid "Replace text within the editor"
msgstr "úÁÍÅÎÉÔØ ÔÅËÓÔ × ÐÒÅÄÅÌÁÈ ÒÅÄÁËÔÏÒÁ"
-#: global.c:254
+#: global.c:269
msgid "Insert another file into the current one"
msgstr "÷ÓÔÁ×ÉÔØ ÄÒÕÇÏÊ ÆÁÊÌ × ÔÅËÕÝÉÊ"
-#: global.c:255
+#: global.c:270
msgid "Search for text within the editor"
msgstr "éÓËÁÔØ ÔÅËÓÔ × ÐÒÅÄÅÌÁÈ ÒÅÄÁËÔÏÒÁ"
-#: global.c:256
+#: global.c:271
msgid "Move to the previous screen"
msgstr "ðÅÒÅÍÅÓÔÉÔØÓÑ ÎÁ ÐÒÅÄÙÄÕÝÉÊ ÜËÒÁÎ"
-#: global.c:257
+#: global.c:272
msgid "Move to the next screen"
msgstr "ðÅÒÅÍÅÓÔÉÔØÓÑ ÎÁ ÓÌÅÄÕÝÉÊ ÜËÒÁÎ"
-#: global.c:258
+#: global.c:273
msgid "Cut the current line and store it in the cutbuffer"
msgstr "÷ÙÒÅÚÁÔØ ÔÅËÕÝÕÀ ÓÔÒÏËÕ É ÓÏÈÒÁÎÉÔØ ÅÅ × cutbuffer'Å"
-#: global.c:259
+#: global.c:274
msgid "Uncut from the cutbuffer into the current line"
msgstr "÷ÓÔÁ×ÉÔØ ÓÏÄÅÒÖÉÍÏÅ cutbuffer'Á × ÔÅËÕÝÕÀ ÓÔÒÏËÕ"
-#: global.c:260
+#: global.c:275
#, fuzzy
msgid "Show the position of the cursor"
msgstr "ðÏËÁÚÁÔØ ÐÏÌÏÖÅÎÉÅ ËÕÒÓÏÒÁ"
-#: global.c:261
+#: global.c:276
msgid "Invoke the spell checker (if available)"
msgstr "÷ÙÐÏÌÎÉÔØ ÐÒÏ×ÅÒËÕ ÏÒÆÏÇÒÁÆÉÉ (ÅÓÌÉ ÅÓÔØ)"
-#: global.c:262
+#: global.c:277
msgid "Move up one line"
msgstr "ðÏÄÎÑÔØÓÑ ÎÁ ÏÄÎÕ ÓÔÒÏËÕ"
-#: global.c:263
+#: global.c:278
msgid "Move down one line"
msgstr "ïÐÕÓÔÉÔØÓÑ ÎÁ ÏÄÎÕ ÓÔÒÏËÕ"
-#: global.c:264
+#: global.c:279
msgid "Move forward one character"
msgstr "÷ÐÅÒÅÄ ÎÁ ÏÄÉÎ ÓÉÍ×ÏÌ"
-#: global.c:265
+#: global.c:280
msgid "Move back one character"
msgstr "îÁÚÁÄ ÎÁ ÏÄÉÎ ÓÉÍ×ÏÌ"
-#: global.c:266
+#: global.c:281
msgid "Move to the beginning of the current line"
msgstr "ðÅÒÅÍÅÓÔÉÔØÓÑ ÎÁ ÎÁÞÁÌÏ ÔÅËÕÝÅÊ ÓÔÒÏËÉ"
-#: global.c:267
+#: global.c:282
msgid "Move to the end of the current line"
msgstr "ðÅÒÅÍÅÓÔÉÔØÓÑ × ËÏÎÅà ÔÅËÕÝÅÊ ÓÔÒÏËÉ"
-#: global.c:268
+#: global.c:283
msgid "Go to the first line of the file"
msgstr "ðÅÒÅÍÅÓÔÉÔØÓÑ ÎÁ ÐÅÒ×ÕÀ ÓÔÒÏËÕ ÆÁÊÌÁ"
-#: global.c:269
+#: global.c:284
msgid "Go to the last line of the file"
msgstr "ðÅÒÅÍÅÓÔÉÔØÓÑ ÎÁ ÐÏÓÌÅÄÎÀÀ ÓÔÒÏËÕ ÆÁÊÌÁ"
-#: global.c:270
+#: global.c:285
msgid "Refresh (redraw) the current screen"
msgstr "ðÅÒÅÒÉÓÏ×ÁÔØ ÔÅËÕÝÉÊ ÜËÒÁÎ"
-#: global.c:271
+#: global.c:286
msgid "Mark text at the current cursor location"
msgstr "ïÔÍÅÔÉÔØ ÔÅËÓÔ Ó ÔÅËÕÝÅÊ ÐÏÚÉÃÉÉ ËÕÒÓÏÒÁ"
-#: global.c:272
+#: global.c:287
msgid "Delete the character under the cursor"
msgstr "õÄÁÌÉÔØ ÓÉÍ×ÏÌ ÐÏÄ ËÕÒÓÏÒÏÍ"
-#: global.c:274
+#: global.c:289
msgid "Delete the character to the left of the cursor"
msgstr "õÄÁÌÉÔØ ÓÉÍ×ÏÌ ÓÌÅ×Á ÏÔ ËÕÒÓÏÒÁ"
-#: global.c:275
+#: global.c:290
msgid "Insert a tab character"
msgstr "÷ÓÔÁ×ÉÔØ ÓÉÍ×ÏÌ ÔÁÂÕÌÑÃÉÉ"
-#: global.c:276
+#: global.c:291
msgid "Insert a carriage return at the cursor position"
msgstr "÷ÓÔÁ×ÉÔØ CR (ÐÅÒÅ×ÏÄ ÓÔÒÏËÉ) × ÐÏÚÉÃÉÉ ËÕÒÓÏÒÁ"
-#: global.c:278
+#: global.c:293
msgid "Make the current search or replace case (in)sensitive"
msgstr "óÄÅÌÁÔØ ÔÅËÕÝÉÊ ÐÏÉÓË ÉÌÉ ÚÁÍÅÎÕ ÒÅÇÉÓÔÒÏ(ÎÅ)ÚÁ×ÉÓÉÍÏÊ"
-#: global.c:279
+#: global.c:294
msgid "Go to file browser"
msgstr "ðÏÊÔÉ × ÐÒÏÓÍÏÔÒÝÉË ÆÁÊÌÏ×"
-#: global.c:281
+#: global.c:296
msgid "Cancel the current function"
msgstr "ïÔÍÅÎÉÔØ ÔÅËÕÝÕÀ ÆÕÎËÃÉÀ"
-#: global.c:282
+#: global.c:297
#, fuzzy
msgid "Append to the current file"
msgstr "ðÅÒÅÍÅÓÔÉÔØÓÑ × ËÏÎÅà ÔÅËÕÝÅÊ ÓÔÒÏËÉ"
-#: global.c:283
+#: global.c:298
#, fuzzy
-msgid "Search Backwards"
+msgid "Search backwards"
msgstr "ðÏÉÓË ÏÔÍÅÎÅÎ"
-#: global.c:284
+#: global.c:300
#, fuzzy
-msgid "Use Regular Expressions"
+msgid "Use Regular expressions"
msgstr "æÏÒÍÁÌØÎÙÅ ×ÙÒÁÖÅÎÉÑ (regexp)"
-#: global.c:287
+#: global.c:301
+msgid "Find other bracket"
+msgstr ""
+
+#: global.c:305
msgid "Get Help"
msgstr "ðÏÍÏÝØ"
-#: global.c:292
+#: global.c:310
msgid "Close"
msgstr ""
-#: global.c:296 global.c:495 global.c:533
+#: global.c:314 global.c:517 global.c:555
msgid "Exit"
msgstr "÷ÙÈÏÄ"
-#: global.c:299
+#: global.c:317
msgid "WriteOut"
msgstr "úÁÐÉÓÁÔØ"
-#: global.c:304 global.c:393
+#: global.c:322 global.c:411
msgid "Justify"
msgstr "÷ÙÒÏ×ÎÑÔØ"
-#: global.c:308 global.c:314
+#: global.c:326 global.c:332
msgid "Read File"
msgstr "þÉÔÁÔØæÁÊÌ"
-#: global.c:318 global.c:389 global.c:413
+#: global.c:336 global.c:407 global.c:435
msgid "Replace"
msgstr "úÁÍÅÎÁ"
-#: global.c:322
+#: global.c:340
msgid "Where Is"
msgstr "ðÏÉÓË"
-#: global.c:326 global.c:487 global.c:522
+#: global.c:344 global.c:509 global.c:544
msgid "Prev Page"
msgstr "ðÒÅÄ CÔÒ"
-#: global.c:330 global.c:491 global.c:526
+#: global.c:348 global.c:513 global.c:548
msgid "Next Page"
msgstr "óÌÅÄ CÔÒ"
-#: global.c:334
+#: global.c:352
msgid "Cut Text"
msgstr "÷ÙÒÅÚÁÔØ"
-#: global.c:338
+#: global.c:356
msgid "UnJustify"
msgstr "ïÔÍ ÷ÙÒÁ×Î"
-#: global.c:341
+#: global.c:359
msgid "UnCut Txt"
msgstr "ïÔÍ ÷ÙÒÅÚ"
-#: global.c:345
+#: global.c:363
msgid "Cur Pos"
msgstr "ôÅËðÏÚÉÃÉÑ"
-#: global.c:349
+#: global.c:367
msgid "To Spell"
msgstr "ïÒÆÏÇÒÁÆÉÑ"
-#: global.c:353
+#: global.c:371
msgid "Up"
msgstr "÷×ÅÒÈ"
-#: global.c:356
+#: global.c:374
msgid "Down"
msgstr "÷ÎÉÚ"
-#: global.c:359
+#: global.c:377
msgid "Forward"
msgstr "÷ÐÅÒÅÄ"
-#: global.c:362
+#: global.c:380
msgid "Back"
msgstr "îÁÚÁÄ"
-#: global.c:365
+#: global.c:383
msgid "Home"
msgstr "îÁÞÁÌÏ"
-#: global.c:368
+#: global.c:386
msgid "End"
msgstr "ëÏÎÅÃ"
-#: global.c:371
+#: global.c:389
msgid "Refresh"
msgstr "ðÅÒÅÒÉÓÏ×ÁÔØ"
-#: global.c:374
+#: global.c:392
msgid "Mark Text"
msgstr "ïÔÍÅÔÉÔØ"
-#: global.c:377
+#: global.c:395
msgid "Delete"
msgstr "õÄÁÌÉÔØ"
-#: global.c:381
+#: global.c:399
msgid "Backspace"
msgstr "úÁÂÏÊ (BS)"
-#: global.c:385
+#: global.c:403
msgid "Tab"
msgstr "ôÁÂÕÌÑÃÉÑ"
-#: global.c:397
+#: global.c:415
msgid "Enter"
msgstr "Enter"
-#: global.c:401 global.c:417 global.c:447
+#: global.c:419 global.c:439 global.c:469
msgid "Goto Line"
msgstr "ë ÓÔÒÏËÅ"
-#: global.c:407 global.c:437 global.c:467 global.c:477
+#: global.c:424
+msgid "Find Other Bracket"
+msgstr ""
+
+#: global.c:429 global.c:459 global.c:489 global.c:499
msgid "First Line"
msgstr "ðÅÒ×óÔÒÏËÁ"
-#: global.c:410 global.c:440 global.c:470 global.c:480
+#: global.c:432 global.c:462 global.c:492 global.c:502
msgid "Last Line"
msgstr "ðÏÓÌóÔÒÏËÁ"
-#: global.c:421 global.c:451
+#: global.c:443 global.c:473
msgid "Case Sens"
msgstr "òÅÇúÁ×ÉÓÉÍ"
-#: global.c:424 global.c:454
+#: global.c:446 global.c:476
#, fuzzy
-msgid "Backward"
-msgstr "îÁÚÁÄ"
+msgid "Direction"
+msgstr "ë ÓÔÒÏËÅ"
-#: global.c:429 global.c:459
+#: global.c:451 global.c:481
msgid "Regexp"
msgstr ""
-#: global.c:434 global.c:464 global.c:473 global.c:483 global.c:507
-#: global.c:515 global.c:518 global.c:536 winio.c:1241
+#: global.c:456 global.c:486 global.c:495 global.c:505 global.c:529
+#: global.c:537 global.c:540 global.c:558 winio.c:1234
msgid "Cancel"
msgstr "ïÔÍÅÎÉÔØ"
-#: global.c:443
+#: global.c:465
msgid "No Replace"
msgstr "îÅúÁÍÅÝÁÔØ"
-#: global.c:500 global.c:511
+#: global.c:522 global.c:533
msgid "To Files"
msgstr "ë æÁÊÌÁÍ"
-#: global.c:530
+#: global.c:526
+#, fuzzy
+msgid "Append"
+msgstr "ðÒÉÏÓÔÁÎÏ×ÉÔØ"
+
+#: global.c:552
#, fuzzy
msgid "Goto"
msgstr "ë ÓÔÒÏËÅ"
msgid "Key illegal in VIEW mode"
msgstr "îÅ×ÅÒÎÁÑ ËÌÁ×ÉÛÁ × ÒÅÖÉÍÅ ðÒÏÓÍÏÔÒÁ"
-#: nano.c:242
+#: nano.c:245
msgid ""
" nano help text\n"
"\n"
"commonly used shortcuts in the editor.\n"
"\n"
" The notation for shortcuts is as follows: Control-key sequences are notated "
-"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-"
-"key sequences are notated with the Meta (M) symbol and can be entered using "
-"either the Esc, Alt or Meta key depending on your keyboard setup. The "
+"with a caret (^) symbol and are entered with the Control (Ctrl) key. "
+"Escape-key sequences are notated with the Meta (M) symbol and can be entered "
+"using either the Esc, Alt or Meta key depending on your keyboard setup. The "
"following keystrokes are available in the main editor window. Optional keys "
"are shown in parentheses:\n"
"\n"
"äÏÐÏÌÎÉÔÅÌØÎÙÅ ËÏÍÂÉÎÁÃÉÉ ÐÏËÁÚÁÎÙ × ÓËÏÂËÁÈ:\n"
"\n"
-#: nano.c:342
+#: nano.c:345
msgid "delete_node(): free'd a node, YAY!\n"
msgstr "delete_node(): ÏÊ, ÕÚÅÌ ÏÓ×ÏÂÏÖÄÅÎ!..\n"
-#: nano.c:347
+#: nano.c:350
msgid "delete_node(): free'd last node.\n"
msgstr "delete_node(): ÏÓ×ÏÂÏÖÄÅÎ ÐÏÓÌÅÄÎÉÊ ÕÚÅÌ.\n"
-#: nano.c:402
+#: nano.c:405
msgid ""
"Usage: nano [GNU long option] [option] +LINE <file>\n"
"\n"
"éÓÐÏÌØÚÏ×ÁÎÉÅ: nano [ÄÌÉÎÎÙÅ ÏÐÃÉÉ GNU] [ÏÐÃÉÉ] +óôòïëá <ÆÁÊÌ>\n"
"\n"
-#: nano.c:403
+#: nano.c:406
msgid "Option\t\tLong option\t\tMeaning\n"
msgstr "ïÐÃÉÑ\t\täÌÉÎÎÁÑ ÏÐÃÉÑ\t\túÎÁÞÅÎÉÅ\n"
-#: nano.c:408
+#: nano.c:411
+msgid " -D \t\t--dos\t\t\tWrite file in DOS format\n"
+msgstr ""
+
+#: nano.c:416
msgid " -F \t\t--multibuffer\t\tEnable multiple file buffers\n"
msgstr ""
-#: nano.c:412
-msgid " -T [num]\t--tabsize=[num]\t\tSet width of a tab to num\n"
-msgstr " -T [ÎÏÍ]\t--tabsize=[ÎÏÍ]\t\tõÓÔÁÎÏ×ÉÔØ ÛÉÒÉÎÕ ÔÁÂÕÌÑÃÉÉ =ÎÏÍ\n"
+#: nano.c:421
+msgid " -M \t\t--mac\t\t\tWrite file in Mac format\n"
+msgstr ""
-#: nano.c:415
+#: nano.c:425
msgid " -R\t\t--regexp\t\tUse regular expressions for search\n"
msgstr " -R\t\t--regexp\t\téÓÐÏÌØÚÏ×ÁÔØ ÆÏÒÍÁÌØÎÙÅ ×ÙÒÁÖÅÎÉÑ\n"
-#: nano.c:419
+#: nano.c:429
+msgid " -S\t\t--smooth\t\tSmooth scrolling\n"
+msgstr ""
+
+#: nano.c:432
+msgid " -T [num]\t--tabsize=[num]\t\tSet width of a tab to num\n"
+msgstr " -T [ÎÏÍ]\t--tabsize=[ÎÏÍ]\t\tõÓÔÁÎÏ×ÉÔØ ÛÉÒÉÎÕ ÔÁÂÕÌÑÃÉÉ =ÎÏÍ\n"
+
+#: nano.c:435
msgid " -V \t\t--version\t\tPrint version information and exit\n"
msgstr " -V \t\t--version\t\tðÏËÁÚÁÔØ ×ÅÒÓÉÀ É ×ÙÊÔÉ\n"
-#: nano.c:421
+#: nano.c:437
msgid " -c \t\t--const\t\t\tConstantly show cursor position\n"
msgstr " -c \t\t--const\t\t\tðÏÓÔÏÑÎÎÏ ÐÏËÁÚÙ×ÁÔØ ÐÏÌÏÖÅÎÉÅ ËÕÒÓÏÒÁ\n"
-#: nano.c:423
+#: nano.c:439
msgid " -h \t\t--help\t\t\tShow this message\n"
msgstr " -h \t\t--help\t\t\tðÏËÁÚÁÔØ ÜÔÏ ÓÏÏÂÝÅÎÉÅ\n"
-#: nano.c:426
+#: nano.c:442
msgid " -i \t\t--autoindent\t\tAutomatically indent new lines\n"
msgstr " -i \t\t--autoindent\t\tá×ÔÏÍÁÔÉÞÅÓËÉ ×ÙÒÁ×ÎÉ×ÁÔØ ÎÏ×ÙÅ ÓÔÒÏËÉ\n"
-#: nano.c:428
+#: nano.c:444
msgid " -k \t\t--cut\t\t\tLet ^K cut from cursor to end of line\n"
msgstr " -k \t\t--cut\t\t\t^K ×ÙÒÅÚÁÅÔ ÏÔ ËÕÒÓÏÒÁ ÄÏ ËÏÎÃÁ ÓÔÒÏËÉ\n"
-#: nano.c:431
+#: nano.c:447
msgid " -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite\n"
msgstr " -l \t\t--nofollow\t\tîÅ ÓÌÅÄÏ×ÁÔØ ÚÁ ÓÉÍÌÉÎËÁÍÉ, ÐÅÒÅÐÉÓÙ×ÁÔØ\n"
-#: nano.c:434
+#: nano.c:450
msgid " -m \t\t--mouse\t\t\tEnable mouse\n"
msgstr " -m \t\t--mouse\t\t\tòÁÚÒÅÛÉÔØ ÍÙÛËÕ\n"
-#: nano.c:439
-msgid " -o [dir] \t--operatingdir\t\tSet operating directory\n"
+#: nano.c:455
+msgid " -o [dir] \t--operatingdir=[dir]\tSet operating directory\n"
msgstr ""
-#: nano.c:442
+#: nano.c:458
#, fuzzy
msgid " -p \t\t--pico\t\t\tEmulate Pico as closely as possible\n"
msgstr " -p\t \t--pico\t\t\tüÍÕÌÉÒÏ×ÁÔØ Pico ÎÁÓËÏÌØËÏ ÜÔÏ ×ÏÚÍÏÖÎÏ\n"
-#: nano.c:447
+#: nano.c:463
msgid ""
" -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n"
msgstr " -r [#ÓÔÏÌ] \t--fill=[#ÓÔÏÌ]\t\tðÅÒÅÎÏÓÉÔØ ÓÔÒÏËÉ × ÐÏÚÉÃÉÉ #ÓÔÏÌ\n"
-#: nano.c:451
+#: nano.c:467
msgid " -s [prog] \t--speller=[prog]\tEnable alternate speller\n"
msgstr " -s [ÐÒÏÇ] \t--speller=[ÐÒÏÇ]\tòÁÚÒÅÛÉÔØ ÁÌØÔÅÒÎÁÔÉ×ÎÙÊ ÓÐÅÌÌÞÅËÅÒ\n"
-#: nano.c:454
+#: nano.c:470
msgid " -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n"
msgstr " -t \t\t--tempfile\t\tá×ÔÏÚÁÐÉÓØ ÐÒÉ ×ÙÈÏÄÅ, ÂÅÚ ×ÏÐÒÏÓÏ×\n"
-#: nano.c:456
+#: nano.c:472
msgid " -v \t\t--view\t\t\tView (read only) mode\n"
msgstr " -v \t\t--view\t\t\tòÅÖÉÍ ÐÒÏÓÍÏÔÒÁ (ÔÏÌØËÏ ÞÔÅÎÉÅ)\n"
-#: nano.c:459
+#: nano.c:475
msgid " -w \t\t--nowrap\t\tDon't wrap long lines\n"
msgstr " -w \t\t--nowrap\t\tîÅ ÐÅÒÅÎÏÓÉÔØ ÄÌÉÎÎÙÅ ÓÔÒÏËÉ\n"
-#: nano.c:462
+#: nano.c:478
msgid " -x \t\t--nohelp\t\tDon't show help window\n"
msgstr " -x \t\t--nohelp\t\tîÅ ÐÏËÁÚÙ×ÁÔØ ÐÏÄÓËÁÚËÕ\n"
-#: nano.c:464
+#: nano.c:480
msgid " -z \t\t--suspend\t\tEnable suspend\n"
msgstr " -z \t\t--suspend\t\tòÁÚÒÅÛÉÔØ ÐÒÉÏÓÔÁÎÏ×ËÕ\n"
-#: nano.c:466
+#: nano.c:482
msgid " +LINE\t\t\t\t\tStart at line number LINE\n"
msgstr " +óôòïëá\t\t\t\tîÁÞÁÔØ ÓÏ ÓÔÒÏËÉ ÎÏÍÅÒ óôòïëá\n"
-#: nano.c:468
+#: nano.c:484
msgid ""
"Usage: nano [option] +LINE <file>\n"
"\n"
"éÓÐÏÌØÚÏ×ÁÎÉÅ: nano [ÏÐÃÉÑ] +óôòïëá <ÆÁÊÌ>\n"
"\n"
-#: nano.c:469
+#: nano.c:485
msgid "Option\t\tMeaning\n"
msgstr "ïÐÃÉÑ\t\túÎÁÞÅÎÉÅ\n"
-#: nano.c:471
+#: nano.c:487
+msgid " -D \t\tWrite file in DOS format\n"
+msgstr ""
+
+#: nano.c:490
msgid " -F \t\tEnable multiple file buffers\n"
msgstr ""
-#: nano.c:473
+#: nano.c:493
+msgid " -M \t\tWrite file in Mac format\n"
+msgstr ""
+
+#: nano.c:495
msgid " -T [num]\tSet width of a tab to num\n"
msgstr " -T [ÎÏÍ]\tõÓÔÁÎÏ×ÉÔØ ÛÉÒÉÎÕ ÔÁÂÕÌÑÃÉÉ × ÎÏÍ\n"
-#: nano.c:474
+#: nano.c:496
msgid " -R\t\tUse regular expressions for search\n"
msgstr " -R\t\téÓÐÏÌØÚÏ×ÁÔØ ÆÏÒÍÁÌØÎÙÅ ×ÙÒÁÖÅÎÉÑ ÄÌÑ ÐÏÉÓËÁ\n"
-#: nano.c:475
+#: nano.c:498
+msgid " -S\t\tSmooth scrolling\n"
+msgstr ""
+
+#: nano.c:500
msgid " -V \t\tPrint version information and exit\n"
msgstr " -V \t\tðÏËÁÚÁÔØ ×ÅÒÓÉÀ É ×ÙÊÔÉ\n"
-#: nano.c:476
+#: nano.c:501
msgid " -c \t\tConstantly show cursor position\n"
msgstr " -c \t\tðÏÓÔÏÑÎÎÏ ÐÏËÁÚÙ×ÁÔØ ÐÏÚÉÃÉÀ ËÕÒÓÏÒÁ\n"
-#: nano.c:477
+#: nano.c:502
msgid " -h \t\tShow this message\n"
msgstr " -h \t\tðÏËÁÚÁÔØ ÜÔÏ ÓÏÏÂÝÅÎÉÅ\n"
-#: nano.c:479
+#: nano.c:504
msgid " -i \t\tAutomatically indent new lines\n"
msgstr " -i \t\tá×ÔÏÍÁÔÉÞÅÓËÉ ×ÙÒÁ×ÎÉ×ÁÔØ ÎÏ×ÙÅ ÓÔÒÏËÉ\n"
-#: nano.c:480
+#: nano.c:505
msgid " -k \t\tLet ^K cut from cursor to end of line\n"
msgstr " -k \t\t^K ×ÙÒÅÚÁÅÔ ÏÔ ËÕÒÓÏÒÁ ÄÏ ËÏÎÃÁ ÓÔÒÏËÉ\n"
-#: nano.c:483
+#: nano.c:508
msgid " -l \t\tDon't follow symbolic links, overwrite\n"
msgstr " -l \t\tîÅ ÓÌÅÄÏ×ÁÔØ ÓÉÍ×ÏÌØÎÙÍ ÓÓÙÌËÁÍ, ÐÅÒÅÐÉÓÙ×ÁÔØ\n"
-#: nano.c:486
+#: nano.c:511
msgid " -m \t\tEnable mouse\n"
msgstr " -m \t\tòÁÚÒÅÛÉÔØ ÍÙÛØ\n"
-#: nano.c:490
+#: nano.c:515
msgid " -o [dir] \tSet operating directory\n"
msgstr ""
-#: nano.c:492
+#: nano.c:517
msgid " -p \t\tEmulate Pico as closely as possible\n"
msgstr " -p \t\tüÍÕÌÉÒÏ×ÁÔØ Pico ÎÁÓËÏÌØËÏ ÜÔÏ ×ÏÚÍÏÖÎÏ\n"
-#: nano.c:496
+#: nano.c:521
msgid " -r [#cols] \tSet fill cols to (wrap lines at) #cols\n"
msgstr " -r [#ËÏÌ] \túÁ×ÏÒÁÞÉ×ÁÔØ (wrap) ÓÔÒÏËÉ × ÐÏÚÉÃÉÉ #ËÏÌ\n"
-#: nano.c:499
+#: nano.c:524
msgid " -s [prog] \tEnable alternate speller\n"
msgstr " -s [prog] \tòÁÚÒÅÛÉÔØ ÁÌØÔÅÒÎÁÔÉ×ÎÙÊ ÓÐÅÌÌÞÅËÅÒ\n"
-#: nano.c:501
+#: nano.c:526
msgid " -t \t\tAuto save on exit, don't prompt\n"
msgstr " -t \t\tá×ÔÏÚÁÐÉÓØ ÐÒÉ ×ÙÈÏÄÅ, ÂÅÚ ÌÉÛÎÉÈ ×ÏÐÒÏÓÏ×\n"
-#: nano.c:502
+#: nano.c:527
msgid " -v \t\tView (read only) mode\n"
msgstr " -v \t\tòÅÖÉÍ ÐÒÏÓÍÏÔÒÁ (ÔÏÌØËÏ ÞÔÅÎÉÅ)\n"
-#: nano.c:504
+#: nano.c:529
msgid " -w \t\tDon't wrap long lines\n"
msgstr " -w \t\tîÅ ÚÁ×ÏÒÁÞÉ×ÁÔØ ÄÌÉÎÎÙÅ ÌÉÎÉÉ\n"
-#: nano.c:506
+#: nano.c:531
msgid " -x \t\tDon't show help window\n"
msgstr " -x \t\tîÅ ÐÏËÁÚÙ×ÁÔØ ÏËÎÏ ÐÏÍÏÝÉ\n"
-#: nano.c:507
+#: nano.c:532
msgid " -z \t\tEnable suspend\n"
msgstr " -z \t\tòÁÚÒÅÛÉÔØ ÐÒÉÏÓÔÁÎÏ×ËÕ\n"
-#: nano.c:508
+#: nano.c:533
msgid " +LINE\t\tStart at line number LINE\n"
msgstr " +óôò \t\tîÁÞÁÔØ ÓÏ ÓÔÒÏËÉ ÎÏÍÅÒ óôò\n"
-#: nano.c:515
+#: nano.c:540
#, c-format
msgid " GNU nano version %s (compiled %s, %s)\n"
msgstr " GNU nano ×ÅÒÓÉÉ %s (ÓÏÂÒÁÎÏ %s, %s)\n"
-#: nano.c:518
+#: nano.c:543
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org"
msgstr " åÍÙÌÏ: nano@nano-editor.org\tðÁÕÔÉÎÁ: http://www.nano-editor.org"
-#: nano.c:519
+#: nano.c:544
msgid ""
"\n"
" Compiled options:"
"\n"
" óÏÂÒÁÎÏ Ó ÏÐÃÉÑÍÉ:"
-#: nano.c:608
+#: nano.c:633
msgid "Mark Set"
msgstr "íÅÔËÁ ÕÓÔÁÎÏ×ÌÅÎÁ"
-#: nano.c:613
+#: nano.c:638
msgid "Mark UNset"
msgstr "íÅÔËÁ ÓÎÑÔÁ"
-#: nano.c:1129
+#: nano.c:1167
#, c-format
msgid "check_wrap called with inptr->data=\"%s\"\n"
msgstr "check_wrap ×ÙÚ×ÁÎÏ Ó inptr->data=\"%s\"\n"
-#: nano.c:1181
+#: nano.c:1219
#, c-format
msgid "current->data now = \"%s\"\n"
msgstr "current->data ÓÅÊÞÁÓ = \"%s\"\n"
-#: nano.c:1233
+#: nano.c:1271
#, c-format
msgid "After, data = \"%s\"\n"
msgstr "ðÏÓÌÅ, data = \"%s\"\n"
-#: nano.c:1334
+#: nano.c:1372
msgid "Edit a replacement"
msgstr "òÅÄÁËÔÉÒÏ×ÁÔØ ÚÁÍÅÎÕ"
-#: nano.c:1568
+#: nano.c:1606
#, c-format
msgid "Could not create a temporary filename: %s"
msgstr "îÅ ÍÏÇÕ ÓÏÚÄÁÔØ ×ÒÅÍÅÎÎÏÅ ÉÍÑ ÆÁÊÌÁ: %s"
-#: nano.c:1574
+#: nano.c:1612
msgid "Spell checking failed: unable to write temp file!"
msgstr "ðÒÏ×ÅÒËÁ ÐÒÁ×ÏÐÉÓÁÎÉÑ ÏÂÌÏÍ-Ó: ÎÅ ÍÏÇÕ ÚÁÐÉÓÁÔØ ×ÒÅÍÅÎÎÙÊ ÆÁÊÌ."
-#: nano.c:1594
+#: nano.c:1632
msgid "Finished checking spelling"
msgstr "ðÒÏ×ÅÒËÁ ÐÒÁ×ÏÐÉÓÁÎÉÑ ÚÁ×ÅÒÛÅÎÁ"
-#: nano.c:1596
+#: nano.c:1634
msgid "Spell checking failed"
msgstr "ðÒÏ×ÅÒËÁ ÐÒÁ×ÏÐÉÓÁÎÉÑ ÎÅ ÕÄÁÌÁÓØ"
-#: nano.c:1625
+#: nano.c:1663
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
msgstr "óÏÈÒÁÎÉÔØ ÉÚÍÅÎÅÎÎÙÊ ÂÕÆÅÒ (ïÔ×ÅÔ \"îÅÔ\" õîéþôïöéô ×ÓÅ ÉÚÍÅÎÅÎÉÑ) ?"
-#: nano.c:1761
+#: nano.c:1810
msgid "Received SIGHUP"
msgstr "ðÏÌÕÞÉÌÉ SIGHUP"
-#: nano.c:1825
+#: nano.c:1874
msgid "Cannot resize top win"
msgstr "îÅ ÍÏÇÕ ÉÚÍÅÎÉÔØ ÒÁÚÍÅÒ ×ÅÒÈÎÅÇÏ ÏËÎÁ"
-#: nano.c:1827
+#: nano.c:1876
msgid "Cannot move top win"
msgstr "îÅ ÍÏÇÕ ÐÅÒÅÍÅÓÔÉÔØ ×ÅÒÈÎÅÅ ÏËÎÏ"
-#: nano.c:1829
+#: nano.c:1878
msgid "Cannot resize edit win"
msgstr "îÅ ÍÏÇÕ ÉÚÍÅÎÉÔØ ÒÁÚÍÅÒ ÏËÎÁ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ"
-#: nano.c:1831
+#: nano.c:1880
msgid "Cannot move edit win"
msgstr "îÅ ÍÏÇÕ ÐÅÒÅÍÅÓÔÉÔØ ÏËÎÏ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ"
-#: nano.c:1833
+#: nano.c:1882
msgid "Cannot resize bottom win"
msgstr "îÅ ÍÏÇÕ ÉÚÍÅÎÉÔØ ÒÁÚÍÅÒ ÎÉÖÎÅÇÏ ÏËÎÁ"
-#: nano.c:1835
+#: nano.c:1884
msgid "Cannot move bottom win"
msgstr "îÅ ÍÏÇÕ ÐÅÒÅÍÅÓÔÉÔØ ÎÉÖÎÅÅ ÏËÎÏ"
-#: nano.c:2160
+#: nano.c:2209
msgid "Can now UnJustify!"
msgstr "óÅÊÞÁÓ ÍÏÖÎÏ ÏÔÍÅÎÉÔØ ×ÙÒÁ×ÎÉ×ÁÎÉÅ! (^U)"
-#: nano.c:2276
+#: nano.c:2331
#, c-format
msgid "%s enable/disable"
msgstr "%s - ÒÁÚÒÅÛÉÔØ/ÚÁÐÒÅÔÉÔØ"
-#: nano.c:2295
+#: nano.c:2350
msgid "enabled"
msgstr "ÒÁÚÒÅÛÅÎÏ"
-#: nano.c:2296
+#: nano.c:2351
msgid "disabled"
msgstr "ÚÁÐÒÅÝÅÎÏ"
-#: nano.c:2348
+#: nano.c:2415
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
msgstr "ïÂÎÁÒÕÖÅÎ ÓÂÏÊ NumLock'Á. ãÉÆÒÏ×ÁÑ ËÌÁ×ÉÁÔÕÒÁ ÎÅÄÏÓÔÕÐÎÁ (NumLock off)"
-#: nano.c:2624
+#: nano.c:2708
msgid "Main: set up windows\n"
msgstr "Main: ÕÓÔÁÎÏ×ÉÔØ ÏËÎÁ\n"
-#: nano.c:2635
+#: nano.c:2719
msgid "Main: bottom win\n"
msgstr "Main: ÎÉÖÎÅÅ ÏËÎÏ\n"
-#: nano.c:2641
+#: nano.c:2725
msgid "Main: open file\n"
msgstr "Main: ÏÔËÒÙÔØ ÆÁÊÌ\n"
-#: nano.c:2701
+#: nano.c:2785
#, c-format
msgid "I got Alt-O-%c! (%d)\n"
msgstr "ðÏÊÍÁÌ Alt-O-%c! (%d)\n"
-#: nano.c:2728
+#: nano.c:2812
#, c-format
msgid "I got Alt-[-1-%c! (%d)\n"
msgstr "ðÏÊÍÁÌ Alt-[-1-%c! (%d)\n"
-#: nano.c:2766
+#: nano.c:2842
#, c-format
msgid "I got Alt-[-2-%c! (%d)\n"
msgstr "ðÏÊÍÁÌ Alt-[-2-%c! (%d)\n"
-#: nano.c:2820
+#: nano.c:2896
#, c-format
msgid "I got Alt-[-%c! (%d)\n"
msgstr "ðÏÊÍÁÌ Alt-[-%c! (%d)\n"
-#: nano.c:2855
+#: nano.c:2931
#, c-format
msgid "I got Alt-%c! (%d)\n"
msgstr "ðÏÊÍÁÌ Alt-%c! (%d)\n"
-#: rcfile.c:77
+#: rcfile.c:79
msgid ""
"\n"
"Press return to continue starting nano\n"
msgstr ""
-#: rcfile.c:135
+#: rcfile.c:137
msgid "parse_rcfile: Read a comment\n"
msgstr ""
-#: rcfile.c:152
+#: rcfile.c:154
#, c-format
msgid "Error in %s on line %d: command %s not understood"
msgstr ""
-#: rcfile.c:165
+#: rcfile.c:167
#, c-format
msgid "parse_rcfile: Parsing option %s\n"
msgstr ""
-#: rcfile.c:182
+#: rcfile.c:185
#, c-format
msgid "Error in %s on line %d: option %s requires an argument"
msgstr ""
-#: rcfile.c:193
+#: rcfile.c:196
#, c-format
msgid "Error in %s on line %d: requested fill size %d too small"
msgstr ""
-#: rcfile.c:209
+#: rcfile.c:205
+#, c-format
+msgid "Error in %s on line %d: requested tab size %d too small"
+msgstr ""
+
+#: rcfile.c:219
#, c-format
msgid "set flag %d!\n"
msgstr ""
-#: rcfile.c:214
+#: rcfile.c:224
#, c-format
msgid "unset flag %d!\n"
msgstr ""
-#: rcfile.c:223
+#: rcfile.c:233
msgid "Errors found in .nanorc file"
msgstr ""
-#: rcfile.c:232
+#: rcfile.c:242
#, c-format
msgid "Unable to open ~/.nanorc file, %s"
msgstr ""
-#: search.c:138
+#: search.c:132
+#, fuzzy
+msgid "Search"
+msgstr "ðÏÉÓË%s%s"
+
+#. This string is just a modifier for the search prompt,
+#. no grammar is implied
+#: search.c:136
#, fuzzy
-msgid "Case Sensitive "
+msgid " [Case Sensitive]"
msgstr "òÅÇúÁ×ÉÓÉÍ"
-#: search.c:139
-msgid "Regexp "
+#. This string is just a modifier for the search prompt,
+#. no grammar is implied
+#: search.c:140
+msgid " [Regexp]"
msgstr ""
-#: search.c:140
+#. This string is just a modifier for the search prompt,
+#. no grammar is implied
+#: search.c:144
#, fuzzy
-msgid "Search"
-msgstr "ðÏÉÓË%s%s"
-
-#: search.c:141
-msgid " Backwards"
-msgstr ""
+msgid " [Backwards]"
+msgstr "îÁÚÁÄ"
-#: search.c:142
+#: search.c:146
msgid " (to replace)"
msgstr " (ÞÔÏ ÍÅÎÑÔØ)"
-#: search.c:147 search.c:402
+#: search.c:151 search.c:424
msgid "Search Cancelled"
msgstr "ðÏÉÓË ÏÔÍÅÎÅÎ"
-#: search.c:219
+#: search.c:223
#, c-format
msgid "\"%s...\" not found"
msgstr "\"%s...\" ÎÅ ÎÁÊÄÅÎÏ"
-#: search.c:268 search.c:324
+#: search.c:278 search.c:340
msgid "Search Wrapped"
msgstr "ðÏÉÓË ÚÁ×ÅÒÎÕÔ"
-#: search.c:424
+#: search.c:446
#, c-format
msgid "Replaced %d occurrences"
msgstr "úÁÍÅÎÅÎÏ %d ×ÈÏÖÄÅÎÉÊ"
-#: search.c:426
+#: search.c:448
msgid "Replaced 1 occurrence"
msgstr "úÁÍÅÎÅÎÏ 1 ×ÈÏÖÄÅÎÉÅ"
-#: search.c:564 search.c:674 search.c:690
+#: search.c:586 search.c:696 search.c:712
msgid "Replace Cancelled"
msgstr "úÁÍÅÎÁ ÏÔÍÅÎÅÎÁ"
-#: search.c:614
+#: search.c:636
msgid "Replace this instance?"
msgstr "úÁÍÅÎÉÔØ ÜÔÏ ×ÈÏÖÄÅÎÉÅ?"
-#: search.c:626
+#: search.c:648
msgid "Replace failed: unknown subexpression!"
msgstr "úÁÍÅÎÁ ÎÅ ÐÏÌÕÞÉÌÁÓØ: ÎÅÉÚ×ÅÓÔÎÏÅ ÐÏÄ×ÙÒÁÖÅÎÉÅ!"
-#: search.c:715
+#: search.c:737
#, c-format
msgid "Replace with [%s]"
msgstr "úÁÍÅÎÉÔØ ÎÁ [%s]"
-#: search.c:719 search.c:723
+#: search.c:741 search.c:745
msgid "Replace with"
msgstr "úÁÍÅÎÉÔØ ÎÁ"
-#: search.c:757
+#: search.c:779
msgid "Enter line number"
msgstr "÷×ÅÄÉÔÅ ÎÏÍÅÒ ÓÔÒÏËÉ"
-#: search.c:759
+#: search.c:781
msgid "Aborted"
msgstr "ðÒÅÒ×ÁÎÏ"
-#: search.c:768
+#: search.c:790
msgid "Come on, be reasonable"
msgstr "üÔÁ, Á ÍÏÖÎÏ ÞÕÔØ ÂÏÌÅÅ ÁÄÅË×ÁÔÎÏ?"
+#: search.c:844
+msgid "Not a bracket"
+msgstr ""
+
+#. didn't find either left or right bracket
+#: search.c:889
+msgid "No matching bracket"
+msgstr ""
+
#: utils.c:159
msgid "nano: malloc: out of memory!"
msgstr ""
msgid "actual_x_from_start for xplus=%d returned %d\n"
msgstr "actual_x_from_start ÄÌÑ xplus=%d ×ÅÒÎÕÌÏ %d\n"
-#: winio.c:291 winio.c:459
+#: winio.c:291 winio.c:453
#, fuzzy, c-format
msgid "Aha! '%c' (%d)\n"
msgstr "××ÏÄ '%c' (%d)\n"
-#: winio.c:493
+#: winio.c:485
#, c-format
msgid "input '%c' (%d)\n"
msgstr "××ÏÄ '%c' (%d)\n"
-#: winio.c:540
+#: winio.c:533
msgid "New Buffer"
msgstr "îÏ×ÙÊ âÕÆÅÒ"
-#: winio.c:544
+#: winio.c:537
msgid " File: ..."
msgstr " æÁÊÌ: ..."
-#: winio.c:546
+#: winio.c:539
msgid " DIR: ..."
msgstr " äÉÒ: ..."
-#: winio.c:557
+#: winio.c:550
msgid "Modified"
msgstr "éÚÍÅÎÅÎ"
-#: winio.c:1117
+#: winio.c:1110
#, c-format
msgid "Moved to (%d, %d) in edit buffer\n"
msgstr "ðÅÒÅÍÅÝÅÎÏ ÎÁ (%d, %d) × ÂÕÆÅÒÅ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ\n"
-#: winio.c:1128
+#: winio.c:1121
#, c-format
msgid "current->data = \"%s\"\n"
msgstr "current->data = \"%s\"\n"
-#: winio.c:1185
+#: winio.c:1178
#, c-format
msgid "I got \"%s\"\n"
msgstr "ðÏÊÍÁÌ \"%s\"\n"
#. Yes, no and all are strings of any length. Each string consists of
#. all characters accepted as a valid character for that value.
#. The first value will be the one displayed in the shortcuts.
-#: winio.c:1214
+#: winio.c:1207
msgid "Yy"
msgstr "YyäÄ"
-#: winio.c:1215
+#: winio.c:1208
msgid "Nn"
msgstr "NnîÎ"
-#: winio.c:1216
+#: winio.c:1209
msgid "Aa"
msgstr "Aa÷×"
-#: winio.c:1230
+#: winio.c:1223
msgid "Yes"
msgstr "äÁ"
-#: winio.c:1234
+#: winio.c:1227
msgid "All"
msgstr "÷ÓÅ"
-#: winio.c:1239
+#: winio.c:1232
msgid "No"
msgstr "îÅÔ"
-#: winio.c:1439
+#: winio.c:1432
#, c-format
msgid "do_cursorpos: linepct = %f, bytepct = %f\n"
msgstr "do_cursorpos: linepct = %f, bytepct = %f\n"
-#: winio.c:1443
+#: winio.c:1436
#, c-format
msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)"
msgstr "ÓÔÒÏËÁ %d ÉÚ %d (%.0f%%), ÓÉÍ×ÏÌ %d ÉÚ %d (%.0f%%)"
-#: winio.c:1587
+#: winio.c:1580
msgid "Dumping file buffer to stderr...\n"
msgstr "óÂÒÏÓ ÂÕÆÅÒÁ ÆÁÊÌÁ ÎÁ stderr...\n"
-#: winio.c:1589
+#: winio.c:1582
msgid "Dumping cutbuffer to stderr...\n"
msgstr "óÂÒÏÓ cutbuffer'Á ÎÁ stderr...\n"
-#: winio.c:1591
+#: winio.c:1584
msgid "Dumping a buffer to stderr...\n"
msgstr "óÂÒÏÓ ÂÕÆÆÅÒÁ ÎÁ stderr...\n"
-#: winio.c:1666
+#: winio.c:1659
msgid "The nano text editor"
msgstr "ôÅËÓÔÏ×ÙÊ ÒÅÄÁËÔÏÒ nano"
-#: winio.c:1667
+#: winio.c:1660
msgid "version "
msgstr "×ÅÒÓÉÑ "
-#: winio.c:1668
+#: winio.c:1661
msgid "Brought to you by:"
msgstr "ðÒÅÄÏÓÔÁ×ÌÅÎ ×ÁÍ:"
-#: winio.c:1669
+#: winio.c:1662
msgid "Special thanks to:"
msgstr "ïÓÏÂÁÑ ÂÌÁÇÏÄÁÒÎÏÓÔØ:"
-#: winio.c:1670
+#: winio.c:1663
msgid "The Free Software Foundation"
msgstr ""
"The Free Software Foundation (ÆÏÎÄ Ó×ÏÂÏÄÎÏÇÏ ÐÒÏÇÒÁÍÍÎÏÇÏ ÏÂÅÓÐÅÞÅÎÉÑ)"
-#: winio.c:1671
+#: winio.c:1664
msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses"
msgstr "ðÁ×ÅÌ ëÕÒÔÉÓ, úÅÊÄ ÂÅÎ-èÁÌÉÍ É üÒÉË ó. òÅÊÍÏÎÄ ÚÁ ncurses"
-#: winio.c:1672
+#: winio.c:1665
msgid "and anyone else we forgot..."
msgstr "É ×ÓÅÍ ÏÓÔÁÌØÎÙÍ, ËÏÇÏ ÍÙ ÚÁÂÙÌÉ ÕÐÏÍÑÎÕÔØ..."
-#: winio.c:1673
+#: winio.c:1666
msgid "Thank you for using nano!\n"
msgstr "óÐÁÓÉÂÏ ÷ÁÍ ÚÁ ×ÙÂÏÒ nano!\n"
+#, fuzzy
+#~ msgid "Write"
+#~ msgstr "úÁÐÉÓÁÔØ"
+
#~ msgid "Case Sensitive Regexp Search%s%s"
#~ msgstr "òÅÇÉÓÔÒÏÚÁ×ÉÍÙÊ ÐÏÉÓË ÆÏÒÍÁÌØÎÏÇÏ ×ÙÒÁÖÅÎÉÑ%s%s"
msgid ""
msgstr ""
"Project-Id-Version: nano 1.1.1\n"
-"POT-Creation-Date: 2001-09-18 23:21-0400\n"
+"POT-Creation-Date: 2001-10-03 17:47-0400\n"
"PO-Revision-Date: 2001-09-11 11:59+0200\n"
"Last-Translator: Christian Rose <menthos@menthos.com>\n"
"Language-Team: Swedish <sv@li.org>\n"
msgid "add_to_cutbuffer called with inptr->data = %s\n"
msgstr "add_to_cutbuffer anropades med inptr->data = %s\n"
-#: cut.c:211
+#: cut.c:214
msgid "Blew away cutbuffer =)\n"
msgstr "Sprängde urklippsbufferten =)\n"
-#: files.c:149
+#: files.c:158
msgid "read_line: not on first line and prev is NULL"
msgstr "read_line: inte på första raden och prev är NULL"
-#: files.c:211 files.c:229
+#: files.c:230 files.c:248
#, c-format
msgid "Read %d lines"
msgstr "Läste %d rader"
-#: files.c:247 search.c:213
+#: files.c:266 search.c:217
#, c-format
msgid "\"%s\" not found"
msgstr "\"%s\" kunde inte hittas"
#. We have a new file
-#: files.c:251
+#: files.c:270
msgid "New File"
msgstr "Ny fil"
-#: files.c:264
+#: files.c:283
#, c-format
msgid "File \"%s\" is a directory"
msgstr "\"%s\" är en katalog"
#. Don't open character or block files. Sorry, /dev/sndstat!
-#: files.c:267
+#: files.c:286
#, c-format
msgid "File \"%s\" is a device file"
msgstr "Filen \"%s\" är en enhetsfil"
-#: files.c:275
+#: files.c:294
msgid "Reading File"
msgstr "Läser filen"
-#: files.c:295
+#: files.c:314
msgid "File to insert [from ./] "
msgstr "Fil att infoga [från ./] "
-#: files.c:299 files.c:451 files.c:498 files.c:678 files.c:690 files.c:733
-#: files.c:744 files.c:1264
+#: files.c:318 files.c:470 files.c:517 files.c:697 files.c:709 files.c:752
+#: files.c:763 files.c:1332
#, c-format
msgid "filename is %s"
msgstr "filnamnet är %s"
-#: files.c:330
+#: files.c:349
#, c-format
msgid "Can't insert file from outside of %s"
msgstr ""
-#: files.c:393 files.c:1022 files.c:1349 nano.c:1657
+#: files.c:412 files.c:1056 files.c:1417 nano.c:1695
msgid "Cancelled"
msgstr "Avbruten"
-#: files.c:670 files.c:725
+#: files.c:689 files.c:744
msgid "No more open files"
msgstr "Inga fler öppna filer"
-#: files.c:1045
+#: files.c:1079
#, c-format
msgid "Can't write outside of %s"
msgstr ""
-#: files.c:1082 files.c:1098 files.c:1112 files.c:1129 files.c:1136
+#: files.c:1116 files.c:1132 files.c:1146 files.c:1169 files.c:1178
+#: files.c:1190
#, c-format
msgid "Could not open file for writing: %s"
msgstr "Kunde inte öppna filen för skrivning: %s"
-#: files.c:1117
+#: files.c:1151
#, c-format
msgid "Wrote >%s\n"
msgstr "Skrev >%s\n"
-#: files.c:1145
+#: files.c:1200
#, c-format
msgid "Could not close %s: %s"
msgstr "Kunde inte stänga %s: %s"
#. Try a rename??
-#: files.c:1168 files.c:1177 files.c:1182
+#: files.c:1223 files.c:1232 files.c:1237
#, c-format
msgid "Could not open %s for writing: %s"
msgstr "Kunde inte öppna %s för skrivning: %s"
-#: files.c:1189
+#: files.c:1244
#, c-format
msgid "Could not set permissions %o on %s: %s"
msgstr "Kunde inte sätta rättigheterna %o på %s: %s"
-#: files.c:1196
+#: files.c:1251
#, c-format
msgid "Wrote %d lines"
msgstr "Skrev %d rader"
# _("File Name to %s"), append ? _("Append") : _("Write"));
#
# Ja, denna idiotiska meddelandekonstruktion är felrapporterad
-#: files.c:1236
-#, c-format
-msgid "%s Selection to File"
+#: files.c:1294
+#, fuzzy
+msgid "Append Selection to File"
msgstr "%s markering till fil"
-# Denna idiotiska meddelandekonstruktion är felrapporterad
-#: files.c:1236 files.c:1240 global.c:504
-msgid "Append"
-msgstr "Lägg till"
+# Koden för det följande ser ut så här:
+#
+# #ifndef NANO_SMALL
+# if (ISSET(MARK_ISSET) && !exiting)
+# i = statusq(1, writefile_list, WRITEFILE_LIST_LEN, "",
+# _("%s Selection to File"), append ? _("Append") :
+# _("Write"));
+# else
+# #endif
+# i = statusq(1, writefile_list, WRITEFILE_LIST_LEN, answer,
+# _("File Name to %s"), append ? _("Append") : _("Write"));
+#
+# Ja, denna idiotiska meddelandekonstruktion är felrapporterad
+#: files.c:1297
+#, fuzzy
+msgid "Write Selection to File"
+msgstr "%s markering till fil"
# Denna idiotiska meddelandekonstruktion är felrapporterad
-#: files.c:1236 files.c:1240
-msgid "Write"
-msgstr "Skriv"
+#: files.c:1303
+#, fuzzy
+msgid "File Name to Append"
+msgstr "Filnamn att %s"
# Denna idiotiska meddelandekonstruktion är felrapporterad
-#: files.c:1240
-#, c-format
-msgid "File Name to %s"
+#: files.c:1306
+#, fuzzy
+msgid "File Name to Write"
msgstr "Filnamn att %s"
-#: files.c:1278
+#: files.c:1346
msgid "File exists, OVERWRITE ?"
msgstr "Filen existerar, SKRIVA ÖVER?"
-#: files.c:1798
+#: files.c:1866
msgid "(more)"
msgstr "(mer)"
-#: files.c:2111
+#: files.c:2179
msgid "Can't move up a directory"
msgstr "Kan inte gå upp en katalog"
-#: files.c:2123
+#: files.c:2191
msgid "Can't visit parent in restricted mode"
msgstr ""
#. We can't open this dir for some reason. Complain
-#: files.c:2134 files.c:2191
+#: files.c:2202 files.c:2259
#, c-format
msgid "Can't open \"%s\": %s"
msgstr "Kan inte öppna \"%s\": %s"
-#: files.c:2162 global.c:280
+#: files.c:2230 global.c:295
msgid "Goto Directory"
msgstr "Gå till katalog"
-#: files.c:2169
+#: files.c:2237
#, c-format
msgid "Can't go outside of %s in restricted mode"
msgstr ""
-#: files.c:2176
+#: files.c:2244
msgid "Goto Cancelled"
msgstr "Gå till avbrutet"
-#: global.c:164
+#: global.c:166
msgid "Constant cursor position"
msgstr "Konstant markörposition"
-#: global.c:165
+#: global.c:167
msgid "Auto indent"
msgstr "Automatisk indragning"
-#: global.c:166
+#: global.c:168
msgid "Suspend"
msgstr "Skjut upp"
-#: global.c:167
+#: global.c:169
msgid "Help mode"
msgstr "Hjälpläge"
-#: global.c:168
+#: global.c:170
msgid "Pico mode"
msgstr "Pico-läge"
-#: global.c:169
+#: global.c:171
msgid "Mouse support"
msgstr "Musstöd"
-#: global.c:170
+#: global.c:172
msgid "Cut to end"
msgstr "Klipp ut till slutet"
-#: global.c:171
-msgid "Backwards Search"
+#: global.c:173
+#, fuzzy
+msgid "Backwards search"
msgstr "Baklängessökning"
-#: global.c:172
-msgid "Case Sensitive Search"
+#: global.c:174
+#, fuzzy
+msgid "Case sensitive search"
msgstr "Skiftlägeskänslig sökning"
-#: global.c:174
+#: global.c:175
+msgid "Writing file in DOS format"
+msgstr ""
+
+#: global.c:176
+msgid "Writing file in Mac format"
+msgstr ""
+
+#: global.c:177
+msgid "Smooth scrolling"
+msgstr ""
+
+#: global.c:180
msgid "Regular expressions"
msgstr "Reguljära uttryck"
-#: global.c:176
+#: global.c:182
msgid "Auto wrap"
msgstr "Radbryt automatiskt"
-#: global.c:179
+#: global.c:185
msgid "Multiple file buffers"
msgstr "Flera filbuffertar"
-#: global.c:180
+#: global.c:186
msgid "Open previously loaded file"
msgstr "Öppna föregående inlästa fil"
-#: global.c:181
+#: global.c:187
msgid "Open next loaded file"
msgstr "Öppna nästa inlästa fil"
-#: global.c:241
+#: global.c:256
msgid "Invoke the help menu"
msgstr "Starta hjälpmenyn"
-#: global.c:242
+#: global.c:257
msgid "Write the current file to disk"
msgstr "Skriv den aktuella filen till disk"
-#: global.c:245
+#: global.c:260
msgid "Close currently loaded file/Exit from nano"
msgstr "Stäng aktuell inläst fil/Avsluta nano"
-#: global.c:247
+#: global.c:262
msgid "Exit from nano"
msgstr "Avsluta nano"
-#: global.c:250
+#: global.c:265
msgid "Goto a specific line number"
msgstr "Gå till ett specifikt radnummer"
-#: global.c:251
+#: global.c:266
msgid "Justify the current paragraph"
msgstr "Justera det aktuella stycket"
-#: global.c:252
+#: global.c:267
msgid "Unjustify after a justify"
msgstr "Återställ en justering"
-#: global.c:253
+#: global.c:268
msgid "Replace text within the editor"
msgstr "Ersätt text inuti textredigeraren"
-#: global.c:254
+#: global.c:269
msgid "Insert another file into the current one"
msgstr "Infoga ytterligare en fil i den nuvarande"
-#: global.c:255
+#: global.c:270
msgid "Search for text within the editor"
msgstr "Sök efter text inuti textredigeraren"
-#: global.c:256
+#: global.c:271
msgid "Move to the previous screen"
msgstr "Gå till föregående skärm"
-#: global.c:257
+#: global.c:272
msgid "Move to the next screen"
msgstr "Gå till nästa skärm"
-#: global.c:258
+#: global.c:273
msgid "Cut the current line and store it in the cutbuffer"
msgstr "Klipper ut den aktuella raden och lagrar den i urklippsbufferten"
-#: global.c:259
+#: global.c:274
msgid "Uncut from the cutbuffer into the current line"
msgstr "Klistra in från urklippsbufferten i aktuell rad"
-#: global.c:260
+#: global.c:275
msgid "Show the position of the cursor"
msgstr "Visa markörens position"
-#: global.c:261
+#: global.c:276
msgid "Invoke the spell checker (if available)"
msgstr "Starta stavningskontrollen (om tillgänglig)"
-#: global.c:262
+#: global.c:277
msgid "Move up one line"
msgstr "Gå upp en rad"
-#: global.c:263
+#: global.c:278
msgid "Move down one line"
msgstr "Gå ner en rad"
-#: global.c:264
+#: global.c:279
msgid "Move forward one character"
msgstr "Gå framåt ett tecken"
-#: global.c:265
+#: global.c:280
msgid "Move back one character"
msgstr "Gå bakåt ett tecken"
-#: global.c:266
+#: global.c:281
msgid "Move to the beginning of the current line"
msgstr "Gå till början på aktuell rad"
-#: global.c:267
+#: global.c:282
msgid "Move to the end of the current line"
msgstr "Gå till slutet på aktuell rad"
-#: global.c:268
+#: global.c:283
msgid "Go to the first line of the file"
msgstr "Gå till filens första rad"
-#: global.c:269
+#: global.c:284
msgid "Go to the last line of the file"
msgstr "Gå till filens sista rad"
-#: global.c:270
+#: global.c:285
msgid "Refresh (redraw) the current screen"
msgstr "Uppdatera (rita om) den aktuella skärmen"
-#: global.c:271
+#: global.c:286
msgid "Mark text at the current cursor location"
msgstr "Markera text vid aktuell markörposition"
-#: global.c:272
+#: global.c:287
msgid "Delete the character under the cursor"
msgstr "Ta bort tecknet under markören"
-#: global.c:274
+#: global.c:289
msgid "Delete the character to the left of the cursor"
msgstr "Ta bort tecknet till vänster om markören"
-#: global.c:275
+#: global.c:290
msgid "Insert a tab character"
msgstr "Infoga ett tabulatorsteg"
-#: global.c:276
+#: global.c:291
msgid "Insert a carriage return at the cursor position"
msgstr "Infoga en vagnretur vid markörpositionen"
-#: global.c:278
+#: global.c:293
msgid "Make the current search or replace case (in)sensitive"
msgstr "Gör den aktuella sökningen eller ersättningen skiftlägesokänslig"
-#: global.c:279
+#: global.c:294
msgid "Go to file browser"
msgstr "Gå til filbläddrare"
-#: global.c:281
+#: global.c:296
msgid "Cancel the current function"
msgstr "Avbryt den aktuella funktionen"
-#: global.c:282
+#: global.c:297
msgid "Append to the current file"
msgstr "Lägg till i den aktuella filen"
-#: global.c:283
-msgid "Search Backwards"
+#: global.c:298
+#, fuzzy
+msgid "Search backwards"
msgstr "Sök baklänges"
-#: global.c:284
-msgid "Use Regular Expressions"
+#: global.c:300
+#, fuzzy
+msgid "Use Regular expressions"
msgstr "Använd reguljära uttryck"
+#: global.c:301
+msgid "Find other bracket"
+msgstr ""
+
# kontrollera att den finns
-#: global.c:287
+#: global.c:305
msgid "Get Help"
msgstr "Få hjälp"
-#: global.c:292
+#: global.c:310
msgid "Close"
msgstr "Stäng"
-#: global.c:296 global.c:495 global.c:533
+#: global.c:314 global.c:517 global.c:555
msgid "Exit"
msgstr "Avsluta"
-#: global.c:299
+#: global.c:317
msgid "WriteOut"
msgstr "Spara"
-#: global.c:304 global.c:393
+#: global.c:322 global.c:411
msgid "Justify"
msgstr "Justera"
-#: global.c:308 global.c:314
+#: global.c:326 global.c:332
msgid "Read File"
msgstr "Läs fil"
-#: global.c:318 global.c:389 global.c:413
+#: global.c:336 global.c:407 global.c:435
msgid "Replace"
msgstr "Ersätt"
-#: global.c:322
+#: global.c:340
msgid "Where Is"
msgstr "Var finns"
-#: global.c:326 global.c:487 global.c:522
+#: global.c:344 global.c:509 global.c:544
msgid "Prev Page"
msgstr "Föreg sid"
-#: global.c:330 global.c:491 global.c:526
+#: global.c:348 global.c:513 global.c:548
msgid "Next Page"
msgstr "Nästa sid"
-#: global.c:334
+#: global.c:352
msgid "Cut Text"
msgstr "Klipp ut"
-#: global.c:338
+#: global.c:356
msgid "UnJustify"
msgstr "Ojustera"
-#: global.c:341
+#: global.c:359
msgid "UnCut Txt"
msgstr "Klist. in"
-#: global.c:345
+#: global.c:363
msgid "Cur Pos"
msgstr "Akt. pos"
-#: global.c:349
+#: global.c:367
msgid "To Spell"
msgstr "Stavkontr."
-#: global.c:353
+#: global.c:371
msgid "Up"
msgstr "Upp"
-#: global.c:356
+#: global.c:374
msgid "Down"
msgstr "Ner"
-#: global.c:359
+#: global.c:377
msgid "Forward"
msgstr "Framåt"
-#: global.c:362
+#: global.c:380
msgid "Back"
msgstr "Bakåt"
-#: global.c:365
+#: global.c:383
msgid "Home"
msgstr "Hem"
-#: global.c:368
+#: global.c:386
msgid "End"
msgstr "Slut"
-#: global.c:371
+#: global.c:389
msgid "Refresh"
msgstr "Uppdatera"
-#: global.c:374
+#: global.c:392
msgid "Mark Text"
msgstr "Markera text"
-#: global.c:377
+#: global.c:395
msgid "Delete"
msgstr "Ta bort"
-#: global.c:381
+#: global.c:399
msgid "Backspace"
msgstr "Backsteg"
-#: global.c:385
+#: global.c:403
msgid "Tab"
msgstr "Tabb"
-#: global.c:397
+#: global.c:415
msgid "Enter"
msgstr "Enter"
-#: global.c:401 global.c:417 global.c:447
+#: global.c:419 global.c:439 global.c:469
msgid "Goto Line"
msgstr "Gå till rad"
-#: global.c:407 global.c:437 global.c:467 global.c:477
+#: global.c:424
+msgid "Find Other Bracket"
+msgstr ""
+
+#: global.c:429 global.c:459 global.c:489 global.c:499
msgid "First Line"
msgstr "Första raden"
-#: global.c:410 global.c:440 global.c:470 global.c:480
+#: global.c:432 global.c:462 global.c:492 global.c:502
msgid "Last Line"
msgstr "Sista raden"
-#: global.c:421 global.c:451
+#: global.c:443 global.c:473
msgid "Case Sens"
msgstr "Skiftkänsl"
-#: global.c:424 global.c:454
-msgid "Backward"
-msgstr "Bakåt"
+#: global.c:446 global.c:476
+#, fuzzy
+msgid "Direction"
+msgstr "Gå till katalog"
-#: global.c:429 global.c:459
+#: global.c:451 global.c:481
msgid "Regexp"
msgstr "Reguljärt uttr"
-#: global.c:434 global.c:464 global.c:473 global.c:483 global.c:507
-#: global.c:515 global.c:518 global.c:536 winio.c:1241
+#: global.c:456 global.c:486 global.c:495 global.c:505 global.c:529
+#: global.c:537 global.c:540 global.c:558 winio.c:1234
msgid "Cancel"
msgstr "Avbryt"
-#: global.c:443
+#: global.c:465
msgid "No Replace"
msgstr "Ingen ersättning"
-#: global.c:500 global.c:511
+#: global.c:522 global.c:533
msgid "To Files"
msgstr "Till filer"
-#: global.c:530
+# Denna idiotiska meddelandekonstruktion är felrapporterad
+#: global.c:526
+msgid "Append"
+msgstr "Lägg till"
+
+#: global.c:552
msgid "Goto"
msgstr "Gå till"
msgid "Key illegal in VIEW mode"
msgstr "Tangenten ogiltig i VISNINGsläget"
-#: nano.c:242
+#: nano.c:245
msgid ""
" nano help text\n"
"\n"
"commonly used shortcuts in the editor.\n"
"\n"
" The notation for shortcuts is as follows: Control-key sequences are notated "
-"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-"
-"key sequences are notated with the Meta (M) symbol and can be entered using "
-"either the Esc, Alt or Meta key depending on your keyboard setup. The "
+"with a caret (^) symbol and are entered with the Control (Ctrl) key. "
+"Escape-key sequences are notated with the Meta (M) symbol and can be entered "
+"using either the Esc, Alt or Meta key depending on your keyboard setup. The "
"following keystrokes are available in the main editor window. Optional keys "
"are shown in parentheses:\n"
"\n"
"redigerarens huvudfönster. Alternativa tangenter visas inom parentes:\n"
"\n"
-#: nano.c:342
+#: nano.c:345
msgid "delete_node(): free'd a node, YAY!\n"
msgstr "delete_node(): frigjorde en nod, JIPPI!\n"
-#: nano.c:347
+#: nano.c:350
msgid "delete_node(): free'd last node.\n"
msgstr "delete_node(): frigjorde sista noden.\n"
-#: nano.c:402
+#: nano.c:405
msgid ""
"Usage: nano [GNU long option] [option] +LINE <file>\n"
"\n"
"Användning: nano [lång GNU-flagga] [flagga] +RAD <fil>\n"
"\n"
-#: nano.c:403
+#: nano.c:406
msgid "Option\t\tLong option\t\tMeaning\n"
msgstr "Flagga\t\tLång flagga\t\tBetydelse\n"
-#: nano.c:408
+#: nano.c:411
+msgid " -D \t\t--dos\t\t\tWrite file in DOS format\n"
+msgstr ""
+
+#: nano.c:416
msgid " -F \t\t--multibuffer\t\tEnable multiple file buffers\n"
msgstr " -F \t\t--multibuffer\t\tAnvänd flera filbuffertar\n"
-#: nano.c:412
-msgid " -T [num]\t--tabsize=[num]\t\tSet width of a tab to num\n"
+#: nano.c:421
+msgid " -M \t\t--mac\t\t\tWrite file in Mac format\n"
msgstr ""
-" -T [tal]\t--tabsize=[tal]\t\tStäll in bredden på ett tabbsteg till tal\n"
-#: nano.c:415
+#: nano.c:425
msgid " -R\t\t--regexp\t\tUse regular expressions for search\n"
msgstr " -R\t\t--regexp\t\tAnvänd reguljära uttryck för sökning\n"
-#: nano.c:419
+#: nano.c:429
+msgid " -S\t\t--smooth\t\tSmooth scrolling\n"
+msgstr ""
+
+#: nano.c:432
+msgid " -T [num]\t--tabsize=[num]\t\tSet width of a tab to num\n"
+msgstr ""
+" -T [tal]\t--tabsize=[tal]\t\tStäll in bredden på ett tabbsteg till tal\n"
+
+#: nano.c:435
msgid " -V \t\t--version\t\tPrint version information and exit\n"
msgstr " -V \t\t--version\t\tSkriv ut versionsinformation och avsluta\n"
-#: nano.c:421
+#: nano.c:437
msgid " -c \t\t--const\t\t\tConstantly show cursor position\n"
msgstr " -c \t\t--const\t\t\tVisa markörposition hela tiden\n"
-#: nano.c:423
+#: nano.c:439
msgid " -h \t\t--help\t\t\tShow this message\n"
msgstr " -h \t\t--help\t\t\tVisa detta meddelande\n"
-#: nano.c:426
+#: nano.c:442
msgid " -i \t\t--autoindent\t\tAutomatically indent new lines\n"
msgstr " -i \t\t--autoindent\t\tDra automatiskt in nya rader\n"
-#: nano.c:428
+#: nano.c:444
msgid " -k \t\t--cut\t\t\tLet ^K cut from cursor to end of line\n"
msgstr ""
" -k \t\t--cut\t\t\tLåt ^K klippa ut från markören till slutet på raden\n"
-#: nano.c:431
+#: nano.c:447
msgid " -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite\n"
msgstr " -l \t\t--nofollow\t\tFölj inte symboliska länkar, skriv över\n"
-#: nano.c:434
+#: nano.c:450
msgid " -m \t\t--mouse\t\t\tEnable mouse\n"
msgstr " -m \t\t--mouse\t\t\tAnvänd mus\n"
-#: nano.c:439
-msgid " -o [dir] \t--operatingdir\t\tSet operating directory\n"
+#: nano.c:455
+msgid " -o [dir] \t--operatingdir=[dir]\tSet operating directory\n"
msgstr ""
-#: nano.c:442
+#: nano.c:458
#, fuzzy
msgid " -p \t\t--pico\t\t\tEmulate Pico as closely as possible\n"
msgstr " -p\t \t--pico\t\t\tEmulera Pico så nära som möjligt\n"
-#: nano.c:447
+#: nano.c:463
msgid ""
" -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n"
msgstr " -r [tecken] \t--fill=[tecken]\t\tBryt rader efter antal tecken\n"
-#: nano.c:451
+#: nano.c:467
msgid " -s [prog] \t--speller=[prog]\tEnable alternate speller\n"
msgstr " -s [prog] \t--speller=[prog]\tAnvänd alternativ stavningskontroll\n"
-#: nano.c:454
+#: nano.c:470
msgid " -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n"
msgstr " -t \t\t--tempfile\t\tSpara automatiskt vid avslut, fråga inte\n"
-#: nano.c:456
+#: nano.c:472
msgid " -v \t\t--view\t\t\tView (read only) mode\n"
msgstr " -v \t\t--view\t\t\tVisningsläge (skrivskyddat)\n"
-#: nano.c:459
+#: nano.c:475
msgid " -w \t\t--nowrap\t\tDon't wrap long lines\n"
msgstr " -w \t\t--nowrap\t\tRadbryt inte långa rader\n"
-#: nano.c:462
+#: nano.c:478
msgid " -x \t\t--nohelp\t\tDon't show help window\n"
msgstr " -x \t\t--nohelp\t\tVisa inte hjälpfönster\n"
-#: nano.c:464
+#: nano.c:480
msgid " -z \t\t--suspend\t\tEnable suspend\n"
msgstr " -z \t\t--suspend\t\tAnvänd suspend\n"
-#: nano.c:466
+#: nano.c:482
msgid " +LINE\t\t\t\t\tStart at line number LINE\n"
msgstr " +RAD\t\t\t\t\tStarta vid radnummer RAD\n"
-#: nano.c:468
+#: nano.c:484
msgid ""
"Usage: nano [option] +LINE <file>\n"
"\n"
"Användning: nano [flagga] +RAD <fil>\n"
"\n"
-#: nano.c:469
+#: nano.c:485
msgid "Option\t\tMeaning\n"
msgstr "Flagga\t\tBetydelse\n"
-#: nano.c:471
+#: nano.c:487
+msgid " -D \t\tWrite file in DOS format\n"
+msgstr ""
+
+#: nano.c:490
msgid " -F \t\tEnable multiple file buffers\n"
msgstr " -F \t\tAnvänd flera filbuffertar\n"
-#: nano.c:473
+#: nano.c:493
+msgid " -M \t\tWrite file in Mac format\n"
+msgstr ""
+
+#: nano.c:495
msgid " -T [num]\tSet width of a tab to num\n"
msgstr " -T [tal]\tStäll in bredden på ett tabbsteg till tal\n"
-#: nano.c:474
+#: nano.c:496
msgid " -R\t\tUse regular expressions for search\n"
msgstr " -R\t\tAnvänd reguljära uttryck för sökning\n"
-#: nano.c:475
+#: nano.c:498
+msgid " -S\t\tSmooth scrolling\n"
+msgstr ""
+
+#: nano.c:500
msgid " -V \t\tPrint version information and exit\n"
msgstr " -V \t\tSkriv ut versionsinformation och avsluta\n"
-#: nano.c:476
+#: nano.c:501
msgid " -c \t\tConstantly show cursor position\n"
msgstr " -c \t\tVisa markörposition hela tiden\n"
-#: nano.c:477
+#: nano.c:502
msgid " -h \t\tShow this message\n"
msgstr " -h \t\tVisa detta meddelande\n"
-#: nano.c:479
+#: nano.c:504
msgid " -i \t\tAutomatically indent new lines\n"
msgstr " -i \t\tDra automatiskt in nya rader\n"
-#: nano.c:480
+#: nano.c:505
msgid " -k \t\tLet ^K cut from cursor to end of line\n"
msgstr " -k \t\tLåt ^K klippa ut från markören till slutet på raden\n"
-#: nano.c:483
+#: nano.c:508
msgid " -l \t\tDon't follow symbolic links, overwrite\n"
msgstr " -l \t\tFölj inte symboliska länkar, skriv över\n"
-#: nano.c:486
+#: nano.c:511
msgid " -m \t\tEnable mouse\n"
msgstr " -m \t\tAnvänd mus\n"
-#: nano.c:490
+#: nano.c:515
msgid " -o [dir] \tSet operating directory\n"
msgstr ""
-#: nano.c:492
+#: nano.c:517
msgid " -p \t\tEmulate Pico as closely as possible\n"
msgstr " -p \t\tEmulera Pico så nära som möjligt\n"
-#: nano.c:496
+#: nano.c:521
msgid " -r [#cols] \tSet fill cols to (wrap lines at) #cols\n"
msgstr " -r [tecken] \tBryt rader efter antal tecken\n"
-#: nano.c:499
+#: nano.c:524
msgid " -s [prog] \tEnable alternate speller\n"
msgstr " -s [prog] \tAnvänd alternativ stavningskontroll\n"
-#: nano.c:501
+#: nano.c:526
msgid " -t \t\tAuto save on exit, don't prompt\n"
msgstr " -t \t\tSpara automatiskt vid avslut, fråga inte\n"
-#: nano.c:502
+#: nano.c:527
msgid " -v \t\tView (read only) mode\n"
msgstr " -v \t\tVisningsläge (skrivskyddat)\n"
-#: nano.c:504
+#: nano.c:529
msgid " -w \t\tDon't wrap long lines\n"
msgstr " -w \t\tRadbryt inte långa rader\n"
-#: nano.c:506
+#: nano.c:531
msgid " -x \t\tDon't show help window\n"
msgstr " -x \t\tVisa inte hjälpfönster\n"
-#: nano.c:507
+#: nano.c:532
msgid " -z \t\tEnable suspend\n"
msgstr " -z \t\tAnvänd suspend\n"
-#: nano.c:508
+#: nano.c:533
msgid " +LINE\t\tStart at line number LINE\n"
msgstr " +RAD\t\tStarta vid radnummer RAD\n"
-#: nano.c:515
+#: nano.c:540
#, c-format
msgid " GNU nano version %s (compiled %s, %s)\n"
msgstr " GNU nano version %s (kompilerad %s, %s)\n"
-#: nano.c:518
+#: nano.c:543
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org"
msgstr " E-post: nano@nano-editor.org\tHemsida: http://www.nano-editor.org"
-#: nano.c:519
+#: nano.c:544
msgid ""
"\n"
" Compiled options:"
"\n"
" Kompileringsflaggor:"
-#: nano.c:608
+#: nano.c:633
msgid "Mark Set"
msgstr "Markering satt"
-#: nano.c:613
+#: nano.c:638
msgid "Mark UNset"
msgstr "Markering borttagen"
-#: nano.c:1129
+#: nano.c:1167
#, c-format
msgid "check_wrap called with inptr->data=\"%s\"\n"
msgstr "check_wrap anropades med inptr->data=\"%s\"\n"
-#: nano.c:1181
+#: nano.c:1219
#, c-format
msgid "current->data now = \"%s\"\n"
msgstr "current->data nu = \"%s\"\n"
-#: nano.c:1233
+#: nano.c:1271
#, c-format
msgid "After, data = \"%s\"\n"
msgstr "Efter, data = \"%s\"\n"
-#: nano.c:1334
+#: nano.c:1372
msgid "Edit a replacement"
msgstr "Redigera en ersättning"
-#: nano.c:1568
+#: nano.c:1606
#, c-format
msgid "Could not create a temporary filename: %s"
msgstr "Kunde inte skapa ett temporärt filnamn: %s"
-#: nano.c:1574
+#: nano.c:1612
msgid "Spell checking failed: unable to write temp file!"
msgstr "Stavningskontroll misslyckades: kan inte skriva till temporärfil!"
-#: nano.c:1594
+#: nano.c:1632
msgid "Finished checking spelling"
msgstr "Stavningskontrollen slutfördes"
-#: nano.c:1596
+#: nano.c:1634
msgid "Spell checking failed"
msgstr "Stavningskontrollen misslyckades"
-#: nano.c:1625
+#: nano.c:1663
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
msgstr ""
"Spara ändrad buffert (ATT SVARA \"Nej\" KOMMER ATT FÖRSTÖRA ÄNDRINGAR)? "
-#: nano.c:1761
+#: nano.c:1810
msgid "Received SIGHUP"
msgstr "Mottog SIGHUP"
-#: nano.c:1825
+#: nano.c:1874
msgid "Cannot resize top win"
msgstr "Kan inte ändra storlek på övre fönstret"
-#: nano.c:1827
+#: nano.c:1876
msgid "Cannot move top win"
msgstr "Kan inte flytta övre fönstret"
-#: nano.c:1829
+#: nano.c:1878
msgid "Cannot resize edit win"
msgstr "Kan inte ändra storlek på redigeringsfönstret"
-#: nano.c:1831
+#: nano.c:1880
msgid "Cannot move edit win"
msgstr "Kan inte flytta redigeringsfönstret"
-#: nano.c:1833
+#: nano.c:1882
msgid "Cannot resize bottom win"
msgstr "Kan inte ändra storlek på nedre fönstret"
-#: nano.c:1835
+#: nano.c:1884
msgid "Cannot move bottom win"
msgstr "Kan inte flytta nedre fönstret"
-#: nano.c:2160
+#: nano.c:2209
msgid "Can now UnJustify!"
msgstr "Kan ojustera nu!"
-#: nano.c:2276
+#: nano.c:2331
#, c-format
msgid "%s enable/disable"
msgstr "%s aktivera/deaktivera"
-#: nano.c:2295
+#: nano.c:2350
msgid "enabled"
msgstr "aktiverad"
-#: nano.c:2296
+#: nano.c:2351
msgid "disabled"
msgstr "deaktiverad"
-#: nano.c:2348
+#: nano.c:2415
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
msgstr ""
"NumLock-problem upptäcktes. Tangenterna kommer inte att fungera utan NumLock"
-#: nano.c:2624
+#: nano.c:2708
msgid "Main: set up windows\n"
msgstr "Main: konfigurera fönster\n"
-#: nano.c:2635
+#: nano.c:2719
msgid "Main: bottom win\n"
msgstr "Main: nedre fönstret\n"
-#: nano.c:2641
+#: nano.c:2725
msgid "Main: open file\n"
msgstr "Main: öppna fil\n"
-#: nano.c:2701
+#: nano.c:2785
#, c-format
msgid "I got Alt-O-%c! (%d)\n"
msgstr "Jag mottog Alt-O-%c! (%d)\n"
-#: nano.c:2728
+#: nano.c:2812
#, c-format
msgid "I got Alt-[-1-%c! (%d)\n"
msgstr "Jag mottog Alt-[-1-%c! (%d)\n"
-#: nano.c:2766
+#: nano.c:2842
#, c-format
msgid "I got Alt-[-2-%c! (%d)\n"
msgstr "Jag mottog Alt-[-2-%c! (%d)\n"
-#: nano.c:2820
+#: nano.c:2896
#, c-format
msgid "I got Alt-[-%c! (%d)\n"
msgstr "Jag mottog Alt-[-%c! (%d)\n"
-#: nano.c:2855
+#: nano.c:2931
#, c-format
msgid "I got Alt-%c! (%d)\n"
msgstr "Jag mottog Alt-%c! (%d)\n"
-#: rcfile.c:77
+#: rcfile.c:79
msgid ""
"\n"
"Press return to continue starting nano\n"
"\n"
"Tryck Retur för att fortsätta starta nano\n"
-#: rcfile.c:135
+#: rcfile.c:137
msgid "parse_rcfile: Read a comment\n"
msgstr "parse_rcfile: Läste in en kommentar\n"
-#: rcfile.c:152
+#: rcfile.c:154
#, c-format
msgid "Error in %s on line %d: command %s not understood"
msgstr "Fel i %s på rad %d: kommandot %s kan inte förstås"
-#: rcfile.c:165
+#: rcfile.c:167
#, c-format
msgid "parse_rcfile: Parsing option %s\n"
msgstr "parse_rcfile: Tolkar flaggan %s\n"
-#: rcfile.c:182
+#: rcfile.c:185
#, c-format
msgid "Error in %s on line %d: option %s requires an argument"
msgstr "Fel i %s på rad %d: flaggan %s kräver ett argument"
-#: rcfile.c:193
+#: rcfile.c:196
#, c-format
msgid "Error in %s on line %d: requested fill size %d too small"
msgstr "Fel i %s på rad %d: begärd fyllningsstorlek %d är för liten"
-#: rcfile.c:209
+#: rcfile.c:205
+#, fuzzy, c-format
+msgid "Error in %s on line %d: requested tab size %d too small"
+msgstr "Fel i %s på rad %d: begärd fyllningsstorlek %d är för liten"
+
+#: rcfile.c:219
#, c-format
msgid "set flag %d!\n"
msgstr "satte flagga %d!\n"
-#: rcfile.c:214
+#: rcfile.c:224
#, c-format
msgid "unset flag %d!\n"
msgstr "tog bort flagga %d!\n"
-#: rcfile.c:223
+#: rcfile.c:233
msgid "Errors found in .nanorc file"
msgstr "Fel hittades i filen .nanorc"
-#: rcfile.c:232
+#: rcfile.c:242
#, c-format
msgid "Unable to open ~/.nanorc file, %s"
msgstr "Kan inte öppna filen ~/.nanorc, %s"
+# Ja, denna idiotiska meddelandekonstruktion är felrapporterad
+#: search.c:132
+msgid "Search"
+msgstr "sökning"
+
# Koden för det följande ser ut så här:
#
# i = statusq(0, replacing ? replace_list : whereis_list,
# buf);
#
# Ja, denna idiotiska meddelandekonstruktion är felrapporterad
-#: search.c:138
-msgid "Case Sensitive "
+#. This string is just a modifier for the search prompt,
+#. no grammar is implied
+#: search.c:136
+#, fuzzy
+msgid " [Case Sensitive]"
msgstr "Skiftlägeskänslig "
-# Ja, denna idiotiska meddelandekonstruktion är felrapporterad
-#: search.c:139
-msgid "Regexp "
-msgstr "reguljär uttrycks"
-
-# Ja, denna idiotiska meddelandekonstruktion är felrapporterad
+#. This string is just a modifier for the search prompt,
+#. no grammar is implied
#: search.c:140
-msgid "Search"
-msgstr "sökning"
+#, fuzzy
+msgid " [Regexp]"
+msgstr "Reguljärt uttr"
# Ja, denna idiotiska meddelandekonstruktion är felrapporterad
-#: search.c:141
-msgid " Backwards"
+#. This string is just a modifier for the search prompt,
+#. no grammar is implied
+#: search.c:144
+#, fuzzy
+msgid " [Backwards]"
msgstr " baklänges"
# Ja, denna idiotiska meddelandekonstruktion är felrapporterad
-#: search.c:142
+#: search.c:146
msgid " (to replace)"
msgstr " (att ersätta)"
-#: search.c:147 search.c:402
+#: search.c:151 search.c:424
msgid "Search Cancelled"
msgstr "Sökningen avbruten"
-#: search.c:219
+#: search.c:223
#, c-format
msgid "\"%s...\" not found"
msgstr "\"%s...\" kunde inte hittas"
-#: search.c:268 search.c:324
+#: search.c:278 search.c:340
msgid "Search Wrapped"
msgstr "Sökningen började om från början"
-#: search.c:424
+#: search.c:446
#, c-format
msgid "Replaced %d occurrences"
msgstr "Ersatte %d förekomster"
-#: search.c:426
+#: search.c:448
msgid "Replaced 1 occurrence"
msgstr "Ersatte 1 förekomst"
-#: search.c:564 search.c:674 search.c:690
+#: search.c:586 search.c:696 search.c:712
msgid "Replace Cancelled"
msgstr "Ersättningen avbröts"
-#: search.c:614
+#: search.c:636
msgid "Replace this instance?"
msgstr "Ersätt denna förekomst?"
-#: search.c:626
+#: search.c:648
msgid "Replace failed: unknown subexpression!"
msgstr "Ersättningen misslyckades: okänt deluttryck!"
-#: search.c:715
+#: search.c:737
#, c-format
msgid "Replace with [%s]"
msgstr "Ersätt med [%s]"
-#: search.c:719 search.c:723
+#: search.c:741 search.c:745
msgid "Replace with"
msgstr "Ersätt med"
-#: search.c:757
+#: search.c:779
msgid "Enter line number"
msgstr "Ange radnummer"
-#: search.c:759
+#: search.c:781
msgid "Aborted"
msgstr "Avbruten"
-#: search.c:768
+#: search.c:790
msgid "Come on, be reasonable"
msgstr "Kom igen, var nu förståndig"
+#: search.c:844
+msgid "Not a bracket"
+msgstr ""
+
+#. didn't find either left or right bracket
+#: search.c:889
+msgid "No matching bracket"
+msgstr ""
+
#: utils.c:159
msgid "nano: malloc: out of memory!"
msgstr "nano: malloc: slut på minne!"
msgid "actual_x_from_start for xplus=%d returned %d\n"
msgstr "actual_x_from_start för xplus=%d returnerade %d\n"
-#: winio.c:291 winio.c:459
+#: winio.c:291 winio.c:453
#, c-format
msgid "Aha! '%c' (%d)\n"
msgstr "Aha! \"%c\" (%d)\n"
# Osäker.
-#: winio.c:493
+#: winio.c:485
#, c-format
msgid "input '%c' (%d)\n"
msgstr "indata \"%c\" (%d)\n"
-#: winio.c:540
+#: winio.c:533
msgid "New Buffer"
msgstr "Ny buffert"
-#: winio.c:544
+#: winio.c:537
msgid " File: ..."
msgstr " Fil:..."
-#: winio.c:546
+#: winio.c:539
msgid " DIR: ..."
msgstr " KAT:..."
-#: winio.c:557
+#: winio.c:550
msgid "Modified"
msgstr "Ändrad"
-#: winio.c:1117
+#: winio.c:1110
#, c-format
msgid "Moved to (%d, %d) in edit buffer\n"
msgstr "Gick till (%d, %d) i redigeringsbufferten\n"
-#: winio.c:1128
+#: winio.c:1121
#, c-format
msgid "current->data = \"%s\"\n"
msgstr "current->data = \"%s\"\n"
-#: winio.c:1185
+#: winio.c:1178
#, c-format
msgid "I got \"%s\"\n"
msgstr "Jag mottog \"%s\"\n"
#. Yes, no and all are strings of any length. Each string consists of
#. all characters accepted as a valid character for that value.
#. The first value will be the one displayed in the shortcuts.
-#: winio.c:1214
+#: winio.c:1207
msgid "Yy"
msgstr "JjYy"
-#: winio.c:1215
+#: winio.c:1208
msgid "Nn"
msgstr "Nn"
-#: winio.c:1216
+#: winio.c:1209
msgid "Aa"
msgstr "Aa"
-#: winio.c:1230
+#: winio.c:1223
msgid "Yes"
msgstr "Ja"
-#: winio.c:1234
+#: winio.c:1227
msgid "All"
msgstr "Alla"
-#: winio.c:1239
+#: winio.c:1232
msgid "No"
msgstr "Nej"
-#: winio.c:1439
+#: winio.c:1432
#, c-format
msgid "do_cursorpos: linepct = %f, bytepct = %f\n"
msgstr "do_cursorpos: linepct = %f, bytepct = %f\n"
-#: winio.c:1443
+#: winio.c:1436
#, c-format
msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)"
msgstr "rad %d av %d (%.0f%%), tecken %d av %d (%.0f%%)"
-#: winio.c:1587
+#: winio.c:1580
msgid "Dumping file buffer to stderr...\n"
msgstr "Dumpar filbufferten till standard fel...\n"
-#: winio.c:1589
+#: winio.c:1582
msgid "Dumping cutbuffer to stderr...\n"
msgstr "Dumpar urklippsbufferten till standard fel...\n"
-#: winio.c:1591
+#: winio.c:1584
msgid "Dumping a buffer to stderr...\n"
msgstr "Dumpar en buffert til standard fel...\n"
-#: winio.c:1666
+#: winio.c:1659
msgid "The nano text editor"
msgstr "Textredigeraren nano"
-#: winio.c:1667
+#: winio.c:1660
msgid "version "
msgstr "version "
-#: winio.c:1668
+#: winio.c:1661
msgid "Brought to you by:"
msgstr "Presenteras av:"
-#: winio.c:1669
+#: winio.c:1662
msgid "Special thanks to:"
msgstr "Ytterligare tack till:"
-#: winio.c:1670
+#: winio.c:1663
msgid "The Free Software Foundation"
msgstr "Free Software Foundation"
-#: winio.c:1671
+#: winio.c:1664
msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses"
msgstr "Pavel Curtis, Zeyd Ben-Halim och Eric S. Raymond för ncurses"
-#: winio.c:1672
+#: winio.c:1665
msgid "and anyone else we forgot..."
msgstr "och alla andra som vi har glömt..."
-#: winio.c:1673
+#: winio.c:1666
msgid "Thank you for using nano!\n"
msgstr "Tack för att du använder nano!\n"
+# Denna idiotiska meddelandekonstruktion är felrapporterad
+#~ msgid "Write"
+#~ msgstr "Skriv"
+
+#~ msgid "Backward"
+#~ msgstr "Bakåt"
+
+# Ja, denna idiotiska meddelandekonstruktion är felrapporterad
+#~ msgid "Regexp "
+#~ msgstr "reguljär uttrycks"
+
#~ msgid "Case Sensitive Regexp Search%s%s"
#~ msgstr "Skiftlägeskänslig sökning med reguljära uttryck%s%s"
msgid ""
msgstr ""
"Project-Id-Version: nano 1.0.1\n"
-"POT-Creation-Date: 2001-09-18 23:21-0400\n"
+"POT-Creation-Date: 2001-10-03 17:47-0400\n"
"PO-Revision-Date: 2001-04-10 18:40+0300\n"
"Last-Translator: Sergey A. Ribalchenko <fisher@obu.ck.ua>\n"
"Language-Team: Ukrainian <linux@lambada.rovno.ua>\n"
msgid "add_to_cutbuffer called with inptr->data = %s\n"
msgstr "add_to_cutbuffer ×ÉÚ×ÁÎÏ Ú inptr->data = %s\n"
-#: cut.c:211
+#: cut.c:214
msgid "Blew away cutbuffer =)\n"
msgstr "cutbuffer ÚÄÕÔÏ ×¦ÔÒÏÍ =)\n"
-#: files.c:149
+#: files.c:158
msgid "read_line: not on first line and prev is NULL"
msgstr "read_line: ÎÅ ÎÁ ÐÅÒÛÏÍÕ ÒÑÄËÕ, ÔÁ ÝÅ Ê ÐÏÐÅÒÅÄÎ¦Ê ¤ NULL"
-#: files.c:211 files.c:229
+#: files.c:230 files.c:248
#, c-format
msgid "Read %d lines"
msgstr "ðÒÏÞÉÔÁÎÏ %d ÒÑÄ˦×"
-#: files.c:247 search.c:213
+#: files.c:266 search.c:217
#, c-format
msgid "\"%s\" not found"
msgstr "\"%s\" ÎÅ ÚÎÁÊÄÅÎÏ"
#. We have a new file
-#: files.c:251
+#: files.c:270
msgid "New File"
msgstr "îÏ×ÉÊ ÆÁÊÌ"
-#: files.c:264
+#: files.c:283
#, c-format
msgid "File \"%s\" is a directory"
msgstr "æÁÊÌ \"%s\" ¤ ÄÉÒÅËÔÏÒ¦¤À"
#. Don't open character or block files. Sorry, /dev/sndstat!
-#: files.c:267
+#: files.c:286
#, c-format
msgid "File \"%s\" is a device file"
msgstr "æÁÊÌ \"%s\" ¤ ÆÁÊÌÏÍ ÐÒÉÓÔÒÏÀ"
-#: files.c:275
+#: files.c:294
msgid "Reading File"
msgstr "þÉÔÁ¤ÍÏ ÆÁÊÌ.."
-#: files.c:295
+#: files.c:314
msgid "File to insert [from ./] "
msgstr "æÁÊÌ ÄÏ ×ÓÔÁ×ËÉ [×¦Ä ./] "
-#: files.c:299 files.c:451 files.c:498 files.c:678 files.c:690 files.c:733
-#: files.c:744 files.c:1264
+#: files.c:318 files.c:470 files.c:517 files.c:697 files.c:709 files.c:752
+#: files.c:763 files.c:1332
#, c-format
msgid "filename is %s"
msgstr "¦Í'Ñ ÆÁÊÌÕ ¤ %s"
-#: files.c:330
+#: files.c:349
#, c-format
msgid "Can't insert file from outside of %s"
msgstr ""
-#: files.c:393 files.c:1022 files.c:1349 nano.c:1657
+#: files.c:412 files.c:1056 files.c:1417 nano.c:1695
msgid "Cancelled"
msgstr "óËÁÓÏ×ÁÎÏ"
-#: files.c:670 files.c:725
+#: files.c:689 files.c:744
msgid "No more open files"
msgstr ""
-#: files.c:1045
+#: files.c:1079
#, c-format
msgid "Can't write outside of %s"
msgstr ""
-#: files.c:1082 files.c:1098 files.c:1112 files.c:1129 files.c:1136
+#: files.c:1116 files.c:1132 files.c:1146 files.c:1169 files.c:1178
+#: files.c:1190
#, c-format
msgid "Could not open file for writing: %s"
msgstr "îÅ ÍÏÖÕ ×¦ÄËÒÉÔÉ ÆÁÊÌ ÄÌÑ ÚÁÐÉÓÕ: %s"
-#: files.c:1117
+#: files.c:1151
#, c-format
msgid "Wrote >%s\n"
msgstr "úÁÐÉÓÁÎÏ >%s\n"
-#: files.c:1145
+#: files.c:1200
#, c-format
msgid "Could not close %s: %s"
msgstr "îÅ ÍÏÖÕ ÚÁÞÉÎÉÔÉ %s: %s"
#. Try a rename??
-#: files.c:1168 files.c:1177 files.c:1182
+#: files.c:1223 files.c:1232 files.c:1237
#, c-format
msgid "Could not open %s for writing: %s"
msgstr "îÅ ÍÏÖÕ ×¦ÄËÒÉÔÉ %s ÄÌÑ ÚÁÐÉÓÕ: %s"
-#: files.c:1189
+#: files.c:1244
#, c-format
msgid "Could not set permissions %o on %s: %s"
msgstr "îÅ ÍÏÖÕ ×ÓÔÁÎÏ×ÉÔÉ ÐÒÁ×Á %o ÎÁ %s: %s"
-#: files.c:1196
+#: files.c:1251
#, c-format
msgid "Wrote %d lines"
msgstr "úÁÐÉÓÁÎÏ %d ÒÑÄ˦×"
-#: files.c:1236
-#, c-format
-msgid "%s Selection to File"
+#: files.c:1294
+#, fuzzy
+msgid "Append Selection to File"
+msgstr "ðÅÒÅÍiÓÔÉÔÉÓÑ ÎÁ ËiÎÅÃØ ÐÏÔÏÞÎÏÇÏ ÒÑÄËÁ"
+
+#: files.c:1297
+msgid "Write Selection to File"
msgstr ""
-#: files.c:1236 files.c:1240 global.c:504
+#: files.c:1303
#, fuzzy
-msgid "Append"
-msgstr "ðÒÉÚÕÐÉÎÉÔÉ"
+msgid "File Name to Append"
+msgstr "¶Í'Ñ ÆÁÊÌÕ ÄÏ ÚÁÐÉÓÕ"
-#: files.c:1236 files.c:1240
+#: files.c:1306
#, fuzzy
-msgid "Write"
-msgstr "úÁÐÉÓÁÔÉ"
-
-#: files.c:1240
-#, fuzzy, c-format
-msgid "File Name to %s"
+msgid "File Name to Write"
msgstr "¶Í'Ñ ÆÁÊÌÕ ÄÏ ÚÁÐÉÓÕ"
-#: files.c:1278
+#: files.c:1346
msgid "File exists, OVERWRITE ?"
msgstr "æÁÊÌ ¦ÓÎÕ¤, ðåòåðéóõ´íï ?"
-#: files.c:1798
+#: files.c:1866
msgid "(more)"
msgstr "(ÄÁ̦)"
-#: files.c:2111
+#: files.c:2179
msgid "Can't move up a directory"
msgstr "îÅ ÍÏÖÕ ÐÅÒÅͦÓÔÉÔÉ ÄÉÒÅËÔÏÒ¦À"
-#: files.c:2123
+#: files.c:2191
msgid "Can't visit parent in restricted mode"
msgstr ""
#. We can't open this dir for some reason. Complain
-#: files.c:2134 files.c:2191
+#: files.c:2202 files.c:2259
#, c-format
msgid "Can't open \"%s\": %s"
msgstr "îÅ ÍÏÖÕ ×¦ÄËÒÉÔÉ \"%s\": %s"
-#: files.c:2162 global.c:280
+#: files.c:2230 global.c:295
#, fuzzy
msgid "Goto Directory"
msgstr "äÏ òÑÄËÁ"
-#: files.c:2169
+#: files.c:2237
#, c-format
msgid "Can't go outside of %s in restricted mode"
msgstr ""
-#: files.c:2176
+#: files.c:2244
#, fuzzy
msgid "Goto Cancelled"
msgstr "óËÁÓÏ×ÁÎÏ"
-#: global.c:164
+#: global.c:166
msgid "Constant cursor position"
msgstr "ðÏÓÔ¦ÊÎÁ ÐÏÚÉÃ¦Ñ ËÕÒÓÏÒÁ"
-#: global.c:165
+#: global.c:167
msgid "Auto indent"
msgstr "á×ÔÏ×ÉÒ¦×ÎÀ×ÁÎÎÑ"
-#: global.c:166
+#: global.c:168
msgid "Suspend"
msgstr "ðÒÉÚÕÐÉÎÉÔÉ"
-#: global.c:167
+#: global.c:169
msgid "Help mode"
msgstr "òÅÖÉÍ ÄÏÐÏÍÏÇÉ"
-#: global.c:168
+#: global.c:170
msgid "Pico mode"
msgstr "òÅÖÉÍ Pico"
-#: global.c:169
+#: global.c:171
msgid "Mouse support"
msgstr "ð¦ÄÔÒÉÍËÁ ÍÉÛ¦"
-#: global.c:170
+#: global.c:172
msgid "Cut to end"
msgstr "÷ÉÒ¦ÚÁÔÉ ÄÏ Ë¦ÎÃÑ"
-#: global.c:171
-msgid "Backwards Search"
-msgstr ""
+#: global.c:173
+#, fuzzy
+msgid "Backwards search"
+msgstr "îÁÚÁÄ"
-#: global.c:172
+#: global.c:174
#, fuzzy
-msgid "Case Sensitive Search"
+msgid "Case sensitive search"
msgstr "òÅÇÉÓÔÒÏÚÁÌÅÖÎÉÊ ÐÏÛÕË%s%s"
-#: global.c:174
+#: global.c:175
+msgid "Writing file in DOS format"
+msgstr ""
+
+#: global.c:176
+msgid "Writing file in Mac format"
+msgstr ""
+
+#: global.c:177
+msgid "Smooth scrolling"
+msgstr ""
+
+#: global.c:180
msgid "Regular expressions"
msgstr "æÏÒÍÁÌØΦ ×ÉÒÁÚÉ (regexp)"
-#: global.c:176
+#: global.c:182
msgid "Auto wrap"
msgstr "á×ÔÏ ÚÁÇÏÒÔÁÎÎÑ"
-#: global.c:179
+#: global.c:185
msgid "Multiple file buffers"
msgstr ""
-#: global.c:180
+#: global.c:186
msgid "Open previously loaded file"
msgstr ""
-#: global.c:181
+#: global.c:187
msgid "Open next loaded file"
msgstr ""
-#: global.c:241
+#: global.c:256
msgid "Invoke the help menu"
msgstr "÷ÉËÌÉËÁÔÉ ÍÅÎÀ ÄÏÐÏÍÏÇÉ"
-#: global.c:242
+#: global.c:257
msgid "Write the current file to disk"
msgstr "úÁÐÉÓÁÔÉ ÐÏÔÏÞÎÉÊ ÆÁÊÌ ÎÁ ÄÉÓË"
-#: global.c:245
+#: global.c:260
msgid "Close currently loaded file/Exit from nano"
msgstr ""
-#: global.c:247
+#: global.c:262
msgid "Exit from nano"
msgstr "÷ÉÈ¦Ä Ú nano"
-#: global.c:250
+#: global.c:265
msgid "Goto a specific line number"
msgstr "ðÅÒÅÊÔÉ ÄÏ ×ËÁÚÁÎÏÇÏ ÒÑÄËÁ"
-#: global.c:251
+#: global.c:266
msgid "Justify the current paragraph"
msgstr "÷ÉÒ¦×ÎÑÔÉ ÐÏÔÏÞÎÉÊ ÁÂÚÁÃ"
-#: global.c:252
+#: global.c:267
msgid "Unjustify after a justify"
msgstr "óËÁÓÕ×ÁÔÉ ÏÓÔÁÎΤ ×ÉÒ¦×ÎÀ×ÁÎÎÑ"
-#: global.c:253
+#: global.c:268
msgid "Replace text within the editor"
msgstr "úÁͦÎÉÔÉ ÔÅËÓÔ Õ ÍÅÖÁÈ ÒÅÄÁËÔÏÒÁ"
-#: global.c:254
+#: global.c:269
msgid "Insert another file into the current one"
msgstr "÷ÓÔÁ×ÉÔÉ ¦ÎÛÉÊ ÆÁÊÌ ÄÏ ÐÏÔÏÞÎÏÇÏ"
-#: global.c:255
+#: global.c:270
msgid "Search for text within the editor"
msgstr "ûÕËÁÔÉ ÔÅËÓÔ × ÍÅÖÁÈ ÒÅÄÁËÔÏÒÕ"
-#: global.c:256
+#: global.c:271
msgid "Move to the previous screen"
msgstr "ðÅÒÅÊÔÉ ÄÏ ÐÏÐÅÒÅÄØÏÇÏ ÅËÒÁÎÕ"
-#: global.c:257
+#: global.c:272
msgid "Move to the next screen"
msgstr "ðÅÒÅÊÔÉ ÄÏ ÎÁÓÔÕÐÎÏÇÏ ÅËÒÁÎÕ"
-#: global.c:258
+#: global.c:273
msgid "Cut the current line and store it in the cutbuffer"
msgstr "÷ÉÒ¦ÚÁÔÉ ÐÏÔÏÞÎÉÊ ÒÑÄÏË ÔÁ ÐÏͦÓÔÉÔÉ ÊÏÇÏ ÄÏ cutbuffer'Õ"
-#: global.c:259
+#: global.c:274
msgid "Uncut from the cutbuffer into the current line"
msgstr ""
"óËÁÓÕ×ÁÔÉ ×ÉÒ¦ÚÁÎÎÑ ÔÁ ×ÓÔÁ×ÉÔÉ ÚͦÓÔ cutbuffer'Õ\n"
"\t\t\t ÄÏ ÐÏÔÏÞÎÏÇÏ ÒÑÄËÁ"
-#: global.c:260
+#: global.c:275
#, fuzzy
msgid "Show the position of the cursor"
msgstr "ðÏËÁÚÁÔÉ ÐÏÚÉæÀ ËÕÒÓÏÒÁ"
-#: global.c:261
+#: global.c:276
msgid "Invoke the spell checker (if available)"
msgstr "÷ÉËÌÉËÁÔÉ ÐÒÏÇÒÁÍÕ ÐÏÛÕËÕ ÄÒÕËÁÒÓØËÉÈ ÐÏÍÉÌÏË (ÑËÝÏ ¤)"
-#: global.c:262
+#: global.c:277
msgid "Move up one line"
msgstr "ð¦ÄÎÑÔÉÓÑ ×ÇÏÒÕ ÎÁ ÏÄÉÎ ÒÑÄÏË"
-#: global.c:263
+#: global.c:278
msgid "Move down one line"
msgstr "ðÅÒÅͦÓÔÉÔÉÓÑ ÎÁ ÒÑÄÏË ÎÉÖÞÅ"
-#: global.c:264
+#: global.c:279
msgid "Move forward one character"
msgstr "÷ÐÅÒÅÄ ÎÁ ÏÄÎÕ ÌiÔÅÒÕ"
-#: global.c:265
+#: global.c:280
msgid "Move back one character"
msgstr "îÁÚÁÄ ÎÁ ÏÄÎÕ ÌiÔÅÒÕ"
-#: global.c:266
+#: global.c:281
msgid "Move to the beginning of the current line"
msgstr "ðÅÒÅÍiÓÔÉÔÉÓÑ ÄÏ ÐÏÞÁÔËÕ ÐÏÔÏÞÎÏÇÏ ÒÑÄËÁ"
-#: global.c:267
+#: global.c:282
msgid "Move to the end of the current line"
msgstr "ðÅÒÅÍiÓÔÉÔÉÓÑ ÎÁ ËiÎÅÃØ ÐÏÔÏÞÎÏÇÏ ÒÑÄËÁ"
-#: global.c:268
+#: global.c:283
msgid "Go to the first line of the file"
msgstr "ðÅÒÅÍiÓÔÉÔÉÓÑ ÄÏ ÐÅÒÛÏÇÏ ÒÑÄËÁ ÆÁÊÌÕ"
-#: global.c:269
+#: global.c:284
msgid "Go to the last line of the file"
msgstr "ðÅÒÅÍiÓÔÉÔÉÓÑ ÄÏ ÏÓÔÁÎØÏÇÏ ÒÑÄËÁ ÆÁÊÌÕ"
-#: global.c:270
+#: global.c:285
msgid "Refresh (redraw) the current screen"
msgstr "ðÅÒÅÍÁÌÀ×ÁÔÉ ÐÏÔÏÞÎÉÊ ÅËÒÁÎ"
-#: global.c:271
+#: global.c:286
msgid "Mark text at the current cursor location"
msgstr "ðÏͦÔÉÔÉ ÔÅËÓÔ Ð¦Ä ÐÏÔÏÞÎÏÀ ÐÏÚÉæ¤À ËÕÒÓÏÒÁ"
-#: global.c:272
+#: global.c:287
msgid "Delete the character under the cursor"
msgstr "÷ÉÄÁÌÉÔÉ Ì¦ÔÅÒÕ Ð¦Ä ËÕÒÓÏÒÏÍ"
-#: global.c:274
+#: global.c:289
msgid "Delete the character to the left of the cursor"
msgstr "÷ÉÄÁÌÉÔÉ Ì¦ÔÅÒÕ Ú̦×Á ×¦Ä ËÕÒÓÏÒÁ"
-#: global.c:275
+#: global.c:290
msgid "Insert a tab character"
msgstr "÷ÓÔÁ×ÉÔÉ ÓÉÍÂÏÌ ÔÁÂÕÌÑÃi§"
-#: global.c:276
+#: global.c:291
msgid "Insert a carriage return at the cursor position"
msgstr "÷ÓÔÁ×ÉÔÉ ÓÉÍÂÏÌ CR (ÐÏ×ÅÒÎÅÎÎÑ ÇÏ̦×ËÉ) × ÐÏÚ. ËÕÒÓÏÒÁ"
-#: global.c:278
+#: global.c:293
msgid "Make the current search or replace case (in)sensitive"
msgstr "úÒÏÂÉÔÉ ÐÏÔÏÞÎÉÊ ÐÏÛÕË ÁÂÏ ÚÁͦÎÕ (ÎÅ)ÚÁÌÅÖÎÉÍ ×¦Ä ÒÅÇÉÓÔÒÕ Ì¦ÔÅÒ"
-#: global.c:279
+#: global.c:294
msgid "Go to file browser"
msgstr "äÏ ÐÅÒÅÇÌÑÄÁÞÁ ÆÁÊ̦×"
-#: global.c:281
+#: global.c:296
msgid "Cancel the current function"
msgstr "óËÁÓÕ×ÁÔÉ ÐÏÔÏÞÎÕ ÆÕÎËÃiÀ"
-#: global.c:282
+#: global.c:297
#, fuzzy
msgid "Append to the current file"
msgstr "ðÅÒÅÍiÓÔÉÔÉÓÑ ÎÁ ËiÎÅÃØ ÐÏÔÏÞÎÏÇÏ ÒÑÄËÁ"
-#: global.c:283
+#: global.c:298
#, fuzzy
-msgid "Search Backwards"
+msgid "Search backwards"
msgstr "ðÏÛÕË ÓËÁÓÏ×ÁÎÏ"
-#: global.c:284
+#: global.c:300
#, fuzzy
-msgid "Use Regular Expressions"
+msgid "Use Regular expressions"
msgstr "æÏÒÍÁÌØΦ ×ÉÒÁÚÉ (regexp)"
-#: global.c:287
+#: global.c:301
+msgid "Find other bracket"
+msgstr ""
+
+#: global.c:305
msgid "Get Help"
msgstr "äÏÐÏÍÏÇÁ"
-#: global.c:292
+#: global.c:310
msgid "Close"
msgstr ""
-#: global.c:296 global.c:495 global.c:533
+#: global.c:314 global.c:517 global.c:555
msgid "Exit"
msgstr "÷ÉÈiÄ"
-#: global.c:299
+#: global.c:317
msgid "WriteOut"
msgstr "úÁÐÉÓÁÔÉ"
-#: global.c:304 global.c:393
+#: global.c:322 global.c:411
msgid "Justify"
msgstr "÷ÉÒ¦×ÎÀ×ÁÎÎÑ"
-#: global.c:308 global.c:314
+#: global.c:326 global.c:332
msgid "Read File"
msgstr "þÉÔ. æÁÊÌ"
-#: global.c:318 global.c:389 global.c:413
+#: global.c:336 global.c:407 global.c:435
msgid "Replace"
msgstr "úÁͦÎÁ"
-#: global.c:322
+#: global.c:340
msgid "Where Is"
msgstr "ðÏÛÕË"
-#: global.c:326 global.c:487 global.c:522
+#: global.c:344 global.c:509 global.c:544
msgid "Prev Page"
msgstr "ðÏÐÅÒÅÄÎÑ"
-#: global.c:330 global.c:491 global.c:526
+#: global.c:348 global.c:513 global.c:548
msgid "Next Page"
msgstr "îÁÓÔÕÐÎÁ"
-#: global.c:334
+#: global.c:352
msgid "Cut Text"
msgstr "÷ÉÒ¦ÚÁÔÉ"
-#: global.c:338
+#: global.c:356
msgid "UnJustify"
msgstr "óËÁÓ÷ÉÒ¦×Î"
-#: global.c:341
+#: global.c:359
msgid "UnCut Txt"
msgstr "óËÁÓ÷ÉÒ¦Ú"
-#: global.c:345
+#: global.c:363
msgid "Cur Pos"
msgstr "ðÏÚÉæÑ"
-#: global.c:349
+#: global.c:367
msgid "To Spell"
msgstr "ðÒÁ×ÏÐÉÓ"
-#: global.c:353
+#: global.c:371
msgid "Up"
msgstr "÷ÇÏÒÕ"
-#: global.c:356
+#: global.c:374
msgid "Down"
msgstr "÷ÎÉÚ"
-#: global.c:359
+#: global.c:377
msgid "Forward"
msgstr "÷ÐÅÒÅÄ"
-#: global.c:362
+#: global.c:380
msgid "Back"
msgstr "îÁÚÁÄ"
-#: global.c:365
+#: global.c:383
msgid "Home"
msgstr "ðÏÞÁÔÏË"
-#: global.c:368
+#: global.c:386
msgid "End"
msgstr "ë¦ÎÅÃØ"
-#: global.c:371
+#: global.c:389
msgid "Refresh"
msgstr "ðÅÒÅÍÁÌÀ×ÁÔÉ"
-#: global.c:374
+#: global.c:392
msgid "Mark Text"
msgstr "ðÏͦÔÉÔÉ"
-#: global.c:377
+#: global.c:395
msgid "Delete"
msgstr "÷ÉÄÁÌÉÔÉ"
-#: global.c:381
+#: global.c:399
msgid "Backspace"
msgstr "úÁ¦Ê"
-#: global.c:385
+#: global.c:403
msgid "Tab"
msgstr "ôÁÂÕÌÑæÑ"
-#: global.c:397
+#: global.c:415
msgid "Enter"
msgstr "÷×ÏÄ"
-#: global.c:401 global.c:417 global.c:447
+#: global.c:419 global.c:439 global.c:469
msgid "Goto Line"
msgstr "äÏ òÑÄËÁ"
-#: global.c:407 global.c:437 global.c:467 global.c:477
+#: global.c:424
+msgid "Find Other Bracket"
+msgstr ""
+
+#: global.c:429 global.c:459 global.c:489 global.c:499
msgid "First Line"
msgstr "ðÅÒÛÉÊ òÑÄÏË"
-#: global.c:410 global.c:440 global.c:470 global.c:480
+#: global.c:432 global.c:462 global.c:492 global.c:502
msgid "Last Line"
msgstr "ïÓÔÁÎÎ¦Ê òÑÄÏË"
-#: global.c:421 global.c:451
+#: global.c:443 global.c:473
msgid "Case Sens"
msgstr "òÅÇúÁÌÅÖ"
-#: global.c:424 global.c:454
+#: global.c:446 global.c:476
#, fuzzy
-msgid "Backward"
-msgstr "îÁÚÁÄ"
+msgid "Direction"
+msgstr "äÏ òÑÄËÁ"
-#: global.c:429 global.c:459
+#: global.c:451 global.c:481
msgid "Regexp"
msgstr ""
-#: global.c:434 global.c:464 global.c:473 global.c:483 global.c:507
-#: global.c:515 global.c:518 global.c:536 winio.c:1241
+#: global.c:456 global.c:486 global.c:495 global.c:505 global.c:529
+#: global.c:537 global.c:540 global.c:558 winio.c:1234
msgid "Cancel"
msgstr "óËÁÓÕ×ÁÔÉ"
-#: global.c:443
+#: global.c:465
msgid "No Replace"
msgstr "îÅ úÁͦÝÁÔÉ"
-#: global.c:500 global.c:511
+#: global.c:522 global.c:533
msgid "To Files"
msgstr "äÏ æÁÊ̦×"
-#: global.c:530
+#: global.c:526
+#, fuzzy
+msgid "Append"
+msgstr "ðÒÉÚÕÐÉÎÉÔÉ"
+
+#: global.c:552
#, fuzzy
msgid "Goto"
msgstr "äÏ òÑÄËÁ"
msgid "Key illegal in VIEW mode"
msgstr "îÅצÒÎÁ ËÎÏÐËÁ × ÒÅÖÉͦ VIEW"
-#: nano.c:242
+#: nano.c:245
msgid ""
" nano help text\n"
"\n"
"commonly used shortcuts in the editor.\n"
"\n"
" The notation for shortcuts is as follows: Control-key sequences are notated "
-"with a caret (^) symbol and are entered with the Control (Ctrl) key. Escape-"
-"key sequences are notated with the Meta (M) symbol and can be entered using "
-"either the Esc, Alt or Meta key depending on your keyboard setup. The "
+"with a caret (^) symbol and are entered with the Control (Ctrl) key. "
+"Escape-key sequences are notated with the Meta (M) symbol and can be entered "
+"using either the Esc, Alt or Meta key depending on your keyboard setup. The "
"following keystrokes are available in the main editor window. Optional keys "
"are shown in parentheses:\n"
"\n"
"צËΦ ÒÅÄÁÇÕ×ÁÎÎÑ. äÏÄÁÔËÏצ ËÏͦÎÁæ§ ÐÏËÁÚÁΦ Õ ÄÕÖËÁÈ:\n"
"\n"
-#: nano.c:342
+#: nano.c:345
msgid "delete_node(): free'd a node, YAY!\n"
msgstr "delete_node(): OÊ.. ×ÕÚÏÌ ÚצÌØÎÅÎÏ!\n"
-#: nano.c:347
+#: nano.c:350
msgid "delete_node(): free'd last node.\n"
msgstr "delete_node(): ÚצÌØÎÅÎÏ ÏÓÔÁÎÎØÏÇÏ ×ÕÚÌÁ.\n"
-#: nano.c:402
+#: nano.c:405
msgid ""
"Usage: nano [GNU long option] [option] +LINE <file>\n"
"\n"
"÷ÉËÏÒÉÓÔÁÎÎÑ: nano [ÄÏ×Ǧ ÏÐæ§ GNU] [ÏÐæ§] +òñäïë <ÆÁÊÌ>\n"
"\n"
-#: nano.c:403
+#: nano.c:406
msgid "Option\t\tLong option\t\tMeaning\n"
msgstr "ïÐæ§\t\täÏ×Ǧ ÏÐæ§\t\túÎÁÞÅÎÎÑ\n"
-#: nano.c:408
+#: nano.c:411
+msgid " -D \t\t--dos\t\t\tWrite file in DOS format\n"
+msgstr ""
+
+#: nano.c:416
msgid " -F \t\t--multibuffer\t\tEnable multiple file buffers\n"
msgstr ""
-#: nano.c:412
-msgid " -T [num]\t--tabsize=[num]\t\tSet width of a tab to num\n"
-msgstr " -T [ÎÏÍ]\t--tabsize=[ÎÏÍ]\t\t÷ÓÔÁÎÏ×ÉÔÉ ÒÏÚÍ¦Ò ÔÁÂÕÌÑæ§ ÄÏ ÎÏÍ\n"
+#: nano.c:421
+msgid " -M \t\t--mac\t\t\tWrite file in Mac format\n"
+msgstr ""
-#: nano.c:415
+#: nano.c:425
msgid " -R\t\t--regexp\t\tUse regular expressions for search\n"
msgstr " -R\t\t--regexp\t\tëÏÒÉÓÔÕ×ÁÔÉÓØ æÏÒÍÁÌØÎÉÍÉ ÷ÉÒÁÚÁÍÉ ÄÌÑ ÐÏÛÕËÕ\n"
-#: nano.c:419
+#: nano.c:429
+msgid " -S\t\t--smooth\t\tSmooth scrolling\n"
+msgstr ""
+
+#: nano.c:432
+msgid " -T [num]\t--tabsize=[num]\t\tSet width of a tab to num\n"
+msgstr " -T [ÎÏÍ]\t--tabsize=[ÎÏÍ]\t\t÷ÓÔÁÎÏ×ÉÔÉ ÒÏÚÍ¦Ò ÔÁÂÕÌÑæ§ ÄÏ ÎÏÍ\n"
+
+#: nano.c:435
msgid " -V \t\t--version\t\tPrint version information and exit\n"
msgstr " -V \t\t--version\t\tîÁÄÒÕËÕ×ÁÔÉ ×ÅÒÓ¦À ÔÁ ×ÉÊÔÉ\n"
-#: nano.c:421
+#: nano.c:437
msgid " -c \t\t--const\t\t\tConstantly show cursor position\n"
msgstr " -c \t\t--const\t\t\tðÏÓÔ¦ÊÎÏ ÐÏËÁÚÕ×ÁÔÉ ÐÏÚÉæÀ ËÕÒÓÏÒÁ\n"
-#: nano.c:423
+#: nano.c:439
msgid " -h \t\t--help\t\t\tShow this message\n"
msgstr " -h \t\t--help\t\t\tðÏËÁÚÁÔÉ ÃÅ ÐÏצÄÏÍÌÅÎÎÑ\n"
-#: nano.c:426
+#: nano.c:442
msgid " -i \t\t--autoindent\t\tAutomatically indent new lines\n"
msgstr " -i \t\t--autoindent\t\tá×ÔÏÍÁÔÉÞÎÏ ×ÉÒ¦×ÎÀ×ÁÔÉ ÎÏצ ÒÑÄËÉ\n"
-#: nano.c:428
+#: nano.c:444
msgid " -k \t\t--cut\t\t\tLet ^K cut from cursor to end of line\n"
msgstr ""
" -k \t\t--cut\t\täÏÚ×ÏÌÉÔÉ ×ÉÒ¦ÚÁÔÉ ×¦Ä ËÕÒÓÏÒÁ ÄÏ Ë¦ÎÃÑ ÒÑÄËÁ ÚÁ ÄÏÐÏÍÏÇÏÀ "
"^K\n"
-#: nano.c:431
+#: nano.c:447
msgid " -l \t\t--nofollow\t\tDon't follow symbolic links, overwrite\n"
msgstr " -l \t\t--nofollow\t\tîÅ ÊÔÉ ÚÁ Ó¦Í̦ÎËÁÍÉ, ÁÌÅ ÐÅÒÅÐÉÓÕ×ÁÔÉ\n"
-#: nano.c:434
+#: nano.c:450
msgid " -m \t\t--mouse\t\t\tEnable mouse\n"
msgstr " -m \t\t--mouse\t\t\täÏÚ×ÏÌÉÔÉ ÍÉÛÕ\n"
-#: nano.c:439
-msgid " -o [dir] \t--operatingdir\t\tSet operating directory\n"
+#: nano.c:455
+msgid " -o [dir] \t--operatingdir=[dir]\tSet operating directory\n"
msgstr ""
-#: nano.c:442
+#: nano.c:458
#, fuzzy
msgid " -p \t\t--pico\t\t\tEmulate Pico as closely as possible\n"
msgstr " -p\t \t--pico\t\t\tåÍÕÌÀ×ÁÔÉ Pico ÎÁÓ˦ÌØËÉ ÍÏÖÌÉ×Ï\n"
-#: nano.c:447
+#: nano.c:463
msgid ""
" -r [#cols] \t--fill=[#cols]\t\tSet fill cols to (wrap lines at) #cols\n"
msgstr ""
" -r [#ÓÔÏ×Â]\t--fill=[#ÓÔÏ×Â]\t\túÁÇÏÒÔÁÔÉ ÒÑÄËÉ × ÐÏÚÉæ§ ÓÔÏ×ÂÃÑ #ÓÔÏ×Â\n"
-#: nano.c:451
+#: nano.c:467
msgid " -s [prog] \t--speller=[prog]\tEnable alternate speller\n"
msgstr " -s [ÐÒÏÇ] \t--speller=[ÐÒÏÇ]\táÌØÔÅÒÎ. ÐÒÏÇÒÁÍÁ ÐÅÒÅצÒËÉ ÐÒÁ×ÏÐÉÓÕ\n"
-#: nano.c:454
+#: nano.c:470
msgid " -t \t\t--tempfile\t\tAuto save on exit, don't prompt\n"
msgstr " -t \t\t--tempfile\t\tá×ÔÏúÁÐÉÓ ÐÒÉ ×ÉÈÏĦ, ÂÅÚ ÚÁÐÉÔÁÎØ\n"
-#: nano.c:456
+#: nano.c:472
msgid " -v \t\t--view\t\t\tView (read only) mode\n"
msgstr " -v \t\t--view\t\tòÅÖÉÍ ÐÅÒÅÇÌÑÄÁÎÎÑ (Ô¦ÌØËÉ ÞÉÔÁÎÎÑ)\n"
-#: nano.c:459
+#: nano.c:475
msgid " -w \t\t--nowrap\t\tDon't wrap long lines\n"
msgstr " -w \t\t--nowrap\t\tîÅ ÚÁÇÏÒÔÁÔÉ ÄÏ×Ǧ ÒÑÄËÉ\n"
-#: nano.c:462
+#: nano.c:478
msgid " -x \t\t--nohelp\t\tDon't show help window\n"
msgstr " -x \t\t--nohelp\t\tîÅ ÐÏËÁÚÕ×ÁÔÉ ×¦ËÎÏ ÄÏÐÏÍÏÇÉ\n"
-#: nano.c:464
+#: nano.c:480
msgid " -z \t\t--suspend\t\tEnable suspend\n"
msgstr " -z \t\t--suspend\t\täÏÚ×ÏÌÉÔÉ ÐÒÉÚÕÐÉÎËÕ\n"
-#: nano.c:466
+#: nano.c:482
msgid " +LINE\t\t\t\t\tStart at line number LINE\n"
msgstr " +òñäïë\t\t\t\t\tðÏÞÁÔÉ Ú ÒÑÄËÁ ÎÏÍÅÒ òñäïë\n"
-#: nano.c:468
+#: nano.c:484
msgid ""
"Usage: nano [option] +LINE <file>\n"
"\n"
"÷ÉËÏÒÉÓÔÁÎÎÑ: nano [ÏÐæÑ] +òñäïë <ÆÁÊÌ>\n"
"\n"
-#: nano.c:469
+#: nano.c:485
msgid "Option\t\tMeaning\n"
msgstr "ïÐæÑ\t\túÎÁÞÅÎÎÑ\n"
-#: nano.c:471
+#: nano.c:487
+msgid " -D \t\tWrite file in DOS format\n"
+msgstr ""
+
+#: nano.c:490
msgid " -F \t\tEnable multiple file buffers\n"
msgstr ""
-#: nano.c:473
+#: nano.c:493
+msgid " -M \t\tWrite file in Mac format\n"
+msgstr ""
+
+#: nano.c:495
msgid " -T [num]\tSet width of a tab to num\n"
msgstr " -T [ÎÏÍ]\t÷ÓÔÁÎÏ×ÉÔÉ ÒÏÚÍ¦Ò ÔÁÂÕÌÑæ§ =ÎÏÍ\n"
-#: nano.c:474
+#: nano.c:496
msgid " -R\t\tUse regular expressions for search\n"
msgstr " -R\t\tëÏÒÉÓÔÕ×ÁÔÉÓÑ æÏÒÍÁÌØÎÉÍÉ ÷ÉÒÁÚÁÍÉ ÄÌÑ ÐÏÛÕËÕ\n"
-#: nano.c:475
+#: nano.c:498
+msgid " -S\t\tSmooth scrolling\n"
+msgstr ""
+
+#: nano.c:500
msgid " -V \t\tPrint version information and exit\n"
msgstr " -V \t\tîÁÄÒÕËÕ×ÁÔÉ ×ÅÒÓ¦À ÔÁ ×ÉÊÔÉ\n"
-#: nano.c:476
+#: nano.c:501
msgid " -c \t\tConstantly show cursor position\n"
msgstr " -c \t\tðÏÓÔ¦ÊÎÏ ÐÏËÁÚÕ×ÁÔÉ ÐÏÚÉæÀ ËÕÒÓÏÒÁ\n"
-#: nano.c:477
+#: nano.c:502
msgid " -h \t\tShow this message\n"
msgstr " -h \t\tðÏËÁÚÁÔÉ ÃÅ ÐÏצÄÏÍÌÅÎÎÑ\n"
-#: nano.c:479
+#: nano.c:504
msgid " -i \t\tAutomatically indent new lines\n"
msgstr " -i \t\tá×ÔÏÍÁÔÉÞÎÏ ×ÉÒ¦×ÎÀ×ÁÔÉ ÎÏצ ÒÑÄËÉ\n"
-#: nano.c:480
+#: nano.c:505
msgid " -k \t\tLet ^K cut from cursor to end of line\n"
msgstr " -k \t\täÏÚ×ÏÌÉÔÉ ^K ×ÉÒ¦ÚÁÔÉ ×¦Ä ËÕÒÓÏÒÁ ÄÏ Ë¦ÎÃÑ ÒÑÄËÁ\n"
-#: nano.c:483
+#: nano.c:508
msgid " -l \t\tDon't follow symbolic links, overwrite\n"
msgstr " -l \t\tîÅ ÊÔÉ ÚÁ Ó¦Í̦ÎËÁÍÉ, ÁÌÅ ÐÅÒÅÐÉÓÕ×ÁÔÉ\n"
-#: nano.c:486
+#: nano.c:511
msgid " -m \t\tEnable mouse\n"
msgstr " -m \t\täÏÚ×ÏÌÉÔÉ ÍÉÛÕ\n"
-#: nano.c:490
+#: nano.c:515
msgid " -o [dir] \tSet operating directory\n"
msgstr ""
-#: nano.c:492
+#: nano.c:517
msgid " -p \t\tEmulate Pico as closely as possible\n"
msgstr " -p \t\tåÍÕÌÀ×ÁÔÉ Pico ÎÁÓ˦ÌØËÉ ÍÏÖÌÉ×Ï\n"
-#: nano.c:496
+#: nano.c:521
msgid " -r [#cols] \tSet fill cols to (wrap lines at) #cols\n"
msgstr " -r [#ËÏÌ] \t÷ÓÔÁÎÏ×ÉÔÉ ÚÁÇÏÒÔÁÎÎÑ ÒÑÄË¦× × ÐÏÚÉæ§ #ËÏÌ\n"
-#: nano.c:499
+#: nano.c:524
msgid " -s [prog] \tEnable alternate speller\n"
msgstr " -s [ÐÒÏÇ] \táÌØÔÅÒÎÁÔÉ×ÎÁ ÐÒÏÇÒÁÍÁ ÐÅÒÅצÒËÉ ÐÒÁ×ÏÐÉÓÕ\n"
-#: nano.c:501
+#: nano.c:526
msgid " -t \t\tAuto save on exit, don't prompt\n"
msgstr " -t \t\tá×ÔÏúÁÐÉÓ ÐÒÉ ×ÉÈÏĦ, ÂÅÚ ÚÁÐÉÔÁÎØ\n"
-#: nano.c:502
+#: nano.c:527
msgid " -v \t\tView (read only) mode\n"
msgstr " -v \t\tòÅÖÉÍ ÐÅÒÅÇÌÑÄÁÎÎÑ (Ô¦ÌØËÉ ÞÉÔÁÎÎÑ)\n"
-#: nano.c:504
+#: nano.c:529
msgid " -w \t\tDon't wrap long lines\n"
msgstr " -w \t\tîÅ ÚÁÇÏÒÔÁÔÉ ÄÏ×Ǧ ÒÑÄËÉ\n"
-#: nano.c:506
+#: nano.c:531
msgid " -x \t\tDon't show help window\n"
msgstr " -x \t\tîÅ ÐÏËÁÚÕ×ÁÔÉ ×¦ËÎÏ ÄÏÐÏÍÏÇÉ\n"
-#: nano.c:507
+#: nano.c:532
msgid " -z \t\tEnable suspend\n"
msgstr " -z \t\täÏÚ×ÏÌÉÔÉ ÐÒÉÚÕÐÉÎËÕ\n"
-#: nano.c:508
+#: nano.c:533
msgid " +LINE\t\tStart at line number LINE\n"
msgstr " +òñäïë\t\tðÏÞÁÔÉ Ú ÒÑÄËÁ ÎÏÍÅÒ òñäïë\n"
-#: nano.c:515
+#: nano.c:540
#, c-format
msgid " GNU nano version %s (compiled %s, %s)\n"
msgstr " GNU nano ×ÅÒÓ¦§ %s (Ú¦ÂÒÁÎÏ %s, %s)\n"
-#: nano.c:518
+#: nano.c:543
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org"
msgstr " å-ÍÉÌÏ: nano@nano-editor.org\tðÁ×ÕÔÉÎÎÑ: http://www.nano-editor.org"
-#: nano.c:519
+#: nano.c:544
msgid ""
"\n"
" Compiled options:"
"\n"
" ú¦ÂÒÁÎÏ Ú ÏÐæÑÍÉ:"
-#: nano.c:608
+#: nano.c:633
msgid "Mark Set"
msgstr "í¦ÔËÕ ×ÓÔÁÎÏ×ÌÅÎÏ"
-#: nano.c:613
+#: nano.c:638
msgid "Mark UNset"
msgstr "í¦ÔËÕ ÚÎÑÔÏ"
-#: nano.c:1129
+#: nano.c:1167
#, c-format
msgid "check_wrap called with inptr->data=\"%s\"\n"
msgstr "check_wrap ×ÉÚ×ÁÎÏ Ú inptr->data=\"%s\"\n"
-#: nano.c:1181
+#: nano.c:1219
#, c-format
msgid "current->data now = \"%s\"\n"
msgstr "current->data ÚÁÒÁÚ = \"%s\"\n"
-#: nano.c:1233
+#: nano.c:1271
#, c-format
msgid "After, data = \"%s\"\n"
msgstr "ð¦ÓÌÑ, ÄÁΦ = \"%s\"\n"
-#: nano.c:1334
+#: nano.c:1372
msgid "Edit a replacement"
msgstr "òÅÄÁÇÕ×ÁÔÉ ÚÁͦÎÕ"
-#: nano.c:1568
+#: nano.c:1606
#, c-format
msgid "Could not create a temporary filename: %s"
msgstr "îÅ ÍÏÖÕ ÓÔ×ÏÒÉÔÉ ÔÉÍÞÁÓÏ×Õ ÎÁÚ×Õ ÄÌÑ ÆÁÊÌÕ: %s"
-#: nano.c:1574
+#: nano.c:1612
msgid "Spell checking failed: unable to write temp file!"
msgstr "ðÅÒÅצÒËÁ ÏÒÆÏÇÒÁƦ§ ÎÅ ×ÄÁÌÁÓÑ: ÎÅÍÏÖÌÉ×Ï ÚÁÐÉÓÁÔÉ ÔÉÍÞÁÓÏ×ÉÊ ÆÁÊÌ!"
-#: nano.c:1594
+#: nano.c:1632
msgid "Finished checking spelling"
msgstr "ðÅÒÅצÒËÕ ÏÒÆÏÇÒÁƦ§ ÚÁ×ÅÒÛÅÎÏ"
-#: nano.c:1596
+#: nano.c:1634
msgid "Spell checking failed"
msgstr "ðÅÒÅצÒËÁ ÏÒÆÏÇÒÁƦ§ ÎÅ ×ÄÁÌÁÓÑ"
-#: nano.c:1625
+#: nano.c:1663
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
msgstr "úÂÅÒÅÇÔÉ ÚͦÎÅÎÉÊ ÂÕÆÅÒ (÷¦ÄÐÏצÄØ \"î¦\" óëáóõ´ ÷ó¶ úí¶îé) ? "
-#: nano.c:1761
+#: nano.c:1810
msgid "Received SIGHUP"
msgstr "ðÒÉÊÎÑÔÏ SIGHUP"
-#: nano.c:1825
+#: nano.c:1874
msgid "Cannot resize top win"
msgstr "îÅ ÍÏÖÕ ÚͦÎÉÔÉ ÒÏÚÍ¦Ò ×ÅÒÈÎØÏÇÏ ×¦ËÎÁ"
-#: nano.c:1827
+#: nano.c:1876
msgid "Cannot move top win"
msgstr "îÅ ÍÏÖÕ ÐÅÒÅͦÓÔÉÔÉ ×ÅÒÈÎØÏÇÏ ×¦ËÎÏ"
-#: nano.c:1829
+#: nano.c:1878
msgid "Cannot resize edit win"
msgstr "îÅ ÍÏÖÕ ÚͦÎÉÔÉ ÒÏÚÍ¦Ò ×¦ËÎÁ ÒÅÄÁÇÕ×ÁÎÎÑ"
-#: nano.c:1831
+#: nano.c:1880
msgid "Cannot move edit win"
msgstr "îÅ ÍÏÖÕ ÐÅÒÅͦÓÔÉÔÉ ×¦ËÎÏ ÒÅÄÁÇÕ×ÁÎÎÑ"
-#: nano.c:1833
+#: nano.c:1882
msgid "Cannot resize bottom win"
msgstr "îÅ ÍÏÖÕ ÚͦÎÉÔÉ ÒÏÚÍ¦Ò ÎÉÖÎØÏÇÏ ×¦ËÎÁ"
-#: nano.c:1835
+#: nano.c:1884
msgid "Cannot move bottom win"
msgstr "îÅ ÍÏÖÕ ÐÅÒÅͦÓÔÉÔÉ ÎÉÖΤ צËÎÏ"
-#: nano.c:2160
+#: nano.c:2209
msgid "Can now UnJustify!"
msgstr "íÏÖÕ ÚÁÒÁÚ ÖÅ óËÁÓ÷ÉÒ¦×ÎÀ×ÁÎÎÑ!"
-#: nano.c:2276
+#: nano.c:2331
#, c-format
msgid "%s enable/disable"
msgstr "%s - ÄÏÚ×ÏÌÉÔÉ/ÚÁÂÏÒÏÎÉÔÉ"
-#: nano.c:2295
+#: nano.c:2350
msgid "enabled"
msgstr "ÄÏÚ×ÏÌÅÎÏ"
-#: nano.c:2296
+#: nano.c:2351
msgid "disabled"
msgstr "ÚÁÂÏÒÏÎÅÎÏ"
-#: nano.c:2348
+#: nano.c:2415
msgid "NumLock glitch detected. Keypad will malfunction with NumLock off"
msgstr "ÐÏͦÞÅÎÏ ÇÌÀË NumLock'Á. äÏÄÁÔËÏ×Á ËÌÁצÁÔÕÒÁ ÍÏÖÅ ÎÅ ÐÒÁÃÀ×ÁÔÉ"
-#: nano.c:2624
+#: nano.c:2708
msgid "Main: set up windows\n"
msgstr "Main: ×ÓÔÁÎÏ×ÉÔÉ ×¦ËÎÁ\n"
-#: nano.c:2635
+#: nano.c:2719
msgid "Main: bottom win\n"
msgstr "Main: ÎÉÖΤ צËÎÏ\n"
-#: nano.c:2641
+#: nano.c:2725
msgid "Main: open file\n"
msgstr "Main: צÄËÒÉÔÉ ÆÁÊÌ\n"
-#: nano.c:2701
+#: nano.c:2785
#, c-format
msgid "I got Alt-O-%c! (%d)\n"
msgstr "ñ ЦÊÍÁ× Alt-O-%c! (%d)\n"
-#: nano.c:2728
+#: nano.c:2812
#, c-format
msgid "I got Alt-[-1-%c! (%d)\n"
msgstr "ñ ЦÊÍÁ× Alt-[-1-%c! (%d)\n"
-#: nano.c:2766
+#: nano.c:2842
#, c-format
msgid "I got Alt-[-2-%c! (%d)\n"
msgstr "ñ ЦÊÍÁ× Alt-[-2-%c! (%d)\n"
-#: nano.c:2820
+#: nano.c:2896
#, c-format
msgid "I got Alt-[-%c! (%d)\n"
msgstr "ñ ЦÊÍÁ× Alt-[-%c! (%d)\n"
-#: nano.c:2855
+#: nano.c:2931
#, c-format
msgid "I got Alt-%c! (%d)\n"
msgstr "ñ ЦÊÍÁ× Alt-%c! (%d)\n"
-#: rcfile.c:77
+#: rcfile.c:79
msgid ""
"\n"
"Press return to continue starting nano\n"
msgstr ""
-#: rcfile.c:135
+#: rcfile.c:137
msgid "parse_rcfile: Read a comment\n"
msgstr ""
-#: rcfile.c:152
+#: rcfile.c:154
#, c-format
msgid "Error in %s on line %d: command %s not understood"
msgstr ""
-#: rcfile.c:165
+#: rcfile.c:167
#, c-format
msgid "parse_rcfile: Parsing option %s\n"
msgstr ""
-#: rcfile.c:182
+#: rcfile.c:185
#, c-format
msgid "Error in %s on line %d: option %s requires an argument"
msgstr ""
-#: rcfile.c:193
+#: rcfile.c:196
#, c-format
msgid "Error in %s on line %d: requested fill size %d too small"
msgstr ""
-#: rcfile.c:209
+#: rcfile.c:205
+#, c-format
+msgid "Error in %s on line %d: requested tab size %d too small"
+msgstr ""
+
+#: rcfile.c:219
#, c-format
msgid "set flag %d!\n"
msgstr ""
-#: rcfile.c:214
+#: rcfile.c:224
#, c-format
msgid "unset flag %d!\n"
msgstr ""
-#: rcfile.c:223
+#: rcfile.c:233
msgid "Errors found in .nanorc file"
msgstr ""
-#: rcfile.c:232
+#: rcfile.c:242
#, c-format
msgid "Unable to open ~/.nanorc file, %s"
msgstr ""
-#: search.c:138
+#: search.c:132
+#, fuzzy
+msgid "Search"
+msgstr "ðÏÛÕË%s%s"
+
+#. This string is just a modifier for the search prompt,
+#. no grammar is implied
+#: search.c:136
#, fuzzy
-msgid "Case Sensitive "
+msgid " [Case Sensitive]"
msgstr "òÅÇúÁÌÅÖ"
-#: search.c:139
-msgid "Regexp "
+#. This string is just a modifier for the search prompt,
+#. no grammar is implied
+#: search.c:140
+msgid " [Regexp]"
msgstr ""
-#: search.c:140
+#. This string is just a modifier for the search prompt,
+#. no grammar is implied
+#: search.c:144
#, fuzzy
-msgid "Search"
-msgstr "ðÏÛÕË%s%s"
-
-#: search.c:141
-msgid " Backwards"
-msgstr ""
+msgid " [Backwards]"
+msgstr "îÁÚÁÄ"
-#: search.c:142
+#: search.c:146
msgid " (to replace)"
msgstr " (ÄÏ ÚÁͦÎÉ)"
-#: search.c:147 search.c:402
+#: search.c:151 search.c:424
msgid "Search Cancelled"
msgstr "ðÏÛÕË ÓËÁÓÏ×ÁÎÏ"
-#: search.c:219
+#: search.c:223
#, c-format
msgid "\"%s...\" not found"
msgstr "\"%s...\" ÎÅ ÚÎÁÊÄÅÎÏ"
-#: search.c:268 search.c:324
+#: search.c:278 search.c:340
msgid "Search Wrapped"
msgstr "ðÏÛÕË úÁÇÏÒÎÕÔÏ"
-#: search.c:424
+#: search.c:446
#, c-format
msgid "Replaced %d occurrences"
msgstr "úÁͦÎÅÎÏ %d ×ÈÏÄÖÅÎØ"
-#: search.c:426
+#: search.c:448
msgid "Replaced 1 occurrence"
msgstr "úÁͦÎÅÎÏ 1 ×ÈÏÄÖÅÎÎÑ"
-#: search.c:564 search.c:674 search.c:690
+#: search.c:586 search.c:696 search.c:712
msgid "Replace Cancelled"
msgstr "úÁͦÎÕ ÓËÁÓÏ×ÁÎÏ"
-#: search.c:614
+#: search.c:636
msgid "Replace this instance?"
msgstr "úÁͦÎÉÔÉ ÃÅÊ ÐÒÉͦÒÎÉË?"
-#: search.c:626
+#: search.c:648
msgid "Replace failed: unknown subexpression!"
msgstr "úÁͦÎÁ ÎÅ×ÄÁÌÁ: ÎÅÚÎÁÊÏÍÉÊ Ð¦Ä×ÉÒÁÚ!"
-#: search.c:715
+#: search.c:737
#, c-format
msgid "Replace with [%s]"
msgstr "úÁͦÎÉÔÉ ÎÁ [%s]"
-#: search.c:719 search.c:723
+#: search.c:741 search.c:745
msgid "Replace with"
msgstr "úÁͦÎÉÔÉ ÎÁ"
-#: search.c:757
+#: search.c:779
msgid "Enter line number"
msgstr "÷×ÅĦÔØ ÎÏÍÅÒ ÒÑÄËÁ"
-#: search.c:759
+#: search.c:781
msgid "Aborted"
msgstr "ðÒÅÒ×ÁÎÏ"
-#: search.c:768
+#: search.c:790
msgid "Come on, be reasonable"
msgstr "çÅÊ, ÂÕÄØÔÅ Á×ÔÏÔÅÎÔÉÞΦ"
+#: search.c:844
+msgid "Not a bracket"
+msgstr ""
+
+#. didn't find either left or right bracket
+#: search.c:889
+msgid "No matching bracket"
+msgstr ""
+
#: utils.c:159
msgid "nano: malloc: out of memory!"
msgstr ""
msgid "actual_x_from_start for xplus=%d returned %d\n"
msgstr "actual_x_from_start ÄÌÑ xplus=%d ÐÏ×ÅÒÎÕÔÏ %d\n"
-#: winio.c:291 winio.c:459
+#: winio.c:291 winio.c:453
#, fuzzy, c-format
msgid "Aha! '%c' (%d)\n"
msgstr "×È¦Ä '%c' (%d)\n"
-#: winio.c:493
+#: winio.c:485
#, c-format
msgid "input '%c' (%d)\n"
msgstr "×È¦Ä '%c' (%d)\n"
-#: winio.c:540
+#: winio.c:533
msgid "New Buffer"
msgstr "îÏ×ÉÊ âÕÆÅÒ"
-#: winio.c:544
+#: winio.c:537
msgid " File: ..."
msgstr " æÁÊÌ: ..."
-#: winio.c:546
+#: winio.c:539
msgid " DIR: ..."
msgstr " äÉÒ: ..."
-#: winio.c:557
+#: winio.c:550
msgid "Modified"
msgstr "úͦÎÅÎÏ"
-#: winio.c:1117
+#: winio.c:1110
#, c-format
msgid "Moved to (%d, %d) in edit buffer\n"
msgstr "ðÅÒÅͦÝÅÎÏ ÄÏ (%d,%d) × ÂÕÆÅÒ¦ ÒÅÄÁÇÕ×ÁÎÎÑ\n"
-#: winio.c:1128
+#: winio.c:1121
#, c-format
msgid "current->data = \"%s\"\n"
msgstr "(winio.c) current->data = \"%s\"\n"
-#: winio.c:1185
+#: winio.c:1178
#, c-format
msgid "I got \"%s\"\n"
msgstr "ñ ЦÊÍÁ× \"%s\"\n"
#. Yes, no and all are strings of any length. Each string consists of
#. all characters accepted as a valid character for that value.
#. The first value will be the one displayed in the shortcuts.
-#: winio.c:1214
+#: winio.c:1207
msgid "Yy"
msgstr "YyôÔ"
-#: winio.c:1215
+#: winio.c:1208
msgid "Nn"
msgstr "NnîÎ"
-#: winio.c:1216
+#: winio.c:1209
msgid "Aa"
msgstr "Aa÷×"
-#: winio.c:1230
+#: winio.c:1223
msgid "Yes"
msgstr "ôÁË"
-#: winio.c:1234
+#: winio.c:1227
msgid "All"
msgstr "÷ÓÅ"
-#: winio.c:1239
+#: winio.c:1232
msgid "No"
msgstr "î¦"
-#: winio.c:1439
+#: winio.c:1432
#, c-format
msgid "do_cursorpos: linepct = %f, bytepct = %f\n"
msgstr "do_cursorpos: linepct = %f, bytepct = %f\n"
-#: winio.c:1443
+#: winio.c:1436
#, c-format
msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)"
msgstr "ÒÑÄÏË %d Ú %d (%.0f%%), ̦ÔÅÒÁ %d Ú %d (%.0f%%)"
-#: winio.c:1587
+#: winio.c:1580
msgid "Dumping file buffer to stderr...\n"
msgstr "óËÉÄÁÎÎÑ ÂÕÆÅÒÕ ÆÁÊÌÕ ÄÏ stderr...\n"
-#: winio.c:1589
+#: winio.c:1582
msgid "Dumping cutbuffer to stderr...\n"
msgstr "óËÉÄÁÎÎÑ cutbuffer'Õ ÄÏ stderr...\n"
-#: winio.c:1591
+#: winio.c:1584
msgid "Dumping a buffer to stderr...\n"
msgstr "óËÉÄÁÎÎÑ ÂÕÆÅÒÕ ÄÏ stderr...\n"
-#: winio.c:1666
+#: winio.c:1659
msgid "The nano text editor"
msgstr "ôÅËÓÔÏ×ÉÊ ÒÅÄÁËÔÏÒ nano"
-#: winio.c:1667
+#: winio.c:1660
msgid "version "
msgstr "×ÅÒÓ¦Ñ "
-#: winio.c:1668
+#: winio.c:1661
msgid "Brought to you by:"
msgstr "óÔ×ÏÒÅÎÏ ÄÌÑ ÷ÁÓ:"
-#: winio.c:1669
+#: winio.c:1662
msgid "Special thanks to:"
msgstr "ïÓÏÂÌÉ×Á ÐÏÄÑËÁ:"
-#: winio.c:1670
+#: winio.c:1663
msgid "The Free Software Foundation"
msgstr "The Free Software Foundation (æÏÎÄ ÷¦ÌØÎÏÇÏ ðÒÏÇÒÁÍÎÏÇÏ ÚÁÂÅÚÐÅÞÅÎÎÑ)"
-#: winio.c:1671
+#: winio.c:1664
msgid "Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses"
msgstr "ðÁ×ÌÏ ëÕÒÔ¦Ó, úÅÊÄ ÓÉÎ-èÁ̦ÍÁ ÔÁ åÒ¦Ë ó. òÅÊÍÏÎÄ ÚÁ ncurses"
-#: winio.c:1672
+#: winio.c:1665
msgid "and anyone else we forgot..."
msgstr "ÔÁ ¦ÎÛÉÍ ËÏÇÏ ÍÉ ÚÁÂÕÌÉ..."
-#: winio.c:1673
+#: winio.c:1666
msgid "Thank you for using nano!\n"
msgstr "äÑËÕ¤ÍÏ ÷ÁÍ ÚÁ ÔÅ, ÝÏ ×ÉÂÒÁÌÉ nano!\n"
+#, fuzzy
+#~ msgid "Write"
+#~ msgstr "úÁÐÉÓÁÔÉ"
+
#~ msgid "Case Sensitive Regexp Search%s%s"
#~ msgstr "òÅÇÉÓÔÒÏÚÁÌÅÖÎÉÊ ÐÏÛÕË æÏÒÍÁÌØÎÏÇÏ ÷ÉÒÁÚÕ%s%s"