Commit Graph

56 Commits

Author SHA1 Message Date
Christian Rose
dbf4dba20a Updated Swedish translation.
2001-12-15  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2001-12-15 15:13:43 +00:00
Kjartan Maraas
9b83c28956 Updated Norwegian (bokmål) translation.
2001-12-13  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian (bokmål) translation.
2001-12-13 19:33:44 +00:00
Stanislav Visnovsky
24608fc156 Updated Slovak translation.
2001-12-11  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

        * sk.po: Updated Slovak translation.
2001-12-11 12:39:16 +00:00
Kwok-Koon Cheung
c3eaab1ddb Usual update 2001-12-11 00:45:58 +00:00
Takayuki KUSANO
47b14d2bb2 Updated Japanese translation.
* ja.po: Updated Japanese translation.
2001-12-10 02:24:13 +00:00
Christian Rose
40617345f0 Updated Swedish translation.
2001-12-08  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2001-12-08 16:56:44 +00:00
Kjartan Maraas
a5fb0b8069 Updated Norwegian (bokmål) translation. Added glib/gdir.c.
2001-12-04  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian (bokmål) translation.
	* POTFILES.in: Added glib/gdir.c.
2001-12-04 09:41:48 +00:00
Christian Rose
fdfddf0fdf Updated Swedish translation.
2001-12-03  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2001-12-03 01:21:51 +00:00
Jesus Bravo Alvarez
a8a91e438f Added Galician translation 2001-11-25 23:24:51 +00:00
Dirk-Jan C. Binnema
9ff8256d3a - added Dutch translation 2001-11-23 12:12:26 +00:00
Kwok-Koon Cheung
64da82ad07 Usual update 2001-11-19 20:31:29 +00:00
Takayuki KUSANO
2a66b244b2 Added "ja" to ALL_LINGUAS. Added Japanese translation.
* configure.in: Added "ja" to ALL_LINGUAS.
	* po/ja.po: Added Japanese translation.
2001-11-15 08:21:45 +00:00
Kjartan Maraas
2180c1ed05 Updated Norwegian (bokmål) translation.
2001-11-14  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian (bokmål) translation.
2001-11-14 14:58:29 +00:00
Wang Jian
ae95bec669 *** empty log message *** 2001-11-09 06:37:04 +00:00
Wang Jian
01103fab04 *** empty log message *** 2001-11-08 13:49:31 +00:00
Marius Andreiana
5e70b13b2a Added ro (Romanian) to ALL_LINGUAS added
2001-11-01  Marius Andreiana  <mandreiana@yahoo.com>

        * configure.in: Added ro (Romanian) to ALL_LINGUAS
	* po/ro.po: added
2001-11-01 13:45:55 +00:00
jacob berkman
d59c859aec version of gettextize which uses glib's po/Makefile.in.in and
2001-10-28  jacob berkman  <jacob@ximian.com>

	* glib-gettextize.in: version of gettextize which uses glib's
	po/Makefile.in.in and po2tbl.sed.in, and no longer copies in intl/
	or installs ChangeLog entries in po/ChangeLog

	* configure.in (AC_OUTPUT): generate glib-gettextize

	* Makefile.am (bin_SCRIPTS): install glib-gettextize

2001-10-28  jacob berkman  <jacob@ximian.com>

	* Makefile.in.in: install Makefile.in.in and po2tbl.sed.in for use
	with glib-gettextize by other packages
