glib/po/ChangeLog

221 lines
5.3 KiB
Plaintext
Raw Normal View History

2001-12-08 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
2001-12-04 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian (bokm<6B>l) translation.
* POTFILES.in: Added glib/gdir.c.
2001-12-03 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
2001-11-26 00:24:51 +01:00
2001-11-26 Jesus Bravo Alvarez <jba@pobox.com>
* gl.po: Added Galician translation from
Manuel A. Fern<72>ndez Montecelo <manuel@sindominio.net>
2001-11-23 13:12:26 +01:00
2001-11-23 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
* nl.po: Added Dutch translation.
2001-11-19 21:31:29 +01:00
2001-11-20 Abel Cheung <maddog@linux.org.hk>
* zh_TW.po: Updated traditional Chinese translation.
2001-11-15 Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
* ja.po: Added Japanese translation.
2001-11-14 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian (bokm<6B>l) translation.
2001-11-09 07:37:04 +01:00
2001-11-07 Wang Jian <lark@linux.net.cn>
* zh_CN.po: Updated Simplified Chinese translation by
Wang Jian.
2001-11-08 14:49:31 +01:00
2001-11-06 Wang Jian <lark@linux.net.cn>
* zh_CN.po: Added Simplified Chinese translation by
He Qiangqiang <carton@263.net>.
2001-11-01 Marius Andreiana <mandreiana@yahoo.com>
* ro.po: added
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-13 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
* sk.po: More updates.
2001-10-13 13:37:12 +02:00
2001-10-13 Valek Filippov <frob@df.ru>
* ru.po: Added russian translation.
2001-10-12 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
* sk.po: Updated Slovak translation.
2001-10-08 16:53:05 +02:00
2001-10-08 Pablo Saratxaga <pablo@mandrakesoft.com>
* ca.po: Updated Catalan file
2001-10-05 16:37:38 +02:00
2001-10-05 Pablo Saratxaga <pablo@mandrakesoft.com>
* az.po: Updated Azeri file
* eu.po: Updated Basque file
2001-09-29 13:05:33 +02:00
2001-09-29 Fatih Demir <kabalak@gtranslator.org>
* ta.po: Committed updated Tamil translation by Dinesh.
2001-09-28 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
* sk.po: Updated Slovak translation.
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-28 00:07:00 +02:00
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-25 21:58:56 +02:00
2001-09-25 Pablo Saratxaga <pablo@mandrakesoft.com>
* ca.po: Updated Catalan file
2001-09-24 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
* sk.po: Added Slovak translation.
2001-09-23 23:55:36 +02:00
2001-09-23 Fatih Demir <kabalak@gtranslator.org>
* ta.po: Committed updated Tamil translation by Dinesh.
2001-09-23 19:44:44 +02:00
2001-09-23 Pablo Saratxaga <pablo@mandrakesoft.com>
* az.po: Updated Azeri file
2001-09-19 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian (bokm<6B>l) translation.
2001-09-11 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
2001-09-06 00:29:06 +02:00
2001-09-06 Roy-Magne Mo <rmo@sunnmore.net>
* nn.po: Updated Norwegian nynorsk translation
2001-09-05 Ross Golder <rossg@golder.org>
* Makefile.in.in (install-data-yes): Take DESTDIR into account
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 Ross Golder <ross@golder.org>
* Makefile.in.in: Updated from more recent gettext to fix
problem with DESTDIR.
2001-09-02 Carlos Perell<6C> Mar<61>n <carlos@gnome-db.org>
* es.po: Added Spanish translation by jos<6F> antonio salgueiro
<joseantsa@retemail.es>
2001-08-21 07:10:34 +02:00
2001-08-21 Abel Cheung <maddog@linux.org.hk>
* zh_TW.po: Preliminary traditional Chinese translation.
2001-08-19 13:32:26 +02:00
2001-08-19 Fatih Demir <kabalak@gtranslator.org>
* ta.po: Added Tamil translation by.
2001-07-29 07:43:04 +02:00
2001-07-29 Christian Meyer <chrisime@gnome.org>
* de.po: Removed one fuzzy.
2001-07-17 Kjartan Maraas <kmaraas@gnome.org>
* nn.po: Added Norwegian (nynorsk) translation.
2001-07-06 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
2001-07-06 14:26:56 +02:00
2001-07-06 Pablo Saratxaga <pablo@mandrakesoft.com>
* eu.po: Added Basque file
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-08 14:48:45 +02:00
2001-06-08 Pablo Saratxaga <pablo@mandrakesoft.com>
* az.po: Added Azeri file
2001-05-15 Matthias Warkus <mawarkus@gnome.org>
* de.po: Brought this up to date.
2001-04-30 22:40:51 +02:00
2001-04-30 Pablo Saratxaga <pablo@mandrakesoft.com>
* ca.po: Added Catalan file
2001-04-05 Christian Rose <menthos@menthos.com>
* sv.po: And other fixes. Thanks to G<>ran Uddeborg
<goeran@uddeborg.pp.se>.
2001-04-05 Christian Rose <menthos@menthos.com>
* sv.po: Fixed another message in the Swedish translation. Thanks to
J<>rgen Tegn<67>r <teg@post.utfors.se>.
2001-04-05 Christian Rose <menthos@menthos.com>
* sv.po: Fixed Swedish translation, thanks to Veronica Loell
<info@nakawe.se> and Martin Norb<72>ck <d95mback@dtek.chalmers.se>.
2001-04-05 02:51:52 +02:00
2001-04-05 Christian Rose <menthos@menthos.com>
* sv.po: Added Swedish translation.
2001-03-30 09:31:57 +02:00
2001-30-03 Christian Meyer <chrisime@gnome.org>
* de.po: Updated German translation.
2001-03-07 04:05:34 +01:00
2001-07-03 Christian Meyer <chrisime@gnome.org>
* de.po: Added German translation.
2001-03-02 12:21:48 +01:00
2001-03-02 Christophe Merlet <redfox@eikonex.org>
* fr.po: Added French translation.
2001-02-19 11:38:33 +01:00
2001-02-19 Valek Filippov <frob@df.ru>
* ru.po: Added russian translation.
2001-02-08 Fatih Demir <kabalak@kabalak.net>
* tr.po: Added the Turkish translation by
2001-03-07 04:05:34 +01:00
Kemal Yilmaz.
2001-01-18 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Added Norwegian translation.
2001-03-07 04:05:34 +01:00