commit d096f68966189b580d77e48772dce5892463fa9e
parent 09f39cbec6c1d337517e22e0514e76daf9ce44ca
Author: Chris Allegretta <chrisa@asty.org>
Date: Mon, 5 Feb 2001 13:51:31 +0000
hu.po: - Hungarian translation by Horvath Szabolcs
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@519 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -4,6 +4,8 @@ CVS code -
- cut.c:
do_cut_text()
- marked text cut fixes (Rocco) (Fixes bug #54).
+- hu.po:
+ - Hungarian translation by Horvath Szabolcs.
nano-0.9.99pre2 - 01/31/2001
General
diff --git a/configure b/configure
@@ -807,7 +807,7 @@ fi
-ALL_LINGUAS="es de fr it id fi"
+ALL_LINGUAS="es de fr it id fi hu"
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
diff --git a/configure.in b/configure.in
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(nano.c)
AM_INIT_AUTOMAKE(nano, 0.9.99-cvs)
AM_CONFIG_HEADER(config.h:config.h.in)
-ALL_LINGUAS="es de fr it id fi"
+ALL_LINGUAS="es de fr it id fi hu"
dnl Checks for programs.
AC_PROG_CC