2001-10-28 16:34:24 +00:00
Stanislav Visnovsky
e4cdbdef60 Updated Slovak translation.
2001-10-13  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* sk.po: Updated Slovak translation.
2001-10-13 17:11:48 +00:00
Valek Frob
ec0c7e4b17 Updated russian translation. 2001-10-13 11:37:12 +00:00
Stanislav Visnovsky
96bc4f0c3b Updated Slovak translation.
2001-10-12  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* sk.po: Updated Slovak translation.
2001-10-12 16:56:11 +00:00
Pablo Saratxaga
a033f12d13 updated Catalan file 2001-10-08 14:53:05 +00:00
Pablo Saratxaga
8cf85caa46 updated Azeri and Basque files 2001-10-05 14:37:38 +00:00
Fatih Demir
5df5ffad3f Updated. 2001-09-29 11:05:33 +00:00
Stanislav Visnovsky
bdc2bd5afe Updated Slovak translation.
2001-09-28  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* sk.po: Updated Slovak translation.
2001-09-28 14:13:15 +00:00
Bruno Haible
34462896a0 When the sublangid is SUBLANG_DEFAULT, return the locale of the language's
2001-09-24  Bruno Haible  <haible@clisp.cons.org>

	* glib/gwin32.c (g_win32_getlocale): When the sublangid is
	SUBLANG_DEFAULT, return the locale of the language's main country,
	not a country-neutral locale. E.g. "en_US" instead of "en". Add
	handling of LANG_SORBIAN. Fix typo for SUBLANG_CHINESE_SIMPLIFIED
	(China == CN, CH == Switzerland). Ignore empty environment
	variable values.

2001-09-28  Tor Lillqvist  <tml@iki.fi>

	* glib/makefile.{mingw,msc}.in: Add localcharset.o. Just copy the
	source file from libcharset and compile in this directory.

	* glib/giochannel.c: Mark rest of g_set_error strings for
	translation, too.

	* glib/giowin32.c: Add some debugging output functions, call them
	when debugging.
	(create_events, g_io_win32_msg_write): Free message fetched with
	g_win32_error_message ().
	(g_io_win32_check): Indentation fixes.
	(g_io_win32_fd_read,g_io_win32_sock_read): Don't always return
	G_IO_STATUS_NORMAL. Do return G_IO_STATUS_EOF if we got 0 bytes,
	like on Unix. This helps making the test programs run
	successfully.

	* glib/gmain.c (g_poll): Return the code ifdeffed out with
	TEST_WITHOUT_THIS. Can't remember why it was ifdeffed out. Things
	seem to work as previously with the code in place. Especially
	spawn-test didn't work with the code ifdeffed out (Bug#61067).

	* glib/grand.c (g_rand_new): Don't try to use /dev/urandom unless
	on Unix.

	* glib/gspawn-win32-helper.c (WinMain): Remove Sleep(10000)
	accidentally left in.

gthread:

2001-09-28  Tor Lillqvist  <tml@iki.fi>

	* gthread-win32.c: Use an extra level of indirection for GMutex.
	It is now a pointer either to a pointer to a CRITICAL_SECTION
	struct, or to a mutex HANDLE. This is needed in case the user
	defines G_ERRORCHECK_MUTEXES. G_MUTEX_SIZE must correctly reflect
	the size of *GMutex, but this used to vary depending on whether we
	at run-time chose to use CRITICAL_SECTIONs or mutexes.
	(g_mutex_free_win32_cs_impl, g_cond_free_win32_impl): Call
	DeleteCriticalSection() when done with it.

	* gthread-impl.c (g_thread_init_with_errorcheck_mutexes): Call
	g_thread_impl_init() before accessing
	g_thread_functions_for_glib_use_default, as the
	g_thread_impl_init() function might modify it.

po:

2001-09-28  Tor Lillqvist  <tml@iki.fi>

	* POTFILES.in: Add iochannel.c and giowin32.c.

	* sv.po: Remove a bogus fuzziness indicator.
2001-09-27 22:07:00 +00:00
Pablo Saratxaga
66b5d2ae4b updated Catalan file 2001-09-25 19:58:56 +00:00
Stanislav Visnovsky
1efae7e5ba Added "sk" to ALL_LINGUAS. Added Slovak translation.
2001-09-24  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* configure.in: Added "sk" to ALL_LINGUAS.
	* po/sk.po: Added Slovak translation.
