summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-06-18 17:31:49 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-06-18 17:31:49 +0000
commitfc0a52ca3a4e94374d3e8f1615190c0637d6ca83 (patch)
tree2ce9b2a6b26133b9887611813bb9546cb648f96d
parent3d2d4c27713dfe4ddbb59295de2bb442cb0f434d (diff)
svn path=/trunk/; revision=5577
-rw-r--r--ChangeLog2
-rw-r--r--INSTALL4
-rw-r--r--README2
-rw-r--r--docs/reference/ChangeLog4
-rw-r--r--docs/reference/glib/tmpl/main.sgml13
-rw-r--r--docs/reference/glib/tmpl/strings.sgml20
-rw-r--r--docs/reference/gobject/tmpl/gboxed.sgml1
-rw-r--r--gmodule/ChangeLog4
-rw-r--r--gobject/ChangeLog4
-rw-r--r--gthread/ChangeLog4
-rw-r--r--po/ChangeLog4
-rw-r--r--po/am.po2
-rw-r--r--po/ar.po2
-rw-r--r--po/az.po2
-rw-r--r--po/be.po2
-rw-r--r--po/be@latin.po2
-rw-r--r--po/bg.po2
-rw-r--r--po/bn.po2
-rw-r--r--po/bn_IN.po2
-rw-r--r--po/bs.po2
-rw-r--r--po/ca.po2
-rw-r--r--po/cs.po2
-rw-r--r--po/cy.po2
-rw-r--r--po/da.po2
-rw-r--r--po/de.po2
-rw-r--r--po/dz.po2
-rw-r--r--po/el.po2
-rw-r--r--po/en_CA.po2
-rw-r--r--po/en_GB.po2
-rw-r--r--po/eo.po2
-rw-r--r--po/es.po442
-rw-r--r--po/et.po407
-rw-r--r--po/eu.po2
-rw-r--r--po/fa.po2
-rw-r--r--po/fi.po2
-rw-r--r--po/fr.po2
-rw-r--r--po/ga.po2
-rw-r--r--po/gl.po2
-rw-r--r--po/gu.po2
-rw-r--r--po/he.po2
-rw-r--r--po/hi.po2
-rw-r--r--po/hr.po2
-rw-r--r--po/hu.po2
-rw-r--r--po/hy.po2
-rw-r--r--po/id.po2
-rw-r--r--po/is.po2
-rw-r--r--po/it.po2
-rw-r--r--po/ja.po2
-rw-r--r--po/ka.po2
-rw-r--r--po/ko.po2
-rw-r--r--po/ku.po2
-rw-r--r--po/lt.po2
-rw-r--r--po/lv.po2
-rw-r--r--po/mg.po2
-rw-r--r--po/mk.po2
-rw-r--r--po/ml.po2
-rw-r--r--po/mn.po2
-rw-r--r--po/ms.po2
-rw-r--r--po/nb.po2
-rw-r--r--po/ne.po2
-rw-r--r--po/nl.po2
-rw-r--r--po/nn.po2
-rw-r--r--po/or.po438
-rw-r--r--po/pa.po2
-rw-r--r--po/pl.po2
-rw-r--r--po/pt.po2
-rw-r--r--po/pt_BR.po2
-rw-r--r--po/ro.po2
-rw-r--r--po/ru.po2
-rw-r--r--po/rw.po2
-rw-r--r--po/sk.po2
-rw-r--r--po/sl.po2
-rw-r--r--po/sq.po2
-rw-r--r--po/sr.po2
-rw-r--r--po/sr@Latn.po2
-rw-r--r--po/sr@ije.po2
-rw-r--r--po/sv.po407
-rw-r--r--po/ta.po2
-rw-r--r--po/te.po2
-rw-r--r--po/th.po2
-rw-r--r--po/tl.po2
-rw-r--r--po/tr.po2
-rw-r--r--po/tt.po2
-rw-r--r--po/uk.po2
-rw-r--r--po/vi.po2
-rw-r--r--po/wa.po2
-rw-r--r--po/xh.po2
-rw-r--r--po/yi.po2
-rw-r--r--po/zh_CN.po2
-rw-r--r--po/zh_HK.po2
-rw-r--r--po/zh_TW.po2
91 files changed, 1029 insertions, 879 deletions
diff --git a/ChangeLog b/ChangeLog
index ad9dc6170..4cc382b0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2007-06-18 Matthias Clasen <mclasen@redhat.com>
+ * === Released 2.13.5 ===
+
* NEWS: Updates
2007-06-18 Emmanuele Bassi <ebassi@gnome.org>
diff --git a/INSTALL b/INSTALL
index 4a411bfc7..408b0c244 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
Simple install procedure
========================
- % gzip -cd glib-2.13.4.tar.gz | tar xvf - # unpack the sources
- % cd glib-2.13.4 # change to the toplevel directory
+ % gzip -cd glib-2.13.5.tar.gz | tar xvf - # unpack the sources
+ % cd glib-2.13.5 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB
diff --git a/README b/README
index abd46de05..7d6e1e943 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is GLib version 2.13.4. GLib is the low-level core
+This is GLib version 2.13.5. 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 b7ff36990..868e48e95 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-18 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.13.5 ===
+
2007-06-18 Emmanuele Bassi <ebassi@gnome.org>
* glib/glib-sections.txt: Add g_timeout_add_seconds_full().
diff --git a/docs/reference/glib/tmpl/main.sgml b/docs/reference/glib/tmpl/main.sgml
index 4d41c6ea5..2e06da347 100644
--- a/docs/reference/glib/tmpl/main.sgml
+++ b/docs/reference/glib/tmpl/main.sgml
@@ -596,6 +596,19 @@ for the default main context.
@Returns:
+<!-- ##### FUNCTION g_timeout_add_seconds_full ##### -->
+<para>
+
+</para>
+
+@priority:
+@interval:
+@function:
+@data:
+@notify:
+@Returns:
+
+
<!-- ##### FUNCTION g_idle_source_new ##### -->
<para>
diff --git a/docs/reference/glib/tmpl/strings.sgml b/docs/reference/glib/tmpl/strings.sgml
index 9c57c2106..730c5a570 100644
--- a/docs/reference/glib/tmpl/strings.sgml
+++ b/docs/reference/glib/tmpl/strings.sgml
@@ -82,6 +82,26 @@ can be used as an ordinary C string.
+<!-- ##### FUNCTION g_string_vprintf ##### -->
+<para>
+
+</para>
+
+@string:
+@format:
+@args:
+
+
+<!-- ##### FUNCTION g_string_append_vprintf ##### -->
+<para>
+
+</para>
+
+@string:
+@format:
+@args:
+
+
<!-- ##### FUNCTION g_string_printf ##### -->
<para>
diff --git a/docs/reference/gobject/tmpl/gboxed.sgml b/docs/reference/gobject/tmpl/gboxed.sgml
index 7a828e79a..060f01dd8 100644
--- a/docs/reference/gobject/tmpl/gboxed.sgml
+++ b/docs/reference/gobject/tmpl/gboxed.sgml
@@ -147,7 +147,6 @@ The #GType for a boxed type holding a #GRegex reference.
@Since: 2.14
-
<!-- ##### TYPEDEF GStrv ##### -->
<para>
A C representable type name for #G_TYPE_STRV.
diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog
index e4767f6e4..6be4e6588 100644
--- a/gmodule/ChangeLog
+++ b/gmodule/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-18 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.13.5 ===
+
2007-06-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.4 ===
diff --git a/gobject/ChangeLog b/gobject/ChangeLog
index 5afab2711..5cd2e50db 100644
--- a/gobject/ChangeLog
+++ b/gobject/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-18 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.13.5 ===
+
Thu Jun 14 23:32:00 2007 Tim Janik <timj@gtk.org>
* gtype.h: always define GType unconditionally in terms of gsize,
diff --git a/gthread/ChangeLog b/gthread/ChangeLog
index bea97bd1d..fcd9de6c7 100644
--- a/gthread/ChangeLog
+++ b/gthread/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-18 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.13.5 ===
+
2007-06-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.4 ===
diff --git a/po/ChangeLog b/po/ChangeLog
index 4a95ad649..4abaebb4e 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-18 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.13.5 ===
+
2007-06-17 Priit Laes <plaes@svn.gnome.org>
* et.po: Estonian translation update by Ivar Smolin.
diff --git a/po/am.po b/po/am.po
index eccfc76ce..dbbdf6f25 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2003-01-16 08:39+EDT\n"
"Last-Translator: Ge'ez Frontier Foundation <locales@geez.org>\n"
"Language-Team: Amharic <locales@geez.org>\n"
diff --git a/po/ar.po b/po/ar.po
index b78bea44e..b1985a536 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.glib-2-12.ar\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2007-05-02 10:44+0100\n"
"Last-Translator: Djihed Afifi <djihed@gmail.com>\n"
"Language-Team: Arabic <doc@arabeyes.org>\n"
diff --git a/po/az.po b/po/az.po
index 33a14039b..28909c9da 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2004-02-02 12:12+0200\n"
"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
"Language-Team: Azerbaijani Turkish <gnome@azitt.com>\n"
diff --git a/po/be.po b/po/be.po
index 62e2a3f49..efc7d2323 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2005-11-16 11:21+0200\n"
"Last-Translator: Vital Khilko <vk@altlinux.ru>\n"
"Language-Team: Belarusian <i18n@mova.org>\n"
diff --git a/po/be@latin.po b/po/be@latin.po
index 9c6cab0f6..89c9d8e36 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2007-03-01 12:25+0300\n"
"Last-Translator: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>\n"
"Language-Team: Belarusian Latin <i18n@mova.org>\n"
diff --git a/po/bg.po b/po/bg.po
index 08a6e7c5b..cd164267f 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2007-03-08 08:20+0200\n"
"Last-Translator: Alexander Shopov <ash@contact.bg>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
diff --git a/po/bn.po b/po/bn.po
index b16016ef1..7a2ddd060 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-08-31 21:21+0600\n"
"Last-Translator: Khandakar Mujahidul Islam <suzan@bengalinux.org>\n"
"Language-Team: Bengali <gnome-translation@bengalinux.org>\n"
diff --git a/po/bn_IN.po b/po/bn_IN.po
index 5dc147d25..0eff1ee17 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: bn_IN\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-07-17 15:24+0530\n"
"Last-Translator: Runa Bhattacharjee <runabh@gmail.com>\n"
"Language-Team: Bangla (INDIA) <gnome-translation@bengalinux.org>\n"
diff --git a/po/bs.po b/po/bs.po
index 0803b8b8c..ad022b19e 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2004-05-17 01:30+0000\n"
"Last-Translator: Kenan Hadžiavdić <kenanh@frisurf.no>\n"
"Language-Team: Bosnian <lokal@lugbih.org>\n"
diff --git a/po/ca.po b/po/ca.po
index cb7234381..0d3014286 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.8\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-08-24 13:08+0200\n"
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
"Language-Team: Catalan <tradgnome@softcatala.org>\n"
diff --git a/po/cs.po b/po/cs.po
index 655b6c591..ab7428e71 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: cs\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2007-01-05 13:34+0100\n"
"Last-Translator: Jakub Friedl <jfriedl@suse.cz>\n"
"Language-Team: Czech <gnome-cs-list@gnome.org>\n"
diff --git a/po/cy.po b/po/cy.po
index d34a01974..6d2798e5a 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-06-29 19:38+0100\n"
"Last-Translator: Rhys Jones <rhys@sucs.org>\n"
"Language-Team: Welsh <gnome-cy@pengwyn.linux.org.uk>\n"
diff --git a/po/da.po b/po/da.po
index 044fdf7f1..fbc88b958 100644
--- a/po/da.po
+++ b/po/da.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-01-18 18:41+0100\n"
"Last-Translator: Martin Willemoes Hansen <mwh@sysrq.dk>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
diff --git a/po/de.po b/po/de.po
index b13104a6c..fd87fb365 100644
--- a/po/de.po
+++ b/po/de.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2007-01-04 15:33+0100\n"
"Last-Translator: Hendrik Richter <hendrikr@gnome.org>\n"
"Language-Team: German <gnome-de@gnome.org>\n"
diff --git a/po/dz.po b/po/dz.po
index 089b260f4..05a0b0490 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-08-09 10:23+0530\n"
"Last-Translator: Mindu Dorji\n"
"Language-Team: DZONGKHA <pgeyleg@dit.gov.bt>\n"
diff --git a/po/el.po b/po/el.po
index 8f8820046..7f5269e25 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-02-20 12:47+0200\n"
"Last-Translator: Kostas Papadimas <pkst@gnome.org>\n"
"Language-Team: Greek <team@gnome.gr>\n"
diff --git a/po/en_CA.po b/po/en_CA.po
index e727056bf..ef8ed3682 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2005-08-27 16:20-0400\n"
"Last-Translator: Adam Weinberger <adamw@gnome.org>\n"
"Language-Team: Canadian English <adamw@gnome.org>\n"
diff --git a/po/en_GB.po b/po/en_GB.po
index bce72a32e..8cdbb56cf 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2007-05-15 22:08-0000\n"
"Last-Translator: David Lodge <dave@cirt.net>\n"
"Language-Team: \n"
diff --git a/po/eo.po b/po/eo.po
index 9e2f8a57e..a3b3ee19d 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2003-07-01 15:10-0500\n"
"Last-Translator: Charles Voelger <cvoelger@dweasel.com>\n"
"Language-Team: Esperanto <LL@li.org>\n"
diff --git a/po/es.po b/po/es.po
index 2b1fc70f6..f7e35c0fd 100644
--- a/po/es.po
+++ b/po/es.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.es\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-07 03:31+0100\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2007-06-15 19:42+0200\n"
"Last-Translator: Jorge González <jorgegonz@svn.gnome.org>\n"
"Language-Team: Spanish <traductores@es.gnome.org>\n"
@@ -19,278 +19,290 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Atributo inesperado «%s» para el elemento «%s»"
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "El atributo «%s» del elemento «%s» no se ha encontrado"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Etiqueta «%s» inesperada, se esperaba la etiqueta «%s»"
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Etiqueta «%s» inesperada dentro de «%s»"
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
+#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
"No se pudo encontrar ningún archivo de marcadores válido en los directorios "
"de datos"
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Ya existe un marcador para el URI «%s»"
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "No se encontró un marcador para el URI «%s»"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Ningún tipo MIME definido en el marcador para la URI «%s»"
-#: ../glib/gbookmarkfile.c:2444
+#: glib/gbookmarkfile.c:2444
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "No se ha definido ningún flag privado en el marcador para el URI «%s»"
-#: ../glib/gbookmarkfile.c:2823
+#: glib/gbookmarkfile.c:2823
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "No se ha establecido ningún grupo en el marcador para el URI «%s»"
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Ninguna aplicación con nombre «%s» registró un marcador para «%s»"
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Falló la expansión de la la linea ejecutable «%s» con el URI «%s»"
-#: ../glib/gconvert.c:424 ../glib/gconvert.c:502 ../glib/giochannel.c:1148
+#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
-msgstr "La conversión desde el conjunto de caracteres «%s» a «%s» no está soportada"
+msgstr ""
+"La conversión desde el conjunto de caracteres «%s» a «%s» no está soportada"
-#: ../glib/gconvert.c:428 ../glib/gconvert.c:506
+#: glib/gconvert.c:428 glib/gconvert.c:506
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "No se pudo abrir el conversor de «%s» a «%s»"
-#: ../glib/gconvert.c:622 ../glib/gconvert.c:1011 ../glib/giochannel.c:1320
-#: ../glib/giochannel.c:1362 ../glib/giochannel.c:2204 ../glib/gutf8.c:950
-#: ../glib/gutf8.c:1399
+#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
+#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gutf8.c:1399
+#, c-format
msgid "Invalid byte sequence in conversion input"
msgstr "Hay una secuencia de bytes no válida en la entrada de conversión"
-#: ../glib/gconvert.c:628 ../glib/gconvert.c:938 ../glib/giochannel.c:1327
-#: ../glib/giochannel.c:2216
+#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
+#: glib/giochannel.c:2216
#, c-format
msgid "Error during conversion: %s"
msgstr "Falló durante la conversión: %s"
-#: ../glib/gconvert.c:663 ../glib/gutf8.c:946 ../glib/gutf8.c:1150
-#: ../glib/gutf8.c:1291 ../glib/gutf8.c:1395
+#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gutf8.c:1395
+#, c-format
msgid "Partial character sequence at end of input"
msgstr "Hay una secuencia parcial de caracteres en el final de la entrada"
-#: ../glib/gconvert.c:913
+#: glib/gconvert.c:913
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "No se puede convertir el fallback «%s» al conjunto de códigos «%s»"
-#: ../glib/gconvert.c:1727
+#: glib/gconvert.c:1727
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "El URI «%s» no es una URI absoluta utilizando el esquema «file»"
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "El archivo local en la URI «%s» no debe incluir un «#»"
-#: ../glib/gconvert.c:1754
+#: glib/gconvert.c:1754
#, c-format
msgid "The URI '%s' is invalid"
msgstr "El URI «%s» es inválida"
-#: ../glib/gconvert.c:1766
+#: glib/gconvert.c:1766
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "El nombre del host de la URI «%s» es inválido"
-#: ../glib/gconvert.c:1782
+#: glib/gconvert.c:1782
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "El URI «%s» contiene caracteres de escape inválidos"
-#: ../glib/gconvert.c:1877
+#: glib/gconvert.c:1877
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "El nombre de la ruta «%s» no es una ruta absoluta"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
+#, c-format
msgid "Invalid hostname"
msgstr "El nombre del host es inválido"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Falló al abrir el directorio «%s»: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "No se pueden asignar %lu bytes para leer el archivo «%s»"
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Falló al leer el archivo «%s»: %s"
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Falló al leer del archivo «%s»: %s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Falló al abrir el archivo «%s»: %s"
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Falló al obtener los atributos del archivo «%s»: fstat() falló: %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Falló al abrir el archivo «%s»: fdopen() falló: %s"
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Falló al renombrar el archivo «%s» a «%s»: g_rename() falló: %s"
-#: ../glib/gfileutils.c:931 ../glib/gfileutils.c:1389
+#: glib/gfileutils.c:931 glib/gfileutils.c:1389
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Falló al crear el archivo «%s»: %s"
-#: ../glib/gfileutils.c:945
+#: glib/gfileutils.c:945
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Falló al abrir el archivo «%s» para escritura: fdopen() falló: %s"
-#: ../glib/gfileutils.c:970
+#: glib/gfileutils.c:970
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Falló al escribir el archivo «%s»: fwrite() falló: %s"
-#: ../glib/gfileutils.c:989
+#: glib/gfileutils.c:989
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Falló al cerrar el archivo «%s»: fclose() falló: %s"
-#: ../glib/gfileutils.c:1107
+#: glib/gfileutils.c:1107
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "El archivo existente «%s» no se pudo eliminar: g_unlink() falló: %s"
-#: ../glib/gfileutils.c:1351
+#: glib/gfileutils.c:1351
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "La plantilla «%s» es inválida, no debería contener un «%s»"
-#: ../glib/gfileutils.c:1364
+#: glib/gfileutils.c:1364
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "La plantilla «%s» no contiene XXXXXX"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Falló al leer el enlace simbólico «%s»: %s"
-#: ../glib/gfileutils.c:1860
+#: glib/gfileutils.c:1860
+#, c-format
msgid "Symbolic links not supported"
msgstr "Enlaces simbólicos no soportados"
-#: ../glib/giochannel.c:1152
+#: glib/giochannel.c:1152
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "No se pudo abrir el conversor de «%s» a «%s»: %s"
-#: ../glib/giochannel.c:1497
+#: glib/giochannel.c:1497
+#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string"
-msgstr "No se puede hacer una lectura en bruto (raw) en g_io_channel_read_line_string"
+msgstr ""
+"No se puede hacer una lectura en bruto (raw) en g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1544 ../glib/giochannel.c:1801
-#: ../glib/giochannel.c:1887
+#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "Se han dejado datos no convertidos en el búfer de lectura"
-#: ../glib/giochannel.c:1624 ../glib/giochannel.c:1701
+#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#, c-format
msgid "Channel terminates in a partial character"
msgstr "El canal termina en un carácter parcial"
-#: ../glib/giochannel.c:1687
+#: glib/giochannel.c:1687
+#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end"
-msgstr "No se puede hacer una lectura en bruto (raw) en g_io_channel_read_to_end"
+msgstr ""
+"No se puede hacer una lectura en bruto (raw) en g_io_channel_read_to_end"
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "Falló al abrir el archivo «%s»: open() falló: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Falló al mapear el archivo «%s»: mmap() falló: %s"
-#: ../glib/gmarkup.c:226
+#: glib/gmarkup.c:226
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Error en la línea %d, carácter %d: %s"
-#: ../glib/gmarkup.c:324
+#: glib/gmarkup.c:324
#, c-format
msgid "Error on line %d: %s"
msgstr "Error en la línea %d: %s"
-#: ../glib/gmarkup.c:428
-msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
+#: glib/gmarkup.c:428
+msgid ""
+"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"La entidad '&;' está vacía; las entidades válidas son: &amp; &quot; &lt; "
"&gt; &apos;"
-#: ../glib/gmarkup.c:438
+#: glib/gmarkup.c:438
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -301,17 +313,17 @@ msgstr ""
"carácter «&» inicia una entidad; si el signo et ('&') no debiera ser una "
"entidad, escápela como &amp;"
-#: ../glib/gmarkup.c:472
+#: glib/gmarkup.c:472
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "El carácter «%s» no es válido dentro del nombre de una entidad"
-#: ../glib/gmarkup.c:509
+#: glib/gmarkup.c:509
#, c-format
msgid "Entity name '%s' is not known"
msgstr "El nombre de la entidad «%s» es desconocido"
-#: ../glib/gmarkup.c:520
+#: glib/gmarkup.c:520
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -320,7 +332,7 @@ msgstr ""
"\"&\" sin la intención de indicar una entidad, escape el signo \"&\" como "
"&amp;"
-#: ../glib/gmarkup.c:573
+#: glib/gmarkup.c:573
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -330,18 +342,18 @@ msgstr ""
"carácter de referencia( por ejemplo &#234;) - tal vez el dígito es demasiado "
"grande"
-#: ../glib/gmarkup.c:598
+#: glib/gmarkup.c:598
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "El carácter de referencia «%-.*s» no codifica un carácter permitido"
-#: ../glib/gmarkup.c:613
+#: glib/gmarkup.c:613
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"El carácter de referencia está vacío; debería incluir un dígito tal como "
"&#454;"
-#: ../glib/gmarkup.c:623
+#: glib/gmarkup.c:623
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -351,23 +363,23 @@ msgstr ""
"un carácter «&» sin pretender iniciar una entidad, escape el carácter \"&\" "
"como &amp;"
-#: ../glib/gmarkup.c:709
+#: glib/gmarkup.c:709
msgid "Unfinished entity reference"
msgstr "Referencia de entidad sin terminar"
-#: ../glib/gmarkup.c:715
+#: glib/gmarkup.c:715
msgid "Unfinished character reference"
msgstr "Referencia de carácter sin terminar"
-#: ../glib/gmarkup.c:958 ../glib/gmarkup.c:986 ../glib/gmarkup.c:1022
+#: glib/gmarkup.c:958 glib/gmarkup.c:986 glib/gmarkup.c:1022
msgid "Invalid UTF-8 encoded text"
msgstr "Texto codificado como UTF-8 inválido"
-#: ../glib/gmarkup.c:1058
+#: glib/gmarkup.c:1058
msgid "Document must begin with an element (e.g. <book>)"
msgstr "El documento debe comenzar con un elemento (por ejemplo: <book>)"
-#: ../glib/gmarkup.c:1098
+#: glib/gmarkup.c:1098
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -376,7 +388,7 @@ msgstr ""
"«%s» no es un carácter válido a continuación del carácter '<'; no debe "
"iniciar un nombre de elemento"
-#: ../glib/gmarkup.c:1162
+#: glib/gmarkup.c:1162
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -385,14 +397,15 @@ msgstr ""
"Carácter «%s» impropio, se esperaba un carácter '>' para terminar la "
"etiqueta de inicio del elemento «%s»"
-#: ../glib/gmarkup.c:1251
+#: glib/gmarkup.c:1251
#, c-format
-msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
+msgid ""
+"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Carácter «%s» impropio, se esperaba el carácter '=' después del nombre de "
"atributo «%s» del elemento «%s»"
-#: ../glib/gmarkup.c:1293
+#: glib/gmarkup.c:1293
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -403,7 +416,7 @@ msgstr ""
"etiqueta de inicio del elemento «%s» u opcionalmente un atributo; tal vez "
"utilizó un carácter que no es válido en un nombre de atributo"
-#: ../glib/gmarkup.c:1382
+#: glib/gmarkup.c:1382
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -412,7 +425,7 @@ msgstr ""
"Carácter «%s» impropio, se esperaba una marca de apertura de comillas "
"después del signo igual al darle valor al atributo «%s» del elemento «%s»"
-#: ../glib/gmarkup.c:1527
+#: glib/gmarkup.c:1527
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -421,7 +434,7 @@ msgstr ""
"«%s» no es un carácter válido a continuación de los caracteres '</'; «%s» "
"no debe iniciar un nombre de elemento"
-#: ../glib/gmarkup.c:1567
+#: glib/gmarkup.c:1567
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -430,27 +443,27 @@ msgstr ""
"«%s» no es un carácter válido a continuación del nombre del elemento de "
"cierre «%s»; el carácter permitido es '>'"
-#: ../glib/gmarkup.c:1578
+#: glib/gmarkup.c:1578
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "El elemento «%s» fue cerrado, no existe ningún elemento abierto"
-#: ../glib/gmarkup.c:1587
+#: glib/gmarkup.c:1587
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"El elemento «%s» fue cerrado, pero el elemento que está abierto actualmente "
"es «%s»"
-#: ../glib/gmarkup.c:1753
+#: glib/gmarkup.c:1753
msgid "Document was empty or contained only whitespace"
msgstr "El documento estaba vacío o sólo contenía espacios en blanco"
-#: ../glib/gmarkup.c:1767
+#: glib/gmarkup.c:1767
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "El documento termina inesperadamente justo después de un '<'"
-#: ../glib/gmarkup.c:1775 ../glib/gmarkup.c:1819
+#: glib/gmarkup.c:1775 glib/gmarkup.c:1819
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -459,7 +472,7 @@ msgstr ""
"El documento termina inesperadamente con elementos todavía abiertos - «%s» "
"fue el último elemento abierto"
-#: ../glib/gmarkup.c:1783
+#: glib/gmarkup.c:1783
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -468,21 +481,21 @@ msgstr ""
"El documento termina inesperadamente, se esperaba un carácter '>' "
"finalizando la etiqueta <%s/>"
-#: ../glib/gmarkup.c:1789
+#: glib/gmarkup.c:1789
msgid "Document ended unexpectedly inside an element name"
msgstr "El documento termina inesperadamente dentro de un nombre de elemento"
-#: ../glib/gmarkup.c:1794
+#: glib/gmarkup.c:1794
msgid "Document ended unexpectedly inside an attribute name"
msgstr "El documento termina inesperadamente dentro de un nombre de atributo"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"El documento termina inesperadamente dentro de una etiqueta de apertura de "
"elemento."
-#: ../glib/gmarkup.c:1805
+#: glib/gmarkup.c:1805
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -490,211 +503,219 @@ msgstr ""
"El documento termina inesperadamente después de los signos igual que siguen "
"al nombre de atributo; sin valor de atributo"
-#: ../glib/gmarkup.c:1812
+#: glib/gmarkup.c:1812
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "El documento termina inesperadamente dentro del valor de un atributo"
-#: ../glib/gmarkup.c:1827
+#: glib/gmarkup.c:1827
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"El documento termina inesperadamente dentro de la etiqueta de cierre del "
"elemento «%s»"
-#: ../glib/gmarkup.c:1833
+#: glib/gmarkup.c:1833
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"El documento termina inesperadamente dentro de un comentario o instrucción "
"de proceso"
-#: ../glib/gregex.c:126
+#: glib/gregex.c:126
msgid "corrupted object"
msgstr "objeto corrupto"
-#: ../glib/gregex.c:128
+#: glib/gregex.c:128
msgid "internal error or corrupted object"
msgstr "error interno u objeto corrupto"
-#: ../glib/gregex.c:130
+#: glib/gregex.c:130
msgid "out of memory"
msgstr "sin memoria"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "backtracking limit reached"
msgstr "se alcanzó el límite de «backtracking»"
-#: ../glib/gregex.c:147 ../glib/gregex.c:155
+#: glib/gregex.c:147 glib/gregex.c:155
msgid "the pattern contains items not supported for partial matching"
-msgstr "el patrón contiene elementos no soportados para una coincidencia parcial"
+msgstr ""
+"el patrón contiene elementos no soportados para una coincidencia parcial"
-#: ../glib/gregex.c:149
+#: glib/gregex.c:149
msgid "internal error"
msgstr "error interno"
-#: ../glib/gregex.c:157
+#: glib/gregex.c:157
msgid "back references as conditions are not supported for partial matching"
-msgstr "no se soportan referencias anteriores como condiciones para coincidencias parciales"
+msgstr ""
+"no se soportan referencias anteriores como condiciones para coincidencias "
+"parciales"
-#: ../glib/gregex.c:166
+#: glib/gregex.c:166
msgid "recursion limit reached"
msgstr "se alcanzó el límite de recursividad"
-#: ../glib/gregex.c:168
+#: glib/gregex.c:168
msgid "workspace limit for empty substrings reached"
msgstr "límite del espacio de trabajo cuando se alcanzan subcadenas vacías"
-#: ../glib/gregex.c:170
+#: glib/gregex.c:170
msgid "invalid combination of newline flags"
msgstr "combinación de banderas de nueva línea inválidas"
-#: ../glib/gregex.c:174
+#: glib/gregex.c:174
msgid "unknown error"
msgstr "error desconocido"
-#: ../glib/gregex.c:315 ../glib/gregex.c:1343
+#: glib/gregex.c:315 glib/gregex.c:1343
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Error al coincidir con la expresión regular %s: %s"
-#: ../glib/gregex.c:874
+#: glib/gregex.c:874
msgid "PCRE library is compiled without UTF8 support"
msgstr "La biblioteca PCRE está compilada sin soporte para UTF8"
-#: ../glib/gregex.c:883
+#: glib/gregex.c:883
msgid "PCRE library is compiled without UTF8 properties support"
-msgstr "La biblioteca PCRE está compilada sin soporte para las propiedades de UTF8"
+msgstr ""
+"La biblioteca PCRE está compilada sin soporte para las propiedades de UTF8"
-#: ../glib/gregex.c:928
+#: glib/gregex.c:928
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Error al compilar la expresión regular %s en el carácter %d: %s"
-#: ../glib/gregex.c:950
+#: glib/gregex.c:950
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Error al optimizar la expresión regular %s: %s"
-#: ../glib/gregex.c:1769
+#: glib/gregex.c:1769
msgid "hexadecimal digit or '}' expected"
msgstr "se esperaba un dígito hexadecimal o «}»"
-#: ../glib/gregex.c:1785
+#: glib/gregex.c:1785
msgid "hexadecimal digit expected"
msgstr "se esperaba un dígito hexadecimal"
-#: ../glib/gregex.c:1825
+#: glib/gregex.c:1825
msgid "missing '<' in symbolic reference"
msgstr "falta «<» en la referencia simbólica"
-#: ../glib/gregex.c:1834
+#: glib/gregex.c:1834
msgid "unfinished symbolic reference"
msgstr "referencia de símbolo sin terminar"
-#: ../glib/gregex.c:1841
+#: glib/gregex.c:1841
msgid "zero-length symbolic reference"
msgstr "referencia simbólica de longitud cero"
-#: ../glib/gregex.c:1852
+#: glib/gregex.c:1852
msgid "digit expected"
msgstr "se esperaba un dígito"
-#: ../glib/gregex.c:1870
+#: glib/gregex.c:1870
msgid "illegal symbolic reference"
msgstr "referencia simbólica ilegal"
-#: ../glib/gregex.c:1932
+#: glib/gregex.c:1932
msgid "stray final '\\'"
msgstr ""
-#: ../glib/gregex.c:1936
+#: glib/gregex.c:1936
msgid "unknown escape sequence"
msgstr "secuencia de escape desconocida"
-#: ../glib/gregex.c:1946
+#: glib/gregex.c:1946
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Error al analizar el texto de reemplazo «%s» en el carácter %lu: %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
+#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "El texto entrecomillado no empieza por un signo de comilla"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
+#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Falta una comilla en la línea de comandos o en otro texto con comillas tipo "
"shell"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
-msgstr "El texto termina justo después de un carácter '\\'. (El texto era «%s»)"
+msgstr ""
+"El texto termina justo después de un carácter '\\'. (El texto era «%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 ""
"El texto terminó antes de que se encontrase la comilla correspondiente con %"
"c. (El texto era «%s»)"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
+#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "El texto está vacío (o sólo contiene espacios en blanco)"
-#: ../glib/gspawn-win32.c:272
+#: glib/gspawn-win32.c:272
+#, c-format
msgid "Failed to read data from child process"
msgstr "Falló al leer los datos desde un proceso hijo"
-#: ../glib/gspawn-win32.c:287 ../glib/gspawn.c:1395
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1395
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""
"Falló en la creación de un conducto (pipe) para comunicarse con el proceso "
"hijo (%s)"
-#: ../glib/gspawn-win32.c:325 ../glib/gspawn.c:1059
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1059
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Falló al leer desde el conducto hijo (%s)"
-#: ../glib/gspawn-win32.c:351 ../glib/gspawn.c:1264
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1264
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Falló al cambiar al directorio «%s» (%s)"
-#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:481
+#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:481
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Falló al ejecutar el proceso hijo (%s)"
-#: ../glib/gspawn-win32.c:428
+#: glib/gspawn-win32.c:428
#, c-format
msgid "Invalid program name: %s"
msgstr "Nombre de programa inválido: %s"
-#: ../glib/gspawn-win32.c:438 ../glib/gspawn-win32.c:678
-#: ../glib/gspawn-win32.c:1218
+#: glib/gspawn-win32.c:438 glib/gspawn-win32.c:678 glib/gspawn-win32.c:1218
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Cadena inválida en el vector del argumento en %d: %s"
-#: ../glib/gspawn-win32.c:449 ../glib/gspawn-win32.c:692
-#: ../glib/gspawn-win32.c:1251
+#: glib/gspawn-win32.c:449 glib/gspawn-win32.c:692 glib/gspawn-win32.c:1251
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Cadena inválida en el entorno: %s"
-#: ../glib/gspawn-win32.c:674 ../glib/gspawn-win32.c:1199
+#: glib/gspawn-win32.c:674 glib/gspawn-win32.c:1199
#, c-format
msgid "Invalid working directory: %s"
msgstr "Directorio de trabajo inválido: %s"
-#: ../glib/gspawn-win32.c:738
+#: glib/gspawn-win32.c:738
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Falló al ejecutar el programa auxiliar (%s)"
-#: ../glib/gspawn-win32.c:938
+#: glib/gspawn-win32.c:938
+#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -702,190 +723,198 @@ msgstr ""
"Falló inesperado en g_io_channel_win32_poll() al leer datos desde un proceso "
"hijo"
-#: ../glib/gspawn.c:175
+#: glib/gspawn.c:175
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Falló en la lectura de datos desde el proceso hijo (%s)"
-#: ../glib/gspawn.c:307
+#: glib/gspawn.c:307
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Falló inesperado en select() leyendo datos desde el proceso hijo (%s)"
-#: ../glib/gspawn.c:390
+#: glib/gspawn.c:390
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Falló inesperado en waitpid() (%s)"
-#: ../glib/gspawn.c:1124
+#: glib/gspawn.c:1124
#, c-format
msgid "Failed to fork (%s)"
msgstr "Falló al bifurcar (fork) (%s)"
-#: ../glib/gspawn.c:1274
+#: glib/gspawn.c:1274
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Falló al ejecutar el proceso hijo «%s» (%s)"
-#: ../glib/gspawn.c:1284
+#: glib/gspawn.c:1284
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Falló al redirigir la salida o la entrada del proceso hijo (%s)"
-#: ../glib/gspawn.c:1293
+#: glib/gspawn.c:1293
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Falló al bifurcar el proceso hijo (%s)"
-#: ../glib/gspawn.c:1301
+#: glib/gspawn.c:1301
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Falló desconocido al ejecutar el proceso hijo «%s»"
-#: ../glib/gspawn.c:1323
+#: glib/gspawn.c:1323
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Falló al leer suficientes datos desde el conducto del pid hijo (%s)"
-#: ../glib/gutf8.c:1024
+#: glib/gutf8.c:1024
+#, c-format
msgid "Character out of range for UTF-8"
msgstr "El carácter se sale del rango para UTF-8"
-#: ../glib/gutf8.c:1118 ../glib/gutf8.c:1127 ../glib/gutf8.c:1259
-#: ../glib/gutf8.c:1268 ../glib/gutf8.c:1409 ../glib/gutf8.c:1505
+#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268
+#: glib/gutf8.c:1409 glib/gutf8.c:1505
+#, c-format
msgid "Invalid sequence in conversion input"
msgstr "Secuencia inválida en la entrada de conversión"
-#: ../glib/gutf8.c:1420 ../glib/gutf8.c:1516
+#: glib/gutf8.c:1420 glib/gutf8.c:1516
+#, c-format
msgid "Character out of range for UTF-16"
msgstr "El carácter se sale del rango para UTF-16"
-#: ../glib/goption.c:572
+#: glib/goption.c:572
msgid "Usage:"
msgstr "Uso:"
-#: ../glib/goption.c:572
+#: glib/goption.c:572
msgid "[OPTION...]"
msgstr "[OPCIÓN…]"
-#: ../glib/goption.c:676
+#: glib/goption.c:676
msgid "Help Options:"
msgstr "Opciones de ayuda:"
-#: ../glib/goption.c:677
+#: glib/goption.c:677
msgid "Show help options"
msgstr "Mostrar opciones de ayuda"
-#: ../glib/goption.c:683
+#: glib/goption.c:683
msgid "Show all help options"
msgstr "Muestra todas las opciones de ayuda"
-#: ../glib/goption.c:735
+#: glib/goption.c:735
msgid "Application Options:"
msgstr "Opciones de la aplicación:"
-#: ../glib/goption.c:796 ../glib/goption.c:866
+#: glib/goption.c:796 glib/goption.c:866
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "No se puede analizar el valor entero «%s» para %s"
-#: ../glib/goption.c:806 ../glib/goption.c:874
+#: glib/goption.c:806 glib/goption.c:874
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "El valor entero «%s» para %s está fuera de rango"
-#: ../glib/goption.c:831
+#: glib/goption.c:831
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "No se puede analizar el valor doble «%s» para %s"
-#: ../glib/goption.c:839
+#: glib/goption.c:839
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "El valor doble «%s» para %s está fuera de rango"
-#: ../glib/goption.c:1176
+#: glib/goption.c:1176
#, c-format
msgid "Error parsing option %s"
msgstr "Error al analizar la opción: %s"
-#: ../glib/goption.c:1207 ../glib/goption.c:1318
+#: glib/goption.c:1207 glib/goption.c:1318
#, c-format
msgid "Missing argument for %s"
msgstr "Falta un argumento para %s"
-#: ../glib/goption.c:1713
+#: glib/goption.c:1713
#, c-format
msgid "Unknown option %s"
msgstr "Opción desconocida %s"
-#: ../glib/gkeyfile.c:341
+#: glib/gkeyfile.c:341
+#, c-format
msgid "Valid key file could not be found in search dirs"
msgstr ""
"No se pudo encontrar la clave de archivo válida en los directorios de "
"búsqueda"
-#: ../glib/gkeyfile.c:376
+#: glib/gkeyfile.c:376
+#, c-format
msgid "Not a regular file"
msgstr "No es un archivo regular"
-#: ../glib/gkeyfile.c:384
+#: glib/gkeyfile.c:384
+#, c-format
msgid "File is empty"
msgstr "El archivo está vacío"
-#: ../glib/gkeyfile.c:746
+#: glib/gkeyfile.c:746
#, c-format
-msgid "Key file contains line '%s' which is not a key-value pair, group, or comment"
+msgid ""
+"Key file contains line '%s' which is not a key-value pair, group, or comment"
msgstr ""
"El archivo de claves contiene la línea «%s» que no es un par valor-clave, "
"grupo o comentario"
-#: ../glib/gkeyfile.c:806
+#: glib/gkeyfile.c:806
#, c-format
msgid "Invalid group name: %s"
msgstr "Nombre de grupo no válido: %s"
-#: ../glib/gkeyfile.c:828
+#: glib/gkeyfile.c:828
+#, c-format
msgid "Key file does not start with a group"
msgstr "El archivo de claves no empieza por un grupo"
-#: ../glib/gkeyfile.c:854
+#: glib/gkeyfile.c:854
#, c-format
msgid "Invalid key name: %s"
msgstr "Nombre de clave no válida: %s"
-#: ../glib/gkeyfile.c:881
+#: glib/gkeyfile.c:881
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "El archivo de clavess contiene una codificación «%s» no soportada"
-#: ../glib/gkeyfile.c:1094 ../glib/gkeyfile.c:1253 ../glib/gkeyfile.c:2455
-#: ../glib/gkeyfile.c:2521 ../glib/gkeyfile.c:2640 ../glib/gkeyfile.c:2775
-#: ../glib/gkeyfile.c:2928 ../glib/gkeyfile.c:3108 ../glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
+#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
+#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
#, c-format
msgid "Key file does not have group '%s'"
msgstr "El archivo de claves no tiene el grupo «%s»"
-#: ../glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1265
#, c-format
msgid "Key file does not have key '%s'"
msgstr "El archivo de claves no tiene la clave «%s»"
-#: ../glib/gkeyfile.c:1367 ../glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr ""
"El archivo de claves contiene la clave «%s» con el valor «%s» el cual no es "
"UTF-8"
-#: ../glib/gkeyfile.c:1387 ../glib/gkeyfile.c:1497 ../glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
"El archivo de claves contiene la clave «%s» que tiene un valor que no puede "
"interpretarse."
-#: ../glib/gkeyfile.c:2078 ../glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -894,37 +923,38 @@ msgstr ""
"El archivo de claves contiene la clave «%s» en el grupo «%s» que tiene un "
"valor que no puede interpretarse."
-#: ../glib/gkeyfile.c:2470 ../glib/gkeyfile.c:2655 ../glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "El archivo de claves no tiene la clave «%s» en el grupo «%s»"
-#: ../glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3415
+#, c-format
msgid "Key file contains escape character at end of line"
-msgstr "El archivo de claves contiene un carácter de escape al final de la línea"
+msgstr ""
+"El archivo de claves contiene un carácter de escape al final de la línea"
-#: ../glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3437
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "El archivo de claves contiene la secuencia de escape inválida «%s»"
-#: ../glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3579
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "El valor «%s» no puede interpretarse como un número."
-#: ../glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3593
#, c-format
msgid "Integer value '%s' out of range"
msgstr "El valor entero «%s» está fuera de rango"
-#: ../glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3626
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "El valor «%s» no puede interpretarse como un número de coma flotante."
-#: ../glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3650
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "El valor «%s» no puede interpretarse como un booleano."
-
diff --git a/po/et.po b/po/et.po
index 7cc79886f..bea5f093b 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: 2007-05-23 05:29+0100\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2007-06-12 10:07+0300\n"
"Last-Translator: Ivar Smolin <okul@linux.ee>\n"
"Language-Team: Estonian <gnome-et@linux.ee>\n"
@@ -22,276 +22,284 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Ootamatu atribuut '%s' elemendile '%s'"
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Elemendil '%2$s' ei leitud atribuuti '%1$s'"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Ootamatu silt '%s', oodati silti '%s'"
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "'%2$s' on ootamatu silt '%1$s'"
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
+#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "Andmekataloogidest ei leitud korrektset järjehoidjafaili"
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI-le '%s' on juba järjehoidja olemas"
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI-le '%s' ei leitud järjehoidjat"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s' järjehoidjas pole MIME tüüpe määratud"
-#: ../glib/gbookmarkfile.c:2444
+#: glib/gbookmarkfile.c:2444
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s' järjehoidjas pole privaatlippu kirjeldatud"
-#: ../glib/gbookmarkfile.c:2823
+#: glib/gbookmarkfile.c:2823
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s' järjehoidjas pole gruppe määratud"
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Rakendus nimega '%s' pole '%s' kohta järjehoidjat registreerinud"
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Tõrge rea '%s' käivitamisel koos URI-ga '%s'"
-#: ../glib/gconvert.c:424 ../glib/gconvert.c:502 ../glib/giochannel.c:1148
+#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Teisendamine koodistikust '%s' koodistikku '%s' ei ole toetatud"
-#: ../glib/gconvert.c:428 ../glib/gconvert.c:506
+#: glib/gconvert.c:428 glib/gconvert.c:506
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Konverterit '%s'-st '%s'-ks pole võimalik avada"
-#: ../glib/gconvert.c:622 ../glib/gconvert.c:1011 ../glib/giochannel.c:1320
-#: ../glib/giochannel.c:1362 ../glib/giochannel.c:2204 ../glib/gutf8.c:949
-#: ../glib/gutf8.c:1398
+#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
+#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gutf8.c:1399
+#, c-format
msgid "Invalid byte sequence in conversion input"
msgstr "Vigane baidijada sisendi teisendamisel"
-#: ../glib/gconvert.c:628 ../glib/gconvert.c:938 ../glib/giochannel.c:1327
-#: ../glib/giochannel.c:2216
+#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
+#: glib/giochannel.c:2216
#, c-format
msgid "Error during conversion: %s"
msgstr "Viga teisendamisel: %s"
-#: ../glib/gconvert.c:663 ../glib/gutf8.c:945 ../glib/gutf8.c:1149
-#: ../glib/gutf8.c:1290 ../glib/gutf8.c:1394
+#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gutf8.c:1395
+#, c-format
msgid "Partial character sequence at end of input"
msgstr "Osaline märgijada sisendi lõpus"
-#: ../glib/gconvert.c:913
+#: glib/gconvert.c:913
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Taandresiimi '%s' pole võimalik teisendada kooditabelisse '%s'"
-#: ../glib/gconvert.c:1727
+#: glib/gconvert.c:1727
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' ei ole failiskeemi (\"file\") jaoks absoluutne URI"
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Kohaliku faili URI '%s' ei või sisaldada märki '#'"
-#: ../glib/gconvert.c:1754
+#: glib/gconvert.c:1754
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' on vigane"
-#: ../glib/gconvert.c:1766
+#: glib/gconvert.c:1766
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI '%s' hostinimi on vigane"
-#: ../glib/gconvert.c:1782
+#: glib/gconvert.c:1782
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' sisaldab vigaseid paomärke"
-#: ../glib/gconvert.c:1877
+#: glib/gconvert.c:1877
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Rajanimi '%s' ei ole absoluutne rada"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
+#, c-format
msgid "Invalid hostname"
msgstr "Vigane hostinimi"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Viga kataloogi '%s' avamisel: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ei saa eraldada %lu faili \"%s\" lugemiseks"
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Viga failist '%s' lugemisel: %s"
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Tõrge failist '%s' lugemisel: %s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Tõrge faili '%s' avamisel: %s"
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Tõrge faili '%s' atribuutide saamisel: fstat() nurjus: %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Tõrge faili '%s' avamisel: fdopen() nurjus: %s"
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Tõrge faili '%s' ümbernimetamisel nimega '%s': g_rename() nurjus: %s"
-#: ../glib/gfileutils.c:931 ../glib/gfileutils.c:1389
+#: glib/gfileutils.c:931 glib/gfileutils.c:1389
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Tõrge faili '%s' loomisel: %s"
-#: ../glib/gfileutils.c:945
+#: glib/gfileutils.c:945
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Tõrge faili '%s' avamisel kirjutamiseks: fdopen() nurjus: %s"
-#: ../glib/gfileutils.c:970
+#: glib/gfileutils.c:970
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Tõrge faili '%s' kirjutamisel: fwrite() nurjus: %s"
-#: ../glib/gfileutils.c:989
+#: glib/gfileutils.c:989
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Tõrge faili '%s' sulgemisel: fclose() nurjus: %s"
-#: ../glib/gfileutils.c:1107
+#: glib/gfileutils.c:1107
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Olemasolevat faili '%s' pole võimalik eemaldada: g_unlink() nurjus: %s"
-#: ../glib/gfileutils.c:1351
+#: glib/gfileutils.c:1351
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Mall '%s' vigane, see ei tohiks sisaldada '%s'"
-#: ../glib/gfileutils.c:1364
+#: glib/gfileutils.c:1364
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Mall '%s' ei sisalda XXXXXX-i"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Tõrge nimeviida '%s' lugemisel: %s"
-#: ../glib/gfileutils.c:1860
+#: glib/gfileutils.c:1860
+#, c-format
msgid "Symbolic links not supported"
msgstr "Nimeviidad ei ole toetatud"
-#: ../glib/giochannel.c:1152
+#: glib/giochannel.c:1152
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Konverterit '%s'-st '%s'-ks pole võimalik avada: %s"
-#: ../glib/giochannel.c:1497
+#: glib/giochannel.c:1497
+#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Ei saa teostada toorest lugemise g_io_channel_read_line_string'i sees"
-#: ../glib/giochannel.c:1544 ../glib/giochannel.c:1801
-#: ../glib/giochannel.c:1887
+#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "Lugemispuhvrisse jäi teisendamata andmeid"
-#: ../glib/giochannel.c:1624 ../glib/giochannel.c:1701
+#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#, c-format
msgid "Channel terminates in a partial character"
msgstr "Kanali katkestus poole märgi pealt"
-#: ../glib/giochannel.c:1687
+#: glib/giochannel.c:1687
+#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Ei saa teostada toorest lugemise g_io_channel_read_to_end'i sees"
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "Tõrge faili '%s' avamisel: open() nurjus: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Tõrge faili '%s' avamisel: mmap() nurjus: %s"
-#: ../glib/gmarkup.c:226
+#: glib/gmarkup.c:226
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Viga real %d märgil %d: %s"
-#: ../glib/gmarkup.c:324
+#: glib/gmarkup.c:324
#, c-format
msgid "Error on line %d: %s"
msgstr "Viga real %d: %s"
-#: ../glib/gmarkup.c:428
+#: glib/gmarkup.c:428
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Avastati tühi olem '&'; lubatud olemid on: &amp; &quot; &lt; &gt; &apos;"
-#: ../glib/gmarkup.c:438
+#: glib/gmarkup.c:438
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -301,17 +309,17 @@ msgstr ""
"Märk '%s' ei ole olemi nime alguses lubatud. Märk & alustab olemit, kui see "
"ampersand pole mõeldud olemiks, märgi see kui &amp;"
-#: ../glib/gmarkup.c:472
+#: glib/gmarkup.c:472
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Märk '%s' ei ole olemi nimes lubatud"
-#: ../glib/gmarkup.c:509
+#: glib/gmarkup.c:509
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Olemi nimi '%s' on tuntmatu"
-#: ../glib/gmarkup.c:520
+#: glib/gmarkup.c:520
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -319,7 +327,7 @@ msgstr ""
"Olem ei lõppenud semikooloniga; kõige tõenäolisemalt ei kavatsenud sa "
"ampersandi kasutades olemit alustada - märgi see kui &amp;"
-#: ../glib/gmarkup.c:573
+#: glib/gmarkup.c:573
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -328,16 +336,16 @@ msgstr ""
"Viga '%-.*s' parsimisel. See võiks olla märgiviites olev number (näiteks "
"&#234;) - võibolla on number liiga suur"
-#: ../glib/gmarkup.c:598
+#: glib/gmarkup.c:598
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Märgiviide '%-.*s' ei teisendu lubatud märgiks"
-#: ../glib/gmarkup.c:613
+#: glib/gmarkup.c:613
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tühi märgiviide, see peaks sisaldama numbrit, näiteks &#454;"
-#: ../glib/gmarkup.c:623
+#: glib/gmarkup.c:623
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -346,23 +354,23 @@ msgstr ""
"Märgiviide ei lõpe semikooloniga. Enamasti kasutatakse ampersand märki ilma "
"kavatsuseta olemit alustada - märgi see kui &amp;"
-#: ../glib/gmarkup.c:709
+#: glib/gmarkup.c:709
msgid "Unfinished entity reference"
msgstr "Lõpetamata viide olemile"
-#: ../glib/gmarkup.c:715
+#: glib/gmarkup.c:715
msgid "Unfinished character reference"
msgstr "Lõpetamata viide märgile"
-#: ../glib/gmarkup.c:958 ../glib/gmarkup.c:986 ../glib/gmarkup.c:1022
+#: glib/gmarkup.c:958 glib/gmarkup.c:986 glib/gmarkup.c:1022
msgid "Invalid UTF-8 encoded text"
msgstr "Vigaselt kodeeritud UTF-8 tekst"
-#: ../glib/gmarkup.c:1058
+#: glib/gmarkup.c:1058
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument peab algama elemendiga (nt: <book>)"
-#: ../glib/gmarkup.c:1098
+#: glib/gmarkup.c:1098
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -370,7 +378,7 @@ msgid ""
msgstr ""
"Märk '%s' ei ole märgi '<' järel lubatud, see võib mitte olla elemendi nimi"
-#: ../glib/gmarkup.c:1162
+#: glib/gmarkup.c:1162
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -378,7 +386,7 @@ msgid ""
msgstr ""
"Veider märk '%s', oodatakse '>' märki, et lõpetada elemendi '%s' algussilti"
-#: ../glib/gmarkup.c:1251
+#: glib/gmarkup.c:1251
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -386,7 +394,7 @@ msgstr ""
"Veider märk '%s', oodatakse '=' märki peale elemendi '%s' tunnust nimega '%"
"s' "
-#: ../glib/gmarkup.c:1293
+#: glib/gmarkup.c:1293
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -397,7 +405,7 @@ msgstr ""
"sildi algust või lõppu, ühe võimalusena ka atribuuti. Võib-olla kasutad sa "
"atribuudi nimes vigast märki?"
-#: ../glib/gmarkup.c:1382
+#: glib/gmarkup.c:1382
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -406,7 +414,7 @@ msgstr ""
"Veider märk '%s', oodatakse võrdusmärgi järel tulevat jutumärki, mis aitaks "
"atribuudile '%s' väärtust seada (element '%s')"
-#: ../glib/gmarkup.c:1527
+#: glib/gmarkup.c:1527
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -415,7 +423,7 @@ msgstr ""
"Märk '%s' ei ole märkide '</' järel lubatud, '%s' võib mitte olla elemendi "
"nimi"
-#: ../glib/gmarkup.c:1567
+#: glib/gmarkup.c:1567
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -424,25 +432,25 @@ msgstr ""
"Märk '%s' ei ole lubatud märk elemendi '%s' nime sulgemise järel, lubatud "
"märk on '>'"
-#: ../glib/gmarkup.c:1578
+#: glib/gmarkup.c:1578
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' on suletud, avatud elemente ei ole"
-#: ../glib/gmarkup.c:1587
+#: glib/gmarkup.c:1587
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' on suletud, kuid praegu avatud element on '%s'"
-#: ../glib/gmarkup.c:1753
+#: glib/gmarkup.c:1753
msgid "Document was empty or contained only whitespace"
msgstr "Dokument on tühi või sisaldab ainult tühja ruumi"
-#: ../glib/gmarkup.c:1767
+#: glib/gmarkup.c:1767
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument lõppes ootamatult ilma avatud nurksulgu '<' sulgemata"
-#: ../glib/gmarkup.c:1775 ../glib/gmarkup.c:1819
+#: glib/gmarkup.c:1775 glib/gmarkup.c:1819
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -451,7 +459,7 @@ msgstr ""
"Dokument lõppes ootamatult ilma, et avatud elemente sulgemata - '%s' oli "
"viimane avatud element"
-#: ../glib/gmarkup.c:1783
+#: glib/gmarkup.c:1783
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -460,19 +468,19 @@ msgstr ""
"Dokument lõppes ootamatult, sildi <%s/> lõpetamiseks loodetakse näha "
"nurksulgu"
-#: ../glib/gmarkup.c:1789
+#: glib/gmarkup.c:1789
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument lõppes ootamatult elemendi nime sees"
-#: ../glib/gmarkup.c:1794
+#: glib/gmarkup.c:1794
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument lõppes ootamatult atribuudi nime sees"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument lõppes ootamatult elemendi avamise sildi sees"
-#: ../glib/gmarkup.c:1805
+#: glib/gmarkup.c:1805
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -480,202 +488,205 @@ msgstr ""
"Dokument lõppes ootamatult peale atribuudi nime järel olevat võrdusmärki, "
"atribuudu väärtus on puudu"
-#: ../glib/gmarkup.c:1812
+#: glib/gmarkup.c:1812
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument lõppes ootamatult keset attribuudi väärtust"
-#: ../glib/gmarkup.c:1827
+#: glib/gmarkup.c:1827
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokument lõppes ootamatult elementi '%s' sulgemissildi sees"
-#: ../glib/gmarkup.c:1833
+#: glib/gmarkup.c:1833
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokument lõppes ootamatult kommentaaride või töötlemis juhiste sees"
-#: ../glib/gregex.c:130
+#: glib/gregex.c:126
msgid "corrupted object"
msgstr "rikutud objekt"
-#: ../glib/gregex.c:132
+#: glib/gregex.c:128
msgid "internal error or corrupted object"
msgstr "sisemine viga või rikutud objekt"
-#: ../glib/gregex.c:134
+#: glib/gregex.c:130
msgid "out of memory"
msgstr "mälu lõppes"
-#: ../glib/gregex.c:139
+#: glib/gregex.c:135
msgid "backtracking limit reached"
msgstr ""
-#: ../glib/gregex.c:151 ../glib/gregex.c:159
+#: glib/gregex.c:147 glib/gregex.c:155
msgid "the pattern contains items not supported for partial matching"
msgstr ""
"muster sisaldab osasid, mis pole osalise vastavuse otsingu puhul toetatud"
-#: ../glib/gregex.c:153
+#: glib/gregex.c:149
msgid "internal error"
msgstr "sisemine viga"
-#: ../glib/gregex.c:161
+#: glib/gregex.c:157
msgid "back references as conditions are not supported for partial matching"
msgstr ""
-#: ../glib/gregex.c:170
+#: glib/gregex.c:166
msgid "recursion limit reached"
msgstr ""
-#: ../glib/gregex.c:172
+#: glib/gregex.c:168
msgid "workspace limit for empty substrings reached"
msgstr ""
-#: ../glib/gregex.c:174
+#: glib/gregex.c:170
msgid "invalid combination of newline flags"
msgstr ""
-#: ../glib/gregex.c:178
+#: glib/gregex.c:174
msgid "unknown error"
msgstr "tundmatu viga"
-#: ../glib/gregex.c:278 ../glib/gregex.c:1226
+#: glib/gregex.c:315 glib/gregex.c:1343
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Viga regulaaravaldise %s vastavuse otsimisel: %s"
-#: ../glib/gregex.c:752
+#: glib/gregex.c:874
msgid "PCRE library is compiled without UTF8 support"
msgstr "PCRE teek on kompileeritud ilma UTF8 toeta"
-#: ../glib/gregex.c:761
+#: glib/gregex.c:883
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "PCRE teek on kompileeritud ilma UTF8 omaduste toeta"
-#: ../glib/gregex.c:806
+#: glib/gregex.c:928
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Viga regulaaravaldise %s kompileerimisel %d. märgi juures: %s"
-#: ../glib/gregex.c:828
+#: glib/gregex.c:950
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Viga regulaaravaldise %s optimeerimisel: %s"
-#: ../glib/gregex.c:1652
+#: glib/gregex.c:1769
msgid "hexadecimal digit or '}' expected"
msgstr "oodati kuueteistkümnendsüsteemi numbrit või '}' märki"
-#: ../glib/gregex.c:1668
+#: glib/gregex.c:1785
msgid "hexadecimal digit expected"
msgstr "oodati kuueteistkümnendsüsteemi numbrit"
-#: ../glib/gregex.c:1708
+#: glib/gregex.c:1825
msgid "missing '<' in symbolic reference"
msgstr ""
-#: ../glib/gregex.c:1717
+#: glib/gregex.c:1834
msgid "unfinished symbolic reference"
msgstr ""
-#: ../glib/gregex.c:1724
+#: glib/gregex.c:1841
msgid "zero-length symbolic reference"
msgstr ""
-#: ../glib/gregex.c:1735
+#: glib/gregex.c:1852
msgid "digit expected"
msgstr "oodati numbrit"
-#: ../glib/gregex.c:1753
+#: glib/gregex.c:1870
msgid "illegal symbolic reference"
msgstr ""
-#: ../glib/gregex.c:1815
+#: glib/gregex.c:1932
msgid "stray final '\\'"
msgstr ""
-#: ../glib/gregex.c:1819
+#: glib/gregex.c:1936
msgid "unknown escape sequence"
msgstr "tundmatu paojada"
-#: ../glib/gregex.c:1829
+#: glib/gregex.c:1946
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Viga asendusteksti \"%s\" parsimisel märgi %lu kohal: %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
+#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Tsiteeritav tekst ei alga jutumärgiga"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
+#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Vastavuseta jutumärk käsureal või kestprogrammi tsiteeritud tekstis"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Tekst lõppes pärast '\\' märki. (Tekst on '%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 "Tekst lõppes enne kui leiti vastav jutumärk %c jaoks. (Tekst oli '%s')"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
+#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "Tekst puudus (või sisaldas ainult tühja ruumi)"
-#: ../glib/gspawn-win32.c:272
+#: glib/gspawn-win32.c:272
+#, c-format
msgid "Failed to read data from child process"
msgstr "Tõrge andmete lugemisel alamprotsessilt"
-#: ../glib/gspawn-win32.c:287 ../glib/gspawn.c:1395
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1395
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Tõrge toru loomisel alamprotsessiga suhtlemiseks (%s)"
-#: ../glib/gspawn-win32.c:325 ../glib/gspawn.c:1059
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1059
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Tõrge alamprotsessi torust lugemisel (%s)"
-#: ../glib/gspawn-win32.c:351 ../glib/gspawn.c:1264
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1264
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Tõrge kataloogi '%s' muutmisel (%s)"
-#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:481
+#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:481
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Tõrge alamprotsessi käivitamisel (%s)"
-#: ../glib/gspawn-win32.c:428
+#: glib/gspawn-win32.c:428
#, c-format
msgid "Invalid program name: %s"
msgstr "Vigane programmi nimi: %s"
-#: ../glib/gspawn-win32.c:438 ../glib/gspawn-win32.c:678
-#: ../glib/gspawn-win32.c:1218
+#: glib/gspawn-win32.c:438 glib/gspawn-win32.c:678 glib/gspawn-win32.c:1218
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Vigane string argumendivektoris %d: %s"
-#: ../glib/gspawn-win32.c:449 ../glib/gspawn-win32.c:692
-#: ../glib/gspawn-win32.c:1251
+#: glib/gspawn-win32.c:449 glib/gspawn-win32.c:692 glib/gspawn-win32.c:1251
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Vigane string keskkonnamuutujates: %s"
-#: ../glib/gspawn-win32.c:674 ../glib/gspawn-win32.c:1199
+#: glib/gspawn-win32.c:674 glib/gspawn-win32.c:1199
#, c-format
msgid "Invalid working directory: %s"
msgstr "Vigane töökataloog: %s"
-#: ../glib/gspawn-win32.c:738
+#: glib/gspawn-win32.c:738
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Tõrge abiprogrammi käivitamisel (%s)"
-#: ../glib/gspawn-win32.c:938
+#: glib/gspawn-win32.c:938
+#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -683,137 +694,143 @@ msgstr ""
"Ootamatu viga, kui g_io_channel_win32_poll() funktsioon luges "
"lapsprotsessilt andmeid"
-#: ../glib/gspawn.c:175
+#: glib/gspawn.c:175
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Tõrge andmete lugemisel alamprotsessilt (%s)"
-#: ../glib/gspawn.c:307
+#: glib/gspawn.c:307
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Ootamatu funktsiooni select() viga andmete lugemisel alamprotsessilt (%s)"
-#: ../glib/gspawn.c:390
+#: glib/gspawn.c:390
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Ootamatu viga funktsioonis waitpid() (%s)"
-#: ../glib/gspawn.c:1124
+#: glib/gspawn.c:1124
#, c-format
msgid "Failed to fork (%s)"
msgstr "Viga poolitamisel funktsiooniga fork() (%s)"
-#: ../glib/gspawn.c:1274
+#: glib/gspawn.c:1274
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Tõrge alamprotsessi \"%s\" käivitamisel (%s)"
-#: ../glib/gspawn.c:1284
+#: glib/gspawn.c:1284
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Tõrge alamprotsessi sisendi või väljundi ümbersuunamisel (%s)"
-#: ../glib/gspawn.c:1293
+#: glib/gspawn.c:1293
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Tõrge alamprotsessi poolitamisel funktsiooniga fork() (%s)"
-#: ../glib/gspawn.c:1301
+#: glib/gspawn.c:1301
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Tundmatu viga alamprotsessi \"%s\" käivitamisel"
-#: ../glib/gspawn.c:1323
+#: glib/gspawn.c:1323
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Tõrge piisavate andmete lugemisel lapsprotsessi torust (%s)"
-#: ../glib/gutf8.c:1023
+#: glib/gutf8.c:1024
+#, c-format
msgid "Character out of range for UTF-8"
msgstr "Märk on väljaspool UTF-8 ulatust"
-#: ../glib/gutf8.c:1117 ../glib/gutf8.c:1126 ../glib/gutf8.c:1258
-#: ../glib/gutf8.c:1267 ../glib/gutf8.c:1408 ../glib/gutf8.c:1504
+#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268
+#: glib/gutf8.c:1409 glib/gutf8.c:1505
+#, c-format
msgid "Invalid sequence in conversion input"
msgstr "Vigane jada sisendi teisendamisel"
-#: ../glib/gutf8.c:1419 ../glib/gutf8.c:1515
+#: glib/gutf8.c:1420 glib/gutf8.c:1516
+#, c-format
msgid "Character out of range for UTF-16"
msgstr "Märk on väljaspool UTF-16 ulatust"
-#: ../glib/goption.c:572
+#: glib/goption.c:572
msgid "Usage:"
msgstr "Kasutamine:"
-#: ../glib/goption.c:572
+#: glib/goption.c:572
msgid "[OPTION...]"
msgstr "[VÕTI...]"
-#: ../glib/goption.c:676
+#: glib/goption.c:676
msgid "Help Options:"
msgstr "Abiteabe võtmed:"
-#: ../glib/goption.c:677
+#: glib/goption.c:677
msgid "Show help options"
msgstr "Abiteabe võtmete näitamine"
-#: ../glib/goption.c:683
+#: glib/goption.c:683
msgid "Show all help options"
msgstr "Kõikide abiteabe võtmete näitamine"
-#: ../glib/goption.c:735
+#: glib/goption.c:735
msgid "Application Options:"
msgstr "Rakenduse võtmed:"
-#: ../glib/goption.c:796 ../glib/goption.c:866
+#: glib/goption.c:796 glib/goption.c:866
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "Täisarvulist väärtust '%s' pole võimalik %s jaoks parsida"
-#: ../glib/goption.c:806 ../glib/goption.c:874
+#: glib/goption.c:806 glib/goption.c:874
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "Täisarv '%s' %s jaoks on väljaspool lubatud piire"
-#: ../glib/goption.c:831
+#: glib/goption.c:831
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Arvväärtust '%s' pole võimalik %s jaoks parsida"
-#: ../glib/goption.c:839
+#: glib/goption.c:839
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "Arv '%s' %s jaoks on väljaspool lubatud piire"
-#: ../glib/goption.c:1176
+#: glib/goption.c:1176
#, c-format
msgid "Error parsing option %s"
msgstr "Viga võtme parsimisel: %s"
-#: ../glib/goption.c:1207 ../glib/goption.c:1318
+#: glib/goption.c:1207 glib/goption.c:1318
#, c-format
msgid "Missing argument for %s"
msgstr "Puuduv argument %s'i jaoks"
-#: ../glib/goption.c:1713
+#: glib/goption.c:1713
#, c-format
msgid "Unknown option %s"
msgstr "Tundmatu võti %s"
-#: ../glib/gkeyfile.c:341
+#: glib/gkeyfile.c:341
+#, c-format
msgid "Valid key file could not be found in search dirs"
msgstr "Sobivat võtmefaili pole võimalik otsingukataloogidest leida"
-#: ../glib/gkeyfile.c:376
+#: glib/gkeyfile.c:376
+#, c-format
msgid "Not a regular file"
msgstr "Pole tavaline fail"
-#: ../glib/gkeyfile.c:384
+#: glib/gkeyfile.c:384
+#, c-format
msgid "File is empty"
msgstr "Fail on tühi"
-#: ../glib/gkeyfile.c:746
+#: glib/gkeyfile.c:746
#, c-format
msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -821,49 +838,50 @@ msgstr ""
"Võtmefail sisaldab rida '%s', mis ei ole võti-väärtus paar, grupp ega ka "
"kommentaar"
-#: ../glib/gkeyfile.c:806
+#: glib/gkeyfile.c:806
#, c-format
msgid "Invalid group name: %s"
msgstr "Vigane grupi nimi: %s"
-#: ../glib/gkeyfile.c:828
+#: glib/gkeyfile.c:828
+#, c-format
msgid "Key file does not start with a group"
msgstr "Võtmefail ei alga grupiga"
-#: ../glib/gkeyfile.c:854
+#: glib/gkeyfile.c:854
#, c-format
msgid "Invalid key name: %s"
msgstr "Vigane võtme nimi: %s"
-#: ../glib/gkeyfile.c:881
+#: glib/gkeyfile.c:881
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Võtmefail sisaldab toetamata kodeeringut '%s'"
-#: ../glib/gkeyfile.c:1094 ../glib/gkeyfile.c:1253 ../glib/gkeyfile.c:2455
-#: ../glib/gkeyfile.c:2521 ../glib/gkeyfile.c:2640 ../glib/gkeyfile.c:2775
-#: ../glib/gkeyfile.c:2928 ../glib/gkeyfile.c:3108 ../glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
+#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
+#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Võtmefail ei sisalda gruppi '%s'"
-#: ../glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1265
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Võtmefail ei sisalda võtit '%s'"
-#: ../glib/gkeyfile.c:1367 ../glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr ""
"Võtmefail sisaldab võtit '%s', mille väärtus '%s' pole UTF-8 kodeeringus"
-#: ../glib/gkeyfile.c:1387 ../glib/gkeyfile.c:1497 ../glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "Võtmefail sisaldab võtit '%s', mille väärtus pole võimalik kasutada."
-#: ../glib/gkeyfile.c:2078 ../glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -872,36 +890,37 @@ msgstr ""
"Võtmefail sisaldab võtit '%s' grupis '%s' aga selle väärtust pole võimalik "
"kasutada"
-#: ../glib/gkeyfile.c:2470 ../glib/gkeyfile.c:2655 ../glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Võtmefail ei sisalda võtit '%s' grupis '%s'"
-#: ../glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3415
+#, c-format
msgid "Key file contains escape character at end of line"
msgstr "Võtmefail sisaldab rea lõpus paomärki"
-#: ../glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3437
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Võtmefail sisaldab vigast paojada '%s'"
-#: ../glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3579
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Väärtust '%s' pole võimalik numbrilise väärtusena kasutada."
-#: ../glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3593
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Täisarvu väärtus '%s' on väljaspool lubatud piire"
-#: ../glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3626
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Väärtust '%s' pole võimalik ujukomalise väärtusena kasutada."
-#: ../glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3650
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Väärtust '%s' pole võimalik tõeväärtusena kasutada."
diff --git a/po/eu.po b/po/eu.po
index 481ee3033..649ab24d2 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: eu\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-08-08 09:50+0000\n"
"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>\n"
"Language-Team: Basque <itzulpena@euskalgnu.org>\n"
diff --git a/po/fa.po b/po/fa.po
index 68015764e..b6c17fdd6 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-09-04 18:36+0330\n"
"Last-Translator: Roozbeh Pournader <roozbeh@farsiweb.info>\n"
"Language-Team: Persian\n"
diff --git a/po/fi.po b/po/fi.po
index a8a68619a..10a3e5dfe 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-08-09 15:58+0300\n"
"Last-Translator: Ilkka Tuohela <hile@iki.fi>\n"
"Language-Team: Finnish <gnome-fi-laatu@lists.sourceforge.net>\n"
diff --git a/po/fr.po b/po/fr.po
index 47dfdf817..acd6ceacb 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.12.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-08-26 16:53+0200\n"
"Last-Translator: Robert-André Mauchin <zebob.m@gmail.com>\n"
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
diff --git a/po/ga.po b/po/ga.po
index 891a7673e..21cb530ee 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2004-03-08 21:28+0000\n"
"Last-Translator: Alastair McKinstry <mckinstry@debian.org>\n"
"Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
diff --git a/po/gl.po b/po/gl.po
index fcec399c1..69adebca2 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gl\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2007-05-19 17:21+0200\n"
"Last-Translator: Ignacio Casal Quinteiro <icq@cvs.gnome.org>\n"
"Language-Team: Galego <proxecto@trasno.net>\n"
diff --git a/po/gu.po b/po/gu.po
index a3073c72e..22f5d2222 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.gu\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-08-07 10:11+0530\n"
"Last-Translator: Ankit Patel <ankit644@yahoo.com>\n"
"Language-Team: Gujarati <indianoss-gujarati@lists.sourceforge.net>\n"
diff --git a/po/he.po b/po/he.po
index dd14a3171..b03faacbf 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-04-27 18:48+0300\n"
"Last-Translator: Yair Hershkovitz <yairhr@gmail.com>\n"
"Language-Team: Hebrew <he@li.org>\n"
diff --git a/po/hi.po b/po/hi.po
index 03ef926ee..4df0a9b6d 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-06-20 14:14+0530\n"
"Last-Translator: Rajesh Ranjan <rranjan@redhat.com>\n"
"Language-Team: Hindi <fedora-trans-hi@redhat.com>\n"
diff --git a/po/hr.po b/po/hr.po
index 11898145b..6260e16c0 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2004-03-13 13:03+CET\n"
"Last-Translator: auto\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
diff --git a/po/hu.po b/po/hu.po
index eeb9d7dd7..cfc3a0ce2 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-08-26 13:25+0200\n"
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
"Language-Team: Hungarian <gnome@gnome.hu>\n"
diff --git a/po/hy.po b/po/hy.po
index 73971cfa7..b1de84a4d 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-03-03 16:24+0000\n"
"Last-Translator: Norayr Chilingaryan <norik@freenet.am>\n"
"Language-Team: Armenian <norik@freenet.am>\n"
diff --git a/po/id.po b/po/id.po
index 7837db783..05bae0c7b 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2005-08-30 22:41+0300\n"
"Last-Translator: Mohammad DAMT <mdamt@bisnisweb.com>\n"
"Language-Team: Indonesia <sukarelawan@gnome.linux.or.id>\n"
diff --git a/po/is.po b/po/is.po
index 8cdb1d799..84a5f45e1 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2003-08-18 18:05+0000\n"
"Last-Translator: Richard Allen <ra@ra.is>\n"
"Language-Team: is <is@li.org>\n"
diff --git a/po/it.po b/po/it.po
index 71869618f..1bee90f9e 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.12.x\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2007-01-08 11:19+0100\n"
"Last-Translator: Luca Ferretti <elle.uca@libero.it>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
diff --git a/po/ja.po b/po/ja.po
index 6aea65862..2abcec488 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-08-16 23:05+0900\n"
"Last-Translator: Satoru SATOH <ss@gnome.gr.jp>\n"
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
diff --git a/po/ka.po b/po/ka.po
index cb2d61cbf..beba1667f 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.9.6\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-04-10 04:12+0200\n"
"Last-Translator: Gia Shervashidze <giasher@telenet.ge>\n"
"Language-Team: Georgian <ka@li.org>\n"
diff --git a/po/ko.po b/po/ko.po
index a22eb7f7e..4b74a2e60 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.11.4\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-08-11 22:41+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: GNOME Korea <gnome-kr-hackers@lists.kldp.net>\n"
diff --git a/po/ku.po b/po/ku.po
index 93330c4fe..7d30fe7ce 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-04-20 17:33+0000\n"
"Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com>\n"
"Language-Team: Kurdish <gnu-ku-wergerandin@lists.sourceforge.net>\n"
diff --git a/po/lt.po b/po/lt.po
index be0cac9fc..8488c016d 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2007-02-22 01:56+0200\n"
"Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n"
"Language-Team: Lithuanian <gnome-lt@lists.akl.lt>\n"
diff --git a/po/lv.po b/po/lv.po
index 7b8a53924..306aa9e01 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2002-12-19 01:04+0200\n"
"Last-Translator: Artis Trops <hornet@navigator.lv>\n"
"Language-Team: Latvian <ll10nt@os.lv>\n"
diff --git a/po/mg.po b/po/mg.po
index acc84cacc..cf9ce2d56 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2007-03-03 19:00+0300\n"
"Last-Translator: Fanomezana Rajaonarisoa <fano@isvtec.com>\n"
"Language-Team: MALAGASY <i18n-malagasy-gnome@gna.org>\n"
diff --git a/po/mk.po b/po/mk.po
index dc7871e84..aa99ed0fc 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.glib-2-12\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2007-03-06 10:41+0100\n"
"Last-Translator: Arangel Angov <arangel@linux.net.mk>\n"
"Language-Team: Macedonian <ossm-members@hedona.on.net.mk>\n"
diff --git a/po/ml.po b/po/ml.po
index ec7af2e33..105ef82dd 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-08-20 08:08+0530\n"
"Last-Translator: Ani Peter <apeter@redhat.com>\n"
"Language-Team: Malayalam\n"
diff --git a/po/mn.po b/po/mn.po
index 761f23275..0898efcbb 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2005-05-30 01:07-0800\n"
"Last-Translator: Бадрал <badral@openmn.org>\n"
"Language-Team: Mongolian <openmn-translation@lists.sf.net>\n"
diff --git a/po/ms.po b/po/ms.po
index 101f3204d..f5ad6e31e 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2004-02-03 02:11+0730\n"
"Last-Translator: Hasbullah Bin Pit <sebol@my-penguin.org>\n"
"Language-Team: Projek Gabai <gabai-penyumbang@lists.sourceforge.org>\n"
diff --git a/po/nb.po b/po/nb.po
index 06d68b9b3..f3875db74 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.13.x\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2007-06-04 12:53+0200\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian bokmal <i18n-nb@lister.ping.uio.no>\n"
diff --git a/po/ne.po b/po/ne.po
index d05aa365b..b58d222ff 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-04-27 00:00+0545\n"
"Last-Translator: Shyam Krishna Bal <shyamkrishna_bal@yahoo.com>\n"
"Language-Team: Nepali <info@mpp.org.np>\n"
diff --git a/po/nl.po b/po/nl.po
index 0aa7f03f5..2f8eb7c4a 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib (HEAD)\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-08-09 00:29+0200 \n"
"Last-Translator: Tino Meinen <a.t.meinen@chello.nl>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
diff --git a/po/nn.po b/po/nn.po
index 09f5a5969..091b9d3d2 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: nn\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-09-02 14:30+0200\n"
"Last-Translator: Åsmund Skjæveland <aasmunds@fys.uio.no>\n"
"Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n"
diff --git a/po/or.po b/po/or.po
index 37c7705be..005f045b8 100644
--- a/po/or.po
+++ b/po/or.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.or\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-07 03:31+0100\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2007-06-11 18:17+0530\n"
"Last-Translator: Subhransu Behera <arya_subhransu@yahoo.co.in>\n"
"Language-Team: Oriya <oriya-group@lists.sarovar.org>\n"
@@ -18,278 +18,288 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: Plural-Forms: nplurals=2; plural=(n!=1);\n\n"
+"Plural-Forms: Plural-Forms: nplurals=2; plural=(n!=1);\n"
+"\n"
"\n"
"\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "'%s' ର ଗୁଣ '%s' ଉପାଦାନ ପାଇଁ ଅପ୍ରତ୍ଯାଶିତ ଅଟେ"
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "'%s' ଗୁଣକୁ '%s' ଉପାଦାନ ପାଇଁ ଖୋଜି ପାରିଲା ନାହିଁ"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "ଅପ୍ରତ୍ଯାଶିିତ '%s' ସୂଚକ, '%s' ସୂଚକକୁ ଆଶା କରାଯାଉଥିଲା"
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "ଅପ୍ରତ୍ଯାଶିିତ '%s' ସୂଚକଟି '%s' ମଧ୍ଯରେ ଅଛି"
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
+#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "ତଥ୍ଯ ଡିରେକ୍ଟୋରି ମାନଙ୍କରେ କୌଣସି ବୈଧ ଚିହ୍ନିତ ସ୍ଥାନ ମିଳିଲା ନାହିଁ"
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "'%s' ୟୁ.ଆର.ଆଇ. ପାଇଁ ଗୋଟିଏ ବୁକ୍ ମାର୍କ ପୂର୍ବରୁ ଅବସ୍ଥିତ ଅଛି"
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "'%s' ୟୁ.ଆର.ଆଇ. ପାଇଁ କୌଣସି ବୁକ୍ ମାର୍କ ମିଳିଲା ନାହିଁ"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "'%s' ୟୁ.ଆର.ଆଇ. ପାଇଁ ବୁକ୍ ମାର୍କରେ କୌଣସି MIME ପ୍ରକାରକୁ ବ୍ଯାଖ୍ଯା କରାଯାଇ ନାହିଁ"
-#: ../glib/gbookmarkfile.c:2444
+#: glib/gbookmarkfile.c:2444
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "'%s' ୟୁ.ଆର.ଆଇ. ପାଇଁ ବୁକ୍ ମାର୍କରେ କୌଣସି ଗୁପ୍ତ ଚିହ୍ନକକୁ ବ୍ଯାଖ୍ଯା କରାଯାଇ ନାହିଁ"
-#: ../glib/gbookmarkfile.c:2823
+#: glib/gbookmarkfile.c:2823
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "'%s' ୟୁ.ଆର.ଆଇ. ପାଇଁ ବୁକ୍ ମାର୍କରେ କୈଣସି ସମୂହକୁ ସେଟ କରାଯାଇ ନାହିଁ"
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' ନାମରେ ନାମିତ କୌଣସି ପ୍ରୟୋଗ '%s' ପାଇଁ ଗୋଟିଏ ବୁକ୍ ମାର୍କକୁ ପଞ୍ଜିକ୍ରୁତ କରିନାହିଁ"
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "'%s' ୟୁ.ଆର.ଆଇ. ସହିତ '%s' ନିଷ୍ପାଦନ ଧାଡିକୁ ବର୍ଦ୍ଧନ କରିବାରେ ବିଫଳ"
-#: ../glib/gconvert.c:424 ../glib/gconvert.c:502 ../glib/giochannel.c:1148
+#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "ଅକ୍ଷର ସେଟ୍ '%s'କୁ '%s'େର ରୂପାନ୍ତରିତ କରିବା ଅସହାୟକ"
-#: ../glib/gconvert.c:428 ../glib/gconvert.c:506
+#: glib/gconvert.c:428 glib/gconvert.c:506
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s'ରୁ '%s'ର ରୁପାନ୍ତରକ ଖୋଲି ହେଲା ନାହିଁ"
-#: ../glib/gconvert.c:622 ../glib/gconvert.c:1011 ../glib/giochannel.c:1320
-#: ../glib/giochannel.c:1362 ../glib/giochannel.c:2204 ../glib/gutf8.c:950
-#: ../glib/gutf8.c:1399
+#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
+#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gutf8.c:1399
+#, c-format
msgid "Invalid byte sequence in conversion input"
msgstr "ରୁପାନ୍ତରଣ ନିବେଶେର ଅବୈଧ ବାଇଟ୍ ଅନୁକ୍ରମ"
-#: ../glib/gconvert.c:628 ../glib/gconvert.c:938 ../glib/giochannel.c:1327
-#: ../glib/giochannel.c:2216
+#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
+#: glib/giochannel.c:2216
#, c-format
msgid "Error during conversion: %s"
msgstr "ରୁପାନ୍ତରଣରେ ତ୍ରୁଟି: %s"
-#: ../glib/gconvert.c:663 ../glib/gutf8.c:946 ../glib/gutf8.c:1150
-#: ../glib/gutf8.c:1291 ../glib/gutf8.c:1395
+#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gutf8.c:1395
+#, c-format
msgid "Partial character sequence at end of input"
msgstr "ନିବେଶର ସମାପ୍ତିରେ ଆଶିଂକ ଅକ୍ଷର ଅନୁକ୍ରମ"
-#: ../glib/gconvert.c:913
+#: glib/gconvert.c:913
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "'%s' ସହାୟକକୁ ସଂକେତ '%s' ସେଟ୍ ରେ ରୁପାନ୍ତରିତ କରିହେଲା ନାହିଁ"
-#: ../glib/gconvert.c:1727
+#: glib/gconvert.c:1727
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "'%s' ୟୁ.ଆର୍.ଆଇ. \"ଫାଇଲ\" ଯୋଜନାକୁ ବ୍ଯବହାର କରୁଥିବା ଗୋଟିଏ ସମ୍ପୂର୍ଣ୍ଣ ୟୁ.ଆର୍.ଆଇ. ନୁହେଁ"
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "'%s' ସ୍ଥାନୀୟ ଫାଇଲ ୟୁ.ଆର୍.ଆଇ. '#' ଚିହ୍ନକୁ ସମ୍ମିଳିତ କରିପାରିବ ନାହିଁ"
-#: ../glib/gconvert.c:1754
+#: glib/gconvert.c:1754
#, c-format
msgid "The URI '%s' is invalid"
msgstr "'%s' ୟୁ.ଆର୍.ଆଇ. ଅବୈଧ ଅଟେ"
-#: ../glib/gconvert.c:1766
+#: glib/gconvert.c:1766
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "'%s' ୟୁ.ଆର୍.ଆଇ.ର ଆଧାର ନାମ ଅବୈଧ ଅଟେ"
-#: ../glib/gconvert.c:1782
+#: glib/gconvert.c:1782
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "'%s' ୟୁ.ଆର୍.ଆଇ.ରେ ଅବୈଧ ଏସ୍କେପ୍ ଅକ୍ଷର ରହିଛି"
-#: ../glib/gconvert.c:1877
+#: glib/gconvert.c:1877
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "'%s' ପଥ ନାମ ଏକ ସମ୍ପୂର୍ଣ୍ଣ ପଥ ନୁହେଁ"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
+#, c-format
msgid "Invalid hostname"
msgstr "ଅବୈଧ ଆଧାର ନାମ"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "%s' ଡିରେକ୍ଟୋରି ଖୋଲିବାରେ ତ୍ରୁଟି: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "\"%2$s\" ଫାଇଲ ପଢିବା ପାଇଁ %1$lu ବାଇଟ୍ ବାଣ୍ଟିହେଲା ନାହିଁ"
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ଅସଫଳ: %s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "'%s' ଫାଇଲ ଖୋଲିବାରେ ଅସଫଳ: %s"
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "'%s' ଫାଇଲର ଗୁଣ ପାଇବାରେ ଅସଫଳ: fstat() ଅସଫଳ: %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "'%s' ଫାଇଲ ଖୋଲିବାରେ ଅସଫଳ: fdopen() ଅସଫଳ: %s"
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "'%s' ଫାଇଲ ରୁ '%s' ନାମ ବଦଳାଇ ବାରେ ଅସଫଳ: g_rename() ଅସଫଳ: %s"
-#: ../glib/gfileutils.c:931 ../glib/gfileutils.c:1389
+#: glib/gfileutils.c:931 glib/gfileutils.c:1389
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "'%s' ଫାଇଲ ସ୍ରୁଷ୍ଟି କରିବାରେ ଅସଫଳ: %s"
-#: ../glib/gfileutils.c:945
+#: glib/gfileutils.c:945
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "'%s' ଫାଇଲ କୁ େଲଖନ ପାଇଁ ଖୋଲିବାରେ ଅସଫଳ: fdopen() ଅସଫଳ: %s"
-#: ../glib/gfileutils.c:970
+#: glib/gfileutils.c:970
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "'%s' ଫାଇଲ ଖୋଲିବାରେ ଅସଫଳ: fwrite() ଅସଫଳ: %s"
-#: ../glib/gfileutils.c:989
+#: glib/gfileutils.c:989
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "'%s' ଫାଇଲ କୁ ବନ୍ଦ କରିବା ରେ ଅସଫଳ: fclose() ଅସଫଳ: %s"
-#: ../glib/gfileutils.c:1107
+#: glib/gfileutils.c:1107
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "ଅବସ୍ଥିତ '%s' ଫାଇଲ କାଢି ହେଲା ନାହଁି: g_unlink ଅସଫଳ %s"
-#: ../glib/gfileutils.c:1351
+#: glib/gfileutils.c:1351
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "'%s' ନମୁନା ଟି ଅବୈଧ ଅଟେ, '%s' ଧାରଣ କରିବା ଉଚିତ ନୁହେଁ"
-#: ../glib/gfileutils.c:1364
+#: glib/gfileutils.c:1364
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "'%s' ନମୁନା ଟି XXXXXXକୁ ଧାରଣ କରିନାହିଁ"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "'%s' ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ପଢିବାରେ ଅସଫଳ: %s"
-#: ../glib/gfileutils.c:1860
+#: glib/gfileutils.c:1860
+#, c-format
msgid "Symbolic links not supported"
msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ"
-#: ../glib/giochannel.c:1152
+#: glib/giochannel.c:1152
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "%s' ରୁ '%s' ର ରୁପାନ୍ତରକ ଖୋଲି ପାରିଲା ନାହିଁ: %s"
-#: ../glib/giochannel.c:1497
+#: glib/giochannel.c:1497
+#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "g_io_channel_read_line_string ରେ ଅଂସସାଧିତ ପଠନ କରିହେଲା ନାହିଁ"
-#: ../glib/giochannel.c:1544 ../glib/giochannel.c:1801
-#: ../glib/giochannel.c:1887
+#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "ପଠନ ବଫରରେ ଅରୂପାନ୍ତରିତ ତଥ୍ଯ ବଳକା ଅଛି"
-#: ../glib/giochannel.c:1624 ../glib/giochannel.c:1701
+#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#, c-format
msgid "Channel terminates in a partial character"
msgstr "ଆଂଶିକ ଅକ୍ଷର ରେ ଚାନେଲର ସମାପ୍ତି"
-#: ../glib/giochannel.c:1687
+#: glib/giochannel.c:1687
+#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end େର ଅଂସସାଧିତ ପଠନ କରିହେଲା ନାହିଁ"
-#: ../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:226
+#: glib/gmarkup.c:226
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "%d ଧାଡ଼ିର %d ଅକ୍ଷରରେ ତ୍ରୁଟି: %s"
-#: ../glib/gmarkup.c:324
+#: glib/gmarkup.c:324
#, c-format
msgid "Error on line %d: %s"
msgstr "%d ଧାଡ଼ିରେ ତ୍ରୁଟି: %s"
-#: ../glib/gmarkup.c:428
-msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
+#: glib/gmarkup.c:428
+msgid ""
+"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "ଖାଲି ବସ୍ତୁ '&;' ଦେଖା ଗଲା; ବୈଧ ବସ୍ତୁଗୁଡ଼ିକ ହେଲା: &amp; &quot; &lt; &gt; &apos;"
-#: ../glib/gmarkup.c:438
+#: glib/gmarkup.c:438
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -299,17 +309,17 @@ msgstr ""
"ଗୋଟିଏ ବସ୍ତୁର ନାମର ଆରମ୍ଭ ରେ '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଅକ୍ଷର & ଗୋଟିଏ ବସ୍ତୁକୁ ଆରମ୍ଭ କରେ; ଯଦି ଏହି "
"ଆମ୍ପର୍ସେଣ୍ଡ୍ ଗୋଟିଏ ବସ୍ତୁ ନୁହେଁ, ଏହାକୁ &amp; ଭାବରେ ଏସ୍କେପ୍ କରନ୍ତୁ;"
-#: ../glib/gmarkup.c:472
+#: glib/gmarkup.c:472
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "ବସ୍ତୁ ନାମ ମଦ୍ଧ୍ଯ ରେ '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ"
-#: ../glib/gmarkup.c:509
+#: glib/gmarkup.c:509
#, c-format
msgid "Entity name '%s' is not known"
msgstr "'%s' ବସ୍ତୁ ନାମ ଜଣା ନାହିଁ"
-#: ../glib/gmarkup.c:520
+#: glib/gmarkup.c:520
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -317,7 +327,7 @@ msgstr ""
"ବସ୍ତୁଟି ସେମିକୋଲନରେ ଶେଷ ହେଲା ନାହିଁ; ସମ୍ଭବତଃ ଆପଣ ଗୋଟିଏ ବସ୍ତୁ ଆରମ୍ଭ କରିବାକୁ ନ ଚାହିଁ, ଏକ "
"ଆମ୍ପର୍ସେଣ୍ଡ୍ ଅକ୍ଷର ବ୍ଯବହାର କରିଛନ୍ତି - ତାହାକୁ &amp; ଭାବରେ ଏସ୍କେପ୍ କରନ୍ତୁ"
-#: ../glib/gmarkup.c:573
+#: glib/gmarkup.c:573
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -326,16 +336,16 @@ msgstr ""
"'%-.*s' କୁ ବିଶ୍ଳେଷଣ କରିବାରେ ଅସଫଳ, ଯାହାକି ଗୋଟିଏ ଅକ୍ଷର ରେଫରେନ୍ସ ମଦ୍ଧ୍ଯରେ ଏକ ଅଙ୍କ ହେବା ଉଚିତ "
"ଥିଲା(ଉଦାହରଣ ସ୍ବରୂପେ &#୨୩୪;) - ବୋଧହୁଏ ଅଙ୍କଟି ବହୁତ ବଡ଼ ଅଟେ"
-#: ../glib/gmarkup.c:598
+#: glib/gmarkup.c:598
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "'%-.*s' ଅକ୍ଷର ରେଫରେନ୍ସ ଟି ଗୋଟିଏ ଅନୁମତ ଅକ୍ଷରକୁ ସଙ୍କେତ କରୁ ନାହିଁ"
-#: ../glib/gmarkup.c:613
+#: glib/gmarkup.c:613
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ଖାଲି ଅକ୍ଷର ରେଫରେନ୍ସ; ଗୋଟିଏ ଅଙ୍କକୁ ଅନୁର୍ଭୁକ୍ତ କରିବା ଉଚିତ, ଯେପରିକି &#୪୫୪;"
-#: ../glib/gmarkup.c:623
+#: glib/gmarkup.c:623
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -344,42 +354,46 @@ msgstr ""
"ଅକ୍ଷର ରେଫରେନ୍ସ ସେମିକୋଲନରେ ସମାପ୍ତ ହେଉ ନାହିଁ; ସମ୍ଭବତଃ ଆପଣ ଗୋଟିଏ ବସ୍ତୁ ଆରମ୍ଭ କରିବାକୁ ନ ଚାହିଁ, "
"ଏକ ଆମ୍ପର୍ସେଣ୍ଡ୍ ଅକ୍ଷର ବ୍ଯବହାର କରିଛନ୍ତି - ତାହାକୁ &amp; ଭାବରେ ଏସ୍କେପ୍ କରନ୍ତୁ"
-#: ../glib/gmarkup.c:709
+#: glib/gmarkup.c:709
msgid "Unfinished entity reference"
msgstr "ଅସମାପ୍ତ ବସ୍ତୁ ରେଫରେନ୍ସ"
-#: ../glib/gmarkup.c:715
+#: glib/gmarkup.c:715
msgid "Unfinished character reference"
msgstr "ଅସମାପ୍ତ ଅକ୍ଷର ରେଫରେନ୍ସ"
-#: ../glib/gmarkup.c:958 ../glib/gmarkup.c:986 ../glib/gmarkup.c:1022
+#: glib/gmarkup.c:958 glib/gmarkup.c:986 glib/gmarkup.c:1022
msgid "Invalid UTF-8 encoded text"
msgstr "ଅବୈଧ ଇଉ.ଟି.ଏଫ.-୮ ସାଙ୍କେତିକ ପାଠ୍ଯ"
-#: ../glib/gmarkup.c:1058
+#: glib/gmarkup.c:1058
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ଦଲିଲ ଗୋଟିଏ ଉପାଦାନରେ ଆରମ୍ଭ ହେବା ଉଚିତ (ଉଦାହରଣ ସ୍ବରୂପ <book>)"
-#: ../glib/gmarkup.c:1098
+#: glib/gmarkup.c:1098
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
-msgstr "'<' ଅକ୍ଷର ପଛରେ ଆସୁଥିବା '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଏହା ଗୋଟିଏ ବସ୍ତୁର ନାମକୁ ଆରମ୍ଭ କରିପାରିବ ନାହିଁ"
+msgstr ""
+"'<' ଅକ୍ଷର ପଛରେ ଆସୁଥିବା '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଏହା ଗୋଟିଏ ବସ୍ତୁର ନାମକୁ ଆରମ୍ଭ କରିପାରିବ ନାହିଁ"
-#: ../glib/gmarkup.c:1162
+#: glib/gmarkup.c:1162
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
-msgstr "ବିଚିତ୍ର ଅକ୍ଷର '%s', '%s' ଉପାଦାନର ପ୍ରାରମ୍ଭ ସୂଚକକୁ ସମାପ୍ତ କରିବା ପାଇଁ '>' ଅକ୍ଷର ପ୍ରତ୍ଯାଶିତ ଥିଲା"
+msgstr ""
+"ବିଚିତ୍ର ଅକ୍ଷର '%s', '%s' ଉପାଦାନର ପ୍ରାରମ୍ଭ ସୂଚକକୁ ସମାପ୍ତ କରିବା ପାଇଁ '>' ଅକ୍ଷର ପ୍ରତ୍ଯାଶିତ ଥିଲା"
-#: ../glib/gmarkup.c:1251
+#: glib/gmarkup.c:1251
#, c-format
-msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
-msgstr "ବିଚିତ୍ର ଅକ୍ଷର '%1$s', '%3$s' ଉପାଦାନର ଗୋଟିଏ ଗୁଣର ନାମ '%2$s' ପରେ '=' ପ୍ରତ୍ଯାଶିତ ଥିଲା"
+msgid ""
+"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
+msgstr ""
+"ବିଚିତ୍ର ଅକ୍ଷର '%1$s', '%3$s' ଉପାଦାନର ଗୋଟିଏ ଗୁଣର ନାମ '%2$s' ପରେ '=' ପ୍ରତ୍ଯାଶିତ ଥିଲା"
-#: ../glib/gmarkup.c:1293
+#: glib/gmarkup.c:1293
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -390,7 +404,7 @@ msgstr ""
"ପ୍ରତ୍ଯାଶିତ ଥିଲା, ଅଥବା ଇଚ୍ଛାଧୀନ ଭାବରେ ଗୋଟିଏ ଗୁଣ; ବୋଧହୁଏ ଆପଣ ଗୋଟିଏ ଗୁଣର ନାମରେ ଏକ ଅବୈଧ "
"ଅକ୍ଷର ବ୍ଯବହାର କରିଛନ୍ତି"
-#: ../glib/gmarkup.c:1382
+#: glib/gmarkup.c:1382
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -399,7 +413,7 @@ msgstr ""
"ବିଚିତ୍ର ଅକ୍ଷର '%1$s', ସମାନ ଚିହ୍ନ ପରେ '%3$s' ଉପାଦାନର '%2$s' ଗୁଣର ମୂଲ୍ଯ ଦେବା ପାଇଁ ଗୋଟିଏ "
"ଖୋଲା ଉଦ୍ଧ୍ରୁତି ଚିହ୍ନ ପ୍ରତ୍ଯାଶିତ ଥିଲା"
-#: ../glib/gmarkup.c:1527
+#: glib/gmarkup.c:1527
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -408,32 +422,33 @@ msgstr ""
"'</' ଅକ୍ଷରଗୁଡ଼ିକ ପଛରେ ଆସୁଥିବା '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; '%s' ଗୋଟିଏ ଉପାଦାନର ନାମର ଆରମ୍ଭ "
"କରିପାରିବ ନାହିଁ"
-#: ../glib/gmarkup.c:1567
+#: glib/gmarkup.c:1567
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
-msgstr "ବନ୍ଦ ଉପାଦାନ ନାମ '%2$s' ପଛରେ ଆସୁଥିବା '%1$s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଅନୁମତ ଅକ୍ଷର ହେଲା '>'"
+msgstr ""
+"ବନ୍ଦ ଉପାଦାନ ନାମ '%2$s' ପଛରେ ଆସୁଥିବା '%1$s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଅନୁମତ ଅକ୍ଷର ହେଲା '>'"
-#: ../glib/gmarkup.c:1578
+#: glib/gmarkup.c:1578
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "ଉପାଦାନ '%s' ବନ୍ଦ କରାଯାଇଥିଲା, ବର୍ତ୍ତମାନ କୌଣସି ଉପାଦାନ ଖୋଲା ନାହିଁ"
-#: ../glib/gmarkup.c:1587
+#: glib/gmarkup.c:1587
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "ଉପାଦାନ '%s' ବନ୍ଦ କରାଯାଇଥିଲା, କିନ୍ତୁ ବର୍ତ୍ତମାନ '%s' ଉପାଦାନଟି ଖୋଲା ଅଛି"
-#: ../glib/gmarkup.c:1753
+#: glib/gmarkup.c:1753
msgid "Document was empty or contained only whitespace"
msgstr "ଦଲିଲ ଖାଲି ଥିଲା ବା କେବଳ ଖାଲି ଯାଗା ଧାରଣ କରିଥିଲା"
-#: ../glib/gmarkup.c:1767
+#: glib/gmarkup.c:1767
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ଦଲିଲଟି ଗୋଟିଏ କୌଣିକ ବନ୍ଧନୀ '<'ର ଠିକ ପରେ ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
-#: ../glib/gmarkup.c:1775 ../glib/gmarkup.c:1819
+#: glib/gmarkup.c:1775 glib/gmarkup.c:1819
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -442,7 +457,7 @@ msgstr ""
"ଉପାଦାନଗୁଡ଼ିକ ଖୋଲା ଥାଇ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା'%s' ଉପାଦାନ ସର୍ବଶେଷ ଖୋଲା "
"ଥିଲା"
-#: ../glib/gmarkup.c:1783
+#: glib/gmarkup.c:1783
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -451,19 +466,19 @@ msgstr ""
"ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା, <%s/> ସୂଚକ ସମାପ୍ତ କରିବା ପାଇଁ ଗୋଟିଏ ବନ୍ଦ କୌଣିକ "
"ବନ୍ଧନୀ ପ୍ରତ୍ଯାଶିତ ଥିଲା"
-#: ../glib/gmarkup.c:1789
+#: glib/gmarkup.c:1789
msgid "Document ended unexpectedly inside an element name"
msgstr "ଉପାଦାନର ନାମ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
-#: ../glib/gmarkup.c:1794
+#: glib/gmarkup.c:1794
msgid "Document ended unexpectedly inside an attribute name"
msgstr "ଗୁଣର ନାମ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "ଉପାଦାନ ଆରମ୍ଭର ସୂଚକ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
-#: ../glib/gmarkup.c:1805
+#: glib/gmarkup.c:1805
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -471,420 +486,433 @@ msgstr ""
"ଗୁଣର ନାମ ପଛରେ ଆସୁଥିବା ସମାନ ଚିହ୍ନ ପରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା; ଗୁଣର କିଛି "
"ମୂଲ୍ଯ ନାହିଁ"
-#: ../glib/gmarkup.c:1812
+#: glib/gmarkup.c:1812
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ଗୁଣର ମୂଲ୍ଯ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
-#: ../glib/gmarkup.c:1827
+#: glib/gmarkup.c:1827
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "'%s' ଉପାଦାନର ବନ୍ଦ ସୂଚକ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
-#: ../glib/gmarkup.c:1833
+#: glib/gmarkup.c:1833
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ଟିପ୍ପଣୀ ବା ସଂସାଧନ ସାଧନ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
-#: ../glib/gregex.c:126
+#: glib/gregex.c:126
msgid "corrupted object"
msgstr "ଭ୍ରଷ୍ଟ ବସ୍ତୁ"
-#: ../glib/gregex.c:128
+#: glib/gregex.c:128
msgid "internal error or corrupted object"
msgstr "ଆଭ୍ଯନ୍ତରୀଣ ତୃଟି କିମ୍ବା ଭ୍ରଷ୍ଟ ବସ୍ତୁ"
-#: ../glib/gregex.c:130
+#: glib/gregex.c:130
msgid "out of memory"
msgstr "ସ୍ମୃତି ପରିସର ବାହାରେ"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "backtracking limit reached"
msgstr "ପଶ୍ଚାତ ଅନୁମାର୍ଗଣ ସୀମା ପହଞ୍ଚି ଯାଇଛି"
-#: ../glib/gregex.c:147 ../glib/gregex.c:155
+#: glib/gregex.c:147 glib/gregex.c:155
msgid "the pattern contains items not supported for partial matching"
msgstr "ଏହି ଶୈଳୀ ଆଂଶିକ ମେଳନ ପାଇଁ ସମର୍ଥିତ ନ ଥିବା ବସ୍ତୁ ମାନଙ୍କୁ ଧାରଣ କରିଥାଏ"
-#: ../glib/gregex.c:149
+#: glib/gregex.c:149
msgid "internal error"
msgstr "ଆଭ୍ଯନ୍ତରୀଣ ତୃଟି"
-#: ../glib/gregex.c:157
+#: glib/gregex.c:157
msgid "back references as conditions are not supported for partial matching"
msgstr "ଆଂଶିକ ମେଳନ ପାଇଁ ସର୍ତ୍ତ ରୂପରେ ପଶ୍ଚାତ ନିର୍ଦ୍ଦେଶ ମାନ ସମର୍ଥିତ ନୁହଁନ୍ତି"
-#: ../glib/gregex.c:166
+#: glib/gregex.c:166
msgid "recursion limit reached"
msgstr "ପୁନରାବର୍ତ୍ତନ ସୀମା ପହଞ୍ଚିଯାଇଛି"
-#: ../glib/gregex.c:168
+#: glib/gregex.c:168
msgid "workspace limit for empty substrings reached"
msgstr "ଶୂନ୍ଯ ଉପବାକ୍ଯଖଣ୍ଡ କାର୍ଯ୍ଯସ୍ଥଳୀ ପରିସୀମା ଶେଷ ହୋଇଯାଇଛି"
-#: ../glib/gregex.c:170
+#: glib/gregex.c:170
msgid "invalid combination of newline flags"
msgstr "ନୂତନ ଧାଡି ପତାକା ମାନଙ୍କ ପାଇଁ ଅବୈଧ ମିଶ୍ରଣ"
-#: ../glib/gregex.c:174
+#: glib/gregex.c:174
msgid "unknown error"
msgstr "ଅଜଣା ତୃଟି"
-#: ../glib/gregex.c:315 ../glib/gregex.c:1343
+#: glib/gregex.c:315 glib/gregex.c:1343
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "%s ନିୟମିତ ପରିପ୍ରକାଶକୁ ମିଳାଇବା ସମୟରେ ତୃଟି: %s"
-#: ../glib/gregex.c:874
+#: glib/gregex.c:874
msgid "PCRE library is compiled without UTF8 support"
msgstr "PCRE ଲାଇବ୍ରେରୀକୁ UTF8 ସମର୍ଥନ ବିନା ସଙ୍କଳନ କରାଯାଇଛି"
-#: ../glib/gregex.c:883
+#: glib/gregex.c:883
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "PCRE ଲାଇବ୍ରେରୀକୁ UTF8 ଗୁଣଧର୍ମ ସମର୍ଥନ ବିନା ସଙ୍କଳନ କରାଯାଇଛି"
-#: ../glib/gregex.c:928
+#: glib/gregex.c:928
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "%s ନିୟମିତ ପରିପ୍ରକାଶକୁ %d ଅକ୍ଷରରେ ସଙ୍କଳନ କରିବା ସମୟରେ ତୃଟି: %s"
-#: ../glib/gregex.c:950
+#: glib/gregex.c:950
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "%s ନିୟମିତ ପରିପ୍ରକାଶକୁ ଅନୁକୂଳତମ କରିବା ସମୟରେ ତୃଟି: %s"
-#: ../glib/gregex.c:1769
+#: glib/gregex.c:1769
msgid "hexadecimal digit or '}' expected"
msgstr "ଷୋଡଶାଧାରୀ ଅଙ୍କ କିମ୍ବା '}' ଆଶା କରାଯାଉଥିଲା"
-#: ../glib/gregex.c:1785
+#: glib/gregex.c:1785
msgid "hexadecimal digit expected"
msgstr "ଷୋଡଶାଧାରୀ ଅଙ୍କ ଆଶା କରାଯାଉଥିଲା"
-#: ../glib/gregex.c:1825
+#: glib/gregex.c:1825
msgid "missing '<' in symbolic reference"
msgstr "ପ୍ରତୀକାତ୍ମକ ନିର୍ଦ୍ଦେଶରେ '<' ଅନୁପସ୍ଥିତ"
-#: ../glib/gregex.c:1834
+#: glib/gregex.c:1834
msgid "unfinished symbolic reference"
msgstr "ଅସମାପ୍ତ ପ୍ରତୀକାତ୍ମକ ନିର୍ଦ୍ଦେଶ"
-#: ../glib/gregex.c:1841
+#: glib/gregex.c:1841
msgid "zero-length symbolic reference"
msgstr "ଶୂନ୍ଯ ଲମ୍ବ ବିଶିଷ୍ଟ ପ୍ରତୀକାତ୍ମକ ନିର୍ଦ୍ଦେଶ"
-#: ../glib/gregex.c:1852
+#: glib/gregex.c:1852
msgid "digit expected"
msgstr "ଅଙ୍କ ଆଶା କରାଯାଉଥିଲା"
-#: ../glib/gregex.c:1870
+#: glib/gregex.c:1870
msgid "illegal symbolic reference"
msgstr "ଅବୈଧ ପ୍ରତୀକାତ୍ମକ ନିର୍ଦ୍ଦେଶ"
-#: ../glib/gregex.c:1932
+#: glib/gregex.c:1932
msgid "stray final '\\'"
msgstr "ପଥଭ୍ରଷ୍ଟ ନିର୍ଣ୍ଣୟ '\\'"
-#: ../glib/gregex.c:1936
+#: glib/gregex.c:1936
msgid "unknown escape sequence"
msgstr "ଅଜଣା ପଳାୟନ ସଂପ୍ରତୀକ"
-#: ../glib/gregex.c:1946
+#: glib/gregex.c:1946
#, 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
+#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "ଉଦ୍ଧ୍ରୁତ ପାଠ୍ଯ ଉଦ୍ଧ୍ରୁତ ଚିହ୍ନରେ ଆରମ୍ଭ ହୋଇ ନାହିଁ"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
+#, c-format
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')"
+msgstr ""
+"%c ପାଇଁ ମେଳ ହେଉ ଥିବା ଉଦ୍ଧ୍ରୁତି ଚିହ୍ନ ମିଳିବା ପୂର୍ବରୁ ପାଠ୍ଯ ସମାପ୍ତ ହୋଇ ଗଲା. (ପାଠ୍ଯଟି ଥିଲା: '%s')"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
+#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "ପାଠ୍ଯ ଖାଲି ଥିଲା (ବା କେବଳ ଖାଲି ଯାଗା ଧାରଣ କରିଥିଲା)"
-#: ../glib/gspawn-win32.c:272
+#: glib/gspawn-win32.c:272
+#, c-format
msgid "Failed to read data from child process"
msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟାରୁ ତଥ୍ଯ ପଢ଼ିବାରେ ଅସଫଳ"
-#: ../glib/gspawn-win32.c:287 ../glib/gspawn.c:1395
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1395
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟା ସହିତ ସଂଯୋଗ ପାଇଁ ପାଇପ୍ ସୃଷ୍ଟି କରିବାରେ ଅସଫଳ (%s)"
-#: ../glib/gspawn-win32.c:325 ../glib/gspawn.c:1059
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1059
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "ନିର୍ଭରକ ପାଇପ୍ ରୁ ତଥ୍ଯ ପଢି଼ବାରେ ଅସଫଳ (%s)"
# Gora: "change to directory" means "go to directory" here
-#: ../glib/gspawn-win32.c:351 ../glib/gspawn.c:1264
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1264
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "'%s' ଡିରେକ୍ଟୋରିକୁ ଯିବାରେ ଅସଫଳ (%s)"
-#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:481
+#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:481
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟାକୁ ନିଷ୍ପାଦନ କରିବାରେ ଅସଫଳ (%s)"
-#: ../glib/gspawn-win32.c:428
+#: glib/gspawn-win32.c:428
#, c-format
msgid "Invalid program name: %s"
msgstr "ଅବୈଧ ପ୍ରୋଗ୍ରାମ ନାମ: %s"
-#: ../glib/gspawn-win32.c:438 ../glib/gspawn-win32.c:678
-#: ../glib/gspawn-win32.c:1218
+#: glib/gspawn-win32.c:438 glib/gspawn-win32.c:678 glib/gspawn-win32.c:1218
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "ସଦିଶ ସ୍ବତନ୍ତ୍ରଚର %d ରେ ବାକ୍ଯଖଣ୍ଡ %s ଟି ଅବୈଧ ଅଟେ"
-#: ../glib/gspawn-win32.c:449 ../glib/gspawn-win32.c:692
-#: ../glib/gspawn-win32.c:1251
+#: glib/gspawn-win32.c:449 glib/gspawn-win32.c:692 glib/gspawn-win32.c:1251
#, c-format
msgid "Invalid string in environment: %s"
msgstr "ଏହି ପରିୂବେଶ ରେ ବାକ୍ଯଖଣ୍ଡ:%s ଅବୈଧ ଅଟେ"
-#: ../glib/gspawn-win32.c:674 ../glib/gspawn-win32.c:1199
+#: glib/gspawn-win32.c:674 glib/gspawn-win32.c:1199
#, c-format
msgid "Invalid working directory: %s"
msgstr "ଚଳନ୍ତି ଡିରେକ୍ଟୋରି: %s ଟି ଅବୈଧ ଅଟେ"
-#: ../glib/gspawn-win32.c:738
+#: glib/gspawn-win32.c:738
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "ସାହାଯ୍ଯ କାରିକା (%s) କୁ ନିଷ୍ପାଦନ କରିବାରେ ଅସଫଳ"
-#: ../glib/gspawn-win32.c:938
+#: glib/gspawn-win32.c:938
+#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟାରୁ ତଥ୍ଯ ପଢି଼ବାରେ g_io_channel_win32_poll()ରେ ଅପ୍ରତ୍ଯାଶିତ ତ୍ରୁଟି"
-#: ../glib/gspawn.c:175
+#: glib/gspawn.c:175
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟାରୁ ତଥ୍ଯ ପଢି଼ବାରେ ଅସଫଳ (%s)"
-#: ../glib/gspawn.c:307
+#: glib/gspawn.c:307
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟାରୁ ତଥ୍ଯ ପଢି଼ବାରେ select()ରେ ଅପ୍ରତ୍ଯାଶିତ ତ୍ରୁଟି (%s)"
-#: ../glib/gspawn.c:390
+#: glib/gspawn.c:390
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "waitpid()ରେ ଅପ୍ରତ୍ଯାଶିତ ତ୍ରୁଟି (%s)"
-#: ../glib/gspawn.c:1124
+#: glib/gspawn.c:1124
#, c-format
msgid "Failed to fork (%s)"
msgstr "ଶାଖା ସୃଷ୍ଟି କରିବାରେ ଅସଫଳ (%s"
-#: ../glib/gspawn.c:1274
+#: glib/gspawn.c:1274
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟା \"%s\" ନିଷ୍ପାଦନ କରିବାରେ ଅସଫଳ (%s)"
-#: ../glib/gspawn.c:1284
+#: glib/gspawn.c:1284
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟାର ନିର୍ଗମ ବା ନିବେଶର ପୁନଃନିର୍ଦ୍ଦେଶନ କରିବାରେ ଅସଫଳ (%s)"
-#: ../glib/gspawn.c:1293
+#: glib/gspawn.c:1293
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟାକୁ ଶାଖାଯୁକ୍ତ କରିବାରେ ଅସଫଳ (%s)"
-#: ../glib/gspawn.c:1301
+#: glib/gspawn.c:1301
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟାକୁ ନିଷ୍ପାଦନ କରିବାରେ ଅଜଣା ତ୍ରୁଟି \"%s\""
-#: ../glib/gspawn.c:1323
+#: glib/gspawn.c:1323
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "ନିର୍ଭରକ ପି.ଆଇ.ଡି. ପାଇପ୍ ରୁ ପର୍ଯ୍ଯାପ୍ତ ତଥ୍ଯ ପଢି଼ବାରେ ଅସଫଳ (%s)"
-#: ../glib/gutf8.c:1024
+#: glib/gutf8.c:1024
+#, c-format
msgid "Character out of range for UTF-8"
msgstr "ଇ.ଉ.ଟିଏଫ୍.-୮ ପାଇଁ ଅକ୍ଷରଟି ପରିସର ବାହାରେ"
-#: ../glib/gutf8.c:1118 ../glib/gutf8.c:1127 ../glib/gutf8.c:1259
-#: ../glib/gutf8.c:1268 ../glib/gutf8.c:1409 ../glib/gutf8.c:1505
+#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268
+#: glib/gutf8.c:1409 glib/gutf8.c:1505
+#, c-format
msgid "Invalid sequence in conversion input"
msgstr "ରୁପାନ୍ତରଣ ନିବେଶେର ଅବୈଧ ଅନୁକ୍ରମ"
-#: ../glib/gutf8.c:1420 ../glib/gutf8.c:1516
+#: glib/gutf8.c:1420 glib/gutf8.c:1516
+#, c-format
msgid "Character out of range for UTF-16"
msgstr "ଇ.ଉ.ଟିଏଫ୍.-୧୬ ପାଇଁ ଅକ୍ଷରଟି ପରିସର ବାହାରେ"
-#: ../glib/goption.c:572
+#: glib/goption.c:572
msgid "Usage:"
msgstr "ବ୍ଯବହାର:"
-#: ../glib/goption.c:572
+#: glib/goption.c:572
msgid "[OPTION...]"
msgstr "[ପସନ୍ଦ...]"
-#: ../glib/goption.c:676
+#: glib/goption.c:676
msgid "Help Options:"
msgstr "ସାହାଯ୍ଯ ପସନ୍ଦ"
-#: ../glib/goption.c:677
+#: glib/goption.c:677
msgid "Show help options"
msgstr "ସାହାଯ୍ଯ ପସନ୍ଦ ଦେଖାନ୍ତୁ"
-#: ../glib/goption.c:683
+#: glib/goption.c:683
msgid "Show all help options"
msgstr "ସବୁ ସାହାଯ୍ଯ ପସନ୍ଦ ଦେଖାନ୍ତୁ"
-#: ../glib/goption.c:735
+#: glib/goption.c:735
msgid "Application Options:"
msgstr "ପ୍ରୟୋଗ ପସନ୍ଦ"
-#: ../glib/goption.c:796 ../glib/goption.c:866
+#: glib/goption.c:796 glib/goption.c:866
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "%s ପାଇଁ ପୂର୍ଣ ସଂଖ୍ଯା ମୂଲ୍ଯ '%s' କୁ ବିଶ୍ଲେଷିଣ କରିହେଲା ନାହିଁ"
-#: ../glib/goption.c:806 ../glib/goption.c:874
+#: glib/goption.c:806 glib/goption.c:874
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "%s ପାଇଁ ପୂର୍ଣ ସଂଖ୍ଯା '%s' ର ମୂଲ୍ଯ ପରିସର ବାହାରେ"
-#: ../glib/goption.c:831
+#: glib/goption.c:831
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "'%s' ଦ୍ବ୍ଯର୍ଥକ ମୂଲ୍ଯକୁ %s ପାଇଁ ବିଶ୍ଳେଷିତ କରିପାରିଲା ନାହିଁ"
-#: ../glib/goption.c:839
+#: glib/goption.c:839
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "'%s' ଦ୍ବ୍ଯର୍ଥକ ମୂଲ୍ଯଟି %s ପାଇଁ ପରିସରର ବହିର୍ଭୂତ।"
-#: ../glib/goption.c:1176
+#: glib/goption.c:1176
#, c-format
msgid "Error parsing option %s"
msgstr "ରୁପାନ୍ତରଣ ର ବିକଲ୍ପ ରେ ତ୍ରୁଟି: %s"
-#: ../glib/goption.c:1207 ../glib/goption.c:1318
+#: glib/goption.c:1207 glib/goption.c:1318
#, c-format
msgid "Missing argument for %s"
msgstr "%s ପାଇଁ ସ୍ବତନ୍ତ୍ରଚର ଟି ହଜି ଯାଇଛି"
-#: ../glib/goption.c:1713
+#: glib/goption.c:1713
#, c-format
msgid "Unknown option %s"
msgstr "ଅଜଣା ପସନ୍ଦ %s"
-#: ../glib/gkeyfile.c:341
+#: glib/gkeyfile.c:341
+#, c-format
msgid "Valid key file could not be found in search dirs"
msgstr "ଅନୁସନ୍ଧାନ ଡିରେକ୍ଟୋରି ମାନଙ୍କରେ ବୈଧ ଚାବି ଫାଇଲ ମିଳିଲା ନାହିଁ"
-#: ../glib/gkeyfile.c:376
+#: glib/gkeyfile.c:376
+#, c-format
msgid "Not a regular file"
msgstr "ଏହା ଏକ ନିୟମିତ ଫାଇଲ ନୁହେଁ"
-#: ../glib/gkeyfile.c:384
+#: glib/gkeyfile.c:384
+#, c-format
msgid "File is empty"
msgstr "ଫାଇଲ ଟି ଖାଲି ଅଛି"
-#: ../glib/gkeyfile.c:746
+#: glib/gkeyfile.c:746
#, c-format
-msgid "Key file contains line '%s' which is not a key-value pair, group, or comment"
+msgid ""
+"Key file contains line '%s' which is not a key-value pair, group, or comment"
msgstr "ମୁଖ୍ଯ ଫାଇଲ '%s' କୁ ଧାରଣ କରିଛି ଯାହାକି ଗୋଟିଏ ମୁଖ୍ଯ-ଗୁଣ ର ଯୋଡି, ସମୂହ, କିମ୍ବା ବାକ୍ଯ ନୁହେଁ"
-#: ../glib/gkeyfile.c:806
+#: glib/gkeyfile.c:806
#, c-format
msgid "Invalid group name: %s"
msgstr "ଅବୈଧ ସମୂହ ନାମ: %s"
-#: ../glib/gkeyfile.c:828
+#: glib/gkeyfile.c:828
+#, c-format
msgid "Key file does not start with a group"
msgstr "ମୂଖ୍ଯ ଫାଇଲ କୌଣସି ସମୂହ ସହ ଆରମ୍ଭ ହୁଏ ନାହିଁ"
-#: ../glib/gkeyfile.c:854
+#: glib/gkeyfile.c:854
#, c-format
msgid "Invalid key name: %s"
msgstr "ଅବୈଧ ଚାବି ନାମ: %s"
-#: ../glib/gkeyfile.c:881
+#: glib/gkeyfile.c:881
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "ମୂଖ୍ଯ ଫାଇଲ ଟି ଗୋଟିଏ ଅସହାୟକ ସଂକେତ '%s' ଧାରଣ କରିଛି"
-#: ../glib/gkeyfile.c:1094 ../glib/gkeyfile.c:1253 ../glib/gkeyfile.c:2455
-#: ../glib/gkeyfile.c:2521 ../glib/gkeyfile.c:2640 ../glib/gkeyfile.c:2775
-#: ../glib/gkeyfile.c:2928 ../glib/gkeyfile.c:3108 ../glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
+#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
+#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
#, c-format
msgid "Key file does not have group '%s'"
msgstr "ମୂଖ୍ଯ ଫାଇଲ େର '%s' ନାମ ଥିବା କୌଣସି ସମୂହ ନାହିଁ"
-#: ../glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1265
#, c-format
msgid "Key file does not have key '%s'"
msgstr "ମୂଖ୍ଯ ଫାଇଲ େର '%s' ନାମ ଥିବା କୌଣସି ଚାବିକାଠି ନାହିଁ"
-#: ../glib/gkeyfile.c:1367 ../glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "ମୂଖ୍ଯ ଫାଇଲ ଧାରଣ କରିଥିବା '%s' ଚାବିକାଠି ର ମୂଲ୍ଯ '%s' ଅଟେ, ଯାହାକି ଇଉ-ଟି-ଏଫ୍-୮ ନୁହେଁ"
-#: ../glib/gkeyfile.c:1387 ../glib/gkeyfile.c:1497 ../glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "ମୂଖ୍ଯ ଫାଇଲ ଧାରଣ କରିଥିବା '%s' ଚାବିକାଠି ର ମୂଲ୍ଯ ନିରୂପଣ କରିହେବ ନାହିଁ"
-#: ../glib/gkeyfile.c:2078 ../glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
"interpreted."
-msgstr "ମୂଖ୍ଯ ଫାଇଲ ଧାରଣ କରିଥିବା '%s' ଚାବିକାଠି ଗୋଟିଏ '%s' ସମୂହ ସହିତ ଏଛି ଯାହାର ମୂଲ୍ଯ ନିରୂପଣ କରିହେବ ନାହିଁ"
+msgstr ""
+"ମୂଖ୍ଯ ଫାଇଲ ଧାରଣ କରିଥିବା '%s' ଚାବିକାଠି ଗୋଟିଏ '%s' ସମୂହ ସହିତ ଏଛି ଯାହାର ମୂଲ୍ଯ ନିରୂପଣ କରିହେବ ନାହିଁ"
-#: ../glib/gkeyfile.c:2470 ../glib/gkeyfile.c:2655 ../glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "ମୂଖ୍ଯ ଫାଇଲ େର '%s' ନାମ ଥିବା କୌଣସି ଚାବିକାଠି '%s' ସମୂହ ରେ ନାହିଁ "
-#: ../glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3415
+#, c-format
msgid "Key file contains escape character at end of line"
msgstr "ମୂଖ୍ଯ ଫାଇଲ ଟି ଲାଇନ୍ ର ସମାପ୍ତି ରେ ଏସ୍କେପ୍ ଅକ୍ଷର ଧାରଣ କରିଛି"
-#: ../glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3437
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "ମୂଖ୍ଯ ଫାଇଲ '%s' ଅବୈଧ ଏସ୍କେପ୍ ଅକ୍ଷର ଧାରଣ କରିଛି"
-#: ../glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3579
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "'%s' ର ମୂଲ୍ଯ ଗୋଟିଏ ସଂଖ୍ଯା ଭାବରେ ନିରୂପଣ କରିହେବ ନାହିଁ"
-#: ../glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3593
#, c-format
msgid "Integer value '%s' out of range"
msgstr "ପୂର୍ଣ ମୂଲ୍ଯ '%s' ପରିସର ର ବାହାରେ ଅଛି"
-#: ../glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3626
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "'%s' ମୂଲ୍ଯକୁ ଗୋଟିଏ ଭାସମାନ ସଂଖ୍ଯା ଭାବରେ ବ୍ଯାଖ୍ଯା କରିହେବ ନାହିଁ"
-#: ../glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3650
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "'%s' ର ମୂଲ୍ଯ ଗୋଟିଏ ବୁଲିଆନ୍ ଭାବରେ ନିରୂପଣ କରିହେବ ନାହିଁ"
-
diff --git a/po/pa.po b/po/pa.po
index 0b81c2d59..47066487b 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-03-11 11:52+0530\n"
"Last-Translator: A S Alam <apbrar@gmail.com>\n"
"Language-Team: Punjabi <fedora-trans-pa@redhat.com>\n"
diff --git a/po/pl.po b/po/pl.po
index 6e2f5d037..9e785f659 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.pl\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-08-14 15:10+0200\n"
"Last-Translator: Artur Flinta <aflinta@at.kernel.pl>\n"
"Language-Team: Polish <translators@gnomepl.org>\n"
diff --git a/po/pt.po b/po/pt.po
index ece477696..d81815017 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.16\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-08-18 02:45+0000\n"
"Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n"
"Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 27f39ba21..34f46d2cf 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-09-04 00:53-0300\n"
"Last-Translator: Leonardo Ferreira Fontenelle <leo.fontenelle@gmail.com>\n"
"Language-Team: Brazilian Portuguese <gnome-l10n-br@listas.cipsga.org.br>\n"
diff --git a/po/ro.po b/po/ro.po
index ad43a6653..8553fa7b5 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2007-03-10 23:47+0200\n"
"Last-Translator: Mişu Moldovan <dumol@gnome.ro>\n"
"Language-Team: Română <gnomero-list@lists.sourceforge.net>\n"
diff --git a/po/ru.po b/po/ru.po
index cce4eeef7..3d87a1e68 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-02-01 18:37+0200\n"
"Last-Translator: Leonid Kanter <leon@asplinux.ru>\n"
"Language-Team: Russian <gnome-cyr@gnome.org>\n"
diff --git a/po/rw.po b/po/rw.po
index 3c99dcc41..1388c90e2 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2005-03-28 19:34-0700\n"
"Last-Translator: Steve Murphy <murf@e-tools.com>\n"
"Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
diff --git a/po/sk.po b/po/sk.po
index 6f370a015..80503add1 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2005-10-16 19:30+0200\n"
"Last-Translator: Marcel Telka <marcel@telka.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
diff --git a/po/sl.po b/po/sl.po
index 935b2b125..b4e407ee0 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2001-02-16 12:30+0200\n"
"Last-Translator: Andraz Tori <andraz.tori1@guest.arnes.si>\n"
"Language-Team: Slovenian <sl@li.org>\n"
diff --git a/po/sq.po b/po/sq.po
index f312ba460..43824309a 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-01-30 10:58+0100\n"
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
"Language-Team: Albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n"
diff --git a/po/sr.po b/po/sr.po
index 9c7271785..7ec437fb7 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.8\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-01-31 23:39+0100\n"
"Last-Translator: Слободан Д. Средојевић <slobo@akrep.be>\n"
"Language-Team: Serbian (sr) <gnom@prevod.org>\n"
diff --git a/po/sr@Latn.po b/po/sr@Latn.po
index b9b7564bd..46d161021 100644
--- a/po/sr@Latn.po
+++ b/po/sr@Latn.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.8\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-01-31 23:39+0100\n"
"Last-Translator: Slobodan D. Sredojević <slobo@akrep.be>\n"
"Language-Team: Serbian (sr) <gnom@prevod.org>\n"
diff --git a/po/sr@ije.po b/po/sr@ije.po
index 81230a2e4..539fce31b 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2004-04-29 01:11+0200\n"
"Last-Translator: Bojan Suzic <bojans@teol.net>\n"
"Language-Team: Serbian (sr) <serbiagnome-lista@nongnu.org>\n"
diff --git a/po/sv.po b/po/sv.po
index 7cb042e53..b1f19a664 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-10 13:53+0200\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2007-06-10 13:52+0100\n"
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -17,285 +17,293 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Oväntat attribut \"%s\" för elementet \"%s\""
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Attributet \"%s\" för elementet \"%s\" hittades inte"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Oväntad tagg \"%s\"\", taggen \"%s\" förväntades"
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Oväntad tagg \"%s\" inom \"%s\""
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
+#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "Ingen giltig bokmärkesfil hittades i datakataloger"
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Ett bokmärke för uri \"%s\" finns redan"
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Inget bokmärke hittades för uri \"%s\""
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Ingen Mime-typ definierad i bokmärket för uri \"%s\""
-#: ../glib/gbookmarkfile.c:2444
+#: glib/gbookmarkfile.c:2444
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Ingen privat flagga har definierats i bokmärket för uri \"%s\""
-#: ../glib/gbookmarkfile.c:2823
+#: glib/gbookmarkfile.c:2823
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Inga grupper inställda i bokmärket för uri \"%s\""
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Inget program med namnet \"%s\" registrerade ett bokmärke för \"%s\""
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Misslyckades med att expandera exec-raden \"%s\" med URI \"%s\""
-#: ../glib/gconvert.c:424 ../glib/gconvert.c:502 ../glib/giochannel.c:1148
+#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Konvertering från teckentabellen \"%s\" till \"%s\" stöds inte"
-#: ../glib/gconvert.c:428 ../glib/gconvert.c:506
+#: glib/gconvert.c:428 glib/gconvert.c:506
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Kunde inte öppna konverteraren från \"%s\" till \"%s\""
-#: ../glib/gconvert.c:622 ../glib/gconvert.c:1011 ../glib/giochannel.c:1320
-#: ../glib/giochannel.c:1362 ../glib/giochannel.c:2204 ../glib/gutf8.c:950
-#: ../glib/gutf8.c:1399
+#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
+#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gutf8.c:1399
+#, c-format
msgid "Invalid byte sequence in conversion input"
msgstr "Ogiltig bytesekvens i konverteringsindata"
-#: ../glib/gconvert.c:628 ../glib/gconvert.c:938 ../glib/giochannel.c:1327
-#: ../glib/giochannel.c:2216
+#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
+#: glib/giochannel.c:2216
#, c-format
msgid "Error during conversion: %s"
msgstr "Fel vid konvertering: %s"
-#: ../glib/gconvert.c:663 ../glib/gutf8.c:946 ../glib/gutf8.c:1150
-#: ../glib/gutf8.c:1291 ../glib/gutf8.c:1395
+#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gutf8.c:1395
+#, c-format
msgid "Partial character sequence at end of input"
msgstr "Ofullständig teckensekvens vid slutet av indata"
# fallback syftar på en sträng
-#: ../glib/gconvert.c:913
+#: glib/gconvert.c:913
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Kan inte konvertera reservsträngen \"%s\" till kodningen \"%s\""
-#: ../glib/gconvert.c:1727
+#: glib/gconvert.c:1727
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI:n \"%s\" är ingen absolut URI som använder \"file\"-schemat"
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Lokala fil-URI:n \"%s\" får inte innehålla en \"#\""
-#: ../glib/gconvert.c:1754
+#: glib/gconvert.c:1754
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI:n \"%s\" är ogiltig"
-#: ../glib/gconvert.c:1766
+#: glib/gconvert.c:1766
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Värdnamnet i URI:n \"%s\" är ogiltigt"
-#: ../glib/gconvert.c:1782
+#: glib/gconvert.c:1782
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI:n \"%s\" innehåller ogiltigt kodade tecken"
-#: ../glib/gconvert.c:1877
+#: glib/gconvert.c:1877
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Sökvägen \"%s\" är ingen absolut sökväg"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
+#, c-format
msgid "Invalid hostname"
msgstr "Ogiltigt värdnamn"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Fel vid öppning av katalogen \"%s\": %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Kunde inte allokera %lu byte för att läsa filen \"%s\""
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Fel vid läsning av filen \"%s\": %s"
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Misslyckades med att läsa från filen \"%s\": %s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Misslyckades med att öppna filen \"%s\": %s"
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Misslyckades med att få tag på attributen på filen \"%s\": fstat() "
"misslyckades: %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Misslyckades med att öppna filen \"%s\": fdopen() misslyckades: %s"
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"Misslyckades med att byta namn på filen \"%s\" till \"%s\": g_rename() "
"misslyckades: %s"
-#: ../glib/gfileutils.c:931 ../glib/gfileutils.c:1389
+#: glib/gfileutils.c:931 glib/gfileutils.c:1389
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Misslyckades med att skapa filen \"%s\": %s"
-#: ../glib/gfileutils.c:945
+#: glib/gfileutils.c:945
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
"Misslyckades med att öppna filen \"%s\" för skrivning: fdopen() "
"misslyckades: %s"
-#: ../glib/gfileutils.c:970
+#: glib/gfileutils.c:970
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Misslyckades med att skriva filen \"%s\": fwrite() misslyckades: %s"
-#: ../glib/gfileutils.c:989
+#: glib/gfileutils.c:989
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Misslyckades med att stänga filen \"%s\": fclose() misslyckades: %s"
-#: ../glib/gfileutils.c:1107
+#: glib/gfileutils.c:1107
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
"Befintliga filen \"%s\" kunde inte tas bort: g_unlink() misslyckades: %s"
-#: ../glib/gfileutils.c:1351
+#: glib/gfileutils.c:1351
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Mallen \"%s\" är ogiltig, den får inte innehålla ett \"%s\""
-#: ../glib/gfileutils.c:1364
+#: glib/gfileutils.c:1364
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Mallen \"%s\" innehåller inte XXXXXX"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Misslyckades med att läsa den symboliska länken \"%s\": %s"
-#: ../glib/gfileutils.c:1860
+#: glib/gfileutils.c:1860
+#, c-format
msgid "Symbolic links not supported"
msgstr "Symboliska länkar stöds inte"
-#: ../glib/giochannel.c:1152
+#: glib/giochannel.c:1152
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Kunde inte öppna konverteraren från \"%s\" till \"%s\": %s"
-#: ../glib/giochannel.c:1497
+#: glib/giochannel.c:1497
+#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Kan inte göra en rå läsning i g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1544 ../glib/giochannel.c:1801
-#: ../glib/giochannel.c:1887
+#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "Överbliven okonverterad data i läsbufferten"
-#: ../glib/giochannel.c:1624 ../glib/giochannel.c:1701
+#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#, c-format
msgid "Channel terminates in a partial character"
msgstr "Kanalen slutar med ett ofullständigt tecken"
-#: ../glib/giochannel.c:1687
+#: glib/giochannel.c:1687
+#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Kan inte göra en rå läsning i g_io_channel_read_to_end"
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "Misslyckades med att öppna filen \"%s\": open() misslyckades: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Misslyckades med att mappa filen \"%s\": mmap() misslyckades: %s"
-#: ../glib/gmarkup.c:226
+#: glib/gmarkup.c:226
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "Fel på rad %d kolumn %d: %s"
-#: ../glib/gmarkup.c:324
+#: glib/gmarkup.c:324
#, c-format
msgid "Error on line %d: %s"
msgstr "Fel på rad %d: %s"
-#: ../glib/gmarkup.c:428
+#: glib/gmarkup.c:428
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Tom entitet \"&;\" hittades, giltiga entiteter är: &amp; &quot; &lt; &gt; "
"&apos;"
-#: ../glib/gmarkup.c:438
+#: glib/gmarkup.c:438
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -306,17 +314,17 @@ msgstr ""
"inleder en entitet. Om detta &-tecken inte ska vara en entitet måste du "
"skriva om det som &amp;."
-#: ../glib/gmarkup.c:472
+#: glib/gmarkup.c:472
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Tecknet \"%s\" är inte giltigt inuti ett entitetsnamn"
-#: ../glib/gmarkup.c:509
+#: glib/gmarkup.c:509
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitetsnamnet \"%s\" är okänt"
-#: ../glib/gmarkup.c:520
+#: glib/gmarkup.c:520
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -324,7 +332,7 @@ msgstr ""
"Entiteten slutade inte med ett semikolon. Troligtvis använde du ett &-tecken "
"utan att avse att starta en entitet. Skriv om &-tecknet som &amp;"
-#: ../glib/gmarkup.c:573
+#: glib/gmarkup.c:573
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -333,16 +341,16 @@ msgstr ""
"Misslyckades med att tolka \"%-.*s\", som skulle ha varit ett tal inuti en "
"teckenreferens (&#234; till exempel). Talet är kanske för stort"
-#: ../glib/gmarkup.c:598
+#: glib/gmarkup.c:598
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Teckenreferensen \"%-.*s\" kodar inte ett tillåtet tecken"
-#: ../glib/gmarkup.c:613
+#: glib/gmarkup.c:613
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tom teckenreferens, måste innehålla ett tal som exempelvis &#454;"
-#: ../glib/gmarkup.c:623
+#: glib/gmarkup.c:623
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -351,23 +359,23 @@ msgstr ""
"Teckenreferensen slutade inte med ett semikolon. Troligtvis använde du ett &-"
"tecken utan att avse att starta en entitet. Skriv om &-tecknet som &amp;"
-#: ../glib/gmarkup.c:709
+#: glib/gmarkup.c:709
msgid "Unfinished entity reference"
msgstr "Oavslutad entitetsreferens"
-#: ../glib/gmarkup.c:715
+#: glib/gmarkup.c:715
msgid "Unfinished character reference"
msgstr "Oavslutad teckenreferens"
-#: ../glib/gmarkup.c:958 ../glib/gmarkup.c:986 ../glib/gmarkup.c:1022
+#: glib/gmarkup.c:958 glib/gmarkup.c:986 glib/gmarkup.c:1022
msgid "Invalid UTF-8 encoded text"
msgstr "Ogiltigt UTF-8-kodad text"
-#: ../glib/gmarkup.c:1058
+#: glib/gmarkup.c:1058
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentet måste börja med ett element (exempelvis <book>)"
-#: ../glib/gmarkup.c:1098
+#: glib/gmarkup.c:1098
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -376,7 +384,7 @@ msgstr ""
"\"%s\" är inte ett giltigt tecken efter ett \"<\"-tecken. Det får inte "
"inleda ett elementnamn"
-#: ../glib/gmarkup.c:1162
+#: glib/gmarkup.c:1162
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -385,7 +393,7 @@ msgstr ""
"Konstigt tecken \"%s\", ett \">\"-tecken förväntades för att avsluta "
"starttaggen för elementet \"%s\""
-#: ../glib/gmarkup.c:1251
+#: glib/gmarkup.c:1251
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -393,7 +401,7 @@ msgstr ""
"Konstigt tecken \"%s\", ett \"=\" förväntades efter attributnamnet \"%s\" "
"till elementet \"%s\""
-#: ../glib/gmarkup.c:1293
+#: glib/gmarkup.c:1293
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -404,7 +412,7 @@ msgstr ""
"avsluta starttaggen för elementet \"%s\", eller möjligtvis ett attribut. Du "
"kanske använde ett ogiltigt tecken i ett attributnamn"
-#: ../glib/gmarkup.c:1382
+#: glib/gmarkup.c:1382
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -414,7 +422,7 @@ msgstr ""
"likhetstecknet när värdet av attributet \"%s\" till elementet \"%s\" "
"tilldelades"
-#: ../glib/gmarkup.c:1527
+#: glib/gmarkup.c:1527
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -423,7 +431,7 @@ msgstr ""
"\"%s\" är inte ett giltigt tecken efter tecknen \"</\". \"%s\" får inte "
"inleda ett elementnamn"
-#: ../glib/gmarkup.c:1567
+#: glib/gmarkup.c:1567
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -432,27 +440,27 @@ msgstr ""
"\"%s\" är inte ett giltigt tecken efter stängelementnamnet \"%s\". Det "
"tillåtna tecknet är \">\""
-#: ../glib/gmarkup.c:1578
+#: glib/gmarkup.c:1578
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elementet \"%s\" stängdes, inget element är öppet för tillfället"
-#: ../glib/gmarkup.c:1587
+#: glib/gmarkup.c:1587
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Elementet \"%s\" stängdes, men det element som är öppet för tillfället är \"%"
"s\""
-#: ../glib/gmarkup.c:1753
+#: glib/gmarkup.c:1753
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentet var tomt eller innehöll endast tomrum"
-#: ../glib/gmarkup.c:1767
+#: glib/gmarkup.c:1767
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentet tog oväntat slut efter ett öppningsklammer \"<\""
-#: ../glib/gmarkup.c:1775 ../glib/gmarkup.c:1819
+#: glib/gmarkup.c:1775 glib/gmarkup.c:1819
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -461,7 +469,7 @@ msgstr ""
"Dokumentet tog oväntat slut då element fortfarande var öppna. \"%s\" var det "
"senast öppnade elementet"
-#: ../glib/gmarkup.c:1783
+#: glib/gmarkup.c:1783
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -470,19 +478,19 @@ msgstr ""
"Dokumentet tog oväntat slut, en stängningsklammer föräntades för att avsluta "
"taggen <%s/>"
-#: ../glib/gmarkup.c:1789
+#: glib/gmarkup.c:1789
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentet tog oväntat slut inuti ett elementnamn"
-#: ../glib/gmarkup.c:1794
+#: glib/gmarkup.c:1794
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentet tog oväntat slut inuti ett attributnamn"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumentet tog oväntat slut inuti en elementöppnande tagg."
-#: ../glib/gmarkup.c:1805
+#: glib/gmarkup.c:1805
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -490,205 +498,208 @@ msgstr ""
"Dokumentet tog oväntat slut efter likhetstecknet som följde ett "
"attributnamn. Inget attributvärde"
-#: ../glib/gmarkup.c:1812
+#: glib/gmarkup.c:1812
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentet tog oväntat slut inuti ett attributvärde"
-#: ../glib/gmarkup.c:1827
+#: glib/gmarkup.c:1827
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Dokumentet tog oväntat slut inuti stängningstaggen för elementet \"%s\""
-#: ../glib/gmarkup.c:1833
+#: glib/gmarkup.c:1833
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumentet tog oväntat slut inuti en kommentar eller behandlingsinstruktion"
-#: ../glib/gregex.c:126
+#: glib/gregex.c:126
msgid "corrupted object"
msgstr "skadat objekt"
-#: ../glib/gregex.c:128
+#: glib/gregex.c:128
msgid "internal error or corrupted object"
msgstr "internt fel eller skadat objekt"
-#: ../glib/gregex.c:130
+#: glib/gregex.c:130
msgid "out of memory"
msgstr "slut på minne"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "backtracking limit reached"
msgstr "bakåtspårningsgräns nådd"
-#: ../glib/gregex.c:147 ../glib/gregex.c:155
+#: glib/gregex.c:147 glib/gregex.c:155
msgid "the pattern contains items not supported for partial matching"
msgstr "mönstret innehåller objekt som inte stöds för delvis matchning"
-#: ../glib/gregex.c:149
+#: glib/gregex.c:149
msgid "internal error"
msgstr "internt fel"
-#: ../glib/gregex.c:157
+#: glib/gregex.c:157
msgid "back references as conditions are not supported for partial matching"
msgstr "bakreferenser som villkor stöds inte för delvis matchning"
-#: ../glib/gregex.c:166
+#: glib/gregex.c:166
msgid "recursion limit reached"
msgstr "rekursionsgräns nådd"
-#: ../glib/gregex.c:168
+#: glib/gregex.c:168
msgid "workspace limit for empty substrings reached"
msgstr "arbetsytans gräns för tomma understrängar nådd"
-#: ../glib/gregex.c:170
+#: glib/gregex.c:170
msgid "invalid combination of newline flags"
msgstr "ogiltig kombination av nyradsflaggor"
-#: ../glib/gregex.c:174
+#: glib/gregex.c:174
msgid "unknown error"
msgstr "okänt fel"
-#: ../glib/gregex.c:315 ../glib/gregex.c:1343
+#: glib/gregex.c:315 glib/gregex.c:1343
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Fel vid matchning av reguljära uttrycket %s: %s"
-#: ../glib/gregex.c:874
+#: glib/gregex.c:874
msgid "PCRE library is compiled without UTF8 support"
msgstr "PCRE-biblioteket är byggt utan stöd för UTF8"
-#: ../glib/gregex.c:883
+#: glib/gregex.c:883
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "PCRE-biblioteket är byggt utan stöd för UTF8-egenskaper"
-#: ../glib/gregex.c:928
+#: glib/gregex.c:928
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Fel vid kompilering av reguljära uttrycket %s vid tecknet %d: %s"
-#: ../glib/gregex.c:950
+#: glib/gregex.c:950
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Fel vid optimering av reguljära uttrycket %s: %s"
-#: ../glib/gregex.c:1769
+#: glib/gregex.c:1769
msgid "hexadecimal digit or '}' expected"
msgstr "hexadecimal siffra eller \"}\" förväntades"
-#: ../glib/gregex.c:1785
+#: glib/gregex.c:1785
msgid "hexadecimal digit expected"
msgstr "hexadecimal siffra förväntades"
-#: ../glib/gregex.c:1825
+#: glib/gregex.c:1825
msgid "missing '<' in symbolic reference"
msgstr "saknar \"<\" i symbolisk referens"
-#: ../glib/gregex.c:1834
+#: glib/gregex.c:1834
msgid "unfinished symbolic reference"
msgstr "oavslutad symbolisk referens"
-#: ../glib/gregex.c:1841
+#: glib/gregex.c:1841
msgid "zero-length symbolic reference"
msgstr "symbolisk referens med noll-längd"
-#: ../glib/gregex.c:1852
+#: glib/gregex.c:1852
msgid "digit expected"
msgstr "siffra förväntades"
-#: ../glib/gregex.c:1870
+#: glib/gregex.c:1870
msgid "illegal symbolic reference"
msgstr "otillåten symbolisk referens"
-#: ../glib/gregex.c:1932
+#: glib/gregex.c:1932
msgid "stray final '\\'"
msgstr "felplacerad avslutande \"\\\""
-#: ../glib/gregex.c:1936
+#: glib/gregex.c:1936
msgid "unknown escape sequence"
msgstr "okänd escape-sekvens"
-#: ../glib/gregex.c:1946
+#: glib/gregex.c:1946
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Fel vid tolkning av ersättningstexten \"%s\" vid tecknet %lu: %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
+#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Citerad text börjar inte med citationstecken"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
+#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Ensamt citationstecken på kommandoraden eller annan skalciterad text"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Texten slutade efter ett \"\\\"-tecken (texten var \"%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 ""
"Texten slutade innan matchande citationstecken hittades för %c (texten var "
"\"%s\")."
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
+#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "Texten var tom (eller innehöll bara tomrum)"
-#: ../glib/gspawn-win32.c:272
+#: glib/gspawn-win32.c:272
+#, c-format
msgid "Failed to read data from child process"
msgstr "Misslyckades med att läsa data från barnprocessen"
-#: ../glib/gspawn-win32.c:287 ../glib/gspawn.c:1395
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1395
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Misslyckades med att skapa rör för kommunikation med barnprocess (%s)"
-#: ../glib/gspawn-win32.c:325 ../glib/gspawn.c:1059
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1059
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Misslyckades med att läsa från rör till barn (%s)"
-#: ../glib/gspawn-win32.c:351 ../glib/gspawn.c:1264
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1264
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Misslyckades med att byta till katalogen \"%s\" (%s)"
-#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:481
+#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:481
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Misslyckades med att köra barnprocess (%s)"
-#: ../glib/gspawn-win32.c:428
+#: glib/gspawn-win32.c:428
#, c-format
msgid "Invalid program name: %s"
msgstr "Ogiltigt programnamn: %s"
-#: ../glib/gspawn-win32.c:438 ../glib/gspawn-win32.c:678
-#: ../glib/gspawn-win32.c:1218
+#: glib/gspawn-win32.c:438 glib/gspawn-win32.c:678 glib/gspawn-win32.c:1218
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Ogiltig sträng i argumentvektorn vid %d: %s"
-#: ../glib/gspawn-win32.c:449 ../glib/gspawn-win32.c:692
-#: ../glib/gspawn-win32.c:1251
+#: glib/gspawn-win32.c:449 glib/gspawn-win32.c:692 glib/gspawn-win32.c:1251
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Ogiltig sträng i miljön: %s"
-#: ../glib/gspawn-win32.c:674 ../glib/gspawn-win32.c:1199
+#: glib/gspawn-win32.c:674 glib/gspawn-win32.c:1199
#, c-format
msgid "Invalid working directory: %s"
msgstr "Ogiltig arbetskatalog: %s"
-#: ../glib/gspawn-win32.c:738
+#: glib/gspawn-win32.c:738
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Misslyckades med att köra hjälparprogram (%s)"
-#: ../glib/gspawn-win32.c:938
+#: glib/gspawn-win32.c:938
+#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -696,139 +707,145 @@ msgstr ""
"Oväntat fel i g_io_channel_win32_poll() vid inläsning av data från en "
"barnprocess"
-#: ../glib/gspawn.c:175
+#: glib/gspawn.c:175
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Misslyckades med att läsa data från barnprocess (%s)"
-#: ../glib/gspawn.c:307
+#: glib/gspawn.c:307
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Oväntat fel i select() vid läsning av data från en barnprocess (%s)"
-#: ../glib/gspawn.c:390
+#: glib/gspawn.c:390
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Oväntat fel i waitpid() (%s)"
-#: ../glib/gspawn.c:1124
+#: glib/gspawn.c:1124
#, c-format
msgid "Failed to fork (%s)"
msgstr "Misslyckades med att grena (%s)"
-#: ../glib/gspawn.c:1274
+#: glib/gspawn.c:1274
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Misslyckades med att köra barnprocessen \"%s\" (%s)"
-#: ../glib/gspawn.c:1284
+#: glib/gspawn.c:1284
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr ""
"Misslyckades med att dirigera om utdata eller indata från barnprocess (%s)"
-#: ../glib/gspawn.c:1293
+#: glib/gspawn.c:1293
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Misslyckades med att skapa barnprocess (%s)"
-#: ../glib/gspawn.c:1301
+#: glib/gspawn.c:1301
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Okänt fel vid körning av barnprocessen \"%s\""
-#: ../glib/gspawn.c:1323
+#: glib/gspawn.c:1323
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
"Misslyckades med att läsa tillräckligt med data från röret till barnets pid "
"(%s)"
-#: ../glib/gutf8.c:1024
+#: glib/gutf8.c:1024
+#, c-format
msgid "Character out of range for UTF-8"
msgstr "Tecknet är utanför intervallet för UTF-8"
-#: ../glib/gutf8.c:1118 ../glib/gutf8.c:1127 ../glib/gutf8.c:1259
-#: ../glib/gutf8.c:1268 ../glib/gutf8.c:1409 ../glib/gutf8.c:1505
+#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268
+#: glib/gutf8.c:1409 glib/gutf8.c:1505
+#, c-format
msgid "Invalid sequence in conversion input"
msgstr "Ogiltig sekvens i konverteringsindata"
-#: ../glib/gutf8.c:1420 ../glib/gutf8.c:1516
+#: glib/gutf8.c:1420 glib/gutf8.c:1516
+#, c-format
msgid "Character out of range for UTF-16"
msgstr "Tecknet är utanför intervallet för UTF-16"
-#: ../glib/goption.c:572
+#: glib/goption.c:572
msgid "Usage:"
msgstr "Användning:"
-#: ../glib/goption.c:572
+#: glib/goption.c:572
msgid "[OPTION...]"
msgstr "[FLAGGA...]"
-#: ../glib/goption.c:676
+#: glib/goption.c:676
msgid "Help Options:"
msgstr "Hjälpflaggor:"
-#: ../glib/goption.c:677
+#: glib/goption.c:677
msgid "Show help options"
msgstr "Visa hjälpflaggor"
-#: ../glib/goption.c:683
+#: glib/goption.c:683
msgid "Show all help options"
msgstr "Visa alla hjälpflaggor"
-#: ../glib/goption.c:735
+#: glib/goption.c:735
msgid "Application Options:"
msgstr "Programflaggor:"
-#: ../glib/goption.c:796 ../glib/goption.c:866
+#: glib/goption.c:796 glib/goption.c:866
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "Kan inte tolka heltalsvärdet \"%s\" för %s"
-#: ../glib/goption.c:806 ../glib/goption.c:874
+#: glib/goption.c:806 glib/goption.c:874
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "Heltalsvärdet \"%s\" för %s är utanför intervallet"
-#: ../glib/goption.c:831
+#: glib/goption.c:831
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Kan inte tolka dubbelvärdet \"%s\" för %s"
-#: ../glib/goption.c:839
+#: glib/goption.c:839
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "Dubbelvärdet \"%s\" för %s är utanför intervallet"
-#: ../glib/goption.c:1176
+#: glib/goption.c:1176
#, c-format
msgid "Error parsing option %s"
msgstr "Fel vid tolkning av flaggan %s"
-#: ../glib/goption.c:1207 ../glib/goption.c:1318
+#: glib/goption.c:1207 glib/goption.c:1318
#, c-format
msgid "Missing argument for %s"
msgstr "Argument saknas för %s"
-#: ../glib/goption.c:1713
+#: glib/goption.c:1713
#, c-format
msgid "Unknown option %s"
msgstr "Okänd flagga %s"
-#: ../glib/gkeyfile.c:341
+#: glib/gkeyfile.c:341
+#, c-format
msgid "Valid key file could not be found in search dirs"
msgstr "Giltig nyckelfil kunde inte hittas i sökkatalogerna"
-#: ../glib/gkeyfile.c:376
+#: glib/gkeyfile.c:376
+#, c-format
msgid "Not a regular file"
msgstr "Inte en vanlig fil"
-#: ../glib/gkeyfile.c:384
+#: glib/gkeyfile.c:384
+#, c-format
msgid "File is empty"
msgstr "Filen är tom"
-#: ../glib/gkeyfile.c:746
+#: glib/gkeyfile.c:746
#, c-format
msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -836,50 +853,51 @@ msgstr ""
"Nyckelfilen innehåller raden \"%s\" som inte är ett nyckel-värde-par, grupp "
"eller kommentar"
-#: ../glib/gkeyfile.c:806
+#: glib/gkeyfile.c:806
#, c-format
msgid "Invalid group name: %s"
msgstr "Ogiltigt gruppnamn: %s"
-#: ../glib/gkeyfile.c:828
+#: glib/gkeyfile.c:828
+#, c-format
msgid "Key file does not start with a group"
msgstr "Nyckelfilen börjar inte med en grupp"
-#: ../glib/gkeyfile.c:854
+#: glib/gkeyfile.c:854
#, c-format
msgid "Invalid key name: %s"
msgstr "Ogiltigt nyckelnamn: %s"
-#: ../glib/gkeyfile.c:881
+#: glib/gkeyfile.c:881
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Nyckelfilen innehåller kodningen \"%s\" som inte stöds"
-#: ../glib/gkeyfile.c:1094 ../glib/gkeyfile.c:1253 ../glib/gkeyfile.c:2455
-#: ../glib/gkeyfile.c:2521 ../glib/gkeyfile.c:2640 ../glib/gkeyfile.c:2775
-#: ../glib/gkeyfile.c:2928 ../glib/gkeyfile.c:3108 ../glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
+#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
+#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Nyckelfilen har inte gruppen \"%s\""
-#: ../glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1265
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Nyckelfilen har inte nyckeln \"%s\""
-#: ../glib/gkeyfile.c:1367 ../glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr ""
"Nyckelfilen innehåller nyckeln \"%s\" med värdet \"%s\" som inte är UTF-8"
-#: ../glib/gkeyfile.c:1387 ../glib/gkeyfile.c:1497 ../glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
"Nyckelfilen innehåller nyckeln \"%s\" som har värde som inte kan tolkas."
-#: ../glib/gkeyfile.c:2078 ../glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -888,36 +906,37 @@ msgstr ""
"Nyckelfilen innehåller nyckeln \"%s\" i gruppen \"%s\" som har värde som "
"inte kan tolkas."
-#: ../glib/gkeyfile.c:2470 ../glib/gkeyfile.c:2655 ../glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Nyckelfilen har inte nyckeln \"%s\" i gruppen \"%s\""
-#: ../glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3415
+#, c-format
msgid "Key file contains escape character at end of line"
msgstr "Nyckelfilen innehåller kontrolltecken i slutet på en rad"
-#: ../glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3437
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Nyckelfilen innehåller ogiltiga kontrollsekvensen \"%s\""
-#: ../glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3579
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Värdet \"%s\" kan inte tolkas som ett tal."
-#: ../glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3593
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Heltalsvärdet \"%s\" är utanför intervallet"
-#: ../glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3626
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Värdet \"%s\" kan inte tolkas som ett flyttal."
-#: ../glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3650
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Värdet \"%s\" kan inte tolkas som ett booleskt värde."
diff --git a/po/ta.po b/po/ta.po
index ad7f3f22e..c176a0b19 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.glib-2-12.ta\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-08-30 16:06+0530\n"
"Last-Translator: Felix <ifelix25@gmail.com>\n"
"Language-Team: Tamil <ta@li.org>\n"
diff --git a/po/te.po b/po/te.po
index adb8cdcb8..1b0baa91c 100644
--- a/po/te.po
+++ b/po/te.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GLIB\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2004-12-13 20:16+0100\n"
"Last-Translator: రమణ సాయి <rmn_sai@yahoo.com>\n"
"Language-Team: Free Software Foundation, Andhra Pradesh <fsfap@gnu.org.in>\n"
diff --git a/po/th.po b/po/th.po
index 2c44cc1ed..399ee754d 100644
--- a/po/th.po
+++ b/po/th.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.7.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2007-05-21 18:31+0700\n"
"Last-Translator: Theppitak Karoonboonyanan <thep@linux.thai.net>\n"
"Language-Team: Thai <l10n@opentle.org>\n"
diff --git a/po/tl.po b/po/tl.po
index 5b5cc22c0..3cae19499 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2005-12-01 17:31+0800\n"
"Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n"
"Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n"
diff --git a/po/tr.po b/po/tr.po
index 658b8db9e..5a41d1da9 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2006-08-08 17:47+0200\n"
"Last-Translator: Onur Can Çakmak <onur.cakmak@gmail.com>\n"
"Language-Team: Turkish <gnome-turk@gnome.org>\n"
diff --git a/po/tt.po b/po/tt.po
index 4c8012b8a..85b18bcd7 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2005-11-09 13:19+0300\n"
"Last-Translator: Albert Fazlí <tatarish.l10n@gmail.com>\n"
"Language-Team: Tatarish <tatarish.l10n@gmail.com>\n"
diff --git a/po/uk.po b/po/uk.po
index ca9fbda80..e92c26b84 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2007-01-19 11:56+0300\n"
"Last-Translator: Maxim Dziumanenko <dziumanenko@gmail.com>\n"
"Language-Team: Ukrainian <uk@li.org>\n"
diff --git a/po/vi.po b/po/vi.po
index e9aacde8f..cb0cdf237 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib GNOME TRUNK\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2007-05-29 22:57+0930\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
diff --git a/po/wa.po b/po/wa.po
index d18dedf08..7a05f6829 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2004-05-03 14:40+0200\n"
"Last-Translator: Pablo Saratxaga <pablo@walon.org>\n"
"Language-Team: Walloon <linux-wa@walon.org>\n"
diff --git a/po/xh.po b/po/xh.po
index 3da7a6ec8..92009f91f 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2005-02-08 12:31+0200\n"
"Last-Translator: Canonical Ltd <translations@canonical.com>\n"
"Language-Team: Xhosa <xh-translate@ubuntu.com>\n"
diff --git a/po/yi.po b/po/yi.po
index 431c628e2..f0ca880bb 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: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2003-03-19\n"
"Last-Translator: Raphael Finkel <raphael@cs.uky.edu>\n"
"Language-Team: Yiddish <raphael@cs.uky.edu>\n"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index d06393372..4bda74c17 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2007-04-15 10:46+0700\n"
"Last-Translator: Yang Zhang <zyangmath@gmail.com>\n"
"Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n"
diff --git a/po/zh_HK.po b/po/zh_HK.po
index 277a9fb33..a0c9d02d3 100644
--- a/po/zh_HK.po
+++ b/po/zh_HK.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.12.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2007-02-28 02:10+0800\n"
"Last-Translator: Woodman Tuen <wmtuen@gmail.com>\n"
"Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 621ce83ab..cc928ebbb 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.12.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-06-06 00:23-0400\n"
+"POT-Creation-Date: 2007-06-18 13:15-0400\n"
"PO-Revision-Date: 2007-02-27 09:08+0800\n"
"Last-Translator: Woodman Tuen <wmtuen@gmail.com>\n"
"Language-Team: Chinese (Taiwan) <community@linuxhall.org>\n"