hu.po: - Hungarian translation by Horvath Szabolcs
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@519 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
09f39cbec6
commit
d096f68966
|
@ -4,6 +4,8 @@ CVS code -
|
||||||
- cut.c:
|
- cut.c:
|
||||||
do_cut_text()
|
do_cut_text()
|
||||||
- marked text cut fixes (Rocco) (Fixes bug #54).
|
- marked text cut fixes (Rocco) (Fixes bug #54).
|
||||||
|
- hu.po:
|
||||||
|
- Hungarian translation by Horvath Szabolcs.
|
||||||
|
|
||||||
nano-0.9.99pre2 - 01/31/2001
|
nano-0.9.99pre2 - 01/31/2001
|
||||||
General
|
General
|
||||||
|
|
|
@ -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.
|
# Extract the first word of "gcc", so it can be a program name with args.
|
||||||
set dummy gcc; ac_word=$2
|
set dummy gcc; ac_word=$2
|
||||||
|
|
|
@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT(nano.c)
|
AC_INIT(nano.c)
|
||||||
AM_INIT_AUTOMAKE(nano, 0.9.99-cvs)
|
AM_INIT_AUTOMAKE(nano, 0.9.99-cvs)
|
||||||
AM_CONFIG_HEADER(config.h:config.h.in)
|
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.
|
dnl Checks for programs.
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
|
Loading…
Reference in New Issue