From cce2159983d9d27daa2113c3c44a640d2875b6ba Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 1 Dec 2008 20:01:16 +0000 Subject: [PATCH] 2.19.2 svn path=/trunk/; revision=7721 --- ChangeLog | 4 ++++ INSTALL | 4 ++-- README | 2 +- docs/reference/ChangeLog | 4 ++++ gio/ChangeLog | 4 ++++ gmodule/ChangeLog | 4 ++++ gobject/ChangeLog | 4 ++++ gthread/ChangeLog | 4 ++++ po/ChangeLog | 4 ++++ po/am.po | 2 +- po/ar.po | 2 +- po/as.po | 2 +- po/az.po | 2 +- po/be.po | 2 +- po/be@latin.po | 2 +- po/bg.po | 2 +- po/bn.po | 2 +- po/bn_IN.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/dz.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/hy.po | 2 +- po/id.po | 2 +- po/is.po | 2 +- po/it.po | 2 +- po/ja.po | 2 +- po/ka.po | 2 +- po/kn.po | 2 +- po/ko.po | 2 +- po/ku.po | 2 +- po/lt.po | 2 +- po/lv.po | 2 +- po/mai.po | 2 +- po/mg.po | 2 +- po/mk.po | 2 +- po/ml.po | 2 +- po/mn.po | 2 +- po/mr.po | 2 +- po/ms.po | 2 +- po/nb.po | 2 +- po/ne.po | 2 +- po/nl.po | 2 +- po/nn.po | 2 +- po/oc.po | 2 +- po/or.po | 2 +- po/pa.po | 2 +- po/pl.po | 2 +- po/ps.po | 2 +- po/pt.po | 2 +- po/pt_BR.po | 2 +- po/ro.po | 2 +- po/ru.po | 2 +- po/rw.po | 2 +- po/si.po | 2 +- po/sk.po | 2 +- po/sl.po | 2 +- po/sq.po | 2 +- po/sr.po | 2 +- po/sr@ije.po | 2 +- po/sr@latin.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 +- 96 files changed, 118 insertions(+), 90 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2fa3dbb..3481161 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-12-01 Matthias Clasen + * === Released 2.19.2 === + +2008-12-01 Matthias Clasen + * configure.in: Bump version 2008-12-01 Matthias Clasen diff --git a/INSTALL b/INSTALL index 79be429..c7890eb 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,8 @@ Simple install procedure ======================== - % gzip -cd glib-2.19.1.tar.gz | tar xvf - # unpack the sources - % cd glib-2.19.1 # change to the toplevel directory + % gzip -cd glib-2.19.2.tar.gz | tar xvf - # unpack the sources + % cd glib-2.19.2 # change to the toplevel directory % ./configure # run the `configure' script % make # build GLIB diff --git a/README b/README index d03dc23..2dd4672 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ General Information =================== -This is GLib version 2.19.1. GLib is the low-level core +This is GLib version 2.19.2. 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 83a65c3..156556d 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,9 @@ 2008-12-01 Matthias Clasen + * === Released 2.19.2 === + +2008-12-01 Matthias Clasen + * === Released 2.19.1 === 2008-12-01 Alexander Larsson diff --git a/gio/ChangeLog b/gio/ChangeLog index d34de39..6065762 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,5 +1,9 @@ 2008-12-01 Matthias Clasen + * === Released 2.19.2 === + +2008-12-01 Matthias Clasen + * gdatainputstream.c (g_data_input_stream_read_line): Revert the behaviour change, and update the docs instead, to avoid breaking existing users. diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index 58d41d3..a0ac0dc 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -1,5 +1,9 @@ 2008-12-01 Matthias Clasen + * === Released 2.19.2 === + +2008-12-01 Matthias Clasen + * === Released 2.19.1 === 2008-10-16 Matthias Clasen diff --git a/gobject/ChangeLog b/gobject/ChangeLog index ea4d493..8d6ec59 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,5 +1,9 @@ 2008-12-01 Matthias Clasen + * === Released 2.19.2 === + +2008-12-01 Matthias Clasen + * === Released 2.19.1 === 2008-11-28 Matthias Clasen diff --git a/gthread/ChangeLog b/gthread/ChangeLog index 0c34b32..f12ddb0 100644 --- a/gthread/ChangeLog +++ b/gthread/ChangeLog @@ -1,5 +1,9 @@ 2008-12-01 Matthias Clasen + * === Released 2.19.2 === + +2008-12-01 Matthias Clasen + * === Released 2.19.1 === 2008-10-16 Matthias Clasen diff --git a/po/ChangeLog b/po/ChangeLog index fdafab3..f746e9e 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,5 +1,9 @@ 2008-12-01 Matthias Clasen + * === Released 2.19.2 === + +2008-12-01 Matthias Clasen + * === Released 2.19.1 === 2008-11-13 Maxim Dziumanenko diff --git a/po/am.po b/po/am.po index d7fe97a..91ac5f2 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-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 03114e9..b0120cb 100644 --- a/po/ar.po +++ b/po/ar.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-09-17 05:06+0300\n" "Last-Translator: Anas Afif Emad \n" "Language-Team: Arabic \n" diff --git a/po/as.po b/po/as.po index 7f09e5c..0755a2e 100644 --- a/po/as.po +++ b/po/as.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: as\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-02-28 17:08+0530\n" "Last-Translator: Amitakhya Phukan \n" "Language-Team: Assamese\n" diff --git a/po/az.po b/po/az.po index 8468d17..a437c87 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-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 293d1b9..36bca1a 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-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/be@latin.po b/po/be@latin.po index ff7b663..335c7ff 100644 --- a/po/be@latin.po +++ b/po/be@latin.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-02-16 23:33+0200\n" "Last-Translator: Ihar Hrachyshka \n" "Language-Team: Belarusian Latin \n" diff --git a/po/bg.po b/po/bg.po index 1b5ac2c..babcc23 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-09-02 14:15+0300\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" diff --git a/po/bn.po b/po/bn.po index 018320b..5a4773e 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2006-08-31 21:21+0600\n" "Last-Translator: Khandakar Mujahidul Islam \n" "Language-Team: Bengali \n" diff --git a/po/bn_IN.po b/po/bn_IN.po index c5ef3eb..2df2b5c 100644 --- a/po/bn_IN.po +++ b/po/bn_IN.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: bn_IN\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-09-09 18:16+0530\n" "Last-Translator: Runa Bhattacharjee \n" "Language-Team: Bengali INDIA \n" diff --git a/po/bs.po b/po/bs.po index 7c97e0a..a136f39 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-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 f66be17..b522e7e 100644 --- a/po/ca.po +++ b/po/ca.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-08-10 13:17+0200\n" "Last-Translator: Gil Forcada \n" "Language-Team: Catalan \n" diff --git a/po/cs.po b/po/cs.po index fbf8171..8dd806d 100644 --- a/po/cs.po +++ b/po/cs.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-08-27 01:22+0200\n" "Last-Translator: Petr Kovar \n" "Language-Team: Czech \n" diff --git a/po/cy.po b/po/cy.po index c6b1e66..3f7579d 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2006-06-29 19:38+0100\n" "Last-Translator: Rhys Jones \n" "Language-Team: Welsh \n" diff --git a/po/da.po b/po/da.po index 1d664f4..c69bf9b 100644 --- a/po/da.po +++ b/po/da.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-09-22 21:19+0000\n" "Last-Translator: Ask Hjorth Larsen \n" "Language-Team: Danish \n" diff --git a/po/de.po b/po/de.po index 809a9fc..826be4e 100644 --- a/po/de.po +++ b/po/de.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-08-28 06:53+0200\n" "Last-Translator: Hendrik Richter \n" "Language-Team: German \n" diff --git a/po/dz.po b/po/dz.po index af27456..4d4afc3 100644 --- a/po/dz.po +++ b/po/dz.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.dz\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2006-08-09 10:23+0530\n" "Last-Translator: Mindu Dorji\n" "Language-Team: DZONGKHA \n" diff --git a/po/el.po b/po/el.po index 4deaf80..739e596 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-03-18 03:34+0200\n" "Last-Translator: Giannis Katsampirhs \n" "Language-Team: Greek \n" diff --git a/po/en_CA.po b/po/en_CA.po index 37155b6..e869661 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-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 6bf2fdb..74d445a 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-02-17 09:21-0000\n" "Last-Translator: David Lodge \n" "Language-Team: \n" diff --git a/po/eo.po b/po/eo.po index e1e09ca..8b60c99 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-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 201efcb..7333209 100644 --- a/po/es.po +++ b/po/es.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-11-08 15:56+0100\n" "Last-Translator: Jorge González \n" "Language-Team: Español \n" diff --git a/po/et.po b/po/et.po index 9dbeaff..328046d 100644 --- a/po/et.po +++ b/po/et.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: GLib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-08-23 14:50+0300\n" "Last-Translator: Ivar Smolin \n" "Language-Team: Estonian \n" diff --git a/po/eu.po b/po/eu.po index 7f9e787..71a20f7 100644 --- a/po/eu.po +++ b/po/eu.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: eu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-08-30 12:45+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 1e4c4f5..817e0eb 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2006-09-04 18:36+0330\n" "Last-Translator: Roozbeh Pournader \n" "Language-Team: Persian\n" diff --git a/po/fi.po b/po/fi.po index 72584b7..d7f6a90 100644 --- a/po/fi.po +++ b/po/fi.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-08-14 15:30+0300\n" "Last-Translator: Ilkka Tuohela \n" "Language-Team: Finnish \n" diff --git a/po/fr.po b/po/fr.po index ad4c7cf..74ce27f 100644 --- a/po/fr.po +++ b/po/fr.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-08-21 13:10+0200\n" "Last-Translator: Robert-André Mauchin \n" "Language-Team: GNOME French Team \n" diff --git a/po/ga.po b/po/ga.po index 4df2386..898dc94 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2007-12-20 21:28-0700\n" "Last-Translator: Seán de Búrca \n" "Language-Team: Irish \n" diff --git a/po/gl.po b/po/gl.po index 8e975d8..2c9548f 100644 --- a/po/gl.po +++ b/po/gl.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-08-08 15:04+0200\n" "Last-Translator: Ignacio Casal Quinteiro \n" "Language-Team: Galego \n" diff --git a/po/gu.po b/po/gu.po index 3d9cd5c..a3efbbe 100644 --- a/po/gu.po +++ b/po/gu.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.gu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-03-03 14:10+0530\n" "Last-Translator: Ankit Patel \n" "Language-Team: Gujarati \n" diff --git a/po/he.po b/po/he.po index 9ebd7c0..369e752 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2006-04-27 18:48+0300\n" "Last-Translator: Yair Hershkovitz \n" "Language-Team: Hebrew \n" diff --git a/po/hi.po b/po/hi.po index a2415ab..c9109f7 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-09-11 16:41+0530\n" "Last-Translator: Rajesh Ranjan \n" "Language-Team: Hindi \n" diff --git a/po/hr.po b/po/hr.po index ad6d371..71f9430 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-05-18 15:38+0000\n" "Last-Translator: Launchpad Translations Administrators \n" diff --git a/po/hu.po b/po/hu.po index 149b17b..38dfdd2 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-08-28 20:30+0200\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" diff --git a/po/hy.po b/po/hy.po index da9b654..684d3ed 100644 --- a/po/hy.po +++ b/po/hy.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2006-03-03 16:24+0000\n" "Last-Translator: Norayr Chilingaryan \n" "Language-Team: Armenian \n" diff --git a/po/id.po b/po/id.po index 95568f1..ff2d960 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-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 51cf960..661b154 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-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 df7bffc..2f71307 100644 --- a/po/it.po +++ b/po/it.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.17.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-08-19 03:11+0200\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" diff --git a/po/ja.po b/po/ja.po index 6cd9e8f..e605932 100644 --- a/po/ja.po +++ b/po/ja.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-08-23 12:13+0900\n" "Last-Translator: Takeshi AIHANA \n" "Language-Team: Japanese \n" diff --git a/po/ka.po b/po/ka.po index 5a283a1..bcd503e 100644 --- a/po/ka.po +++ b/po/ka.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: ka\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2007-09-14 12:15+0200\n" "Last-Translator: Vladimer Sichinava ვლადიმერ სიჭინავა \n" "Language-Team: Georgian \n" "Language-Team: Kannada \n" diff --git a/po/ko.po b/po/ko.po index 8f4c0cf..5aab03d 100644 --- a/po/ko.po +++ b/po/ko.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-09-04 20:59+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: GNOME Korea \n" diff --git a/po/ku.po b/po/ku.po index db2fe11..da2f47d 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2006-04-20 17:33+0000\n" "Last-Translator: Erdal Ronahi \n" "Language-Team: Kurdish \n" diff --git a/po/lt.po b/po/lt.po index 307f68f..69e7df9 100644 --- a/po/lt.po +++ b/po/lt.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: lt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-08-24 20:36-0400\n" "Last-Translator: Žygimantas Beručka \n" "Language-Team: Lithuanian \n" diff --git a/po/lv.po b/po/lv.po index cd9d78e..a8cf903 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-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/mai.po b/po/mai.po index 9256278..33ab2a8 100644 --- a/po/mai.po +++ b/po/mai.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gedit.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-01-25 13:49+0530\n" "Last-Translator: Sangeeta Kumari\n" "Language-Team: \n" diff --git a/po/mg.po b/po/mg.po index d18e74e..ca062ab 100644 --- a/po/mg.po +++ b/po/mg.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: GLIB VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2007-03-03 19:00+0300\n" "Last-Translator: Fanomezana Rajaonarisoa \n" "Language-Team: MALAGASY \n" diff --git a/po/mk.po b/po/mk.po index 7bb9c9f..c287b34 100644 --- a/po/mk.po +++ b/po/mk.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.mk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-02-04 04:11+0100\n" "Last-Translator: Jovan Naumovski \n" "Language-Team: Macedonian \n" diff --git a/po/ml.po b/po/ml.po index ed8bb53..a983574 100644 --- a/po/ml.po +++ b/po/ml.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.ml\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-03-03 17:37+0530\n" "Last-Translator: Ani Peter \n" "Language-Team: Malayalam \n" diff --git a/po/mn.po b/po/mn.po index cd469ef..5fc963f 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2005-05-30 01:07-0800\n" "Last-Translator: Бадрал \n" "Language-Team: Mongolian \n" diff --git a/po/mr.po b/po/mr.po index aea1341..275af6c 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: mr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-08-13 19:46+0530\n" "Last-Translator: Sandeep Shedmake \n" "Language-Team: marathi\n" diff --git a/po/ms.po b/po/ms.po index 5358cf4..bad0e13 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-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 b49272f..7e98f7b 100644 --- a/po/nb.po +++ b/po/nb.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.13.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-08-15 13:01+0200\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian bokmal \n" diff --git a/po/ne.po b/po/ne.po index e5838d1..5ecdae0 100644 --- a/po/ne.po +++ b/po/ne.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-10.ne\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2006-04-27 00:00+0545\n" "Last-Translator: Shyam Krishna Bal \n" "Language-Team: Nepali \n" diff --git a/po/nl.po b/po/nl.po index b57e192..4bb8465 100644 --- a/po/nl.po +++ b/po/nl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-09-02 02:13+0200\n" "Last-Translator: Tino Meinen \n" "Language-Team: Dutch \n" diff --git a/po/nn.po b/po/nn.po index a18fd5b..685b96c 100644 --- a/po/nn.po +++ b/po/nn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-02-24 17:33+0100\n" "Last-Translator: Åsmund Skjæveland \n" "Language-Team: Norwegian Nynorsk \n" diff --git a/po/oc.po b/po/oc.po index 5b99113..4110cb9 100644 --- a/po/oc.po +++ b/po/oc.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: oc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-04-23 10:42+0200\n" "Last-Translator: Yannig Marchegay (Kokoyaya) \n" "Language-Team: Occitan \n" diff --git a/po/or.po b/po/or.po index 8ca301e..df4e023 100644 --- a/po/or.po +++ b/po/or.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: or\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-09-09 19:20+0530\n" "Last-Translator: Manoj Kumar Giri \n" "Language-Team: Oriya\n" diff --git a/po/pa.po b/po/pa.po index 29ff561..99ac046 100644 --- a/po/pa.po +++ b/po/pa.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-03-04 23:30+0530\n" "Last-Translator: Amanpreet Singh Alam \n" "Language-Team: Punjabi/Panjabi \n" diff --git a/po/pl.po b/po/pl.po index 881db04..8a356c7 100644 --- a/po/pl.po +++ b/po/pl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: GLib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-08-23 23:24+0100\n" "Last-Translator: Tomasz Dominikowski \n" "Language-Team: Aviary.pl \n" diff --git a/po/ps.po b/po/ps.po index d6b8f48..22281bc 100644 --- a/po/ps.po +++ b/po/ps.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.head\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-07-14 19:07-0800\n" "Last-Translator: Zabeeh Khan \n" "Language-Team: Pashto \n" diff --git a/po/pt.po b/po/pt.po index 6f35b40..e3eee97 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.24\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-08-09 09:25+0000\n" "Last-Translator: Duarte Loreto \n" "Language-Team: Portuguese \n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 504a82e..5029753 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-08-13 23:23-0300\n" "Last-Translator: Henrique P Machado \n" "Language-Team: Brazilian Portuguese \n" diff --git a/po/ro.po b/po/ro.po index 4eb209c..7017b68 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-09-18 00:49+0300\n" "Last-Translator: Mișu Moldovan \n" "Language-Team: Română \n" diff --git a/po/ru.po b/po/ru.po index 9e38bf9..18b2cf4 100644 --- a/po/ru.po +++ b/po/ru.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-03-11 20:54+0300\n" "Last-Translator: Nickolay V. Shmyrev \n" "Language-Team: Russian \n" diff --git a/po/rw.po b/po/rw.po index 4945b7c..b01220f 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-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/si.po b/po/si.po index 0b3ea78..3ea172f 100644 --- a/po/si.po +++ b/po/si.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.si\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2007-06-20 14:56+0530\n" "Last-Translator: Danishka Navin \n" "Language-Team: Sinhala \n" diff --git a/po/sk.po b/po/sk.po index 4ada9b1..a72e87c 100644 --- a/po/sk.po +++ b/po/sk.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-03-15 15:01+0100\n" "Last-Translator: Marcel Telka \n" "Language-Team: Slovak \n" diff --git a/po/sl.po b/po/sl.po index cd547b1..c9a9d96 100644 --- a/po/sl.po +++ b/po/sl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-09-03 15:59+0100\n" "Last-Translator: Matej Urbančič \n" "Language-Team: Slovenian \n" diff --git a/po/sq.po b/po/sq.po index 4464bca..b83eb4b 100644 --- a/po/sq.po +++ b/po/sq.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-08-18 10:19+0200\n" "Last-Translator: Laurent Dhima \n" "Language-Team: albanian \n" diff --git a/po/sr.po b/po/sr.po index 38adfa5..0773d10 100644 --- a/po/sr.po +++ b/po/sr.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2007-09-06 21:11+0100\n" "Last-Translator: Горан Ракић \n" "Language-Team: Serbian (sr) \n" diff --git a/po/sr@ije.po b/po/sr@ije.po index e4cb869..b6225b7 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-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/sr@latin.po b/po/sr@latin.po index dcc683b..866de12 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2007-09-06 21:11+0100\n" "Last-Translator: Goran Rakić \n" "Language-Team: Serbian (sr) \n" diff --git a/po/sv.po b/po/sv.po index 078f626..a536fa5 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-08-25 20:50+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" diff --git a/po/ta.po b/po/ta.po index bc19237..005a5d1 100644 --- a/po/ta.po +++ b/po/ta.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2007-08-13 09:47+0530\n" "Last-Translator: Dr.T.Vasudevan \n" "Language-Team: TAMIL \n" diff --git a/po/te.po b/po/te.po index 67d401a..2e1acb5 100644 --- a/po/te.po +++ b/po/te.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.te\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-09-17 19:40+0530\n" "Last-Translator: Krishna Babu K \n" "Language-Team: Telugu \n" diff --git a/po/th.po b/po/th.po index 1ed6673..6ec4680 100644 --- a/po/th.po +++ b/po/th.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.14.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-08-23 17:58+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" diff --git a/po/tl.po b/po/tl.po index 9c0c526..b510504 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-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 7215b7d..12775a1 100644 --- a/po/tr.po +++ b/po/tr.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-09-13 05:34+0300\n" "Last-Translator: Baris Cicek \n" "Language-Team: Turkish \n" diff --git a/po/tt.po b/po/tt.po index c8a8f16..92c8298 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-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 3d69644..6c53309 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-11-13 11:56+0300\n" "Last-Translator: Maxim Dziumanenko \n" "Language-Team: Ukrainian \n" diff --git a/po/vi.po b/po/vi.po index 7f57c0d..c1aa466 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib GNOME TRUNK\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-08-22 11:52+0700\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" diff --git a/po/wa.po b/po/wa.po index 7e3a2fc..56ad794 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-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 afbdd97..5d32381 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-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 e11c220..b1ff457 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: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-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 20c5a67..0c4696a 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-09-06 11:30+0800\n" "Last-Translator: Deng Xiyue \n" "Language-Team: i18n-zh \n" diff --git a/po/zh_HK.po b/po/zh_HK.po index 82f1dd3..6cbf406 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.17.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2008-07-14 16:27+0800\n" "Last-Translator: Woodman Tuen \n" "Language-Team: Chinese (Hong Kong) \n" diff --git a/po/zh_TW.po b/po/zh_TW.po index 07f6e18..c5136ae 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.17.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-12-01 09:28-0500\n" +"POT-Creation-Date: 2008-12-01 14:35-0500\n" "PO-Revision-Date: 2007-02-27 09:08+0800\n" "Last-Translator: Woodman Tuen \n" "Language-Team: Chinese (Taiwan) \n" -- 2.7.4