From acd524348e2f1db10e18d804e24224c1f72b8ace Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Wed, 1 Nov 2006 18:36:16 +0000 Subject: [PATCH] Added nb to ALL_LINGUAS. 2006-11-01 Kjartan Maraas * configure.in: Added nb to ALL_LINGUAS. --- ChangeLog | 12 ++++++++---- configure.in | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 55cce500..8fb739e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-11-01 Kjartan Maraas + + * configure.in: Added nb to ALL_LINGUAS. + 2006-10-22 Bart Hakvoort * src/Dialog_Progress.cc: gtk+-2.10 seems to return the last valid @@ -1212,7 +1216,7 @@ * include/Operation.h: set default status of operationdetails to NONE * include/Dialog_Progress.h, src/Dialog_Progress.cc: implemented export of operationdetails to - external file. This can be very usefull for debugging. (#329968) + external file. This can be very useful for debugging. (#329968) 2006-02-02 Bart Hakvoort @@ -1398,7 +1402,7 @@ * include/Win_GParted.h, src/Win_GParted.cc: added visual feedback when unmounting or - deactivating swap. This can be usefull when it takes longer then + deactivating swap. This can be useful when it takes longer then usual. 2006-01-07 Bart Hakvoort @@ -1562,7 +1566,7 @@ * include/Utils.h, src/Utils.cc: added get_color_as_pixbuf() to create colored squares - of custom sizes. These can be use troughout the app to represent + of custom sizes. These can be use throughout the app to represent filesystems. e.g. in the treeview and convertmenu. * include/TreeView_Detail.h, src/TreeView_Detail.cc, @@ -1840,7 +1844,7 @@ 2005-01-23 Bart Hakvoort - * src/GParted_Core.cc: write actually used libpartedversion to stdout on startup. (usefull for debugging) + * src/GParted_Core.cc: write actually used libpartedversion to stdout on startup. (useful for debugging) 2005-01-22 Bart Hakvoort diff --git a/configure.in b/configure.in index 6f51661a..1676565c 100644 --- a/configure.in +++ b/configure.in @@ -20,7 +20,7 @@ GETTEXT_PACKAGE=gparted AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",[description]) -ALL_LINGUAS="bg ca cs de dz el en_CA en_GB es fi fr gl he hu it ja lt lv mk ne nl pa pl pt pt_BR ru rw sv tr uk vi zh_CN zh_TW" +ALL_LINGUAS="bg ca cs de dz el en_CA en_GB es fi fr gl he hu it ja lt lv mk nb ne nl pa pl pt pt_BR ru rw sv tr uk vi zh_CN zh_TW" AM_GLIB_GNU_GETTEXT AC_PROG_INTLTOOL