Added nb to ALL_LINGUAS.
2006-11-01 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Added nb to ALL_LINGUAS.
This commit is contained in:
parent
1a37d7812d
commit
acd524348e
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,7 @@
|
|||
2006-11-01 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* configure.in: Added nb to ALL_LINGUAS.
|
||||
|
||||
2006-10-22 Bart Hakvoort <hakvoort@cvs.gnome.org>
|
||||
|
||||
* 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 <hakvoort@cvs.gnome.org>
|
||||
|
||||
|
@ -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 <hakvoort@cvs.gnome.org>
|
||||
|
@ -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 <hakvoort@cvs.gnome.org>
|
||||
|
||||
* 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 <hakvoort@cvs.gnome.org>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue