i18n work.

* i18n work.
This commit is contained in:
Nuno Ferreira 1998-11-21 22:38:51 +00:00
parent b3eb20adb3
commit 1acac6b358
5 changed files with 543 additions and 431 deletions

View file

@ -1,3 +1,21 @@
1998-11-21 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
* capplets/sound-properties/sound-properties.c: Mark strings for
translation.
(main): Initialize gettext.
* capplets/theme-switcher/main.c (main): Include <config.h> at the
top of the file.
(main): Initialize gettext.
* capplets/screensaver-properties/screensaver-properties-capplet.c:
Include <config.h> at the top of the file.
(main): Initialize gettext.
* capplets/keyboard-properties/keyboard-properties.c:Include
<config.h> at the top of the file.
(main): Initialize gettext.
1998-11-12 Andrew T. Veliath <andrewtv@usa.net> 1998-11-12 Andrew T. Veliath <andrewtv@usa.net>
* acconfig.h: Remove HAVE_ORBIT, HAVE_MICO_ORB_RUN. HAVE_ORBIT is * acconfig.h: Remove HAVE_ORBIT, HAVE_MICO_ORB_RUN. HAVE_ORBIT is

View file

@ -1,3 +1,4 @@
#include <config.h>
#include "da.h" #include "da.h"
#define THEME_SWITCHER_VERSION "0.1" #define THEME_SWITCHER_VERSION "0.1"
@ -7,6 +8,9 @@ main(int argc, char **argv)
{ {
GtkWidget *w; GtkWidget *w;
bindtextdomain (PACKAGE, GNOMELOCALEDIR);
textdomain (PACKAGE);
set_tmp_rc(); set_tmp_rc();
do_demo(argc, argv); do_demo(argc, argv);
gnome_capplet_init ("theme-switcher-capplet", gnome_capplet_init ("theme-switcher-capplet",

View file

@ -1,3 +1,9 @@
1998-11-21 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
* POTFILES.in: Added control-center and capplets files.
* pt.po: Updates.
1998-11-18 Tuomas Lukka <lukka@iki.fi> 1998-11-18 Tuomas Lukka <lukka@iki.fi>
* fi.po: make it compile (blush), patch from Richard Hult * fi.po: make it compile (blush), patch from Richard Hult

View file

@ -94,3 +94,9 @@ panel/panel_config.c
panel/panel_config_global.c panel/panel_config_global.c
panel/session.c panel/session.c
panel/swallow.c panel/swallow.c
control-center/main.c
control-center/callbacks.c
control-center/capplet-widget-libs.c
capplets/mouse-properties/mouse-properties.c
capplets/keyboard-properties/keyboard-properties.c
capplets/sound-properties/sound-properties.c

940
po/pt.po

File diff suppressed because it is too large Load diff