hu.po: - Hungarian translation by Horvath Szabolcs

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@519 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Chris Allegretta 2001-02-05 13:51:31 +00:00
parent 09f39cbec6
commit d096f68966
3 changed files with 4 additions and 2 deletions

View File

@ -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

2
configure vendored
View File

@ -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

View File

@ -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