Commit df7d8b2e authored by Jordi Mallach's avatar Jordi Mallach
Browse files

Added Norwegian and Swedish to HEAD.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@720 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 2306 additions and 2 deletions
+2306 -2
...@@ -162,6 +162,10 @@ Cvs code - ...@@ -162,6 +162,10 @@ Cvs code -
- Updated Indonesian translation by Tedi Heriyanto. - Updated Indonesian translation by Tedi Heriyanto.
- po/it.po - po/it.po
- Updated Italian translation by Marco Colombo. - Updated Italian translation by Marco Colombo.
- po/no.po:
- New Norwegian translation by Eivind Kjørstad <ekj@vestdata.no>.
- po/sv.po:
- New Swedish translation by Christian Rose <menthos@menthos.com>.
nano 1.1 tree forked here 04/07/2001 nano 1.1 tree forked here 04/07/2001
......
...@@ -815,7 +815,7 @@ fi ...@@ -815,7 +815,7 @@ fi
ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru" ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv no"
# 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. ...@@ -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-cvs) AM_INIT_AUTOMAKE(nano, 1.1-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" ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv no"
dnl Checks for programs. dnl Checks for programs.
AC_PROG_CC AC_PROG_CC
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment