New incomplete Polish translation, contributed by Cezary Sliwa <sliwa@cft.edu.pl>.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@947 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
f4e572919d
commit
a4ffccb321
|
@ -22,6 +22,8 @@ CVS code -
|
||||||
- Russian translation update (Sergey A. Ribalchenko).
|
- Russian translation update (Sergey A. Ribalchenko).
|
||||||
- po/ca.po, es.po:
|
- po/ca.po, es.po:
|
||||||
- Catalan and Spanish translations updates (Jordi).
|
- Catalan and Spanish translations updates (Jordi).
|
||||||
|
- po/pl.po:
|
||||||
|
- New Polish, partial translation, by Cezary Sliwa <sliwa@cft.edu.pl>.
|
||||||
|
|
||||||
nano-1.1.4 - 12/11/2001
|
nano-1.1.4 - 12/11/2001
|
||||||
- General
|
- General
|
||||||
|
|
1
THANKS
1
THANKS
|
@ -15,6 +15,7 @@ Michel Robitaille <robitail@IRO.UMontreal.CA> French Translator
|
||||||
Christian Rose <menthos@menthos.com> Swedish Translator
|
Christian Rose <menthos@menthos.com> Swedish Translator
|
||||||
Keld Simonsen <keld@dkuug.dk> Danish Translator
|
Keld Simonsen <keld@dkuug.dk> Danish Translator
|
||||||
Guus Sliepen <guus@nl.linux.org> Dutch Translator
|
Guus Sliepen <guus@nl.linux.org> Dutch Translator
|
||||||
|
Cezary Sliwa <sliwa@cft.edu.pl> Polish Translator
|
||||||
Pierre Tane <tanep@bigfoot.com> French Translator
|
Pierre Tane <tanep@bigfoot.com> French Translator
|
||||||
Jacobo Tarrío <jtarrio@trasno.net> Galician Translator
|
Jacobo Tarrío <jtarrio@trasno.net> Galician Translator
|
||||||
Miquel Vidal <miquel@sindominio.net> Catalan Translator
|
Miquel Vidal <miquel@sindominio.net> Catalan Translator
|
||||||
|
|
|
@ -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, 1.1.4-cvs)
|
AM_INIT_AUTOMAKE(nano, 1.1.4-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 hu ca cs gl uk ru sv no nl da"
|
ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv no nl da pl"
|
||||||
|
|
||||||
dnl Checks for programs.
|
dnl Checks for programs.
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
|
Loading…
Reference in New Issue