mirror of git://git.sv.gnu.org/nano.git
Moved no.po to nn.po.
New Norwegian bokmål translation, by Stig E Sandø <stig@users.sourceforge.net>. Added missing entries to THANKS. git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@1013 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
6d9149d69f
commit
5870b73519
|
@ -1,4 +1,10 @@
|
|||
CVS code -
|
||||
- THANKS:
|
||||
- Added missing entry for Eivind Kjørstad.
|
||||
- po/no.po:
|
||||
- Moved to po/nn.po, which is the correct name for Norwegian nynorsk.
|
||||
- po/nb.po:
|
||||
- New Norwegian bokmål translation (Stig E Sandoe <stig@ii.uib.no>).
|
||||
|
||||
nano-1.0.8 - 01/16/2002
|
||||
- General
|
||||
|
|
3
THANKS
3
THANKS
|
@ -8,15 +8,18 @@ Jean-Philippe Gu
|
|||
Tedi Heriyanto <tedi_h@gmx.net> Indonesian Translator
|
||||
Václav Haisman <V.Haisman@sh.cvut.cz> Czech Translator
|
||||
Szabolcs Horvath <horvaths@fi.inf.elte.hu> Hungarian Translator
|
||||
Eivind Kjørstad <ekj@vestdata.no> Norwegian nynorsk Translator
|
||||
Florian König <floki@bigfoot.com> German Translator
|
||||
Clement Laforet <clem_laf@wanadoo.fr> French Translator
|
||||
Sergey A. Ribalchenko <fisher@obu.ck.ua> Russian, Ukrainian Translator
|
||||
Michel Robitaille <robitail@IRO.UMontreal.CA> French Translator
|
||||
Stig E Sandoe <stig@ii.uib.no> Norwegian bokmål Translator
|
||||
Cezary Sliwa <sliwa@cft.edu.pl> Polish Translator
|
||||
Pierre Tane <tanep@bigfoot.com> French Translator
|
||||
Jacobo Tarrío <jtarrio@trasno.net> Galician Translator
|
||||
Miquel Vidal <miquel@sindominio.net> Catalan Translator
|
||||
Pauli Virtanen <pauli.virtanen@saunalahti.fi> Finnish Translator
|
||||
|
||||
Jim Knoble <jmknoble@pobox.com> Pico compat for browser
|
||||
Thomas Dickey <dickey@herndon4.his.com> Curses help and advice
|
||||
Ryan Krebs <fluffy@highwire.stanford.edu> Many bug fixes and testing
|
||||
|
|
|
@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
|
|||
AC_INIT(nano.c)
|
||||
AM_INIT_AUTOMAKE(nano, 1.0.8-cvs)
|
||||
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 pl"
|
||||
ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv nn nl da pl nb"
|
||||
|
||||
dnl Checks for programs.
|
||||
AC_PROG_CC
|
||||
|
|
Loading…
Reference in New Issue