commit 03260b40fa254bb3ca950ae750ce1a7b1bad608c
parent 58a335330705a8f00f12f3900b5061d0b48d85de
Author: Chris Allegretta <chrisa@asty.org>
Date: Thu, 4 Oct 2001 01:24:07 +0000
GNU nano 1.1.2 release
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@841 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
M | ChangeLog | | | 4 | ++-- |
M | NEWS | | | 14 | ++++++++++++++ |
M | aclocal.m4 | | | 34 | ++++++---------------------------- |
M | config.h.in | | | 5 | ++++- |
M | configure | | | 439 | ++++++++++++++++++++++++++++++++++++++----------------------------------------- |
M | configure.in | | | 2 | +- |
M | faq.html | | | 6 | +++--- |
M | nano.1.html | | | 47 | +++++++++++++++++++++++++++++++++-------------- |
M | po/ca.po | | | 8 | ++++---- |
M | po/cs.po | | | 391 | ++++++++++++++++++++++++++++++++++++++++--------------------------------------- |
M | po/da.po | | | 651 | ++++++++++++++++++++++++++++++++++++++++++++----------------------------------- |
M | po/de.po | | | 792 | ++++++++++++++++++++++++++++++++++++++++++++++++------------------------------- |
M | po/es.po | | | 8 | ++++---- |
M | po/fi.po | | | 12 | ++++++------ |
M | po/fr.po | | | 397 | ++++++++++++++++++++++++++++++++++++++++--------------------------------------- |
M | po/gl.po | | | 14 | ++++++++------ |
M | po/hu.po | | | 391 | ++++++++++++++++++++++++++++++++++++++++--------------------------------------- |
M | po/id.po | | | 655 | ++++++++++++++++++++++++++++++++++++++++++++----------------------------------- |
M | po/it.po | | | 22 | ++++++++++++---------- |
M | po/nl.po | | | 651 | ++++++++++++++++++++++++++++++++++++++++++++----------------------------------- |
M | po/no.po | | | 666 | +++++++++++++++++++++++++++++++++++++++++++++---------------------------------- |
M | po/ru.po | | | 651 | ++++++++++++++++++++++++++++++++++++++++++++----------------------------------- |
M | po/sv.po | | | 678 | +++++++++++++++++++++++++++++++++++++++++++++---------------------------------- |
M | po/uk.po | | | 651 | ++++++++++++++++++++++++++++++++++++++++++++----------------------------------- |
24 files changed, 3973 insertions(+), 3216 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,4 +1,4 @@
-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
@@ -27,7 +27,7 @@ CVS code -
- 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:
diff --git a/NEWS b/NEWS
@@ -1,3 +1,17 @@
+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
diff --git a/aclocal.m4 b/aclocal.m4
@@ -125,24 +125,6 @@ for am_file in <<$1>>; do
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;
@@ -815,19 +797,15 @@ AC_SUBST($1)dnl
# 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])
@@ -855,7 +833,7 @@ ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
;;
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)
diff --git a/config.h.in b/config.h.in
@@ -1,4 +1,4 @@
-/* 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
@@ -31,6 +31,9 @@
/* 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
diff --git a/configure b/configure
@@ -742,7 +742,7 @@ fi
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; }
@@ -1051,49 +1051,27 @@ else
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
@@ -1104,7 +1082,7 @@ fi
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
@@ -1113,7 +1091,7 @@ 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.
@@ -1129,7 +1107,7 @@ int main() {
; 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
@@ -1138,7 +1116,7 @@ else
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.
@@ -1154,7 +1132,7 @@ int main() {
; 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
@@ -1174,13 +1152,13 @@ echo "$ac_t""$ac_cv_sys_largefile_CC" 1>&6
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.
@@ -1196,14 +1174,14 @@ int main() {
; 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>
@@ -1221,7 +1199,7 @@ int main() {
; 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
@@ -1241,13 +1219,13 @@ EOF
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.
@@ -1263,14 +1241,14 @@ int main() {
; 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>
@@ -1288,7 +1266,7 @@ int main() {
; 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
@@ -1311,7 +1289,7 @@ EOF
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=
@@ -1326,13 +1304,13 @@ else
# 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
:
@@ -1343,13 +1321,13 @@ else
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
:
@@ -1360,13 +1338,13 @@ else
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
:
@@ -1391,12 +1369,12 @@ fi
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>
@@ -1404,7 +1382,7 @@ else
#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*
@@ -1421,7 +1399,7 @@ rm -f conftest*
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat > conftest.$ac_ext <<EOF
-#line 1425 "configure"
+#line 1403 "configure"
#include "confdefs.h"
#include <string.h>
EOF
@@ -1439,7 +1417,7 @@ fi
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat > conftest.$ac_ext <<EOF
-#line 1443 "configure"
+#line 1421 "configure"
#include "confdefs.h"
#include <stdlib.h>
EOF
@@ -1460,7 +1438,7 @@ if test "$cross_compiling" = yes; then
:
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')
@@ -1471,7 +1449,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
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
@@ -1498,17 +1476,17 @@ for ac_hdr in fcntl.h unistd.h malloc.h termios.h termio.h limits.h getopt.h reg
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure: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*
@@ -1751,7 +1729,7 @@ fi
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
@@ -1771,17 +1749,17 @@ if test "${with_slang+set}" = set; then
ac_safe=`echo "slcurses.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for slcurses.h""... $ac_c" 1>&6
-echo "configure: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*
@@ -1798,21 +1776,21 @@ fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6
echo $ac_n "checking for SLtt_initialize in -lslang""... $ac_c" 1>&6
-echo "configure: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
@@ -1835,7 +1813,7 @@ else
# We might need the term library
for termlib in ncurses curses termcap terminfo termlib; do
echo $ac_n "checking for tputs in -l${termlib}""... $ac_c" 1>&6
-echo "configure: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
@@ -1843,7 +1821,7 @@ else
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
@@ -1854,7 +1832,7 @@ int main() {
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
@@ -1878,20 +1856,20 @@ fi
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
@@ -1913,20 +1891,20 @@ else
echo "$ac_t""no" 1>&6
# We might need the math library
echo $ac_n "checking for SLtt_initialize in -lslang $tcap -lm""... $ac_c" 1>&6
-echo "configure: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
@@ -1983,12 +1961,12 @@ fi
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. */
@@ -2011,7 +1989,7 @@ $ac_func();
; 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
@@ -2090,7 +2068,7 @@ fi
# Extract the first word of "glib-config", so it can be a program name with args.
set dummy glib-config; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure: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
@@ -2125,7 +2103,7 @@ fi
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
@@ -2148,7 +2126,7 @@ echo "configure:2129: checking for GLIB - version >= $min_glib_version" >&5
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>
@@ -2224,7 +2202,7 @@ main ()
}
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
@@ -2258,7 +2236,7 @@ fi
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>
@@ -2268,7 +2246,7 @@ int main() {
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"
@@ -2315,12 +2293,12 @@ fi
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>
@@ -2337,7 +2315,7 @@ int main() {
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
@@ -2356,12 +2334,12 @@ EOF
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. */
@@ -2384,7 +2362,7 @@ vprintf();
; 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
@@ -2408,12 +2386,12 @@ fi
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. */
@@ -2436,7 +2414,7 @@ _doprnt();
; 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
@@ -2463,12 +2441,12 @@ fi
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. */
@@ -2491,7 +2469,7 @@ $ac_func();
; 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
@@ -2524,17 +2502,17 @@ then
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*
@@ -2561,7 +2539,7 @@ fi
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
@@ -2569,7 +2547,7 @@ else
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
@@ -2580,7 +2558,7 @@ int main() {
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
@@ -2605,7 +2583,7 @@ fi
if eval "test x$CURSES_LIB_NAME = x"
then
echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
-echo "configure: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
@@ -2613,7 +2591,7 @@ else
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
@@ -2624,7 +2602,7 @@ int main() {
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
@@ -2650,7 +2628,7 @@ fi
if eval "test x$CURSES_LIB_NAME = x"
then
echo $ac_n "checking for initscr in -lcurses""... $ac_c" 1>&6
-echo "configure: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
@@ -2658,7 +2636,7 @@ else
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
@@ -2669,7 +2647,7 @@ int main() {
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
@@ -2694,7 +2672,7 @@ fi
if eval "test x$CURSES_LIB_NAME = x"
then
echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
-echo "configure: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
@@ -2702,7 +2680,7 @@ else
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
@@ -2713,7 +2691,7 @@ int main() {
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
@@ -2747,7 +2725,7 @@ fi
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
@@ -2755,7 +2733,7 @@ else
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
@@ -2766,7 +2744,7 @@ int main() {
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
@@ -2791,7 +2769,7 @@ fi
if test x$slang_support != xyes; then
echo $ac_n "checking for wresize in -l$CURSES_LIB_NAME""... $ac_c" 1>&6
-echo "configure: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
@@ -2799,7 +2777,7 @@ else
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
@@ -2810,7 +2788,7 @@ int main() {
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
@@ -2834,7 +2812,7 @@ 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
@@ -2842,7 +2820,7 @@ else
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
@@ -2853,7 +2831,7 @@ int main() {
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
@@ -2879,12 +2857,12 @@ fi
# Taken from aumix (can't tell form the variable name?)
echo $ac_n "checking for private member _use_keypad in WINDOW""... $ac_c" 1>&6
-echo "configure: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>
@@ -2895,7 +2873,7 @@ int main() {
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
@@ -2941,7 +2919,7 @@ fi
# 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
@@ -2969,18 +2947,18 @@ 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;
@@ -3023,7 +3001,7 @@ ccp = (char const *const *) 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
@@ -3044,21 +3022,21 @@ EOF
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
@@ -3084,12 +3062,12 @@ EOF
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
@@ -3117,12 +3095,12 @@ EOF
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
@@ -3152,19 +3130,19 @@ fi
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
-echo "configure: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
@@ -3185,12 +3163,12 @@ EOF
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__
@@ -3218,7 +3196,7 @@ int main() {
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
@@ -3250,12 +3228,12 @@ EOF
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
@@ -3280,12 +3258,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
if test $ac_cv_os_cray = yes; then
for ac_func in _getb67 GETB67 getb67; do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure: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. */
@@ -3308,7 +3286,7 @@ $ac_func();
; 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
@@ -3335,7 +3313,7 @@ done
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
@@ -3343,7 +3321,7 @@ 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 ()
{
@@ -3362,7 +3340,7 @@ main ()
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
@@ -3387,17 +3365,17 @@ for ac_hdr in unistd.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure: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*
@@ -3426,12 +3404,12 @@ done
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. */
@@ -3454,7 +3432,7 @@ $ac_func();
; 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
@@ -3479,7 +3457,7 @@ fi
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
@@ -3487,7 +3465,7 @@ 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.
@@ -3514,12 +3492,15 @@ else
#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
@@ -3574,7 +3555,7 @@ main()
/*
* 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)
@@ -3595,7 +3576,7 @@ main()
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);
@@ -3613,7 +3594,7 @@ main()
*/
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)
@@ -3627,7 +3608,7 @@ main()
}
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
@@ -3655,17 +3636,17 @@ unistd.h sys/param.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure: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*
@@ -3695,12 +3676,12 @@ done
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. */
@@ -3723,7 +3704,7 @@ $ac_func();
; 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
@@ -3752,12 +3733,12 @@ done
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. */
@@ -3780,7 +3761,7 @@ $ac_func();
; 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
@@ -3814,19 +3795,19 @@ EOF
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
@@ -3847,7 +3828,7 @@ EOF
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"
@@ -3885,7 +3866,7 @@ fi
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"
@@ -3904,17 +3885,17 @@ fi
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*
@@ -3931,19 +3912,19 @@ fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6
echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
-echo "configure: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
@@ -3959,7 +3940,7 @@ echo "$ac_t""$gt_cv_func_gettext_libc" 1>&6
if test "$gt_cv_func_gettext_libc" != "yes"; then
echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
-echo "configure: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
@@ -3967,7 +3948,7 @@ else
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
@@ -3978,7 +3959,7 @@ int main() {
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
@@ -3994,7 +3975,7 @@ fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6
echo $ac_n "checking for gettext in -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
@@ -4002,7 +3983,7 @@ else
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
@@ -4013,7 +3994,7 @@ int main() {
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
@@ -4055,7 +4036,7 @@ EOF
# Extract the first word of "msgfmt", so it can be a program name with args.
set dummy msgfmt; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure: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
@@ -4089,12 +4070,12 @@ fi
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. */
@@ -4117,7 +4098,7 @@ $ac_func();
; 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
@@ -4144,7 +4125,7 @@ done
# Extract the first word of "gmsgfmt", so it can be a program name with args.
set dummy gmsgfmt; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure: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
@@ -4180,7 +4161,7 @@ fi
# Extract the first word of "xgettext", so it can be a program name with args.
set dummy xgettext; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure: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
@@ -4212,7 +4193,7 @@ else
fi
cat > conftest.$ac_ext <<EOF
-#line 4216 "configure"
+#line 4197 "configure"
#include "confdefs.h"
int main() {
@@ -4220,7 +4201,7 @@ extern int _nl_msg_cat_cntr;
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
@@ -4243,7 +4224,7 @@ fi
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"
@@ -4256,7 +4237,7 @@ fi
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
@@ -4264,14 +4245,14 @@ else
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
@@ -4299,12 +4280,12 @@ 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. */
@@ -4327,7 +4308,7 @@ catgets();
; 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
@@ -4349,7 +4330,7 @@ EOF
# 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
@@ -4385,7 +4366,7 @@ fi
# Extract the first word of "gmsgfmt", so it can be a program name with args.
set dummy gmsgfmt; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure: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
@@ -4422,7 +4403,7 @@ fi
# Extract the first word of "msgfmt", so it can be a program name with args.
set dummy msgfmt; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure: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
@@ -4457,7 +4438,7 @@ fi
# Extract the first word of "xgettext", so it can be a program name with args.
set dummy xgettext; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure: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
@@ -4515,7 +4496,7 @@ fi
# Extract the first word of "msgfmt", so it can be a program name with args.
set dummy msgfmt; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure: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
@@ -4549,7 +4530,7 @@ fi
# Extract the first word of "gmsgfmt", so it can be a program name with args.
set dummy gmsgfmt; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure: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
@@ -4585,7 +4566,7 @@ fi
# Extract the first word of "xgettext", so it can be a program name with args.
set dummy xgettext; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure: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
@@ -4682,7 +4663,7 @@ fi
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
@@ -4710,17 +4691,17 @@ echo "configure:4686: checking for catalogs to be installed" >&5
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*
diff --git a/configure.in b/configure.in
@@ -1,7 +1,7 @@
# $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"
diff --git a/faq.html b/faq.html
@@ -203,7 +203,7 @@ nano was developed).</font></blockquote>
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>
@@ -396,7 +396,7 @@ try:
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
@@ -416,7 +416,7 @@ buffer is open.
<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,
diff --git a/nano.1.html b/nano.1.html
@@ -3,7 +3,7 @@ Content-type: text/html
<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>
@@ -44,31 +44,44 @@ such as "search and replace" and "goto line number".
<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>
@@ -87,20 +100,24 @@ a new file, do not follow it. Good for editing files in /tmp, perhaps?
<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.
@@ -124,7 +141,7 @@ Disable help screen at bottom of editor.
<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.
@@ -140,8 +157,9 @@ Nano will try to dump the buffer into an emergency file in some cases.
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>
@@ -166,7 +184,8 @@ subject of "subscribe".
<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).
@@ -188,6 +207,6 @@ 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>
diff --git a/po/ca.po b/po/ca.po
@@ -7,7 +7,7 @@
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"
@@ -581,9 +581,9 @@ msgid ""
"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"
diff --git a/po/cs.po b/po/cs.po
@@ -6,7 +6,7 @@
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"
@@ -18,156 +18,156 @@ msgstr ""
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"
@@ -243,319 +243,319 @@ msgstr ""
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"
@@ -599,9 +599,9 @@ msgid ""
"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"
@@ -870,92 +870,92 @@ msgstr "Zna
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 "
@@ -973,76 +973,81 @@ msgstr "Main: spodn
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 ""
@@ -1076,7 +1081,7 @@ msgstr "Zp
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"
@@ -1085,59 +1090,59 @@ msgstr "Hled
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 ""
@@ -1160,44 +1165,44 @@ msgstr "nano: malloc: nedostatek pam
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"
@@ -1205,81 +1210,81 @@ msgstr "M
#. 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"
diff --git a/po/da.po b/po/da.po
@@ -6,7 +6,7 @@
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"
@@ -19,512 +19,538 @@ msgstr ""
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"
@@ -555,7 +581,7 @@ msgstr "Vinduest
msgid "Key illegal in VIEW mode"
msgstr "Tasten ugyldig i VISNINGstilstand"
-#: nano.c:242
+#: nano.c:245
msgid ""
" nano help text\n"
"\n"
@@ -568,9 +594,9 @@ msgid ""
"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"
@@ -593,15 +619,15 @@ msgstr ""
"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"
@@ -609,95 +635,107 @@ msgstr ""
"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"
@@ -705,100 +743,112 @@ msgstr ""
"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:"
@@ -806,266 +856,287 @@ msgstr ""
"\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 ""
@@ -1084,44 +1155,44 @@ msgid "actual_x_from_start for xplus=%d returned %d\n"
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"
@@ -1129,84 +1200,88 @@ 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"
diff --git a/po/de.po b/po/de.po
@@ -7,7 +7,7 @@
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"
@@ -20,507 +20,561 @@ msgstr ""
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..."
@@ -530,474 +584,575 @@ msgstr "Fenstergr
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!"
@@ -1016,45 +1171,45 @@ msgstr "nano: realloc: Kein Speicher verf
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"
@@ -1062,86 +1217,96 @@ 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"
@@ -1189,7 +1354,8 @@ msgstr "Danke f
#~ 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 " "
@@ -1203,8 +1369,20 @@ msgstr "Danke f
#~ 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"
diff --git a/po/es.po b/po/es.po
@@ -6,7 +6,7 @@
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"
@@ -581,9 +581,9 @@ msgid ""
"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"
diff --git a/po/fi.po b/po/fi.po
@@ -9,7 +9,7 @@
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"
@@ -583,9 +583,9 @@ msgid ""
"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"
@@ -1013,8 +1013,8 @@ msgstr "Virhe tiedostossa %s rivill
#: 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
diff --git a/po/fr.po b/po/fr.po
@@ -7,7 +7,7 @@
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"
@@ -20,158 +20,158 @@ msgstr ""
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И"
@@ -249,319 +249,319 @@ msgstr ""
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"
@@ -604,17 +604,17 @@ msgid ""
"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 "
@@ -883,92 +883,92 @@ msgstr "Marque enregistr
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 ""
@@ -984,76 +984,81 @@ msgstr "Main: fen
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 ""
@@ -1088,7 +1093,7 @@ msgstr "En arri
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"
@@ -1097,59 +1102,59 @@ msgstr "Recherche annul
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 ""
@@ -1172,44 +1177,44 @@ msgstr "nano: malloc: plus de m
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"
@@ -1217,81 +1222,81 @@ msgstr "J'ai re
#. 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 ""
diff --git a/po/gl.po b/po/gl.po
@@ -6,7 +6,7 @@
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"
@@ -580,9 +580,9 @@ msgid ""
"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"
@@ -679,7 +679,8 @@ msgstr " -m \t\t--mouse\t\t\tEmprega-lo rato\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"
@@ -1011,7 +1012,8 @@ msgstr ""
#: 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
diff --git a/po/hu.po b/po/hu.po
@@ -6,7 +6,7 @@
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"
@@ -19,156 +19,156 @@ msgstr ""
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"
@@ -243,313 +243,313 @@ msgstr ""
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"
@@ -593,9 +593,9 @@ msgid ""
"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"
@@ -864,94 +864,94 @@ msgstr "Megjel
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 "
@@ -969,76 +969,81 @@ msgstr "F
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 ""
@@ -1072,7 +1077,7 @@ msgstr "Vissza"
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"
@@ -1081,59 +1086,59 @@ msgstr "Keres
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 ""
@@ -1154,43 +1159,43 @@ 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"
@@ -1198,81 +1203,81 @@ 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"
diff --git a/po/id.po b/po/id.po
@@ -5,7 +5,7 @@
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"
@@ -19,511 +19,537 @@ msgstr ""
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"
@@ -554,7 +580,7 @@ msgstr "Ukuran window terlalu kecil bagi Nano..."
msgid "Key illegal in VIEW mode"
msgstr "Kunci ilegal dalam mode VIEW"
-#: nano.c:242
+#: nano.c:245
msgid ""
" nano help text\n"
"\n"
@@ -567,9 +593,9 @@ msgid ""
"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"
@@ -587,8 +613,8 @@ msgstr ""
"\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"
@@ -596,108 +622,120 @@ msgstr ""
"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"
@@ -705,100 +743,112 @@ msgstr ""
"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:"
@@ -806,268 +856,289 @@ msgstr ""
"\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 ""
@@ -1085,43 +1156,43 @@ 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"
@@ -1129,84 +1200,88 @@ 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"
diff --git a/po/it.po b/po/it.po
@@ -6,7 +6,7 @@
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"
@@ -1021,7 +1021,9 @@ msgstr "Errore in %s alla riga %d: riempimento richiesto %d troppo piccolo"
#: 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
@@ -1271,14 +1273,14 @@ msgstr "e chiunque altro abbiamo dimenticato..."
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"
diff --git a/po/nl.po b/po/nl.po
@@ -5,7 +5,7 @@
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"
@@ -18,511 +18,537 @@ msgstr ""
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"
@@ -553,7 +579,7 @@ msgstr "Venstergrootte te klein voor Nano..."
msgid "Key illegal in VIEW mode"
msgstr "Toets illegaal in VIEW modus"
-#: nano.c:242
+#: nano.c:245
msgid ""
" nano help text\n"
"\n"
@@ -566,9 +592,9 @@ msgid ""
"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"
@@ -591,15 +617,15 @@ msgstr ""
"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"
@@ -607,94 +633,106 @@ msgstr ""
"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"
@@ -702,102 +740,114 @@ msgstr ""
"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:"
@@ -805,270 +855,291 @@ msgstr ""
"\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 ""
@@ -1086,43 +1157,43 @@ 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"
@@ -1130,84 +1201,88 @@ 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"
diff --git a/po/no.po b/po/no.po
@@ -5,7 +5,7 @@
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"
@@ -18,503 +18,535 @@ msgstr ""
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"
@@ -544,7 +576,7 @@ msgstr "Vinduet er for lite for Nano..."
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"
@@ -557,9 +589,9 @@ msgid ""
"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"
@@ -575,125 +607,137 @@ msgstr ""
"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"
@@ -701,100 +745,112 @@ msgstr ""
"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:"
@@ -802,141 +858,141 @@ msgstr ""
"\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"
@@ -944,124 +1000,147 @@ msgstr ""
"\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!"
@@ -1079,43 +1158,43 @@ msgstr "nano: realloc: 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"
@@ -1123,81 +1202,90 @@ 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"
diff --git a/po/ru.po b/po/ru.po
@@ -5,7 +5,7 @@
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"
@@ -18,512 +18,538 @@ msgstr ""
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 "К строке"
@@ -554,7 +580,7 @@ msgstr "
msgid "Key illegal in VIEW mode"
msgstr "Неверная клавиша в режиме Просмотра"
-#: nano.c:242
+#: nano.c:245
msgid ""
" nano help text\n"
"\n"
@@ -567,9 +593,9 @@ msgid ""
"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"
@@ -593,15 +619,15 @@ msgstr ""
"Дополнительные комбинации показаны в скобках:\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"
@@ -609,93 +635,105 @@ msgstr ""
"Использование: 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"
@@ -703,100 +741,112 @@ msgstr ""
"Использование: 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:"
@@ -804,266 +854,287 @@ msgstr ""
"\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 ""
@@ -1081,43 +1152,43 @@ 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"
@@ -1125,85 +1196,89 @@ msgstr "
#. 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"
diff --git a/po/sv.po b/po/sv.po
@@ -5,7 +5,7 @@
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"
@@ -18,99 +18,100 @@ msgstr ""
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"
@@ -128,409 +129,453 @@ 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"
@@ -560,7 +605,7 @@ msgstr "F
msgid "Key illegal in VIEW mode"
msgstr "Tangenten ogiltig i VISNINGslДget"
-#: nano.c:242
+#: nano.c:245
msgid ""
" nano help text\n"
"\n"
@@ -573,9 +618,9 @@ msgid ""
"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"
@@ -598,15 +643,15 @@ msgstr ""
"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"
@@ -614,95 +659,107 @@ msgstr ""
"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"
@@ -710,100 +767,112 @@ msgstr ""
"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:"
@@ -811,143 +880,143 @@ msgstr ""
"\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"
@@ -955,49 +1024,59 @@ msgstr ""
"\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,
@@ -1011,85 +1090,97 @@ msgstr "Kan inte
# 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!"
@@ -1107,44 +1198,44 @@ msgstr "nano: realloc: slut p
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"
@@ -1152,84 +1243,95 @@ 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"
diff --git a/po/uk.po b/po/uk.po
@@ -5,7 +5,7 @@
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"
@@ -18,514 +18,540 @@ msgstr ""
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 "До Рядка"
@@ -556,7 +582,7 @@ msgstr "
msgid "Key illegal in VIEW mode"
msgstr "Нев╕рна кнопка в режим╕ VIEW"
-#: nano.c:242
+#: nano.c:245
msgid ""
" nano help text\n"
"\n"
@@ -569,9 +595,9 @@ msgid ""
"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"
@@ -593,15 +619,15 @@ msgstr ""
"в╕кн╕ редагування. Додатков╕ комб╕нац╕╖ показан╕ у дужках:\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"
@@ -609,96 +635,108 @@ msgstr ""
"Використання: 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"
@@ -706,100 +744,112 @@ msgstr ""
"Використання: 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:"
@@ -807,266 +857,287 @@ msgstr ""
"\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 ""
@@ -1084,43 +1155,43 @@ 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"
@@ -1128,84 +1199,88 @@ msgstr "
#. 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"