From 4611dadaddfb29413f39ea84bfe6ba30e416442c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 17 Feb 2009 18:36:36 +0000 Subject: [PATCH] 2.19.8 svn path=/trunk/; revision=7876 --- ChangeLog | 4 + INSTALL | 4 +- NEWS | 6 +- README | 2 +- docs/reference/ChangeLog | 4 + .../glib/tmpl/atomic_operations.sgml | 30 +- docs/reference/glib/tmpl/glib-unused.sgml | 6 - docs/reference/glib/tmpl/macros_misc.sgml | 7 + 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 | 823 +++++++++--------- 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 +- 100 files changed, 556 insertions(+), 522 deletions(-) diff --git a/ChangeLog b/ChangeLog index b32fe311f..b89e52cbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-02-17 Matthias Clasen + + * === Released 2.19.8 === + 2009-02-17 Matthias Clasen Fix strict aliasing warnings and viiolations to make GLib and diff --git a/INSTALL b/INSTALL index b53211598..26ebab33b 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,8 @@ Simple install procedure ======================== - % gzip -cd glib-2.19.7.tar.gz | tar xvf - # unpack the sources - % cd glib-2.19.7 # change to the toplevel directory + % gzip -cd glib-2.19.8.tar.gz | tar xvf - # unpack the sources + % cd glib-2.19.8 # change to the toplevel directory % ./configure # run the `configure' script % make # build GLIB diff --git a/NEWS b/NEWS index e61413372..76fef0786 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,10 @@ Overview of Changes from GLib 2.19.7 to GLib 2.19.8 =================================================== -* GIO - - Fix missing exports of new API +* GIO: Fix missing exports of new API + +* Fix strict aliasing warnings and violations to make Glib work + with gcc 4.4 Overview of Changes from GLib 2.19.6 to GLib 2.19.7 diff --git a/README b/README index f99a421f1..1e1b2b6d3 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ General Information =================== -This is GLib version 2.19.7. GLib is the low-level core +This is GLib version 2.19.8. 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 7e2a9c054..07be8ed81 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2009-02-17 Matthias Clasen + + * === Released 2.19.8 === + 2009-02-16 Matthias Clasen * === Released 2.19.7 === diff --git a/docs/reference/glib/tmpl/atomic_operations.sgml b/docs/reference/glib/tmpl/atomic_operations.sgml index ad3e04b6f..13ca69a46 100644 --- a/docs/reference/glib/tmpl/atomic_operations.sgml +++ b/docs/reference/glib/tmpl/atomic_operations.sgml @@ -71,9 +71,10 @@ Reads the value of the integer pointed to by @atomic. Also acts as a memory barrier. -@atomic: a pointer to an integer @Returns: the value of *@atomic @Since: 2.4 + +@atomic: a pointer to an integer @@ -82,9 +83,10 @@ Sets the value of the integer pointed to by @atomic. Also acts as a memory barrier. +@Since: 2.10 + @atomic: a pointer to an integer @newval: the new value -@Since: 2.10 @@ -93,9 +95,10 @@ Atomically adds @val to the integer pointed to by @atomic. Also acts as a memory barrier. +@Since: 2.4 + @atomic: a pointer to an integer. @val: the value to add to *@atomic. -@Since: 2.4 @@ -105,10 +108,11 @@ the value of *@atomic just before the addition took place. Also acts as a memory barrier. -@atomic: a pointer to an integer. -@val: the value to add to *@atomic. @Returns: the value of *@atomic before the addition. @Since: 2.4 + +@atomic: a pointer to an integer. +@val: the value to add to *@atomic. @@ -118,11 +122,12 @@ if they are equal, atomically exchanges *@atomic with @newval. Also acts as a memory barrier. +@Returns: %TRUE, if *@atomic was equal @oldval. %FALSE otherwise. +@Since: 2.4 + @atomic: a pointer to an integer. @oldval: the assumed old value of *@atomic. @newval: the new value of *@atomic. -@Returns: %TRUE, if *@atomic was equal @oldval. %FALSE otherwise. -@Since: 2.4 @@ -131,9 +136,10 @@ Reads the value of the pointer pointed to by @atomic. Also acts as a memory barrier. -@atomic: a pointer to a #gpointer. @Returns: the value to add to *@atomic. @Since: 2.4 + +@atomic: a pointer to a #gpointer. @@ -142,9 +148,10 @@ Sets the value of the pointer pointed to by @atomic. Also acts as a memory barrier. +@Since: 2.10 + @atomic: a pointer to a #gpointer @newval: the new value -@Since: 2.10 @@ -154,11 +161,12 @@ if they are equal, atomically exchanges *@atomic with @newval. Also acts as a memory barrier. +@Returns: %TRUE, if *@atomic was equal @oldval. %FALSE otherwise. +@Since: 2.4 + @atomic: a pointer to a #gpointer. @oldval: the assumed old value of *@atomic. @newval: the new value of *@atomic. -@Returns: %TRUE, if *@atomic was equal @oldval. %FALSE otherwise. -@Since: 2.4 diff --git a/docs/reference/glib/tmpl/glib-unused.sgml b/docs/reference/glib/tmpl/glib-unused.sgml index d07622d39..ca73e16e9 100644 --- a/docs/reference/glib/tmpl/glib-unused.sgml +++ b/docs/reference/glib/tmpl/glib-unused.sgml @@ -227,12 +227,6 @@ error domains. - - - - - - diff --git a/docs/reference/glib/tmpl/macros_misc.sgml b/docs/reference/glib/tmpl/macros_misc.sgml index cc66cdba4..fa3c6ecfb 100644 --- a/docs/reference/glib/tmpl/macros_misc.sgml +++ b/docs/reference/glib/tmpl/macros_misc.sgml @@ -353,6 +353,13 @@ See the GNU C documentation for details. + + + + + + + This attribute can be used for marking library functions as being used diff --git a/gio/ChangeLog b/gio/ChangeLog index b8c8e7afa..554cce017 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +2009-02-17 Matthias Clasen + + * === Released 2.19.8 === + 2009-02-17 Matthias Clasen * gio.symbols: Add missing exports for new API diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index 39b99c0fc..0de448657 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -1,3 +1,7 @@ +2009-02-17 Matthias Clasen + + * === Released 2.19.8 === + 2009-02-16 Matthias Clasen * === Released 2.19.7 === diff --git a/gobject/ChangeLog b/gobject/ChangeLog index 4054096a3..c4f738b96 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,7 @@ +2009-02-17 Matthias Clasen + + * === Released 2.19.8 === + 2009-02-17 Matthias Clasen * gobject.c: Remove (now) unnecessary cases from g_atomic_int_get diff --git a/gthread/ChangeLog b/gthread/ChangeLog index 8bffbc43c..fef3bd0db 100644 --- a/gthread/ChangeLog +++ b/gthread/ChangeLog @@ -1,3 +1,7 @@ +2009-02-17 Matthias Clasen + + * === Released 2.19.8 === + 2009-02-16 Matthias Clasen * === Released 2.19.7 === diff --git a/po/ChangeLog b/po/ChangeLog index 6f6f36e76..a5fbb1fb9 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2009-02-17 Matthias Clasen + + * === Released 2.19.8 === + 2009-02-17 Takeshi AIHANA * ja.po: Fixed wrong translations. diff --git a/po/am.po b/po/am.po index 1c15b24b8..eaa87dd72 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 955c6c6b6..0be61b82f 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 dabf49da9..b62e99028 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 14a3bca77..9d3b8f38a 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 7b5276854..fa86a20fa 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 1c0ef8e1c..0fa7b86cb 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 1fd186fda..ee1a17d8d 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-0500\n" "PO-Revision-Date: 2009-01-30 13:11+0200\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" diff --git a/po/bn.po b/po/bn.po index 4e7a83a24..e1c71cba4 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 c32762b68..cf28f43cd 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 e0280d028..433c9a83b 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 af7402830..2a391fae2 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-0500\n" "PO-Revision-Date: 2009-01-16 01:53+0100\n" "Last-Translator: Gil Forcada \n" "Language-Team: Catalan \n" diff --git a/po/cs.po b/po/cs.po index 40a4577f1..a04b03bbc 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 1a2ba7464..4c69be6b4 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 eaee7327e..60418e3f3 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 7a1e4fc79..12a077dc1 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 d14470b9a..7d8bbce0d 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 aa4113572..bb552ad70 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 7fe08de05..253b7bdb8 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 7cc40205e..57176e149 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 e43f0d30a..5e7275a09 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 35c500344..e8ff2706f 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-0500\n" "PO-Revision-Date: 2009-01-17 12:12+0100\n" "Last-Translator: Jorge González \n" "Language-Team: Español \n" diff --git a/po/et.po b/po/et.po index 038f0892c..dfd78bae6 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 02f945246..e15ce5f2b 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-0500\n" "PO-Revision-Date: 2009-02-10 17:15+0100\n" "Last-Translator: Iñaki Larrañaga Murgoitio \n" "Language-Team: Basque \n" diff --git a/po/fa.po b/po/fa.po index d6ed59dad..0fe9906df 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 20b6756fc..95d119235 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-0500\n" "PO-Revision-Date: 2009-01-27 06:00+0300\n" "Last-Translator: Ilkka Tuohela \n" "Language-Team: Finnish \n" diff --git a/po/fr.po b/po/fr.po index c0f4599e4..6189b83a7 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 d7eaf5cd6..edbb0d762 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 be31cc4b5..f40ba971a 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 56b4188f5..19d5b1951 100644 --- a/po/gu.po +++ b/po/gu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.gu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-0500\n" "PO-Revision-Date: 2009-02-04 14:19+0530\n" "Last-Translator: Sweta Kothari \n" "Language-Team: Gujarati\n" diff --git a/po/he.po b/po/he.po index 29b630a35..fba1b4933 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 7f87c8cb8..013151942 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 818ca772d..9c733d2c0 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 d195d4b63..9af6781a3 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-0500\n" "PO-Revision-Date: 2009-02-01 01:41+0100\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" diff --git a/po/hy.po b/po/hy.po index 40e421417..ae03d7012 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 0c15c5c90..baeb41665 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 204ede987..e1ae9f429 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 0df8034ce..f38f9b735 100644 --- a/po/it.po +++ b/po/it.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.19.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-0500\n" "PO-Revision-Date: 2009-02-14 16:55+0100\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" diff --git a/po/ja.po b/po/ja.po index 3dfe1afb0..e08a3c373 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: 2009-02-17 23:28+0900\n" +"POT-Creation-Date: 2009-02-17 11:17-0500\n" "PO-Revision-Date: 2009-02-17 23:23+0900\n" "Last-Translator: Takeshi AIHANA \n" "Language-Team: Japanese \n" @@ -18,301 +18,300 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../glib/gbookmarkfile.c:737 +#: glib/gbookmarkfile.c:737 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "'%s' は '%s' という要素に対して想定外の属性です" -#: ../glib/gbookmarkfile.c:748 ../glib/gbookmarkfile.c:819 -#: ../glib/gbookmarkfile.c:829 ../glib/gbookmarkfile.c:936 +#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829 +#: glib/gbookmarkfile.c:936 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "'%s' という属性は '%s' という要素にはありません" -#: ../glib/gbookmarkfile.c:1106 ../glib/gbookmarkfile.c:1171 -#: ../glib/gbookmarkfile.c:1235 ../glib/gbookmarkfile.c:1245 +#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171 +#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "'%s' は想定外のタグです (想定していたタグは '%s')" -#: ../glib/gbookmarkfile.c:1131 ../glib/gbookmarkfile.c:1145 -#: ../glib/gbookmarkfile.c:1213 ../glib/gbookmarkfile.c:1265 +#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145 +#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "'%s' は '%s' の中では想定外のタグです" -#: ../glib/gbookmarkfile.c:1793 +#: glib/gbookmarkfile.c:1793 msgid "No valid bookmark file found in data dirs" msgstr "データ・ディレクトリの中に妥当なブックマーク・ファイルはありません" -#: ../glib/gbookmarkfile.c:1994 +#: glib/gbookmarkfile.c:1994 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "'%s' という URI のブックマークが既に存在しています" -#: ../glib/gbookmarkfile.c:2040 ../glib/gbookmarkfile.c:2198 -#: ../glib/gbookmarkfile.c:2283 ../glib/gbookmarkfile.c:2363 -#: ../glib/gbookmarkfile.c:2448 ../glib/gbookmarkfile.c:2531 -#: ../glib/gbookmarkfile.c:2609 ../glib/gbookmarkfile.c:2688 -#: ../glib/gbookmarkfile.c:2730 ../glib/gbookmarkfile.c:2827 -#: ../glib/gbookmarkfile.c:2953 ../glib/gbookmarkfile.c:3143 -#: ../glib/gbookmarkfile.c:3219 ../glib/gbookmarkfile.c:3384 -#: ../glib/gbookmarkfile.c:3473 ../glib/gbookmarkfile.c:3563 -#: ../glib/gbookmarkfile.c:3691 +#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198 +#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363 +#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531 +#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688 +#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827 +#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143 +#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384 +#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563 +#: glib/gbookmarkfile.c:3691 #, c-format msgid "No bookmark found for URI '%s'" msgstr "'%s' という URI のブックマークが見つかりませんでした" -#: ../glib/gbookmarkfile.c:2372 +#: glib/gbookmarkfile.c:2372 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "'%s' という URI のブックマークには MIME 型が定義されていません" -#: ../glib/gbookmarkfile.c:2457 +#: glib/gbookmarkfile.c:2457 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" "'%s' という URI のブックマークにはプライベートではないフラグが定義されていま" "す" -#: ../glib/gbookmarkfile.c:2836 +#: glib/gbookmarkfile.c:2836 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "'%s' という URI のブックマークにはグループがありません" -#: ../glib/gbookmarkfile.c:3237 ../glib/gbookmarkfile.c:3394 +#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "アプリケーションの '%s' は '%s' というブックマークを登録していません" -#: ../glib/gbookmarkfile.c:3417 +#: glib/gbookmarkfile.c:3417 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "コマンドラインの '%s' を '%s' という URI に展開できませんでした" -#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1230 +#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "'%s' から '%s' という文字集合への変換はサポートしていません" -#: ../glib/gconvert.c:435 ../glib/gconvert.c:513 +#: glib/gconvert.c:435 glib/gconvert.c:513 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' から '%s' への変換処理を開けませんでした" -#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1402 -#: ../glib/giochannel.c:1444 ../glib/giochannel.c:2288 ../glib/gutf8.c:964 -#: ../glib/gutf8.c:1413 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1402 +#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964 +#: glib/gutf8.c:1413 msgid "Invalid byte sequence in conversion input" msgstr "変換する入力に無効なバイトの並びがあります" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1409 -#: ../glib/giochannel.c:2300 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1409 +#: glib/giochannel.c:2300 #, c-format msgid "Error during conversion: %s" msgstr "変換中にエラー: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:960 ../glib/gutf8.c:1164 -#: ../glib/gutf8.c:1305 ../glib/gutf8.c:1409 +#: glib/gconvert.c:669 glib/gutf8.c:960 glib/gutf8.c:1164 glib/gutf8.c:1305 +#: glib/gutf8.c:1409 msgid "Partial character sequence at end of input" msgstr "入力の最後に不完全な文字シーケンスがあります" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "フォールバック '%s' を '%s' という文字集合に変換できません" -#: ../glib/gconvert.c:1737 +#: glib/gconvert.c:1737 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "'%s' は \"file\" スキームの絶対 URI ではありません" -#: ../glib/gconvert.c:1747 +#: glib/gconvert.c:1747 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "'#' を含んだ '%s' はローカル・ファイルの URI としては正しくありません" -#: ../glib/gconvert.c:1764 +#: glib/gconvert.c:1764 #, c-format msgid "The URI '%s' is invalid" msgstr "'%s' という URI は正しくありません" -#: ../glib/gconvert.c:1776 +#: glib/gconvert.c:1776 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI に含まれる '%s' というホスト名は間違っています" -#: ../glib/gconvert.c:1792 +#: glib/gconvert.c:1792 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "'%s' という URI に無効なエスケープ文字が含まれています" -#: ../glib/gconvert.c:1887 +#: glib/gconvert.c:1887 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "'%s' は絶対パスではありません" -#: ../glib/gconvert.c:1897 +#: glib/gconvert.c:1897 msgid "Invalid hostname" msgstr "無効なホスト名です" -#: ../glib/gdir.c:110 ../glib/gdir.c:130 +#: glib/gdir.c:110 glib/gdir.c:130 #, c-format msgid "Error opening directory '%s': %s" msgstr "'%s' を開く時にエラー: %s" -#: ../glib/gfileutils.c:532 ../glib/gfileutils.c:620 +#: glib/gfileutils.c:532 glib/gfileutils.c:620 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "%lu バイトを確保できませんでした (ファイル \"%s\" の読み込みに必要)" -#: ../glib/gfileutils.c:547 +#: glib/gfileutils.c:547 #, c-format msgid "Error reading file '%s': %s" msgstr "'%s' の読み出し中にエラー: %s" -#: ../glib/gfileutils.c:561 +#: glib/gfileutils.c:561 #, c-format msgid "File \"%s\" is too large" msgstr "'%s' のサイズが大きすぎます" -#: ../glib/gfileutils.c:644 +#: glib/gfileutils.c:644 #, c-format msgid "Failed to read from file '%s': %s" msgstr "'%s' が読めません: %s" -#: ../glib/gfileutils.c:695 ../glib/gfileutils.c:782 +#: glib/gfileutils.c:695 glib/gfileutils.c:782 #, c-format msgid "Failed to open file '%s': %s" msgstr "'%s' を開けません: %s" -#: ../glib/gfileutils.c:712 ../glib/gmappedfile.c:133 +#: glib/gfileutils.c:712 glib/gmappedfile.c:133 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "'%s' の属性の取得できません: fstat() に失敗しました: %s" -#: ../glib/gfileutils.c:746 +#: glib/gfileutils.c:746 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "'%s' を開けません: fdopen() に失敗しました: %s" -#: ../glib/gfileutils.c:853 +#: glib/gfileutils.c:853 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "'%s' から '%s' にファイル名を変更できません: g_rename() に失敗しました: %s" -#: ../glib/gfileutils.c:895 ../glib/gfileutils.c:1284 +#: glib/gfileutils.c:895 glib/gfileutils.c:1284 #, c-format msgid "Failed to create file '%s': %s" msgstr "'%s' というファイルを生成できませんでした: %s" -#: ../glib/gfileutils.c:909 +#: glib/gfileutils.c:909 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "'%s' を書き込みモードで開けませんでした: fdopen() に失敗しました: %s" -#: ../glib/gfileutils.c:934 +#: glib/gfileutils.c:934 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "'%s' への書き込みに失敗しました: fwrite() に失敗しました: %s" -#: ../glib/gfileutils.c:953 +#: glib/gfileutils.c:953 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "'%s' をクローズできません: fclose() に失敗しました: %s" -#: ../glib/gfileutils.c:1071 +#: glib/gfileutils.c:1071 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "'%s' という既存のファイルを削除できませんでした: g_unlink() に失敗しました: %" "s" -#: ../glib/gfileutils.c:1246 +#: glib/gfileutils.c:1246 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "'%s' というテンプレートは間違っています ('%s' を含めないこと)" -#: ../glib/gfileutils.c:1259 +#: glib/gfileutils.c:1259 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "'%s' というテンプレートに XXXXXX が含まれていません" -#: ../glib/gfileutils.c:1698 +#: glib/gfileutils.c:1698 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1703 +#: glib/gfileutils.c:1703 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1708 +#: glib/gfileutils.c:1708 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1751 +#: glib/gfileutils.c:1751 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "シンボリック・リンク '%s' の読み込みが失敗: %s" -#: ../glib/gfileutils.c:1772 +#: glib/gfileutils.c:1772 msgid "Symbolic links not supported" msgstr "シンボリック・リンクはサポートしていません" -#: ../glib/giochannel.c:1234 +#: glib/giochannel.c:1234 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "'%s' から '%s' へ変換するコンバータを開けませんでした: %s" -#: ../glib/giochannel.c:1579 +#: glib/giochannel.c:1579 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "g_io_channel_read_line_string では raw モードで読めません" -#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1884 -#: ../glib/giochannel.c:1971 +#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971 msgid "Leftover unconverted data in read buffer" msgstr "変換されていないデータが読みこみバッファに残っています" -#: ../glib/giochannel.c:1707 ../glib/giochannel.c:1784 +#: glib/giochannel.c:1707 glib/giochannel.c:1784 msgid "Channel terminates in a partial character" msgstr "チャンネルが不完全な文字で終わっています" -#: ../glib/giochannel.c:1770 +#: glib/giochannel.c:1770 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end では raw モードで読めません" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "ファイル '%s' を開けません: open() が失敗: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "ファイル '%s' のマップに失敗しました: mmap() が失敗: %s" -#: ../glib/gmarkup.c:255 ../glib/gmarkup.c:295 +#: glib/gmarkup.c:255 glib/gmarkup.c:295 #, c-format msgid "Error on line %d char %d: " msgstr "%d 行の %d 文字目でエラー:" -#: ../glib/gmarkup.c:389 +#: glib/gmarkup.c:389 #, c-format msgid "Error on line %d: %s" msgstr "%d 行目でエラー: %s" -#: ../glib/gmarkup.c:493 +#: glib/gmarkup.c:493 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "空のエンティティ '&;' があります; 正しいエンティティは: & " < " "> '" -#: ../glib/gmarkup.c:503 +#: glib/gmarkup.c:503 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -323,17 +322,17 @@ msgstr "" "表わします。もしアンパサンドがエンティティでなければ、& のようにエスケー" "プしてください" -#: ../glib/gmarkup.c:537 +#: glib/gmarkup.c:537 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "文字 '%s' はエンティティ名として使えません" -#: ../glib/gmarkup.c:574 +#: glib/gmarkup.c:574 #, c-format msgid "Entity name '%s' is not known" msgstr "エンティティ名 '%s' というのは不明です" -#: ../glib/gmarkup.c:585 +#: glib/gmarkup.c:585 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -342,7 +341,7 @@ msgstr "" "ドを使ったのではないでしょうか。アンパサンドは & のようにエスケープしてく" "ださい" -#: ../glib/gmarkup.c:638 +#: glib/gmarkup.c:638 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -351,16 +350,16 @@ msgstr "" "'%-.*s' をパースできません。文字参照には数字が含まれなくてはなりません (例: " "ê) おそらく数字が大きすぎます" -#: ../glib/gmarkup.c:660 +#: glib/gmarkup.c:660 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "文字参照 '%-.*s' が使用可能な文字をエンコードしていません" -#: ../glib/gmarkup.c:675 +#: glib/gmarkup.c:675 msgid "Empty character reference; should include a digit such as dž" msgstr "空の文字参照です。dž のように数字がなくてはなりません" -#: ../glib/gmarkup.c:685 +#: glib/gmarkup.c:685 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -370,32 +369,32 @@ msgstr "" "サンド文字を使っているのかもしれません。アンパサンドは & とエスケープして" "ください" -#: ../glib/gmarkup.c:771 +#: glib/gmarkup.c:771 msgid "Unfinished entity reference" msgstr "中途半端な実体参照です" -#: ../glib/gmarkup.c:777 +#: glib/gmarkup.c:777 msgid "Unfinished character reference" msgstr "中途半端な文字参照です" -#: ../glib/gmarkup.c:1063 +#: glib/gmarkup.c:1063 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "UTF-8 として正しくない文字列です (シーケンスが長すぎます)" -#: ../glib/gmarkup.c:1091 +#: glib/gmarkup.c:1091 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "UTF-8 として正しくない文字列です (文字で始まっていません)" -#: ../glib/gmarkup.c:1130 +#: glib/gmarkup.c:1130 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "UTF-8 として正しくない文字列です ('%s' は妥当ではありません)" -#: ../glib/gmarkup.c:1168 +#: glib/gmarkup.c:1168 msgid "Document must begin with an element (e.g. )" msgstr "ドキュメントは要素 (例 ) で始まってなくてはなりません" -#: ../glib/gmarkup.c:1208 +#: glib/gmarkup.c:1208 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -404,7 +403,7 @@ msgstr "" "'%s' は '<' に続く文字としては正しくありません。おそらく要素名の開始になって" "いません" -#: ../glib/gmarkup.c:1276 +#: glib/gmarkup.c:1276 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the empty-element tag '%" @@ -413,13 +412,13 @@ msgstr "" "おかしな文字 '%s' があります。空の要素のタグ '%s' の最後は '>' でなくてはなり" "ません" -#: ../glib/gmarkup.c:1365 +#: glib/gmarkup.c:1365 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "おかしな文字 '%s' です。属性名'%s' (要素 '%s') の後には '=' が必要です" -#: ../glib/gmarkup.c:1407 +#: glib/gmarkup.c:1407 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -430,7 +429,7 @@ msgstr "" "はなりません。あるいは属性になります。おかしな文字を属性名に使ったのかもしれ" "ません" -#: ../glib/gmarkup.c:1493 +#: glib/gmarkup.c:1493 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -439,7 +438,7 @@ msgstr "" "おかしな文字 '%s' です。属性 '%s' (要素 '%s') の値を設定するには等号記号の後" "は引用記号で始まってなくてはなりません" -#: ../glib/gmarkup.c:1635 +#: glib/gmarkup.c:1635 #, c-format msgid "" "'%s' is not a valid character following the characters '' のみが使用で" "きます" -#: ../glib/gmarkup.c:1686 +#: glib/gmarkup.c:1686 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "要素 '%s' は閉じています。要素は何も開かれてません" -#: ../glib/gmarkup.c:1695 +#: glib/gmarkup.c:1695 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "要素'%s' が閉ました。しかし現在開いている要素は '%s' です" -#: ../glib/gmarkup.c:1858 +#: glib/gmarkup.c:1858 msgid "Document was empty or contained only whitespace" msgstr "ドキュメントが空か、空白だけが含まれています" -#: ../glib/gmarkup.c:1872 +#: glib/gmarkup.c:1872 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "ドキュメントが開きカギカッコ '<' の直後で終了しています" -#: ../glib/gmarkup.c:1880 ../glib/gmarkup.c:1925 +#: glib/gmarkup.c:1880 glib/gmarkup.c:1925 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -484,7 +483,7 @@ msgstr "" "ドキュメントが突然終了しています。要素が開きっぱなしです。最後に開いた要素は " "'%s' です。" -#: ../glib/gmarkup.c:1888 +#: glib/gmarkup.c:1888 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -493,19 +492,19 @@ msgstr "" "ドキュメントはタグ <%s/> で終了しているものと想定していましたが、突然終了して" "います。" -#: ../glib/gmarkup.c:1894 +#: glib/gmarkup.c:1894 msgid "Document ended unexpectedly inside an element name" msgstr "要素名の途中でドキュメントが突然終了しています" -#: ../glib/gmarkup.c:1900 +#: glib/gmarkup.c:1900 msgid "Document ended unexpectedly inside an attribute name" msgstr "属性名の途中でドキュメントが突然終了しています" -#: ../glib/gmarkup.c:1905 +#: glib/gmarkup.c:1905 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "要素の開始タグの途中でドキュメントが突然終了しています" -#: ../glib/gmarkup.c:1911 +#: glib/gmarkup.c:1911 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -513,531 +512,529 @@ msgstr "" "属性名の後にある等号記号の次でドキュメントが突然終了しています: 属性値があり" "ません" -#: ../glib/gmarkup.c:1918 +#: glib/gmarkup.c:1918 msgid "Document ended unexpectedly while inside an attribute value" msgstr "ドキュメントが属性値の途中で突然終了しています" -#: ../glib/gmarkup.c:1934 +#: glib/gmarkup.c:1934 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "ドキュメントが要素 '%s' の閉じタグの途中で突然終了しています" -#: ../glib/gmarkup.c:1940 +#: glib/gmarkup.c:1940 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "ドキュメントがコメントあるいはプロセシング指示子の途中で突然終了しています" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "不正なオブジェクト" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "内部エラーまたは不正なオブジェクト" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "メモリが足りません" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "バックトラック処理の上限に達しました" -#: ../glib/gregex.c:152 ../glib/gregex.c:160 +#: glib/gregex.c:152 glib/gregex.c:160 msgid "the pattern contains items not supported for partial matching" msgstr "パターンに含まれているアイテムは部分マッチングをサポートしていません" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1999 +#: glib/gregex.c:154 gio/glocalfile.c:1999 msgid "internal error" msgstr "内部エラー" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "条件の後方参照は部分マッチングをサポートしていません" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "再帰の上限に達しました" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "空の部分文字列に対する作業領域の上限に達しました" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "改行フラグの連携が間違っています" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "原因不明のエラー" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "パタンの終端に \\ があります" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "パタンの終端に \\c があります" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "認識できない文字の後ろに \\ があります" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "ここに大/小文字の変換を行うエスケープ (\\l、\\L、\\u、\\U) を挿入できません" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "量指定子 '{}' の中にある数値の順番が間違っています" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "量指定子 '{}' の中にある数値が大きすぎます" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "文字クラスを表す終端文字 '] ' がありません" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "文字クラスの中に無効なエスケープ・シーケンスがあります" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "文字クラスで文字の順番が間違っています" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "繰り返すものがありません" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "'(?' の後ろに認識できない文字があります" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "'(?<' の後ろに認識できない文字があります" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "(?P の後ろに認識できない文字があります" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "POSIX の名前付きクラスはクラスの内部でのみ利用できます" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "終端文字の ')' がありません" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr "開始文字 '(' が無い終端文字 ')'" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?R または (?[+-]数値 が続く必要あり )" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "存在しないサブパタンへの参照です" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "コメントの後ろに ')' がありません" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "正規表現が長すぎます" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "メモリの確保に失敗しました" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "後読み (lookbehind assertion) が固定長ではありません" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "'(?(' の後ろに不正な形式の数値または名前があります" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "条件グループに二つ以上のブランチがあります" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "assertion expected after (?(" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "不明な POSIX のクラス名" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "POSIX では照合順序の要素はサポートしていません" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "\\x{...} の中にある文字値が大きすぎます" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "条件の '(?(0)' が間違っています" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "後読みのアサーションでは \\C を指定できません" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "繰り返しの呼び出しが無限ループになっています" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "サブパタンの名前に終端文字がありません" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "二つある名前付きサブパタンが同じ名前です" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "不正な \\P または \\p のシーケンスです" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "\\P または \\p の後ろにあるプロパティ名が不明です" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "サブパタンの名前が長すぎます (32 文字以下にして下さい)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "名前付きサブパタンが多すぎます (10,000 個以下にして下さい)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "8進数値が \\377 よりも大きいです" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE グループに1つ以上のブランチが含まれています" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "DEFINE グループは繰り返せません" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "NEWLINE オプションに矛盾があります" -#: ../glib/gregex.c:333 +#: glib/gregex.c:333 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "ブレース名の後ろに \\g が存在していないか、または0以外の数値でブレースしてい" "ます" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "想定外の繰り返しです" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "コードがオーバーフローしました" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "正規表現をコンパイルする領域で上限を超えました" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "直前にチェックしたサブパタンのリファレンスが見つかりませんでした" -#: ../glib/gregex.c:526 ../glib/gregex.c:1605 +#: glib/gregex.c:526 glib/gregex.c:1605 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "正規表現 %s でマッチングしている際にエラー: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "お使いの PCRE ライブラリは UTF-8 をサポートしていません" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "お使いの PCRE library は UTF-8 のプロパティをサポートしていません" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "正規表現 %s をコンパイルする際にエラー (%d 文字目): %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "正規表現 %s を最適化する際にエラー: %s" -#: ../glib/gregex.c:2033 +#: glib/gregex.c:2033 msgid "hexadecimal digit or '}' expected" msgstr "16進数の数値または '}' を想定していました" -#: ../glib/gregex.c:2049 +#: glib/gregex.c:2049 msgid "hexadecimal digit expected" msgstr "16進数の数値を想定していました" -#: ../glib/gregex.c:2089 +#: glib/gregex.c:2089 msgid "missing '<' in symbolic reference" msgstr "シンボル参照の中に '<' がありません" -#: ../glib/gregex.c:2098 +#: glib/gregex.c:2098 msgid "unfinished symbolic reference" msgstr "中途半端なシンボル参照です" -#: ../glib/gregex.c:2105 +#: glib/gregex.c:2105 msgid "zero-length symbolic reference" msgstr "サイズが0のシンボル参照です" -#: ../glib/gregex.c:2116 +#: glib/gregex.c:2116 msgid "digit expected" msgstr "数値を想定していました" -#: ../glib/gregex.c:2134 +#: glib/gregex.c:2134 msgid "illegal symbolic reference" msgstr "シンボル参照が間違っています" -#: ../glib/gregex.c:2196 +#: glib/gregex.c:2196 msgid "stray final '\\'" msgstr "最後の '\\' に対応するシンボルがありません" -#: ../glib/gregex.c:2200 +#: glib/gregex.c:2200 msgid "unknown escape sequence" msgstr "不明なエスケープ・シーケンスです" -#: ../glib/gregex.c:2210 +#: glib/gregex.c:2210 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "代替文字列 \"%s\" の %lu 文字目を解析する際にエラー: %s" -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 msgid "Quoted text doesn't begin with a quotation mark" msgstr "引用テキストが引用記号で始まっていません" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "コマンドライン、あるいはシェルの引用テキストにおいて引用記号の対応が取れてい" "ません" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "テキストが '\\' 文字の直後で終了しています (テキストは '%s')" -#: ../glib/gshell.c:545 +#: glib/gshell.c:545 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "%c に対応する引用記号の前でテキストが終了しています (テキストは '%s')" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 msgid "Text was empty (or contained only whitespace)" msgstr "テキストが空です (あるいは空白のみ)" -#: ../glib/gspawn-win32.c:283 +#: glib/gspawn-win32.c:283 msgid "Failed to read data from child process" msgstr "子プロセスからデータを取得できませんでした" -#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1468 +#: glib/gspawn-win32.c:298 glib/gspawn.c:1468 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "子プロセスとの通信用のパイプを作成できませんでした (%s)" -#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1132 +#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1132 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "子のパイプからデータを取得できませんでした (%s) " -#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1337 +#: glib/gspawn-win32.c:367 glib/gspawn.c:1337 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "'%s' というディレクトリへ移動できませんでした (%s)" -#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:492 +#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492 #, c-format msgid "Failed to execute child process (%s)" msgstr "%s を子プロセスとして起動できませんでした" -#: ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:442 #, c-format msgid "Invalid program name: %s" msgstr "プログラム名が無効です: %s" -#: ../glib/gspawn-win32.c:452 ../glib/gspawn-win32.c:720 -#: ../glib/gspawn-win32.c:1276 +#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "%d の引数ベクタに不正な文字列があります: %s" -#: ../glib/gspawn-win32.c:463 ../glib/gspawn-win32.c:735 -#: ../glib/gspawn-win32.c:1309 +#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309 #, c-format msgid "Invalid string in environment: %s" msgstr "環境変数に不正な文字列があります: %s" -#: ../glib/gspawn-win32.c:716 ../glib/gspawn-win32.c:1257 +#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257 #, c-format msgid "Invalid working directory: %s" msgstr "作業ディレクトリが不正です: %s" -#: ../glib/gspawn-win32.c:781 +#: glib/gspawn-win32.c:781 #, c-format msgid "Failed to execute helper program (%s)" msgstr "ヘルパー・プログラム (%s) の起動が失敗しました" -#: ../glib/gspawn-win32.c:995 +#: glib/gspawn-win32.c:995 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" msgstr "" "g_io_channel_win32_poll() が子プロセスからデータを読み出す際に想定外のエラー" -#: ../glib/gspawn.c:188 +#: glib/gspawn.c:188 #, c-format msgid "Failed to read data from child process (%s)" msgstr "子プロセスからデータを読めません (%s)" -#: ../glib/gspawn.c:325 +#: glib/gspawn.c:325 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "子プロセスからデータを読み出す際に select() で想定外のエラー (%s)" -#: ../glib/gspawn.c:408 +#: glib/gspawn.c:408 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "waitpid() で想定外のエラー (%s)" -#: ../glib/gspawn.c:1197 +#: glib/gspawn.c:1197 #, c-format msgid "Failed to fork (%s)" msgstr "fork 失敗 (%s)" -#: ../glib/gspawn.c:1347 +#: glib/gspawn.c:1347 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "%s を子プロセスとして起動できませんでした: %s" -#: ../glib/gspawn.c:1357 +#: glib/gspawn.c:1357 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "子プロセスの出力または入力をリダイレクトできません (%s)" -#: ../glib/gspawn.c:1366 +#: glib/gspawn.c:1366 #, c-format msgid "Failed to fork child process (%s)" msgstr "子プロセスを fork できません (%s)" -#: ../glib/gspawn.c:1374 +#: glib/gspawn.c:1374 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "子プロセスの実行時に不明なエラー \"%s\"" -#: ../glib/gspawn.c:1396 +#: glib/gspawn.c:1396 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "子プロセスのパイプから十分なデータを取得できません (%s)" -#: ../glib/gutf8.c:1038 +#: glib/gutf8.c:1038 msgid "Character out of range for UTF-8" msgstr "UTF-8 の範囲外の文字です" -#: ../glib/gutf8.c:1132 ../glib/gutf8.c:1141 ../glib/gutf8.c:1273 -#: ../glib/gutf8.c:1282 ../glib/gutf8.c:1423 ../glib/gutf8.c:1519 +#: glib/gutf8.c:1132 glib/gutf8.c:1141 glib/gutf8.c:1273 glib/gutf8.c:1282 +#: glib/gutf8.c:1423 glib/gutf8.c:1519 msgid "Invalid sequence in conversion input" msgstr "変換する入力で無効なシーケンスがあります" -#: ../glib/gutf8.c:1434 ../glib/gutf8.c:1530 +#: glib/gutf8.c:1434 glib/gutf8.c:1530 msgid "Character out of range for UTF-16" msgstr "UTF-16 の範囲外の文字です" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "用法:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[オプション...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "ヘルプのオプション:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "ヘルプのオプションを表示する" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "ヘルプのオプションを全て表示する" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "アプリケーションのオプション:" -#: ../glib/goption.c:850 ../glib/goption.c:920 +#: glib/goption.c:850 glib/goption.c:920 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "%2$s の整数値 '%1$s' を解析できません" -#: ../glib/goption.c:860 ../glib/goption.c:928 +#: glib/goption.c:860 glib/goption.c:928 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "%2$s の整数値 '%1$s' は範囲外の値です" -#: ../glib/goption.c:885 +#: glib/goption.c:885 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "%2$s の実数値 '%1$s' を解析できません" -#: ../glib/goption.c:893 +#: glib/goption.c:893 #, c-format msgid "Double value '%s' for %s out of range" msgstr "%2$s の実数値 '%1$s' は範囲外の値です" -#: ../glib/goption.c:1156 ../glib/goption.c:1235 +#: glib/goption.c:1156 glib/goption.c:1235 #, c-format msgid "Error parsing option %s" msgstr "オプション %s の解析中にエラー" -#: ../glib/goption.c:1266 ../glib/goption.c:1380 +#: glib/goption.c:1266 glib/goption.c:1380 #, c-format msgid "Missing argument for %s" msgstr "%s の引数がありません" -#: ../glib/goption.c:1773 +#: glib/goption.c:1773 #, c-format msgid "Unknown option %s" msgstr "%s は不明なオプションです" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 msgid "Valid key file could not be found in search dirs" msgstr "検索ディレクトリには妥当なキー・ファイルがありませんでした" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 msgid "Not a regular file" msgstr "通常のファイルではありません" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 msgid "File is empty" msgstr "ファイルが空です" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1045,48 +1042,48 @@ msgstr "" "キー・ファイルの行 '%s' がキー/値のペア、グループ、またはコメントではありませ" "ん" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "グループ名が無効です: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 msgid "Key file does not start with a group" msgstr "キー・ファイルがグループで始まっていません" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "キーの名前が無効です: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "キー・ファイルにサポートしてないエンコーディング '%s' があります" -#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1274 ../glib/gkeyfile.c:2503 -#: ../glib/gkeyfile.c:2569 ../glib/gkeyfile.c:2704 ../glib/gkeyfile.c:2837 -#: ../glib/gkeyfile.c:2990 ../glib/gkeyfile.c:3177 ../glib/gkeyfile.c:3238 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1274 glib/gkeyfile.c:2503 +#: glib/gkeyfile.c:2569 glib/gkeyfile.c:2704 glib/gkeyfile.c:2837 +#: glib/gkeyfile.c:2990 glib/gkeyfile.c:3177 glib/gkeyfile.c:3238 #, c-format msgid "Key file does not have group '%s'" msgstr "キー・ファイルにグループ '%s' がありません" -#: ../glib/gkeyfile.c:1286 +#: glib/gkeyfile.c:1286 #, c-format msgid "Key file does not have key '%s'" msgstr "キー・ファイルにキー '%s' がありません" -#: ../glib/gkeyfile.c:1393 ../glib/gkeyfile.c:1508 +#: glib/gkeyfile.c:1393 glib/gkeyfile.c:1508 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "キー・ファイルのキー '%s' の値 '%s' が UTF-8 ではありません" -#: ../glib/gkeyfile.c:1413 ../glib/gkeyfile.c:1528 ../glib/gkeyfile.c:1907 +#: glib/gkeyfile.c:1413 glib/gkeyfile.c:1528 glib/gkeyfile.c:1907 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "キー・ファイルのキー '%s' の値を解釈できませんでした" -#: ../glib/gkeyfile.c:2122 ../glib/gkeyfile.c:2334 +#: glib/gkeyfile.c:2122 glib/gkeyfile.c:2334 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1094,148 +1091,146 @@ msgid "" msgstr "" "キー・ファイルのグループ '%2$s' にあるキー '%1$s' の値を解釈できませんでした" -#: ../glib/gkeyfile.c:2518 ../glib/gkeyfile.c:2719 ../glib/gkeyfile.c:3249 +#: glib/gkeyfile.c:2518 glib/gkeyfile.c:2719 glib/gkeyfile.c:3249 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "キー・ファイルにはグループ '%2$s' のキー '%1$s' がありません" -#: ../glib/gkeyfile.c:3483 +#: glib/gkeyfile.c:3483 msgid "Key file contains escape character at end of line" msgstr "キー・ファイルの行末にエスケープ文字が含まれています" -#: ../glib/gkeyfile.c:3505 +#: glib/gkeyfile.c:3505 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "キー・ファイルに無効なエスケープ・シーケンス '%s' が含まれています" -#: ../glib/gkeyfile.c:3647 +#: glib/gkeyfile.c:3647 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "値 '%s' を数値として解釈できません" -#: ../glib/gkeyfile.c:3661 +#: glib/gkeyfile.c:3661 #, c-format msgid "Integer value '%s' out of range" msgstr "整数値 '%s' は範囲外の値です" -#: ../glib/gkeyfile.c:3694 +#: glib/gkeyfile.c:3694 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "値 '%s' を実数値として解釈できません" -#: ../glib/gkeyfile.c:3718 +#: glib/gkeyfile.c:3718 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "値 '%s' を論理値として解釈できません" -#: ../gio/gbufferedinputstream.c:417 ../gio/gbufferedinputstream.c:498 -#: ../gio/ginputstream.c:193 ../gio/ginputstream.c:325 -#: ../gio/ginputstream.c:566 ../gio/ginputstream.c:691 -#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:656 +#: gio/gbufferedinputstream.c:417 gio/gbufferedinputstream.c:498 +#: gio/ginputstream.c:193 gio/ginputstream.c:325 gio/ginputstream.c:566 +#: gio/ginputstream.c:691 gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "%s に引き渡した値が大きすぎます" -#: ../gio/gbufferedinputstream.c:885 ../gio/ginputstream.c:901 -#: ../gio/goutputstream.c:1085 +#: gio/gbufferedinputstream.c:885 gio/ginputstream.c:901 +#: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "既にストリームは閉じています" -#: ../gio/gcancellable.c:366 ../gio/glocalfile.c:1992 -#: ../gio/gsimpleasyncresult.c:627 ../gio/gsimpleasyncresult.c:654 +#: gio/gcancellable.c:366 gio/glocalfile.c:1992 gio/gsimpleasyncresult.c:627 +#: gio/gsimpleasyncresult.c:654 msgid "Operation was cancelled" msgstr "操作がキャンセルされました" -#: ../gio/gcontenttype.c:180 +#: gio/gcontenttype.c:180 msgid "Unknown type" msgstr "不明な種類" -#: ../gio/gcontenttype.c:181 +#: gio/gcontenttype.c:181 #, c-format msgid "%s filetype" msgstr "%s (ファイルの種類)" -#: ../gio/gcontenttype.c:678 +#: gio/gcontenttype.c:678 #, c-format msgid "%s type" msgstr "%s (種類)" -#: ../gio/gdatainputstream.c:313 +#: gio/gdatainputstream.c:313 msgid "Unexpected early end-of-stream" msgstr "想定していたよりも早くストリームの最後に到達しました" -#: ../gio/gdesktopappinfo.c:460 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:460 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "名前なし" -#: ../gio/gdesktopappinfo.c:696 +#: gio/gdesktopappinfo.c:696 msgid "Desktop file didn't specify Exec field" msgstr "デスクトップ・ファイルで Exec 項目を指定してませんでした" -#: ../gio/gdesktopappinfo.c:990 +#: gio/gdesktopappinfo.c:990 msgid "Unable to find terminal required for application" msgstr "アプリケーションで必要な端末が見つかりませんでした" -#: ../gio/gdesktopappinfo.c:1222 +#: gio/gdesktopappinfo.c:1222 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "ユーザのアプリケーション設定フォルダ %s を生成できません: %s" -#: ../gio/gdesktopappinfo.c:1226 +#: gio/gdesktopappinfo.c:1226 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ユーザの MIME 型設定フォルダ %s を生成できません: %s" -#: ../gio/gdesktopappinfo.c:1630 +#: gio/gdesktopappinfo.c:1630 #, c-format msgid "Can't create user desktop file %s" msgstr "ユーザのデスクトップ・ファイル %s を生成できません" -#: ../gio/gdesktopappinfo.c:1742 +#: gio/gdesktopappinfo.c:1742 #, c-format msgid "Custom definition for %s" msgstr "%s に対する独自の設定" -#: ../gio/gdrive.c:381 +#: gio/gdrive.c:381 msgid "drive doesn't implement eject" msgstr "ドライブ側で取り出しの操作を実装していません" -#: ../gio/gdrive.c:451 +#: gio/gdrive.c:451 msgid "drive doesn't implement polling for media" msgstr "ドライブ側でポーリングによるメディアの検出を実装していません" -#: ../gio/gemblem.c:325 +#: gio/gemblem.c:325 #, c-format msgid "Can't handle version %d of GEmblem encoding" msgstr "バージョン %d の GEmblem のエンコーディングはサポートしていません" -#: ../gio/gemblem.c:335 +#: gio/gemblem.c:335 #, c-format msgid "Malformed number of tokens (%d) in GEmblem encoding" msgstr "GEmblem のエンコーディングにあるトークンの数 (%d) が間違っています" -#: ../gio/gemblemedicon.c:295 +#: gio/gemblemedicon.c:295 #, c-format msgid "Can't handle version %d of GEmblemedIcon encoding" msgstr "" "バージョン %d の GEmblemedIcon のエンコーディングはサポートしていません" -#: ../gio/gemblemedicon.c:305 +#: gio/gemblemedicon.c:305 #, c-format msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding" msgstr "" "GEmblemedIcon のエンコーディングにあるトークンの数 (%d) が間違っています" -#: ../gio/gemblemedicon.c:328 +#: gio/gemblemedicon.c:328 msgid "Expected a GEmblem for GEmblemedIcon" msgstr "GEmblemedIcon に対する GEmblem を想定していました" -#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190 -#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537 -#: ../gio/gfile.c:1620 ../gio/gfile.c:2694 ../gio/gfile.c:2748 -#: ../gio/gfile.c:2879 ../gio/gfile.c:2919 ../gio/gfile.c:3246 -#: ../gio/gfile.c:3648 ../gio/gfile.c:3732 ../gio/gfile.c:3815 -#: ../gio/gfile.c:3895 ../gio/gfile.c:4225 ../gio/win32/gwinhttpfile.c:428 +#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426 +#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2694 +#: gio/gfile.c:2748 gio/gfile.c:2879 gio/gfile.c:2919 gio/gfile.c:3246 +#: gio/gfile.c:3648 gio/gfile.c:3732 gio/gfile.c:3815 gio/gfile.c:3895 +#: gio/gfile.c:4225 gio/win32/gwinhttpfile.c:428 msgid "Operation not supported" msgstr "サポートしていない操作です" @@ -1247,131 +1242,131 @@ msgstr "サポートしていない操作です" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1071 ../gio/glocalfile.c:1082 -#: ../gio/glocalfile.c:1095 +#: gio/gfile.c:1311 gio/glocalfile.c:1071 gio/glocalfile.c:1082 +#: gio/glocalfile.c:1095 msgid "Containing mount does not exist" msgstr "マウントを含んでいるものはありません" -#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2142 +#: gio/gfile.c:1963 gio/glocalfile.c:2142 msgid "Can't copy over directory" msgstr "ディレクトリ全体をコピーできません" -#: ../gio/gfile.c:2023 +#: gio/gfile.c:2023 msgid "Can't copy directory over directory" msgstr "ディレクトリからディレクトリへコピーできません" -#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2151 +#: gio/gfile.c:2031 gio/glocalfile.c:2151 msgid "Target file exists" msgstr "対象となるファイルが存在しています" -#: ../gio/gfile.c:2049 +#: gio/gfile.c:2049 msgid "Can't recursively copy directory" msgstr "ディレクトリを再帰的にコピーできません" -#: ../gio/gfile.c:2869 +#: gio/gfile.c:2869 msgid "Invalid symlink value given" msgstr "指定したシンボリックリンクは間違っています" -#: ../gio/gfile.c:2962 +#: gio/gfile.c:2962 msgid "Trash not supported" msgstr "ゴミ箱はサポートしていません" -#: ../gio/gfile.c:3011 +#: gio/gfile.c:3011 #, c-format msgid "File names cannot contain '%c'" msgstr "ファイル名に '%c' を含めることはできません" -#: ../gio/gfile.c:4993 ../gio/gvolume.c:370 +#: gio/gfile.c:4993 gio/gvolume.c:370 msgid "volume doesn't implement mount" msgstr "ボリュームはマウントを実装していません" -#: ../gio/gfile.c:5101 +#: gio/gfile.c:5101 msgid "No application is registered as handling this file" msgstr "このファイルを扱うアプリケーションが登録されていません" -#: ../gio/gfileenumerator.c:206 +#: gio/gfileenumerator.c:206 msgid "Enumerator is closed" msgstr "Enumerator は閉じています" -#: ../gio/gfileenumerator.c:213 ../gio/gfileenumerator.c:272 -#: ../gio/gfileenumerator.c:372 ../gio/gfileenumerator.c:481 +#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272 +#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481 msgid "File enumerator has outstanding operation" msgstr "File enumerator has outstanding operation" -#: ../gio/gfileenumerator.c:362 ../gio/gfileenumerator.c:471 +#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471 msgid "File enumerator is already closed" msgstr "ファイルの Enumerator は既に閉じています" -#: ../gio/gfileicon.c:145 +#: gio/gfileicon.c:145 msgid "file" msgstr "ファイル" -#: ../gio/gfileicon.c:146 +#: gio/gfileicon.c:146 msgid "The file containing the icon" msgstr "アイコンの情報を格納したファイルです" -#: ../gio/gfileicon.c:237 +#: gio/gfileicon.c:237 #, c-format msgid "Can't handle version %d of GFileIcon encoding" msgstr "バージョン %d の GFileIcon のエンコーディングはサポートしていません" -#: ../gio/gfileicon.c:247 +#: gio/gfileicon.c:247 msgid "Malformed input data for GFileIcon" msgstr "GFileIcon の入力データが間違っています" -#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424 -#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526 +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "ストリームは query_info をサポートしていません" -#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384 +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "ストリーム上のシークはサポートしていません" -#: ../gio/gfileinputstream.c:383 +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "入力ストリームを切りつめることはできません" -#: ../gio/gfileoutputstream.c:460 +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "ストリーム上での切りつめはサポートしていません" -#: ../gio/gicon.c:324 +#: gio/gicon.c:324 #, c-format msgid "Wrong number of tokens (%d)" msgstr "トークンの数 (%d) が間違っています" -#: ../gio/gicon.c:344 +#: gio/gicon.c:344 #, c-format msgid "No type for class name %s" msgstr "%s というクラス名の型がありません" -#: ../gio/gicon.c:354 +#: gio/gicon.c:354 #, c-format msgid "Type %s does not implement the GIcon interface" msgstr "%s という型は GIcon のインタフェースを実装していません" -#: ../gio/gicon.c:365 +#: gio/gicon.c:365 #, c-format msgid "Type %s is not classed" msgstr "%s という型がクラスになっていません" -#: ../gio/gicon.c:379 +#: gio/gicon.c:379 #, c-format msgid "Malformed version number: %s" msgstr "バージョン番号が間違っています: %s" -#: ../gio/gicon.c:393 +#: gio/gicon.c:393 #, c-format msgid "Type %s does not implement from_tokens() on the GIcon interface" msgstr "" "%s という型は GIcon のインタフェースで tokens() を使って実装していません" -#: ../gio/gicon.c:469 +#: gio/gicon.c:469 msgid "Can't handle the supplied version the icon encoding" msgstr "提供したバージョンの Icon のエンコーディングはサポートしていません" -#: ../gio/ginputstream.c:202 +#: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "入力ストリームで読み込みを実装していません" @@ -1381,358 +1376,358 @@ msgstr "入力ストリームで読み込みを実装していません" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: ../gio/ginputstream.c:911 ../gio/goutputstream.c:1095 +#: gio/ginputstream.c:911 gio/goutputstream.c:1095 msgid "Stream has outstanding operation" msgstr "Stream has outstanding operation" -#: ../gio/glocaldirectorymonitor.c:274 +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" "ローカル・ディレクトリを監視するデフォルト・モニタの種類が見つかりません" -#: ../gio/glocalfile.c:608 ../gio/win32/gwinhttpfile.c:411 +#: gio/glocalfile.c:608 gio/win32/gwinhttpfile.c:411 #, c-format msgid "Invalid filename %s" msgstr "ファイル名が無効です: %s" -#: ../gio/glocalfile.c:979 +#: gio/glocalfile.c:979 #, c-format msgid "Error getting filesystem info: %s" msgstr "ファイルシステムの情報を取得する際にエラー: %s" -#: ../gio/glocalfile.c:1115 +#: gio/glocalfile.c:1115 msgid "Can't rename root directory" msgstr "ルート・ディレクトリの名前は変更できません" -#: ../gio/glocalfile.c:1135 ../gio/glocalfile.c:1161 +#: gio/glocalfile.c:1135 gio/glocalfile.c:1161 #, c-format msgid "Error renaming file: %s" msgstr "ファイル名を変更する際にエラー: %s" -#: ../gio/glocalfile.c:1144 +#: gio/glocalfile.c:1144 msgid "Can't rename file, filename already exist" msgstr "ファイル名を変更できません (既に存在しているため)" -#: ../gio/glocalfile.c:1157 ../gio/glocalfile.c:2021 ../gio/glocalfile.c:2050 -#: ../gio/glocalfile.c:2204 ../gio/glocalfileoutputstream.c:505 -#: ../gio/glocalfileoutputstream.c:550 ../gio/glocalfileoutputstream.c:967 +#: gio/glocalfile.c:1157 gio/glocalfile.c:2021 gio/glocalfile.c:2050 +#: gio/glocalfile.c:2204 gio/glocalfileoutputstream.c:505 +#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967 msgid "Invalid filename" msgstr "無効なファイル名です" -#: ../gio/glocalfile.c:1280 +#: gio/glocalfile.c:1280 #, c-format msgid "Error opening file: %s" msgstr "ファイルをオープンする際にエラー: %s" -#: ../gio/glocalfile.c:1290 +#: gio/glocalfile.c:1290 msgid "Can't open directory" msgstr "ディレクトリをオープンできません" -#: ../gio/glocalfile.c:1350 +#: gio/glocalfile.c:1350 #, c-format msgid "Error removing file: %s" msgstr "ファイルを削除する際にエラー: %s" -#: ../gio/glocalfile.c:1714 +#: gio/glocalfile.c:1714 #, c-format msgid "Error trashing file: %s" msgstr "ファイルをゴミ箱へ移動する際にエラー: %s" -#: ../gio/glocalfile.c:1737 +#: gio/glocalfile.c:1737 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "ゴミ箱のディレクトリ (%s) の生成に失敗しました: %s" -#: ../gio/glocalfile.c:1758 +#: gio/glocalfile.c:1758 msgid "Unable to find toplevel directory for trash" msgstr "ゴミ箱のトップレベルなディレクトリが見つかりません" -#: ../gio/glocalfile.c:1837 ../gio/glocalfile.c:1857 +#: gio/glocalfile.c:1837 gio/glocalfile.c:1857 msgid "Unable to find or create trash directory" msgstr "ゴミ箱ディレクトリが存在しないか生成できません" -#: ../gio/glocalfile.c:1891 +#: gio/glocalfile.c:1891 #, c-format msgid "Unable to create trashing info file: %s" msgstr "ゴミ箱の情報ファイルを生成できません: %s" -#: ../gio/glocalfile.c:1916 ../gio/glocalfile.c:1991 ../gio/glocalfile.c:1998 +#: gio/glocalfile.c:1916 gio/glocalfile.c:1991 gio/glocalfile.c:1998 #, c-format msgid "Unable to trash file: %s" msgstr "ファイルをゴミ箱へ移動できません: %s" -#: ../gio/glocalfile.c:2025 +#: gio/glocalfile.c:2025 #, c-format msgid "Error creating directory: %s" msgstr "ディレクトリを生成する際にエラー: %s" -#: ../gio/glocalfile.c:2054 +#: gio/glocalfile.c:2054 #, c-format msgid "Error making symbolic link: %s" msgstr "シンボリック・リンクを生成する際にエラー: %s" -#: ../gio/glocalfile.c:2114 ../gio/glocalfile.c:2208 +#: gio/glocalfile.c:2114 gio/glocalfile.c:2208 #, c-format msgid "Error moving file: %s" msgstr "ファイルを移動する際にエラー: %s" -#: ../gio/glocalfile.c:2137 +#: gio/glocalfile.c:2137 msgid "Can't move directory over directory" msgstr "ディレクトリからディレクトリへ移動できません" -#: ../gio/glocalfile.c:2164 ../gio/glocalfileoutputstream.c:819 -#: ../gio/glocalfileoutputstream.c:833 ../gio/glocalfileoutputstream.c:848 -#: ../gio/glocalfileoutputstream.c:864 ../gio/glocalfileoutputstream.c:878 +#: gio/glocalfile.c:2164 gio/glocalfileoutputstream.c:819 +#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848 +#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878 msgid "Backup file creation failed" msgstr "バックアップ・ファイルの生成に失敗しました" -#: ../gio/glocalfile.c:2183 +#: gio/glocalfile.c:2183 #, c-format msgid "Error removing target file: %s" msgstr "対象となるファイルを削除する際にエラー: %s" -#: ../gio/glocalfile.c:2197 +#: gio/glocalfile.c:2197 msgid "Move between mounts not supported" msgstr "マウント間の移動はサポートしていません" -#: ../gio/glocalfileinfo.c:719 +#: gio/glocalfileinfo.c:719 msgid "Attribute value must be non-NULL" msgstr "属性値を NULL にしないで下さい" -#: ../gio/glocalfileinfo.c:726 +#: gio/glocalfileinfo.c:726 msgid "Invalid attribute type (string expected)" msgstr "属性の種類が無効です (文字列を想定していた)" -#: ../gio/glocalfileinfo.c:733 +#: gio/glocalfileinfo.c:733 msgid "Invalid extended attribute name" msgstr "拡張属性の名前が無効です" -#: ../gio/glocalfileinfo.c:773 +#: gio/glocalfileinfo.c:773 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "'%s' という拡張属性をセットする際にエラー: %s" -#: ../gio/glocalfileinfo.c:1466 ../gio/glocalfileoutputstream.c:706 +#: gio/glocalfileinfo.c:1466 gio/glocalfileoutputstream.c:706 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' というファイルの状態を取得する際にエラー: %s" -#: ../gio/glocalfileinfo.c:1536 +#: gio/glocalfileinfo.c:1536 msgid " (invalid encoding)" msgstr " (無効なエンコーディング)" -#: ../gio/glocalfileinfo.c:1704 +#: gio/glocalfileinfo.c:1704 #, c-format msgid "Error stating file descriptor: %s" msgstr "ファイル・ディスクリプタの状態を取得する際にエラー: %s" -#: ../gio/glocalfileinfo.c:1749 +#: gio/glocalfileinfo.c:1749 msgid "Invalid attribute type (uint32 expected)" msgstr "属性の種類が無効です (uint32 型を想定していた)" -#: ../gio/glocalfileinfo.c:1767 +#: gio/glocalfileinfo.c:1767 msgid "Invalid attribute type (uint64 expected)" msgstr "属性の種類が無効です (uint64 型を想定していた)" -#: ../gio/glocalfileinfo.c:1786 ../gio/glocalfileinfo.c:1805 +#: gio/glocalfileinfo.c:1786 gio/glocalfileinfo.c:1805 msgid "Invalid attribute type (byte string expected)" msgstr "属性の種類が無効です (バイト型の文字列を想定していた)" -#: ../gio/glocalfileinfo.c:1831 +#: gio/glocalfileinfo.c:1831 #, c-format msgid "Error setting permissions: %s" msgstr "アクセス権をセットする際にエラー: %s" -#: ../gio/glocalfileinfo.c:1882 ../gio/glocalfileinfo.c:2050 +#: gio/glocalfileinfo.c:1882 gio/glocalfileinfo.c:2050 #, c-format msgid "Error setting owner: %s" msgstr "所有者をセットする際にエラー: %s" -#: ../gio/glocalfileinfo.c:1905 +#: gio/glocalfileinfo.c:1905 msgid "symlink must be non-NULL" msgstr "シンボリックリンクを NULL にしないで下さい" -#: ../gio/glocalfileinfo.c:1915 ../gio/glocalfileinfo.c:1934 -#: ../gio/glocalfileinfo.c:1945 +#: gio/glocalfileinfo.c:1915 gio/glocalfileinfo.c:1934 +#: gio/glocalfileinfo.c:1945 #, c-format msgid "Error setting symlink: %s" msgstr "シンボリックリンクをセットする際にエラー: %s" -#: ../gio/glocalfileinfo.c:1924 +#: gio/glocalfileinfo.c:1924 msgid "Error setting symlink: file is not a symlink" msgstr "シンボリックリンクの指定でエラー: ファイルがリンクではない" -#: ../gio/glocalfileinfo.c:2073 +#: gio/glocalfileinfo.c:2073 msgid "SELinux context must be non-NULL" msgstr "SELinux のコンテキストを NULL にしないで下さい" -#: ../gio/glocalfileinfo.c:2088 +#: gio/glocalfileinfo.c:2088 #, c-format msgid "Error setting SELinux context: %s" msgstr "SELinux のコンテキストを指定する際にエラー: %s" -#: ../gio/glocalfileinfo.c:2095 +#: gio/glocalfileinfo.c:2095 msgid "SELinux is not enabled on this system" msgstr "このシステムでは SELinux が有効になっていません" -#: ../gio/glocalfileinfo.c:2156 +#: gio/glocalfileinfo.c:2156 #, c-format msgid "Setting attribute %s not supported" msgstr "%s という属性値はセットできません" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:603 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603 #, c-format msgid "Error reading from file: %s" msgstr "ファイルから読み込む際にエラー: %s" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:405 -#: ../gio/glocalfileoutputstream.c:896 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405 +#: gio/glocalfileoutputstream.c:896 #, c-format msgid "Error seeking in file: %s" msgstr "ファイルでシークする際にエラー: %s" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:208 -#: ../gio/glocalfileoutputstream.c:303 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208 +#: gio/glocalfileoutputstream.c:303 #, c-format msgid "Error closing file: %s" msgstr "ファイルを閉じる際にエラー: %s" -#: ../gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "ローカル・ファイルを監視するデフォルト・モニタの種類が見つかりません" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:624 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624 #, c-format msgid "Error writing to file: %s" msgstr "ファイルに書き込む際ににエラー: %s" -#: ../gio/glocalfileoutputstream.c:235 +#: gio/glocalfileoutputstream.c:235 #, c-format msgid "Error removing old backup link: %s" msgstr "古いバックアップのリンクを削除する際にエラー: %s" -#: ../gio/glocalfileoutputstream.c:249 ../gio/glocalfileoutputstream.c:262 +#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262 #, c-format msgid "Error creating backup copy: %s" msgstr "バックアップのコピーを生成する際にエラー: %s" -#: ../gio/glocalfileoutputstream.c:280 +#: gio/glocalfileoutputstream.c:280 #, c-format msgid "Error renaming temporary file: %s" msgstr "作業用のファイル名を変更する際にエラー: %s" -#: ../gio/glocalfileoutputstream.c:451 ../gio/glocalfileoutputstream.c:913 +#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913 #, c-format msgid "Error truncating file: %s" msgstr "ファイルを切りつめる際にエラー: %s" -#: ../gio/glocalfileoutputstream.c:511 ../gio/glocalfileoutputstream.c:556 -#: ../gio/glocalfileoutputstream.c:688 ../gio/glocalfileoutputstream.c:973 +#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556 +#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973 #, c-format msgid "Error opening file '%s': %s" msgstr "'%s' というファイルをオープンする際にエラー: %s" -#: ../gio/glocalfileoutputstream.c:719 +#: gio/glocalfileoutputstream.c:719 msgid "Target file is a directory" msgstr "対象となるファイルはディレクトリです" -#: ../gio/glocalfileoutputstream.c:724 +#: gio/glocalfileoutputstream.c:724 msgid "Target file is not a regular file" msgstr "対象となるファイルは通常のファイルではありません" -#: ../gio/glocalfileoutputstream.c:736 +#: gio/glocalfileoutputstream.c:736 msgid "The file was externally modified" msgstr "ファイルが外部で変更されました" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 msgid "Invalid GSeekType supplied" msgstr "不正な GSeekType が指定されました" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 msgid "Invalid seek request" msgstr "無効なシークの要求です" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream を切りつめることはできません" -#: ../gio/gmemoryoutputstream.c:288 +#: gio/gmemoryoutputstream.c:288 msgid "Reached maximum data array limit" msgstr "データ配列の上限に到達しました" -#: ../gio/gmemoryoutputstream.c:323 +#: gio/gmemoryoutputstream.c:323 msgid "Memory output stream not resizable" msgstr "メモリ出力ストリームの大きさは変更できません" -#: ../gio/gmemoryoutputstream.c:339 +#: gio/gmemoryoutputstream.c:339 msgid "Failed to resize memory output stream" msgstr "メモリ出力ストリームの大きさを変更できませんでした" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:360 +#: gio/gmount.c:360 msgid "mount doesn't implement unmount" msgstr "mount はアンマウントを実装していません" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:435 +#: gio/gmount.c:435 msgid "mount doesn't implement eject" msgstr "mount は取り出しを実装していません" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:517 +#: gio/gmount.c:517 msgid "mount doesn't implement remount" msgstr "mount は再マウントを実装していません" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:601 +#: gio/gmount.c:601 msgid "mount doesn't implement content type guessing" msgstr "mount にはメディアの種類を推測するような実装はありません" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: ../gio/gmount.c:690 +#: gio/gmount.c:690 msgid "mount doesn't implement synchronous content type guessing" msgstr "mount には同期させてメディアの種類を推測するような実装はありません" -#: ../gio/goutputstream.c:211 ../gio/goutputstream.c:412 +#: gio/goutputstream.c:211 gio/goutputstream.c:412 msgid "Output stream doesn't implement write" msgstr "出力ストリームは書き込みを実装していません" -#: ../gio/goutputstream.c:372 ../gio/goutputstream.c:780 +#: gio/goutputstream.c:372 gio/goutputstream.c:780 msgid "Source stream is already closed" msgstr "ソース・ストリームは既に閉じています" -#: ../gio/gthemedicon.c:211 +#: gio/gthemedicon.c:211 msgid "name" msgstr "名前" -#: ../gio/gthemedicon.c:212 +#: gio/gthemedicon.c:212 msgid "The name of the icon" msgstr "アイコンの名前です" -#: ../gio/gthemedicon.c:223 +#: gio/gthemedicon.c:223 msgid "names" msgstr "名前の集合" -#: ../gio/gthemedicon.c:224 +#: gio/gthemedicon.c:224 msgid "An array containing the icon names" msgstr "アイコンの名前を格納した配列です" -#: ../gio/gthemedicon.c:249 +#: gio/gthemedicon.c:249 msgid "use default fallbacks" msgstr "デフォルトのフォールバックを使用する" -#: ../gio/gthemedicon.c:250 +#: gio/gthemedicon.c:250 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." @@ -1740,85 +1735,85 @@ msgstr "" "'-' という代替え文字で名前を省略するデフォルトのフォールバックを使用するかど" "うかです (複数の名前を指定すると一番最初の名前より後ろの名前を全て無視します)" -#: ../gio/gthemedicon.c:499 +#: gio/gthemedicon.c:499 #, c-format msgid "Can't handle version %d of GThemedIcon encoding" msgstr "バージョン %d の GThemedIcon のエンコーディングはサポートしていません" -#: ../gio/gunixinputstream.c:161 ../gio/gunixoutputstream.c:147 +#: gio/gunixinputstream.c:161 gio/gunixoutputstream.c:147 msgid "File descriptor" msgstr "ファイル・ディスクリプタ" -#: ../gio/gunixinputstream.c:162 +#: gio/gunixinputstream.c:162 msgid "The file descriptor to read from" msgstr "読み込むファイルのファイル・ディスクリプタです" -#: ../gio/gunixinputstream.c:176 ../gio/gunixoutputstream.c:162 +#: gio/gunixinputstream.c:176 gio/gunixoutputstream.c:162 msgid "Close file descriptor" msgstr "ファイル・ディスクリプタを閉じるかどうか" -#: ../gio/gunixinputstream.c:177 ../gio/gunixoutputstream.c:163 +#: gio/gunixinputstream.c:177 gio/gunixoutputstream.c:163 msgid "Whether to close the file descriptor when the stream is closed" msgstr "ストリームが閉じたらファイル・ディスクリプタを閉じるかどうかです" -#: ../gio/gunixinputstream.c:358 ../gio/gunixinputstream.c:378 -#: ../gio/gunixinputstream.c:456 ../gio/gunixoutputstream.c:443 +#: gio/gunixinputstream.c:358 gio/gunixinputstream.c:378 +#: gio/gunixinputstream.c:456 gio/gunixoutputstream.c:443 #, c-format msgid "Error reading from unix: %s" msgstr "unix から読み込む際にエラー: %s" -#: ../gio/gunixinputstream.c:411 ../gio/gunixinputstream.c:593 -#: ../gio/gunixoutputstream.c:398 ../gio/gunixoutputstream.c:549 +#: gio/gunixinputstream.c:411 gio/gunixinputstream.c:593 +#: gio/gunixoutputstream.c:398 gio/gunixoutputstream.c:549 #, c-format msgid "Error closing unix: %s" msgstr "unix を閉じる際にエラー: %s" -#: ../gio/gunixmounts.c:1781 ../gio/gunixmounts.c:1818 +#: gio/gunixmounts.c:1781 gio/gunixmounts.c:1818 msgid "Filesystem root" msgstr "ファイルシステムのルート" -#: ../gio/gunixoutputstream.c:148 +#: gio/gunixoutputstream.c:148 msgid "The file descriptor to write to" msgstr "書き込むファイルのファイル・ディスクリプタです" -#: ../gio/gunixoutputstream.c:344 ../gio/gunixoutputstream.c:365 +#: gio/gunixoutputstream.c:344 gio/gunixoutputstream.c:365 #, c-format msgid "Error writing to unix: %s" msgstr "unix に書き込む際にエラー: %s" -#: ../gio/gvolume.c:444 +#: gio/gvolume.c:444 msgid "volume doesn't implement eject" msgstr "ボリュームは取り出しを実装していません" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 msgid "Can't find application" msgstr "アプリケーションが見つかりません" -#: ../gio/gwin32appinfo.c:300 +#: gio/gwin32appinfo.c:300 #, c-format msgid "Error launching application: %s" msgstr "アプリケーションを起動する際にエラー: %s" -#: ../gio/gwin32appinfo.c:336 +#: gio/gwin32appinfo.c:336 msgid "URIs not supported" msgstr "URI はサポートしていません" -#: ../gio/gwin32appinfo.c:358 +#: gio/gwin32appinfo.c:358 msgid "association changes not supported on win32" msgstr "win32 で組み合わせの変更はサポートしていません" -#: ../gio/gwin32appinfo.c:370 +#: gio/gwin32appinfo.c:370 msgid "Association creation not supported on win32" msgstr "win32 で組み合わせの生成はサポートしていません" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "エントリを隠さない" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "長い形式で一覧表示する" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[ファイル...]" diff --git a/po/ka.po b/po/ka.po index d1dbdee39..2f5007a38 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 8c182ee73..91dbc5854 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-0500\n" "PO-Revision-Date: 2009-01-21 06:21+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: GNOME Korea \n" diff --git a/po/ku.po b/po/ku.po index 963ea1e40..aedd3f3a8 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 fbdf49920..6cd84382a 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 68d3023ad..0b0ad2f21 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 3166b85ba..2e3292797 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 e0979047e..085906e6b 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 9293fef37..8ce1ad3d9 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 405601d0f..aedbbaee5 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 e1e81f263..f7b3e4904 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 362c63084..a00e39001 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 f1c42c55e..04608e03a 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 b377099d9..d710639ab 100644 --- a/po/nb.po +++ b/po/nb.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.15.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-0500\n" "PO-Revision-Date: 2009-02-06 12:57+0100\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian bokmal \n" diff --git a/po/ne.po b/po/ne.po index ea159057d..24ae84eb6 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 5f29e86eb..61405d664 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 d1b615154..51dc08d8b 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 910032f0f..1f19817cd 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 bcdb60655..ce4f0c552 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-0500\n" "PO-Revision-Date: 2009-01-28 14:56+0530\n" "Last-Translator: Manoj Kumar Giri \n" "Language-Team: Oriya \n" diff --git a/po/pa.po b/po/pa.po index bf468bc20..31da068a9 100644 --- a/po/pa.po +++ b/po/pa.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-0500\n" "PO-Revision-Date: 2008-12-17 07:11+0530\n" "Last-Translator: Amanpreet Singh Alam \n" "Language-Team: Punjabi \n" diff --git a/po/pl.po b/po/pl.po index fc4af559d..83578e8c6 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 9f2a5c3c5..e64628f70 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 3f482e667..d96921d31 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.26\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-0500\n" "PO-Revision-Date: 2009-02-13 22:50+0000\n" "Last-Translator: Duarte Loreto \n" "Language-Team: Portuguese \n" diff --git a/po/pt_BR.po b/po/pt_BR.po index ac20e2f4d..dd26414e1 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-0500\n" "PO-Revision-Date: 2009-01-30 15:57-0300\n" "Last-Translator: Jonh Wendell \n" "Language-Team: Brazilian Portuguese \n" diff --git a/po/ro.po b/po/ro.po index 568e14251..7de8d6abb 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 63a49556e..b22552078 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 71db128c9..5e2c631c9 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 64fbc8c87..d7cf0bdc5 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 df6ac5894..c5432a0e0 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 553dde11f..3a4513bfc 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 9218aeb98..fc2ec52a5 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 08a4ac87b..7b2e7554a 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 dc591d665..791ecc440 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 a0d8d6c07..342d0cfcb 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 757211bf6..f8b8c0421 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-0500\n" "PO-Revision-Date: 2009-01-26 00:20+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" diff --git a/po/ta.po b/po/ta.po index 8e77c7c56..fa94e228d 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 49262dec8..c34b72fab 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 8587fcdd0..e5ff6a656 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-0500\n" "PO-Revision-Date: 2009-02-06 18:11+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" diff --git a/po/tl.po b/po/tl.po index 6dd36c163..2100c1015 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 544b2e34e..4bf17ddd4 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 e046df710..1410178db 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 901eaa11c..f71a9584a 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 d33b43491..d50789708 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.19.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-0500\n" "PO-Revision-Date: 2009-02-07 19:26+0930\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" diff --git a/po/wa.po b/po/wa.po index 84f5ed81d..11b58832f 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 bd89c7387..9dff3f317 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 1d0ffbc78..95667dc4d 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-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 9ece22ec5..5bb0637a1 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-0500\n" "PO-Revision-Date: 2009-01-02 15:36+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 fe07833e5..a6c6e20c9 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: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-0500\n" "PO-Revision-Date: 2009-01-30 14:58+0800\n" "Last-Translator: Chao-Hsiung Liao \n" "Language-Team: Chinese (Hong Kong) \n" diff --git a/po/zh_TW.po b/po/zh_TW.po index 6e36a72da..a0fb89959 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.19.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-16 20:42-0500\n" +"POT-Creation-Date: 2009-02-17 11:17-0500\n" "PO-Revision-Date: 2009-01-30 14:57+0800\n" "Last-Translator: Chao-Hsiung Liao \n" "Language-Team: Chinese (Taiwan) \n"