From 1154014f26b5cb27ee1f2d58888172050d96f12b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 18 Jan 2006 17:16:21 +0000 Subject: [PATCH] 2.9.4 --- ChangeLog | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-12 | 6 ++++++ INSTALL | 4 ++-- NEWS | 17 +++++++++++++++++ README | 2 +- docs/reference/ChangeLog | 4 ++++ gmodule/ChangeLog | 4 ++++ gobject/ChangeLog | 4 ++++ gthread/ChangeLog | 4 ++++ po/ChangeLog | 4 ++++ po/am.po | 2 +- po/ar.po | 2 +- po/az.po | 2 +- po/be.po | 2 +- po/bg.po | 2 +- po/bn.po | 2 +- po/bs.po | 2 +- po/ca.po | 2 +- po/cs.po | 2 +- po/cy.po | 2 +- po/da.po | 2 +- po/de.po | 2 +- po/el.po | 2 +- po/en_CA.po | 2 +- po/en_GB.po | 2 +- po/eo.po | 2 +- po/es.po | 2 +- po/et.po | 2 +- po/eu.po | 2 +- po/fa.po | 2 +- po/fi.po | 2 +- po/fr.po | 2 +- po/ga.po | 2 +- po/gl.po | 2 +- po/gu.po | 2 +- po/he.po | 2 +- po/hi.po | 2 +- po/hr.po | 2 +- po/hu.po | 2 +- po/id.po | 2 +- po/is.po | 2 +- po/it.po | 2 +- po/ja.po | 2 +- po/ko.po | 2 +- po/ku.po | 2 +- po/lt.po | 2 +- po/lv.po | 2 +- po/mk.po | 2 +- po/ml.po | 2 +- po/mn.po | 2 +- po/ms.po | 2 +- po/nb.po | 2 +- po/ne.po | 2 +- po/nl.po | 2 +- po/nn.po | 2 +- po/no.po | 2 +- po/or.po | 2 +- po/pa.po | 2 +- po/pl.po | 2 +- po/pt.po | 2 +- po/pt_BR.po | 2 +- po/ro.po | 2 +- po/ru.po | 2 +- po/rw.po | 2 +- po/sk.po | 2 +- po/sl.po | 2 +- po/sq.po | 2 +- po/sr.po | 2 +- po/sr@Latn.po | 2 +- po/sr@ije.po | 2 +- po/sv.po | 2 +- po/ta.po | 2 +- po/te.po | 2 +- po/th.po | 2 +- po/tl.po | 2 +- po/tr.po | 2 +- po/tt.po | 2 +- po/uk.po | 2 +- po/vi.po | 2 +- po/wa.po | 2 +- po/xh.po | 2 +- po/yi.po | 2 +- po/zh_CN.po | 2 +- po/zh_HK.po | 2 +- po/zh_TW.po | 2 +- 86 files changed, 133 insertions(+), 78 deletions(-) diff --git a/ChangeLog b/ChangeLog index 69de733..62dd957 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-01-18 Matthias Clasen + + * === Released 2.9.4 === + + * NEWS: Updates + 2006-01-17 Matthias Clasen * glib/gkeyfile.c (g_key_file_get_groups): Correct a g_new0() diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 69de733..62dd957 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2006-01-18 Matthias Clasen + + * === Released 2.9.4 === + + * NEWS: Updates + 2006-01-17 Matthias Clasen * glib/gkeyfile.c (g_key_file_get_groups): Correct a g_new0() diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 69de733..62dd957 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,9 @@ +2006-01-18 Matthias Clasen + + * === Released 2.9.4 === + + * NEWS: Updates + 2006-01-17 Matthias Clasen * glib/gkeyfile.c (g_key_file_get_groups): Correct a g_new0() diff --git a/INSTALL b/INSTALL index e520951..ec81365 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,8 @@ Simple install procedure ======================== - % gzip -cd glib-2.9.3.tar.gz | tar xvf - # unpack the sources - % cd glib-2.9.3 # change to the toplevel directory + % gzip -cd glib-2.9.4.tar.gz | tar xvf - # unpack the sources + % cd glib-2.9.4 # change to the toplevel directory % ./configure # run the `configure' script % make # build GLIB diff --git a/NEWS b/NEWS index 6b378b4..a1195ae 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +Overview of Changes from GLib 2.9.3 to GLib 2.9.4 +================================================= + +* Type system: + Fix a problem with g_object_compat_control() which + can lead to segfaults in GTK+ applications on 64bit + platforms. + +* Thread suppport: + Unused threads now fall back to the global pool after + 500 milliseconds, where they wait for another + max-idle-time milliseconds. [Sebastian Wilhelmi] + +* Fix a memory allocation problem in GKeyFile. [Morten + Welinder] + + Overview of Changes from GLib 2.9.2 to GLib 2.9.3 ================================================= diff --git a/README b/README index 56a0928..9f82c85 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ General Information =================== -This is GLib version 2.9.3. GLib is the low-level core +This is GLib version 2.9.4. GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index fdcafa7..61734a1 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,4 +1,8 @@ 2006-01-18 Matthias Clasen + + * === Released 2.9.4 === + +2006-01-18 Matthias Clasen * glib/tmpl/scanner.sgml: Add a note explaining peculiarities of peek_token wrt to scope changes. (#307922) diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index 6d269d1..da6a435 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -1,3 +1,7 @@ +2006-01-18 Matthias Clasen + + * === Released 2.9.4 === + 2006-01-16 Matthias Clasen * === Released 2.9.3 === diff --git a/gobject/ChangeLog b/gobject/ChangeLog index 1ef9d72..1331b59 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,4 +1,8 @@ 2006-01-18 Matthias Clasen + + * === Released 2.9.4 === + +2006-01-18 Matthias Clasen * gobject.h: Make g_object_compat_control() visible for GTK+ compilation, to avoid segfaults on 64bit diff --git a/gthread/ChangeLog b/gthread/ChangeLog index 65c805f..382b5f4 100644 --- a/gthread/ChangeLog +++ b/gthread/ChangeLog @@ -1,3 +1,7 @@ +2006-01-18 Matthias Clasen + + * === Released 2.9.4 === + 2006-01-16 Matthias Clasen * === Released 2.9.3 === diff --git a/po/ChangeLog b/po/ChangeLog index 3848e8f..85e5afd 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2006-01-18 Matthias Clasen + + * === Released 2.9.4 === + 2006-01-16 Matthias Clasen * === Released 2.9.3 === diff --git a/po/am.po b/po/am.po index a620b80..2809f02 100644 --- a/po/am.po +++ b/po/am.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2003-01-16 08:39+EDT\n" "Last-Translator: Ge'ez Frontier Foundation \n" "Language-Team: Amharic \n" diff --git a/po/ar.po b/po/ar.po index 92ee774..f3ca576 100644 --- a/po/ar.po +++ b/po/ar.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2003-12-19 01:22+0100\n" "Last-Translator: Arafat Medini \n" "Language-Team: Arabic \n" diff --git a/po/az.po b/po/az.po index e8bd63e..c080ec0 100644 --- a/po/az.po +++ b/po/az.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.az\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2004-02-02 12:12+0200\n" "Last-Translator: Mətin Əmirov \n" "Language-Team: Azerbaijani Turkish \n" diff --git a/po/be.po b/po/be.po index dac5daf..81a67a6 100644 --- a/po/be.po +++ b/po/be.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-11-16 11:21+0200\n" "Last-Translator: Vital Khilko \n" "Language-Team: Belarusian \n" diff --git a/po/bg.po b/po/bg.po index 9b052bd..ed033d2 100644 --- a/po/bg.po +++ b/po/bg.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2006-01-09 18:39+0200\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" diff --git a/po/bn.po b/po/bn.po index 8d3be35..5c5b22d 100644 --- a/po/bn.po +++ b/po/bn.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-10-03 00:24+0600\n" "Last-Translator: Mahay Alam Khan \n" "Language-Team: Bengali \n" diff --git a/po/bs.po b/po/bs.po index 0b98728..b93abc1 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2004-05-17 01:30+0000\n" "Last-Translator: Kenan Hadžiavdić \n" "Language-Team: Bosnian \n" diff --git a/po/ca.po b/po/ca.po index ff6b475..88bef8e 100644 --- a/po/ca.po +++ b/po/ca.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2006-01-07 12:52+0100\n" "Last-Translator: Jordi Mallach \n" "Language-Team: Catalan \n" diff --git a/po/cs.po b/po/cs.po index 35ea368..101d720 100644 --- a/po/cs.po +++ b/po/cs.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-11-02 23:01+0100\n" "Last-Translator: Miloslav Trmac \n" "Language-Team: Czech \n" diff --git a/po/cy.po b/po/cy.po index 229150f..735abd3 100644 --- a/po/cy.po +++ b/po/cy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-08-18 13:02-0000\n" "Last-Translator: Rhys Jones \n" "Language-Team: Welsh \n" diff --git a/po/da.po b/po/da.po index 7d98489..077bb40 100644 --- a/po/da.po +++ b/po/da.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-09-26 10:41+0200\n" "Last-Translator: Martin Willemoes Hansen \n" "Language-Team: Danish \n" diff --git a/po/de.po b/po/de.po index e76ad23..4a6d72b 100644 --- a/po/de.po +++ b/po/de.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2006-01-16 16:45+0100\n" "Last-Translator: Hendrik Richter \n" "Language-Team: German \n" diff --git a/po/el.po b/po/el.po index ef991a9..1524ee4 100644 --- a/po/el.po +++ b/po/el.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: el\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-08-12 18:46+0300\n" "Last-Translator: Kostas Papadimas \n" "Language-Team: Greek \n" diff --git a/po/en_CA.po b/po/en_CA.po index 465047a..f42ffdc 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-08-27 16:20-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: Canadian English \n" diff --git a/po/en_GB.po b/po/en_GB.po index bb6537c..cb7cb00 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GLIB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-04-19 20:16+0100\n" "Last-Translator: David Lodge \n" "Language-Team: \n" diff --git a/po/eo.po b/po/eo.po index 3316f89..86d761b 100644 --- a/po/eo.po +++ b/po/eo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2003-07-01 15:10-0500\n" "Last-Translator: Charles Voelger \n" "Language-Team: Esperanto \n" diff --git a/po/es.po b/po/es.po index 308819c..5bfe614 100644 --- a/po/es.po +++ b/po/es.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gnome-control-center\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2006-01-07 01:34+0100\n" "Last-Translator: Francisco Javier F. Serrador \n" "Language-Team: Spanish \n" diff --git a/po/et.po b/po/et.po index 18b748e..2666797 100644 --- a/po/et.po +++ b/po/et.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Glib 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2006-01-02 09:41+0200\n" "Last-Translator: Ivar Smolin \n" "Language-Team: Estonian \n" diff --git a/po/eu.po b/po/eu.po index e109c8f..214f49f 100644 --- a/po/eu.po +++ b/po/eu.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: eu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-04-12 19:01+0200\n" "Last-Translator: Iñaki Larrañaga Murgoitio \n" "Language-Team: Basque \n" diff --git a/po/fa.po b/po/fa.po index c0e6f25..f7294cb 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-03-13 11:36+0330\n" "Last-Translator: Hamed Malek \n" "Language-Team: Persian \n" diff --git a/po/fi.po b/po/fi.po index 637ca4a..78df2b6 100644 --- a/po/fi.po +++ b/po/fi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-12-26 11:04+0200\n" "Last-Translator: Ilkka Tuohela \n" "Language-Team: Finnish \n" diff --git a/po/fr.po b/po/fr.po index b17cbab..49a82aa 100644 --- a/po/fr.po +++ b/po/fr.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.8.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-12-19 19:30+0100\n" "Last-Translator: Christophe Merlet (RedFox) \n" "Language-Team: GNOME French Team \n" diff --git a/po/ga.po b/po/ga.po index 3793d3a..1c2c0b1 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2004-03-08 21:28+0000\n" "Last-Translator: Alastair McKinstry \n" "Language-Team: Irish \n" diff --git a/po/gl.po b/po/gl.po index 664f3d6..8c53af0 100644 --- a/po/gl.po +++ b/po/gl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-12-18 13:15+0100\n" "Last-Translator: Ignacio Casal Quinteiro \n" "Language-Team: Galego\n" diff --git a/po/gu.po b/po/gu.po index e341b73..88e9697 100644 --- a/po/gu.po +++ b/po/gu.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.gu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2006-01-09 10:34+0530\n" "Last-Translator: Ankit Patel \n" "Language-Team: Gujarati \n" diff --git a/po/he.po b/po/he.po index 91a5dad..10651c2 100644 --- a/po/he.po +++ b/po/he.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.he\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2004-03-25 23:13+0000\n" "Last-Translator: Gil Osher \n" "Language-Team: Hebrew \n" diff --git a/po/hi.po b/po/hi.po index c9e62d2..eaa80be 100644 --- a/po/hi.po +++ b/po/hi.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.hi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-06-14 10:55+0530\n" "Last-Translator: Rajesh Ranjan \n" "Language-Team: Hindi \n" diff --git a/po/hr.po b/po/hr.po index 95fabef..067e5b1 100644 --- a/po/hr.po +++ b/po/hr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2004-03-13 13:03+CET\n" "Last-Translator: auto\n" "Language-Team: Croatian \n" diff --git a/po/hu.po b/po/hu.po index c4b6b65..5bf6b90 100644 --- a/po/hu.po +++ b/po/hu.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-07-12 17:37+0200\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" diff --git a/po/id.po b/po/id.po index 4c1d17c..c777efb 100644 --- a/po/id.po +++ b/po/id.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-08-30 22:41+0300\n" "Last-Translator: Mohammad DAMT \n" "Language-Team: Indonesia \n" diff --git a/po/is.po b/po/is.po index de15b2d..04702b4 100644 --- a/po/is.po +++ b/po/is.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2003-08-18 18:05+0000\n" "Last-Translator: Richard Allen \n" "Language-Team: is \n" diff --git a/po/it.po b/po/it.po index 846c464..22834ff 100644 --- a/po/it.po +++ b/po/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.6.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-01-30 17:16+0100\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" diff --git a/po/ja.po b/po/ja.po index 5eeb9f8..f086213 100644 --- a/po/ja.po +++ b/po/ja.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2006-01-09 19:58+0900\n" "Last-Translator: Takeshi AIHANA \n" "Language-Team: Japanese \n" diff --git a/po/ko.po b/po/ko.po index 3aecf6c..b5212dd 100644 --- a/po/ko.po +++ b/po/ko.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.8.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-08-22 03:16+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: GNOME Korea \n" diff --git a/po/ku.po b/po/ku.po index 226710a..2890175 100644 --- a/po/ku.po +++ b/po/ku.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-09-17 20:30+0200\n" "Last-Translator: Erdal Ronahi \n" "Language-Team: Kurdish \n" diff --git a/po/lt.po b/po/lt.po index 4ab093b..d1afccf 100644 --- a/po/lt.po +++ b/po/lt.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-07-17 21:26+0300\n" "Last-Translator: Žygimantas Beručka \n" "Language-Team: Lithuanian \n" diff --git a/po/lv.po b/po/lv.po index 8dc1896..cea9390 100644 --- a/po/lv.po +++ b/po/lv.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2002-12-19 01:04+0200\n" "Last-Translator: Artis Trops \n" "Language-Team: Latvian \n" diff --git a/po/mk.po b/po/mk.po index edb67cf..cf209f6 100644 --- a/po/mk.po +++ b/po/mk.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.mk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-08-28 17:08+0200\n" "Last-Translator: Arangel Angov \n" "Language-Team: Macedonian \n" diff --git a/po/ml.po b/po/ml.po index 3d92e45..24cf618 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version:glib.glib-2-2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2003-07-05 10:29+0530\n" "Last-Translator: FSF-India \n" "Language-Team: Malayalam \n" diff --git a/po/mn.po b/po/mn.po index 10fe9a8..df83678 100644 --- a/po/mn.po +++ b/po/mn.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-05-30 01:07-0800\n" "Last-Translator: Бадрал \n" "Language-Team: Mongolian \n" diff --git a/po/ms.po b/po/ms.po index 5ddcdbb..e4ccfb4 100644 --- a/po/ms.po +++ b/po/ms.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2004-02-03 02:11+0730\n" "Last-Translator: Hasbullah Bin Pit \n" "Language-Team: Projek Gabai \n" diff --git a/po/nb.po b/po/nb.po index ce2dc49..ae6968b 100644 --- a/po/nb.po +++ b/po/nb.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.9.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2006-01-02 00:32+0100\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian Bokmal \n" diff --git a/po/ne.po b/po/ne.po index 6aa8339..40fcfc4 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-05-20 11:50+0545\n" "Last-Translator: Jyotshna Shrestha \n" "Language-Team: Nepali \n" diff --git a/po/nl.po b/po/nl.po index 7bef9a9..2bd8759 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib (HEAD)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2006-01-07 14:26+0100\n" "Last-Translator: Tino Meinen \n" "Language-Team: Dutch \n" diff --git a/po/nn.po b/po/nn.po index f9c1376..4c8c8bc 100644 --- a/po/nn.po +++ b/po/nn.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: nn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2004-09-06 21:31+0000\n" "Last-Translator: Åsmund Skjæveland \n" "Language-Team: Norwegian Nynorsk \n" diff --git a/po/no.po b/po/no.po index ce2dc49..ae6968b 100644 --- a/po/no.po +++ b/po/no.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.9.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2006-01-02 00:32+0100\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian Bokmal \n" diff --git a/po/or.po b/po/or.po index 35773d0..65e0414 100644 --- a/po/or.po +++ b/po/or.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-4.HEAD.or\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2004-09-05 21:30+0530\n" "Last-Translator: Subhransu Behera \n" "Language-Team: Oriya \n" diff --git a/po/pa.po b/po/pa.po index 89f5e3c..127cd62 100644 --- a/po/pa.po +++ b/po/pa.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-07-08 09:52+0530\n" "Last-Translator: Amanpreet Singh Alam \n" "Language-Team: Punjabi \n" diff --git a/po/pl.po b/po/pl.po index 6e93093..cec47ce 100644 --- a/po/pl.po +++ b/po/pl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2003-01-02 01:22+0100\n" "Last-Translator: GNOME PL Team \n" "Language-Team: Polish \n" diff --git a/po/pt.po b/po/pt.po index f4df8d6..2781381 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.12\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-07-22 21:40+0000\n" "Last-Translator: Duarte Loreto \n" "Language-Team: Portuguese \n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 18af702..071edb7 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-08-31 14:02-0300\n" "Last-Translator: Gustavo Noronha Silva \n" "Language-Team: Brazilian Portuguese \n" diff --git a/po/ro.po b/po/ro.po index 245b3fd..01bff5a 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-08-14 20:38+0300\n" "Last-Translator: Mişu Moldovan \n" "Language-Team: Română \n" diff --git a/po/ru.po b/po/ru.po index 294c1db..a969be0 100644 --- a/po/ru.po +++ b/po/ru.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2004-12-17 15:42+0200\n" "Last-Translator: Leonid Kanter \n" "Language-Team: \n" diff --git a/po/rw.po b/po/rw.po index 5a07d17..23d8d92 100644 --- a/po/rw.po +++ b/po/rw.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.12\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-03-28 19:34-0700\n" "Last-Translator: Steve Murphy \n" "Language-Team: Kinyarwanda \n" diff --git a/po/sk.po b/po/sk.po index 3cf95fe..992564b 100644 --- a/po/sk.po +++ b/po/sk.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-10-16 19:30+0200\n" "Last-Translator: Marcel Telka \n" "Language-Team: Slovak \n" diff --git a/po/sl.po b/po/sl.po index 5b7f130..37e92dd 100644 --- a/po/sl.po +++ b/po/sl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2001-02-16 12:30+0200\n" "Last-Translator: Andraz Tori \n" "Language-Team: Slovenian \n" diff --git a/po/sq.po b/po/sq.po index aa0b9b3..ad7028e 100644 --- a/po/sq.po +++ b/po/sq.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.sq\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-08-26 18:45+0200\n" "Last-Translator: Laurent Dhima \n" "Language-Team: Albanian \n" diff --git a/po/sr.po b/po/sr.po index 863541f..f68ef3b 100644 --- a/po/sr.po +++ b/po/sr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-07-08 10:59+0200\n" "Last-Translator: Данило Шеган \n" "Language-Team: Serbian (sr) \n" diff --git a/po/sr@Latn.po b/po/sr@Latn.po index ce8527e..373605f 100644 --- a/po/sr@Latn.po +++ b/po/sr@Latn.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-07-08 10:59+0200\n" "Last-Translator: Danilo Šegan \n" "Language-Team: Serbian (sr) \n" diff --git a/po/sr@ije.po b/po/sr@ije.po index 5ad46bc..c92f356 100644 --- a/po/sr@ije.po +++ b/po/sr@ije.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2004-04-29 01:11+0200\n" "Last-Translator: Bojan Suzic \n" "Language-Team: Serbian (sr) \n" diff --git a/po/sv.po b/po/sv.po index e702b46..e4abf35 100644 --- a/po/sv.po +++ b/po/sv.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-09-25 12:04+0200\n" "Last-Translator: Christian Rose \n" "Language-Team: Swedish \n" diff --git a/po/ta.po b/po/ta.po index a2ffea0..01a4a70 100644 --- a/po/ta.po +++ b/po/ta.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2004-02-16 20:30-0600\n" "Last-Translator: Dinesh Nadarajah \n" "Language-Team: Tamil \n" diff --git a/po/te.po b/po/te.po index ed3ca2d..75e2654 100644 --- a/po/te.po +++ b/po/te.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: GLIB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2004-12-13 20:16+0100\n" "Last-Translator: రమణ సాయి \n" "Language-Team: Free Software Foundation, Andhra Pradesh \n" diff --git a/po/th.po b/po/th.po index c510b66..bbf6990 100644 --- a/po/th.po +++ b/po/th.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.7.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2006-01-07 15:11+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" diff --git a/po/tl.po b/po/tl.po index 3dec5bd..c2edbea 100644 --- a/po/tl.po +++ b/po/tl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-12-01 17:31+0800\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" diff --git a/po/tr.po b/po/tr.po index f8db193..85dc227 100644 --- a/po/tr.po +++ b/po/tr.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-07-24 23:57+0300\n" "Last-Translator: Onur Can CAKMAK \n" "Language-Team: Turkish \n" diff --git a/po/tt.po b/po/tt.po index 4112155..28cf276 100644 --- a/po/tt.po +++ b/po/tt.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libgnome\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-11-09 13:19+0300\n" "Last-Translator: Albert Fazlí \n" "Language-Team: Tatarish \n" diff --git a/po/uk.po b/po/uk.po index d794d8a..4b3bcf0 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-08-15 11:56--500\n" "Last-Translator: Maxim Dziumanenko \n" "Language-Team: Ukrainian \n" diff --git a/po/vi.po b/po/vi.po index b51e157..b6754cc 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.9.2 Gnome HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2006-01-07 22:32+1030\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" diff --git a/po/wa.po b/po/wa.po index 254f9df..e078bd2 100644 --- a/po/wa.po +++ b/po/wa.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2004-05-03 14:40+0200\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Walloon \n" diff --git a/po/xh.po b/po/xh.po index b90a9e0..9bddad6 100644 --- a/po/xh.po +++ b/po/xh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-02-08 12:31+0200\n" "Last-Translator: Canonical Ltd \n" "Language-Team: Xhosa \n" diff --git a/po/yi.po b/po/yi.po index 6c2019a..2f802aa 100644 --- a/po/yi.po +++ b/po/yi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2003-03-19\n" "Last-Translator: Raphael Finkel \n" "Language-Team: Yiddish \n" diff --git a/po/zh_CN.po b/po/zh_CN.po index 1fae30d..6865b03 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2005-10-25 21:26+0800\n" "Last-Translator: He Qiangqiang \n" "Language-Team: zh_CN \n" diff --git a/po/zh_HK.po b/po/zh_HK.po index e9702d6..4ce43bd 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.9.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2006-01-04 10:22+0800\n" "Last-Translator: Abel Cheung \n" "Language-Team: Chinese (Hong Kong) \n" diff --git a/po/zh_TW.po b/po/zh_TW.po index 4ff224b..01e6da7 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.9.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-16 18:37-0500\n" +"POT-Creation-Date: 2006-01-18 11:53-0500\n" "PO-Revision-Date: 2006-01-04 10:19+0800\n" "Last-Translator: Abel Cheung \n" "Language-Team: Chinese (Taiwan) \n" -- 2.7.4