2001-09-24 14:29:20 +00:00
Fatih Demir
37c5600030 Updated ta.po 2001-09-23 21:55:36 +00:00
Pablo Saratxaga
432e3b4cf1 updated Azeri file 2001-09-23 17:44:44 +00:00
Kjartan Maraas
5f5cfee3b9 Updated Norwegian (bokmål) translation.
2001-09-19  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian (bokmål) translation.
2001-09-19 15:09:02 +00:00
Christian Rose
5abd187398 Updated Swedish translation.
2001-09-11  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2001-09-11 19:22:05 +00:00
Roy-Magne Mo
956a504469 Updated Norwegian nynorsk translation 2001-09-05 22:29:06 +00:00
Ross Golder
e7a624f94a Take DESTDIR into account in install/uninstall 2001-09-05 21:55:59 +00:00
Owen Taylor
e60a91344e Revert last change to Makefile.in.in - no this is not the Makefile.in.in
Wed Sep  5 09:27:34 2001  Owen Taylor  <otaylor@redhat.com>

        * Revert last change to Makefile.in.in - no this
        is not the Makefile.in.in from gettext.
2001-09-05 13:28:24 +00:00
Ross Golder
dcb3811885 Updated from gettext-0.10.35, to fix broken DESTDIR handling 2001-09-05 10:04:08 +00:00
Carlos Perelló Marín
384c8d0639 Added Spanish translation by josé antonio salgueiro
2001-09-02  Carlos Perelló Marín <carlos@gnome-db.org>

	* es.po: Added Spanish translation by josé antonio salgueiro
	<joseantsa@retemail.es>
2001-09-02 06:46:40 +00:00
Kwok-Koon Cheung
5b01d5f62c Added traditional Chinese translation. 2001-08-21 05:10:34 +00:00
Fatih Demir
cd793f2ced Added Tamil translation. 2001-08-19 11:32:26 +00:00
Christian Meyer
aba9db3fd3 Update for de.po. 2001-07-29 05:43:04 +00:00
Kjartan Maraas
7eae7925c5 Added Norwegian (nynorsk) translation.
2001-07-17  Kjartan Maraas  <kmaraas@gnome.org>

	* nn.po: Added Norwegian (nynorsk) translation.
2001-07-17 18:30:19 +00:00
Christian Rose
33e1075b22 Updated Swedish translation.
2001-07-06  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2001-07-06 18:16:36 +00:00
Pablo Saratxaga
6a31ce2dac Added Basque file 2001-07-06 12:26:56 +00:00
Kjartan Maraas
3372010650 Completed Norwegian translation. Adjusted to fit the move of the .c files.
2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Completed Norwegian translation.
	* POTFILES.in: Adjusted to fit the move of the .c files.
2001-06-27 19:17:50 +00:00
Pablo Saratxaga
78273842cc Added Azeri file 2001-06-08 12:48:45 +00:00
Matthias Warkus
b902897da5 Updated German translations for Glib and GTK+ HEAD. Phew. 2001-05-15 17:47:49 +00:00
Pablo Saratxaga
81cc9074f4 Added Catalan file 2001-04-30 20:40:51 +00:00
Christian Rose
b49a9d110d And other fixes. Thanks to Göran Uddeborg <goeran@uddeborg.pp.se>. 2001-04-05 21:38:19 +00:00
Christian Rose
87e7a79ec8 Fixed another message in the Swedish translation. Thanks to Jörgen Tegnér
<teg@post.utfors.se>.
2001-04-05 20:27:46 +00:00
Christian Rose
893bb1d258 Fixed Swedish translation, thanks to Veronica Loell <info@nakawe.se> and
Martin Norbäck <d95mback@dtek.chalmers.se>.
2001-04-05 11:05:24 +00:00
Christian Rose
5ccb1c7a45 Added Swedish translation. 2001-04-05 00:51:52 +00:00