summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-09-02 20:09:55 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-09-02 20:09:55 +0000
commite43de8e0e6d8b29bda3abf14029ab8ab8392a13e (patch)
tree90f64dcc360ac193be8975b3cf7a9d43b053baf9
parentf2a2d6c9ac2d98b565005d446fde01aac47f7d88 (diff)
svn path=/trunk/; revision=7434
-rw-r--r--ChangeLog6
-rw-r--r--INSTALL4
-rw-r--r--README2
-rw-r--r--docs/reference/ChangeLog4
-rw-r--r--gio/ChangeLog4
-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.po90
-rw-r--r--po/ar.po783
-rw-r--r--po/as.po90
-rw-r--r--po/az.po90
-rw-r--r--po/be.po90
-rw-r--r--po/be@latin.po90
-rw-r--r--po/bg.po782
-rw-r--r--po/bn.po90
-rw-r--r--po/bn_IN.po90
-rw-r--r--po/bs.po90
-rw-r--r--po/ca.po90
-rw-r--r--po/cs.po783
-rw-r--r--po/cy.po90
-rw-r--r--po/da.po90
-rw-r--r--po/de.po783
-rw-r--r--po/dz.po90
-rw-r--r--po/el.po90
-rw-r--r--po/en_CA.po90
-rw-r--r--po/en_GB.po90
-rw-r--r--po/eo.po90
-rw-r--r--po/es.po90
-rw-r--r--po/et.po782
-rw-r--r--po/eu.po839
-rw-r--r--po/fa.po90
-rw-r--r--po/fi.po90
-rw-r--r--po/fr.po782
-rw-r--r--po/ga.po90
-rw-r--r--po/gl.po90
-rw-r--r--po/gu.po90
-rw-r--r--po/he.po782
-rw-r--r--po/hi.po90
-rw-r--r--po/hr.po90
-rw-r--r--po/hu.po850
-rw-r--r--po/hy.po90
-rw-r--r--po/id.po90
-rw-r--r--po/is.po90
-rw-r--r--po/it.po785
-rw-r--r--po/ja.po783
-rw-r--r--po/ka.po90
-rw-r--r--po/kn.po90
-rw-r--r--po/ko.po90
-rw-r--r--po/ku.po90
-rw-r--r--po/lt.po783
-rw-r--r--po/lv.po90
-rw-r--r--po/mai.po843
-rw-r--r--po/mg.po90
-rw-r--r--po/mk.po90
-rw-r--r--po/ml.po90
-rw-r--r--po/mn.po90
-rw-r--r--po/mr.po90
-rw-r--r--po/ms.po90
-rw-r--r--po/nb.po90
-rw-r--r--po/ne.po90
-rw-r--r--po/nl.po782
-rw-r--r--po/nn.po90
-rw-r--r--po/oc.po90
-rw-r--r--po/or.po90
-rw-r--r--po/pa.po90
-rw-r--r--po/pl.po90
-rw-r--r--po/ps.po90
-rw-r--r--po/pt.po90
-rw-r--r--po/pt_BR.po90
-rw-r--r--po/ro.po90
-rw-r--r--po/ru.po90
-rw-r--r--po/rw.po90
-rw-r--r--po/si.po90
-rw-r--r--po/sk.po90
-rw-r--r--po/sl.po90
-rw-r--r--po/sq.po90
-rw-r--r--po/sr.po90
-rw-r--r--po/sr@ije.po90
-rw-r--r--po/sr@latin.po101
-rw-r--r--po/sv.po1145
-rw-r--r--po/ta.po90
-rw-r--r--po/te.po90
-rw-r--r--po/th.po90
-rw-r--r--po/tl.po90
-rw-r--r--po/tr.po90
-rw-r--r--po/tt.po90
-rw-r--r--po/uk.po799
-rw-r--r--po/vi.po799
-rw-r--r--po/wa.po90
-rw-r--r--po/xh.po90
-rw-r--r--po/yi.po90
-rw-r--r--po/zh_CN.po90
-rw-r--r--po/zh_HK.po90
-rw-r--r--po/zh_TW.po90
96 files changed, 10103 insertions, 10129 deletions
diff --git a/ChangeLog b/ChangeLog
index 553af65fc..1ea06fc45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-2007-09-02 Ryan Lortie <desrt@desrt.ca>
+2008-09-02 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.18.0 ===
+
+2008-09-02 Ryan Lortie <desrt@desrt.ca>
Bug 549771 – improved .gitignore for glib
diff --git a/INSTALL b/INSTALL
index 089eb8a45..a21ea07ec 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
Simple install procedure
========================
- % gzip -cd glib-2.17.7.tar.gz | tar xvf - # unpack the sources
- % cd glib-2.17.7 # change to the toplevel directory
+ % gzip -cd glib-2.18.0.tar.gz | tar xvf - # unpack the sources
+ % cd glib-2.18.0 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB
diff --git a/README b/README
index 24d342755..0135906ad 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is GLib version 2.17.7. GLib is the low-level core
+This is GLib version 2.18.0. 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 892a5e913..121936fd7 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,5 +1,9 @@
2008-09-02 Matthias Clasen <mclasen@redhat.com>
+ * === Released 2.18.0 ===
+
+2008-09-02 Matthias Clasen <mclasen@redhat.com>
+
* gobject/gobject-sections.txt: Add g_object_get_type
2008-09-02 Matthias Clasen <mclasen@redhat.com>
diff --git a/gio/ChangeLog b/gio/ChangeLog
index 7d9035a42..8e8733aca 100644
--- a/gio/ChangeLog
+++ b/gio/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-02 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.18.0 ===
+
2008-09-02 Michael Natterer <mitch@imendio.com>
* *.h: big header formatting cleanup: indentation, vtable
diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog
index 4749af726..20f4d5ea0 100644
--- a/gmodule/ChangeLog
+++ b/gmodule/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-02 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.18.0 ===
+
2008-08-18 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.7 ===
diff --git a/gobject/ChangeLog b/gobject/ChangeLog
index 879f1ce69..6e87fed8f 100644
--- a/gobject/ChangeLog
+++ b/gobject/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-02 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.18.0 ===
+
2008-08-21 Johan Dahlin <johan@gnome.org>
* gobject.h:
diff --git a/gthread/ChangeLog b/gthread/ChangeLog
index 6ba1f7032..2c5455b0e 100644
--- a/gthread/ChangeLog
+++ b/gthread/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-02 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.18.0 ===
+
2008-08-18 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.7 ===
diff --git a/po/ChangeLog b/po/ChangeLog
index b17af5fa2..1315a1446 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-02 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.18.0 ===
+
2008-09-02 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
diff --git a/po/am.po b/po/am.po
index e64927d3b..4977e7697 100644
--- a/po/am.po
+++ b/po/am.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -16,73 +16,72 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr ""
@@ -1288,8 +1287,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል"
@@ -1360,9 +1359,9 @@ msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1392,7 +1391,7 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
@@ -1463,19 +1462,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr ""
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
@@ -1484,46 +1484,46 @@ msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr ""
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/ar.po b/po/ar.po
index c78185d4a..f8a0adf48 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-26 14:45+0100\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-08-03 01:12+0300\n"
"Last-Translator: Khaled Hosny <khaledhosny@eglug.org>\n"
"Language-Team: Arabic <doc@arabeyes.org>\n"
@@ -21,295 +21,293 @@ msgstr ""
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
-#: ../glib/gbookmarkfile.c:733 ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899 ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "صفة غير متوقّعة '%s' للعنصر '%s'"
-#: ../glib/gbookmarkfile.c:744 ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833 ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "الصفة '%s' للعنصر '%s' غير موجودة"
-#: ../glib/gbookmarkfile.c:1127 ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "وسْم غير متوقع '%s'، توقّعت الوسْم '%s'"
-#: ../glib/gbookmarkfile.c:1152 ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234 ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "وسْم غير متوقّع '%s' داخل '%s'"
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "لا يوجد ملف علامات سليم في أدلّة البيانات"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "توجد بالفعل علامة للمسار '%s'"
-#: ../glib/gbookmarkfile.c:2061 ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304 ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469 ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630 ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751 ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974 ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240 ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494 ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "لا توجد علامة للمسار '%s'"
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "لم يعرّف نوع MIME في علامة المسار '%s'"
-#: ../glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "لم يعرف علم خاص في العلامات للمسار '%s'"
-#: ../glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "لم تحدد أي مجموعات في علامة '%s'"
-#: ../glib/gbookmarkfile.c:3258 ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "لم يسجل أي تطبيق بالاسم '%s' علامة '%s'"
-#: ../glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "فشل تمديد سطر exec '%s' بالمسار '%s'"
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "التحويل من مجموعة المحارف '%s' إلى '%s' غير مدعوم"
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "تعذّر فتح المُحوِّل من '%s' إلى '%s'"
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2216 ../glib/gutf8.c:955
-#: ../glib/gutf8.c:1404
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "سلسلة بايتات غير سليمة في دخْل التحويل"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "خطأ أثناء التحويل: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:951 ../glib/gutf8.c:1155
-#: ../glib/gutf8.c:1296 ../glib/gutf8.c:1400
+#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "تتابع محارف جزئي عند نهاية الدخْل"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "تعذّر تحويل fallback '%s' إلى مجموعة المحارف '%s'"
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "المسار '%s' ليس مسارا مطلقا باستخدام المخطط \"file\""
-#: ../glib/gconvert.c:1747
+#: glib/gconvert.c:1747
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "ملف المسار المحلي '%s' لا يمكن أن يحتوي على '#'"
-#: ../glib/gconvert.c:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "المسار '%s' غير سليم"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "اسم مستضيف المسار '%s' غير سليم"
-#: ../glib/gconvert.c:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "المسار '%s' يحتوي على محارف خلوص غير سليمة "
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "اسم المسار '%s' ليس مسارا كاملا"
-#: ../glib/gconvert.c:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "اسم المستضيف غير سليم"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "خطأ أثناء فتح الدليل '%s'‏: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "تعذّر تحصيص %Ilu بايتات لقرائة الملف \"%s\""
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "خطأ عند قراءة الملف '%s'‏: %s"
-#: ../glib/gfileutils.c:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "الملف \"%s\" كبير جدا"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "فشلت القراءة من الملف '%s'‏: %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "فشل فتح الملف '%s'‏: %s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "فشلت في أخذ صفات الملف '%s': فشل fstat(): %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "فشل فتح الملف '%s': فشل fdopen(): %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "فشل إعادة تسمية الملف '%s' إلى '%s': فشل g_rename(): %s"
-#: ../glib/gfileutils.c:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "فشل إنشاء الملف '%s'‏: %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "فشل فتح الملف '%s' للكتابة: فشل fdopen(): %s"
-#: ../glib/gfileutils.c:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "فشلت في كتابة الملف '%s': فشل fwrite(): %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "فشلت في غلق الملف '%s': فشل fclose(): %s"
-#: ../glib/gfileutils.c:1123
+#: glib/gfileutils.c:1123
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "لا يمكن حذف الملف الموجود مسبقا '%s': فشل g_unlink(): %s"
-#: ../glib/gfileutils.c:1367
+#: glib/gfileutils.c:1367
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "القالب '%s' غير سليم، لا يجب أن يحتوي على '%s'"
-#: ../glib/gfileutils.c:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "لا يحتوي القالب '%s' على XXXXXX"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%I.1f ك.بايت"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%I.1f م.بايت"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%I.1f ج.بايت"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "فشلت قراءة الوصلة الرمزية '%s'‏: %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
msgid "Symbolic links not supported"
msgstr "الوصلات الرمزية غير مدعومة"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "تعذّر فتح المُحوِّل من '%s' إلى '%s'‏: %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "لا يمكن عمل قراءة خام في g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "بيانات غير مُحوّلة باقية في حاجز القراءة الخلفي"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "تنتهي القناة عند محرف جزئي"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
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:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "خطأ في السطر %Id الرمز %Id: "
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "خطأ في السطر %Id‏: ‎%s"
-#: ../glib/gmarkup.c:483
+#: glib/gmarkup.c:483
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "رُؤي كيان فارغ '&;'، الكيانات السليمة هي:&amp; &quot; &lt; &gt; &apos; "
-#: ../glib/gmarkup.c:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -319,17 +317,17 @@ msgstr ""
"المحرف '%s' غير سليم عند بداية اسم الكيان؛ المحرف & يبدأ كيانا، ان كان علامة "
"اﻻمبارساند هذه غير موضوعة على انها كيان، تخطاها باعتبارها &amp;"
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "المحرف '%s' غير موجود داخل اسم أي كيان"
-#: ../glib/gmarkup.c:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "اسم الكيان '%s' غير معروف"
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
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;"
@@ -337,7 +335,7 @@ msgstr ""
"اسم الكيان لم ينته بفاصلة منقوطة؛ الأرجح أنك استخدمت علامة & دون أن تنوي بدء "
"كيان - تخطى العلامة عن طريق اعتبارها &amp;"
-#: ../glib/gmarkup.c:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -346,16 +344,16 @@ msgstr ""
"فشل في تحليل '%-.*s'، والتي كان لابد من كتبتها بالأرقام داخل مرجع محرف "
"(&#234; كمثال) - ربما الرقم كبير جدًا"
-#: ../glib/gmarkup.c:650
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "مرجع المحرف '%-.*s' لا يقوم بترميز محرف مسموح به"
-#: ../glib/gmarkup.c:665
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "مرجع محرف فارغ؛ يجب أن يتضمن رقما مثل &#454;"
-#: ../glib/gmarkup.c:675
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -364,52 +362,52 @@ msgstr ""
"مرجع المحرف لم ينته بفاصلة منقوطة؛ الأرجح أنك استخدمت علامة امبارساند دون أن "
"تنوي بدء كيان - تخطا العلامت عن طريق اعتبارها &amp;"
-#: ../glib/gmarkup.c:761
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "مرجع كيان غير مكتمل"
-#: ../glib/gmarkup.c:767
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "مرجع محرف غير مكتمل"
-#: ../glib/gmarkup.c:1053
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "نص مرمّز بـ UTF-8 غير سليم - سلسة طويلة جدا"
-#: ../glib/gmarkup.c:1081
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "نص مرمّز بـ UTF-8 غير سليم - ليس محرف بداية"
-#: ../glib/gmarkup.c:1117
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "نص مرمّز بـ UTF-8 غير سليم - غير سليم '%s'"
-#: ../glib/gmarkup.c:1155
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "يجب أن يبدأ المستند بعنصر (<book> مثلا)"
-#: ../glib/gmarkup.c:1195
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'%s' محرف غير سليم بعد المحرف '<'؛ ربما لا يبدأ هذا المحرف اسم عنصر"
-#: ../glib/gmarkup.c:1263
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr "محرف غريب '%s'، توقعت محرف '>' لإنهاء بداية وسم العنصر '%s'"
-#: ../glib/gmarkup.c:1352
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "محرف غريب '%s'، توقعت '=' بعد اسم الصفة '%s' للعنصر '%s'"
-#: ../glib/gmarkup.c:1394
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -419,7 +417,7 @@ msgstr ""
"محرف غريب '%s'، توقعت المحرف '>' أو '/' لإنهاء علامة البداية للعنصر '%s'، أو "
"بشكل اختياري صفة؛ ربما استخدمت محرفًا غير صالح في اسم صفة"
-#: ../glib/gmarkup.c:1480
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -428,39 +426,39 @@ msgstr ""
"محرف غريب '%s'، توقعت علامة اقتباس مفتوحة بعد علامة التساوي عند إعطاء قيمة "
"من الصفة '%s' للعنصر '%s'"
-#: ../glib/gmarkup.c:1622
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr "‏'%s' محرف غير صالح بعد الرموز ‪'</'; '%s'‬ ربما لن يبدأ اسم عنصر"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "'%s' محرف غير صالح بعد اغلاق اسم العنصر '%s'؛ المحرف المسموح به هو '>'"
-#: ../glib/gmarkup.c:1673
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "العنصر '%s' كان مغلقا، لا عنصر مفتوح حاليا"
-#: ../glib/gmarkup.c:1682
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "العنصر '%s' كان مغلقا، لكن العنصر المفتوح حاليا هو '%s'"
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "المستند كان فارغا أو كان يحتوي فقط على مساحات فارغة"
-#: ../glib/gmarkup.c:1859
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "انتهى المستند بشكل غير متوقع بعد قوس بزاوية ‪'<'‬"
-#: ../glib/gmarkup.c:1867 ../glib/gmarkup.c:1912
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -469,7 +467,7 @@ msgstr ""
"انتهى المستند بشكل غير متوقع مع عناصر لا زالت مفتوحة - '%s' كان آخر عنصر "
"مفتوح"
-#: ../glib/gmarkup.c:1875
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -477,19 +475,19 @@ msgid ""
msgstr ""
"انتهى المستند بشكل غير متوقع، توقعت رؤية قوس ذا زاوية لينهي العلامة‪<%s/>‬"
-#: ../glib/gmarkup.c:1881
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "انتهى المستند بشكل غير متوقع داخل اسم عنصر"
-#: ../glib/gmarkup.c:1887
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "انتهى المستند بشكل غير متوقع داخل اسم صفة"
-#: ../glib/gmarkup.c:1892
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "انتهى المستند بشكل غير متوقع بعد علامة فتح عنصر."
-#: ../glib/gmarkup.c:1898
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -497,574 +495,572 @@ msgstr ""
"انتهى المستند بشكل غير متوقع بعد علامة التساوي اثر اسم صفة؛ لا توجد قيمة "
"للصفة"
-#: ../glib/gmarkup.c:1905
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "انتهى المستند بشكل غير متوقع وهو داخلَ قيمة صفة"
-#: ../glib/gmarkup.c:1921
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "انتهى المستند بشكل غير متوقع داخل علامة انهاء للعنصر '%s'"
-#: ../glib/gmarkup.c:1927
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "انتهى المستند بشكل غير متوقع داخل تعليق أو تعليمات معالجة"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "كائن تالف"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "خطأ داخلي أو كائن تالف"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "نفذت الذّاكرة"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "وُصِلَ للحد المسموح به من أمكنة الرجوع للوراء"
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
msgid "the pattern contains items not supported for partial matching"
msgstr "المثال يحتوي على عناصر لا تحتمل التطابق الجزئي"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
msgid "internal error"
msgstr "خطأ داخلي"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr "المراجع الرجعية غير مدعومة كشرط للتطابق الجزئي"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "وُصِلَ للحد المسموح به من التواتر"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "وُصِلَ للحد المسموح به لمساحة العمل بالسلاسل الجزئية الفارغة"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "ائتلاف غير صحيح لأعلمة السطر الجديد"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "خطأ مجهول"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ في نهاية النمط"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "‏\\c في نهاية النمط"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "رمز غير معروف بعد \\"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr "خلوصات تغيير المحارف (\\l, \\L, \\u, \\U) غير مسموح بها هنا"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "الأعداد خارج التغطية في المكمم {}"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "العدد كبير جدا في المكمم {}"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "الرمز ] غير موجود"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "سلسلة غير سليمة"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "مجال خارج التغطية في نوع الرموز"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "لا شيئ للإعادة"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "رمز غير معروف بعد (?"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "رمز غير معروف بعد (?<"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "رمز غير معروف بعد (?P"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "أصناف POSIX المسماة مدعومة فقط داخل صنف"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "القوس الغالق غير موجود )"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") بلا قوس فاتح ("
#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
#. * sequences here, '(?-54' would be an example for the second group.
#.
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
msgid "(?R or (?[+-]digits must be followed by )"
msgstr "‏(?R أو (?[+-] أرقام يجب أن تتبع ب )"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "إشارة لقالب داخلي غير موجود"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "الرمز ) غير موجود بعد التعليق"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "قالب كبير جدًّا"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "فشل تلقي الذاكرة"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "مصادقة العثور الخلفي ليست بحجم واحد"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "اسم أو عدد غير صحيح بعد (?("
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "المجموعة الشرطية تحتوي على أكثر من فرعين"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "مصادقة منتظرة بعد (?("
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "اسم نوع POSIX غير معروف"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "عناصر الترتيب POSIX غير مدعومة"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "قيمة الرمز في سلسلة \\x{...} كبيرة جدًا"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "شرط غير صحيح (?(0)"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "‏\\C غير مسموحة له عند العثور الخلفي"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "الوظيفة التكرارية يمكن أن تستمر إلى ما لا نهاية"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "منهي غير موجود في اسم القالب الداخلي"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "هناك قالبان داخليان لهما نفس الاسم"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "سلسلة \\P أو \\p سيئة التركيب"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "اسم خاصية غير معروفة بعد \\P أو \\p"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "اسم القالب الداخلي كبير جدا"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "هناك عدد كبير جدا من اسماء القوالب الداخلية (الأقصى 10,000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "القيمة الثمانية أكبر من \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "مجموعة DEFINE تحتوي على أكثر من فرع واحد"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "إعادة مجموعة DEFINE غير مسموحة"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "خيارات NEWLINE غير صحيحة "
-#: ../glib/gregex.c:333
+#: glib/gregex.c:333
msgid ""
"\\g is not followed by a braced name or an optionally braced non-zero number"
msgstr "‏\\g غير متبوعة باسم قوس أو عدد بقوس"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "إعادة غير متوقعة"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "فيضان الرموز"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "خطأ تركيب مساحة العمل"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "القالب الداخلى المراقب مسبقا غير موجود"
-#: ../glib/gregex.c:526 ../glib/gregex.c:1593
+#: glib/gregex.c:526 glib/gregex.c:1593
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "خطأ عند تطابق جملة المقارنة %s: ‏%s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "تم تجميع مكتبة PCRE من دون دعم UTF8 "
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "تم تجميع مكتبة PCRE من دون دعم خصائص UTF8 "
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "خطأ عند تجميع جملة المقارنة %s عند المحرف %Id: %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "خطأ عند تحسين جملة المقارنة %s: ‏%s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "رقم من نظام 16 أو '}' متوقع"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "رقم من نظام 16 متوقع"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "'<' غير موجود في المرجع الرمزي"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "مرجع كيان غير مكتمل"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "مرجع رمزي معدوم الطول"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "رقم متوقع"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "مرجع كيان غير صحيح"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "نتيجة نهائية '\\'"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "سلسلة خروج غير معروفة"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "خطأ عند قراءة نص الإستبدال \"%s\" عند المحرف %Ilu: ‏%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')"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
msgid "Text was empty (or contained only whitespace)"
msgstr "كان النص فارغا (أو كان يحتوي على فراغ أبيض)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "فشلت قراءة البيانات من العملية الإبنة"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "فشل عمل أنبوب للاتصال بالعملية الإبنة (%s)"
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "فشلت القراءة من الأنبوب الإبن (%s)"
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "فشل التغيير إلى الدليل '%s' ‏(%s)"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "فشل تنفيذ العملية الإبنة (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "اسم برنامج غير صحيح: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "سلسلة غير صالحة في متجه الأحجية عند %Id: ‏%s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "سلسلة غير صالحة في البيئة: %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "دليل عمل غير سليم: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "فشل تنفيذ البرنامج المساعد (%s)"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
msgstr "خطأ غير متوقع في g_io_channel_win32_poll() أثناء القراءة من عملية ابنة"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "فشلت قراءة البيانات من العملية الإبنة (%s)"
-#: ../glib/gspawn.c:325
+#: glib/gspawn.c:325
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "خطأ غير متوقع في select() أثناء قراءة البيانات من العملية الإبنة (%s)"
-#: ../glib/gspawn.c:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "خطأ غير متوقع في waitpid() (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "فشل تشعيب (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "فشل تنفيذ العملية الإبنة \"%s\" ‏(%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "فشل اعادة توجيه الخرْج أو الدخْل للعملية الإبنة (%s)"
-#: ../glib/gspawn.c:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "فشل تشعيب العملية الإبنة (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "خطأ غير معروف أثناء تنفيذ العملية الإبنة \"%s\""
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "فشلت قراءة بيانات كافية من أنبوب child pid ‏(%s)"
-#: ../glib/gutf8.c:1029
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "محرف خارج حدود UTF-8"
-#: ../glib/gutf8.c:1123 ../glib/gutf8.c:1132 ../glib/gutf8.c:1264
-#: ../glib/gutf8.c:1273 ../glib/gutf8.c:1414 ../glib/gutf8.c:1510
+#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "تتابع غير سليم في دخْل التحويل"
-#: ../glib/gutf8.c:1425 ../glib/gutf8.c:1521
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "محرف خارج حدود UTF-16"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "الاستخدام:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[OPTION...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "خيارات المساعدة:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "اعرض خيارات المساعدة"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "اعرض كل خيارات المساعدة"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "خيارات التطبيق:"
-#: ../glib/goption.c:849 ../glib/goption.c:919
+#: glib/goption.c:849 glib/goption.c:919
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "تعذّر تحليل قيمة العدد الصحيح '%s' ل %s"
-#: ../glib/goption.c:859 ../glib/goption.c:927
+#: glib/goption.c:859 glib/goption.c:927
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "قيمة الرقم الصحيح '%s' ل %s خارج المجال"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "تعذّر تحليل القيمة المزدوجة '%s' ل %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "القيمة المزدوجة '%s' ل %s خارج المجال"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "خطأ أثناء تحليل الخيار %s"
-#: ../glib/goption.c:1260 ../glib/goption.c:1371
+#: glib/goption.c:1260 glib/goption.c:1371
#, c-format
msgid "Missing argument for %s"
msgstr "معامل %s مفقود"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "خيار مجهول %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
msgid "Valid key file could not be found in search dirs"
msgstr "لا يمكن إيجاد ملف مفتاح صحيح في دلائل البحث"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
msgid "Not a regular file"
msgstr "ليس ملفا اعتياديا"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
msgid "File is empty"
msgstr "الملف فارغ"
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
#, c-format
msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
msgstr ""
"ملف المفتاح يحتوي على سطر '%s' والذي ليس زوج قيمة مفاتيح ، مجموعة ، أو تعليق"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "اسم مجموعة غير صحيح: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
msgid "Key file does not start with a group"
msgstr "لا يبدأ ملف المفتاح بمجموعة"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "اسم مفتاح غير صحيح: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "يحتوي ملف المفتاع على ترميز غير مدعوم '%s'"
-#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "لا يحتوي ملف المفتاح على المجموعة '%s'"
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "لا يحتوي ملف المفتاح على المفتاح '%s'"
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "يحتوي ملف المفتاح على المفتاح '%s' ذو القيمة '%s' التي ليست UTF-8"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "ملف المفتاح يحتوي على مفتاح '%s' والذي لديه قيمة لايمكن تفسيرها."
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1073,122 +1069,119 @@ msgstr ""
"ملف المفتاح يحتوي على مفتاح '%s'في المجموعة '%s'والتي لديها قيمة لايمكن "
"تفسيرها."
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "لا يحتوي ملف المفتاح على مفتاح '%s' في المجموعة '%s'"
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
msgid "Key file contains escape character at end of line"
msgstr "ملف المفتاح يحتوي على محرف الخلوص في آخر السطر"
-#: ../glib/gkeyfile.c:3496
+#: glib/gkeyfile.c:3496
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "ملف المفتاح يحتوي على تتابع خلوص غير صالح '%s'"
-#: ../glib/gkeyfile.c:3638
+#: glib/gkeyfile.c:3638
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "لا يمكن تفسير القيمة '%s' كعدد."
-#: ../glib/gkeyfile.c:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "قيمة عدد صحيح '%s' خارج المدى"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "لا يمكن تفسير القيمة '%s' كعدد عشري."
-#: ../glib/gkeyfile.c:3709
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "لا يمكن تفسير القيمة '%s' كعدد منطقي."
-#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:193
-#: ../gio/ginputstream.c:325 ../gio/ginputstream.c:566
-#: ../gio/ginputstream.c:691 ../gio/goutputstream.c:202
-#: ../gio/goutputstream.c:656
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "مُرِّرت قيمة كبيرة جدّا إلى %s"
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:901
-#: ../gio/goutputstream.c:1085
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "سبق إغلاق الدَفق "
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "أُلغيت العملية "
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "نوع مجهول"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "نوع ملفّ %s"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "نوع %s"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "نهاية دَفق غير متوقّعة وغير متوقعة "
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "غير مسمّى"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "ملف سطح المكتب لم يحدد الحقل التنفيدي"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "تعذّر إيجاد الطرفية المطلوبة للتطبيق"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "تعذّر إنشاء مجلد التهيئة الخاص بتطبيق المستخدم %s: ‏%s"
-#: ../gio/gdesktopappinfo.c:1136
+#: gio/gdesktopappinfo.c:1136
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "لا يمكن إنشاء مجلد التهيئة MIME %s للمستخدم: %s"
-#: ../gio/gdesktopappinfo.c:1475
+#: gio/gdesktopappinfo.c:1475
#, c-format
msgid "Can't create user desktop file %s"
msgstr "لا يمكن إنشاء الملف %s"
-#: ../gio/gdesktopappinfo.c:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "تعريف مخصص لِ %s"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "محرك الأقراص لا ينفذ القذف"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "محرك الأقراص لا ينفذ جسّ الوسائط"
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2686 ../gio/gfile.c:2740
-#: ../gio/gfile.c:2871 ../gio/gfile.c:2911 ../gio/gfile.c:3238
-#: ../gio/gfile.c:3640 ../gio/gfile.c:3724 ../gio/gfile.c:3807
-#: ../gio/gfile.c:3887 ../gio/gfile.c:4217 ../gio/win32/gwinhttpfile.c:427
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "عمليّة غير مدعومة"
@@ -1200,88 +1193,88 @@ msgstr "عمليّة غير مدعومة"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "الوصل الحاوي غير موجود"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "لا يمكنك نقل دليل على دليل"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "لا يمكنك نسخ دليل على دليل"
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "الملف الهدف موجود مسبّقا"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr " لا يمكنك النسخ التكراري للدليل "
-#: ../gio/gfile.c:2861
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr " قيمة الوصلة الرمزية المُعطاة غير سليمة"
-#: ../gio/gfile.c:2954
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "المهملات غير مدعومة"
-#: ../gio/gfile.c:3003
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "لا يمكن لأسماء الملفات أن تحتوي على '%c' "
-#: ../gio/gfile.c:4985 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "الجهاز لا ينفذ الوَصل"
-#: ../gio/gfile.c:5093
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "لم يسجل أي تطبيق كمعالج لهذا الملف"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "المُعدِّد مغلق"
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "مُعدد الملف له عملية عالقة"
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "مُعدد الملف سبق إغلاقه"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr ""
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
#, fuzzy
msgid "The file containing the icon"
msgstr "مصفوفة تحتوي أسماء الأيقونات"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "الدَفق لا يدعم query_info"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "عملية السعي البحث غير مُدعمة على الدَفق"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "البَتْرُ غير مسموح به على دَفق الإدخال"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "البَتْرُ غير مدعم على الدَفق"
-#: ../gio/ginputstream.c:202
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "دَفق الإدخال لا يُنَفذ القراءة"
@@ -1291,360 +1284,360 @@ msgstr "دَفق الإدخال لا يُنَفذ القراءة"
#. Translators: This is an error you get if there is
#. * already an operation running against this stream when
#. * you try to start one
-#: ../gio/ginputstream.c:911 ../gio/goutputstream.c:1095
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr " للدَفق عملية عالقة"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
msgid "Unable to find default local directory monitor type"
msgstr "تعذّر ايجاد نوع المراقبة للدليل المحلي الافتراضي "
-#: ../gio/glocalfile.c:601 ../gio/win32/gwinhttpfile.c:410
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "اسم ملف غير صالح %s"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "خطأ أثناء تلقي معلومات نظام الملفات: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr " لا يمكنك إعادة تسمية الدليل الجذري "
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "لا يمكنك إعادة تسمية الملف، اسم الملف موجود بالفعل"
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:505
-#: ../gio/glocalfileoutputstream.c:550 ../gio/glocalfileoutputstream.c:967
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "أسم ملف غير صالح"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "خطأ عند إعادة تسمية الملف: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "خطأ عند فتح الملف: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "لا يمكن فتح الدّليل"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "خطأ عند حذف الملف: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "خطأ عند ارسال الملف للمهملات: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "تعذّر إنشاء مجلد سلة المهملات %s: ‏%s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "تعذّر إيجاد دليل المستوى الأعلى للمهملات"
-#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "تعذّر ايجاد أو إنشاء دليل المهملات"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "تعذّر إنشاء ملف المُهْملات: %s"
-#: ../gio/glocalfile.c:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "تعذّر نقل الملف: %s إلى المهملات "
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "خطأ أثناء إنشاء الدليل: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "خطأ أثناء تشكيل الوصلة الرمزية: %s"
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "خطأ عندنقل الملف: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "لا يمكنك نقل دليل على دليل"
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:819
-#: ../gio/glocalfileoutputstream.c:833 ../gio/glocalfileoutputstream.c:848
-#: ../gio/glocalfileoutputstream.c:864 ../gio/glocalfileoutputstream.c:878
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "فشل إنشاء ملف النسخة الاحتياطية"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "خطأ في إزالة الملف الهدف: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "النقل بين الوصلات غير مدعوم"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "قيمة الخاصية لا بد أن تكون غير منعدمة"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "نوع الخاصية غير سليم ( يُفترض أن يكون مقطعا )"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "اسم غير سليم للخاصية الممتدة"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "خطأ عند تعيين الخاصية الممتدة '%s'‏: %s"
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:706
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "خطأ عند تناول الملف '%s'‏: %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (ترميز غير سليم)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "خطأ فى تناول واصف الملف: %s"
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "نوع الخاصية غير سليم ( يُفترض uint32 )"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "نوع الخاصية غير سليم ( يُفترض uint64 )"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "نوع الخاصية غير سليم ( يُنتضر مقطع بايت )"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "خطأ تعيين الأذونات: %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "خطأ تعيين المالك: %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "يجب أن يكون فهرس القائمة غير سلبي"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "خطأ أثناء تعيين الوصلة الرمزية: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
msgid "Error setting symlink: file is not a symlink"
msgstr "خطأ في تعيين الوصلة الرمزية: الملف ليس وصلة رمزية"
-#: ../gio/glocalfileinfo.c:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "يجب ألا يكون سياق SELinux صفرا"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "خطأ في ضبط سياق SELinux: ‏%s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "‏SELinux ليس مفعلا على هذا النظام"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, c-format
msgid "Setting attribute %s not supported"
msgstr "تعيين الصفة %s غير مُدَعَّم"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:603
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "خطأ أثناء القراءة من الملف: %s"
-#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203
-#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:405
-#: ../gio/glocalfileoutputstream.c:896
+#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "خطأ أثناء تصفح الملف: %s"
-#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:208
-#: ../gio/glocalfileoutputstream.c:303
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "خطأ عند غلق الملف: %s"
-#: ../gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:198
msgid "Unable to find default local file monitor type"
msgstr "تعذّر إيجاد نوع المراقبة للملف المحلي الافتراضي "
-#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:624
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "خطأ في الكتابة للملف: %s"
-#: ../gio/glocalfileoutputstream.c:235
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "خطأ أثناء إزالة وصلة النسخة الاحتياطية القديمة: %s"
-#: ../gio/glocalfileoutputstream.c:249 ../gio/glocalfileoutputstream.c:262
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "خطأ أثناء إنشاء النسخة الاحتياطية: %s"
-#: ../gio/glocalfileoutputstream.c:280
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "خطأ عند إعادة تسمية الملف المؤقت: %s "
-#: ../gio/glocalfileoutputstream.c:451 ../gio/glocalfileoutputstream.c:913
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "خطأ أثناء بَتْر الملف: %s "
-#: ../gio/glocalfileoutputstream.c:511 ../gio/glocalfileoutputstream.c:556
-#: ../gio/glocalfileoutputstream.c:688 ../gio/glocalfileoutputstream.c:973
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "خطأ عند فتح الملف '%s'‏: %s "
-#: ../gio/glocalfileoutputstream.c:719
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "الملف الهدف هو دليل"
-#: ../gio/glocalfileoutputstream.c:724
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "الملف الهدف هو ليس ملفًا عاديًا"
-#: ../gio/glocalfileoutputstream.c:736
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "تمّ تعديل الملف خارجيّا"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "تم تقديم GSeekType غير سليم"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "طلب بحث غير سليم"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "تعذر بَتْرُ GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "تَمَّ بُلوغ أقصى حد لمصفوفة المعطيات"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "دَفْقُ الاخراج للذاكرة غير قابل لتغيير القياس"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
msgstr "فشل تغيير قياس دَفْقُ الاخراج للذاكرة"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr "نقطة الوصل لا تدعم الفصل"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr "نقطو الوصْل لا يتدعم الإخراج"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "نقطة الوصل لا تدعم إعادة الوصل"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "نقطة الوصل لا تدعم تخمين نوع المحتوى"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr "نقطة الوصل لا تدعم التخمين المتزامن لنوع المحتوى"
-#: ../gio/goutputstream.c:211 ../gio/goutputstream.c:412
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "دَفْقُ الاخراج لا يدعم الكتابة"
-#: ../gio/goutputstream.c:372 ../gio/goutputstream.c:780
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "دَفْقُ المَصدر سبق إغلاقه"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "اسم"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "اسم الأيقونة"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "أسماء"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "مصفوفة تحتوي أسماء الأيقونات"
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "استخدم الاحتياط المبدئي"
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1652,60 +1645,60 @@ msgstr ""
"ما إذا سيستخدم الاحتياط المبدئي الموجود بقص الأسماء عند محارف '-'. تجاهل "
"الأسماء بعد الأول إذا خدد أكثر من اسم."
-#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "خطأ عند القراءة من يونكس: %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "خطأ عند غلق يونكس: %s"
-#: ../gio/gunixmounts.c:1779 ../gio/gunixmounts.c:1816
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "جذر نظام الملفّات"
-#: ../gio/gunixoutputstream.c:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "خطأ أثناء الكتابة ليونكس: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "الجزء لا يدعم الإخراج"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "تعذّر العثور على التّطبيق"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "خطأ عند تشغيل التطبيق: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
msgid "URIs not supported"
msgstr "المسارات غير مدعومة"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
msgid "association changes not supported on win32"
msgstr "تغيير الترابطات غير مدعوم على win32"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
msgid "Association creation not supported on win32"
msgstr "إنشاء الترابط غير مدعوم على win32"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "لا تخفِ العناصر"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "استخدم تهيئة العرض المسترسل"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[ملف...]"
diff --git a/po/as.po b/po/as.po
index 0ed67c573..330bf8608 100644
--- a/po/as.po
+++ b/po/as.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: as\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-02-28 17:08+0530\n"
"Last-Translator: Amitakhya Phukan <amitakhya@svn.gnome.org>\n"
"Language-Team: Assamese\n"
@@ -17,73 +17,72 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n!=1)\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "অপ্ৰত্যাশিত গুণ '%s' পদাৰ্থ '%s' ৰ বাবে"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "'%s' গুণ '%s' পদাৰ্থৰ পোৱা ন'গ'ল"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "অপ্ৰত্যাশিত চিহ্ন '%s', '%s' চিহ্ন আশা কৰা হৈছিল"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "অপ্ৰত্যাশিত চিহ্ন '%s', '%s' ৰ ভিতৰত"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "তথ্য পঞ্জিকাত কোনো বৈধ পত্ৰচিহ্নৰ নথিপত্ৰ পোৱা ন'গ'ল"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s' ৰ বাবে পত্ৰচিহ্ন ইতিমধ্যে আছে"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s' ৰ বাবে পত্ৰচিহ্ন পোৱা ন'গ'ল"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s' ৰ পত্ৰচিহ্নৰ বাবে কোনো MIME ৰ ধৰণ সংজ্ঞা দিয়া হোৱা নাই"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s' ৰ পত্ৰচিহ্নত কোনো ব্যক্তিগত চিহ্নৰ সংজ্ঞা দিয়া হোৱা নাই"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s' ৰ পত্ৰচিহ্নৰ বাবে কোনো সমষ্টি প্ৰতিষ্ঠা কৰা হোৱা নাই"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' নামৰ কোনো অনুপ্ৰয়োগে '%s' ৰ বাবে কোনো পত্ৰচিহ্ন পঞ্জীভূক্ত কৰা নাই"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "exec শাৰী '%s', য'ত URI '%s' আছে, বিস্তৃত কৰাত বিফল"
@@ -1314,8 +1313,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "অবৈধ গৃহস্থৰনাম"
@@ -1386,9 +1385,9 @@ msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1419,7 +1418,7 @@ msgstr "প্ৰলেক্ষ"
msgid "Error setting extended attribute '%s': %s"
msgstr "'%s' পঞ্জিকা খোলোঁতে ভুল: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
@@ -1490,19 +1489,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
@@ -1511,46 +1511,46 @@ msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr ""
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr ""
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/az.po b/po/az.po
index a45835678..9a54a1c47 100644
--- a/po/az.po
+++ b/po/az.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.az\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -16,74 +16,73 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.0.2\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"Tək hərf '%s', xüsusiyyət adı '%s' olan element '%s' dən sonra '=' gözlənilir"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "'%s' simvolik körpüsü oxuna bilmədi: %s"
@@ -1336,8 +1335,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "Hökmsüz qovşaq adı"
@@ -1408,9 +1407,9 @@ msgstr "Fayl oxuma xətası: '%s': %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1441,7 +1440,7 @@ msgstr "Sənəd bir xüsusiyyət adı içində gözlənilməz bir şəkildə qur
msgid "Error setting extended attribute '%s': %s"
msgstr "Cərgə açma xətası: '%s': %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Fayl oxuma xətası: '%s': %s"
@@ -1512,19 +1511,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Simvolik körpülər dəstəklənmir"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Fayl oxuma xətası: '%s': %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Fayl oxuma xətası: '%s': %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Fayl oxuma xətası: '%s': %s"
@@ -1533,46 +1533,46 @@ msgstr "Fayl oxuma xətası: '%s': %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "Fayl oxuma xətası: '%s': %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "Dönüşdürmə sırasında xəta yarandı: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "Fayl oxuma xətası: '%s': %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "Fayl oxuma xətası: '%s': %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "Fayl oxuma xətası: '%s': %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "Fayl oxuma xətası: '%s': %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr ""
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/be.po b/po/be.po
index be0f382cd..12c299b1b 100644
--- a/po/be.po
+++ b/po/be.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -17,77 +17,76 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
# glib/gmarkup.c:1120
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"Дзіўны сымбаль \"%s\", чакаўся сымбаль \"=\" пасьля назвы атрыбута \"%s\" "
"элемэнту \"%s\""
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
#, fuzzy
msgid "No valid bookmark file found in data dirs"
msgstr "Дапушчальны файл ключу не адшуканы ў каталёгу даньняў"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
# glib/gfileutils.c:745
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Немагчыма прачытаць сымбалічную спасылку \"%s\": %s"
@@ -1466,8 +1465,8 @@ msgstr ""
# glib/gconvert.c:1729
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "Недапушчальная назва вузла"
@@ -1549,9 +1548,9 @@ msgstr "Памылка чытаньня файлу \"%s\": %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1586,7 +1585,7 @@ msgid "Error setting extended attribute '%s': %s"
msgstr "Памылка ў часе адкрыцьця каталёгу \"%s\": %s"
# glib/gfileutils.c:348
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
@@ -1666,21 +1665,22 @@ msgid "Setting attribute %s not supported"
msgstr "Сымбалічныя спасылкі не падтрымліваюцца"
# glib/gfileutils.c:348
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
# glib/gfileutils.c:348
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
# glib/gfileutils.c:348
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
@@ -1690,53 +1690,53 @@ msgid "Unable to find default local file monitor type"
msgstr ""
# glib/gfileutils.c:348
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "Памылка ў часе пераўтварэньня: %s"
# glib/gfileutils.c:348
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
# glib/gfileutils.c:348
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
# glib/gfileutils.c:348
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
# glib/gfileutils.c:348
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
#, fuzzy
msgid "Target file is not a regular file"
msgstr "Не зьяўляецца звычайным файлам"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/be@latin.po b/po/be@latin.po
index d09c969f6..7d3c66478 100644
--- a/po/be@latin.po
+++ b/po/be@latin.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-02-16 23:33+0200\n"
"Last-Translator: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>\n"
"Language-Team: Belarusian Latin <i18n@mova.org>\n"
@@ -18,75 +18,74 @@ msgstr ""
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
# glib/gmarkup.c:1120
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Niečakany atrybut '%s' dla elementu '%s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Atrybut '%s' elementu '%s' nia znojdzieny"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Niečakany značnik '%s', spadziavalisia značnika '%s'"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Niečakany značnik '%s' unutry '%s'"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "Niemahčyma znajści pravilnaha fajłu zakładak u katalohach źviestak"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Zakładka dla URI '%s' užo isnuje"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Dla URI '%s' nia znojdziena zakładak"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Nie akreśleny typ MIME ŭ zakładcy dla URI '%s'"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Nie akreślili pryvatnaha ściažka ŭ zakładcy dla URI '%s'"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Nie akreślili hrup u zakładcy dla URI '%s'"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
"Nivodnaja aplikacyja pad nazvaj '%s' nie zarehistravała zakładki dla '%s'"
# glib/gfileutils.c:745
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Prablema z razhortvańniem radka zapusku '%s' z URI '%s'"
@@ -1469,8 +1468,8 @@ msgstr "Niemahčyma źmianić nazvu dla fajłu, taki fajł užo isnuje"
# glib/gconvert.c:1729
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Niapravilnaja nazva fajłu"
@@ -1551,9 +1550,9 @@ msgstr "Pamyłka pieranosu fajłu: %s"
msgid "Can't move directory over directory"
msgstr "Niemahčyma pieranieści kataloh zamiest inšaha katalohu"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Niaŭdałaje stvareńnie zapasnoha fajłu"
@@ -1587,7 +1586,7 @@ msgid "Error setting extended attribute '%s': %s"
msgstr "Pamyłka akreśleńnia pašyranaha atrybutu '%s': %s"
# glib/gfileutils.c:348
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Pamyłka atrymańnia stat() dla fajłu '%s': %s"
@@ -1669,21 +1668,22 @@ msgid "Setting attribute %s not supported"
msgstr "Akreśleńnie atrybutu %s nie padtrymlivajecca"
# glib/gfileutils.c:348
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Pamyłka adčytańnia z fajłu: %s"
# glib/gfileutils.c:348
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Pamyłka zruchu ŭ fajle: %s"
# glib/gfileutils.c:348
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Pamyłka začynieńnia fajłu: %s"
@@ -1693,52 +1693,52 @@ msgid "Unable to find default local file monitor type"
msgstr "Niemahčyma znajści zmoŭčany typ manitora dla lakalnaha fajłu"
# glib/gfileutils.c:348
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Pamyłka zapisu ŭ fajł: %s"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Pamyłka vydaleńnia staroj zapasnoj spasyłki: %s"
# glib/gfileutils.c:348
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Pamyłka stvareńnia zapasnoj kopii: %s"
# glib/gfileutils.c:348
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Pamyłka źmieny nazy časovaha fajłu: %s"
# glib/gfileutils.c:348
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Pamyłka abcinańnia fajłu: %s"
# glib/gfileutils.c:348
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Pamyłka adčynieńnia fajłu '%s': %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Metavy fajł źjaŭlajecca kataloham"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Metavy fajł nia prosty"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "Fajł byŭ źmienieny zvonku"
diff --git a/po/bg.po b/po/bg.po
index 100e88726..279ed80ca 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib trunk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-02 14:23+0300\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-09-02 14:15+0300\n"
"Last-Translator: Alexander Shopov <ash@contact.bg>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
@@ -16,311 +16,310 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#: ../glib/gbookmarkfile.c:737
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Неочакван атрибут „%s“ на елемента „%s“"
-#: ../glib/gbookmarkfile.c:748 ../glib/gbookmarkfile.c:819
-#: ../glib/gbookmarkfile.c:829 ../glib/gbookmarkfile.c:936
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Атрибутът „%s“ на елемента „%s“ не е открит"
-#: ../glib/gbookmarkfile.c:1106 ../glib/gbookmarkfile.c:1171
-#: ../glib/gbookmarkfile.c:1235 ../glib/gbookmarkfile.c:1245
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Неочакван етикет „%s“, очакваше се „%s“"
-#: ../glib/gbookmarkfile.c:1131 ../glib/gbookmarkfile.c:1145
-#: ../glib/gbookmarkfile.c:1213 ../glib/gbookmarkfile.c:1265
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Неочакван етикет „%s“ вътре в „%s“"
-#: ../glib/gbookmarkfile.c:1793
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "Не може да се открие валиден файл с отметки в папките с данни"
-#: ../glib/gbookmarkfile.c:1994
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Вече съществува отметка за адреса „%s“"
-#: ../glib/gbookmarkfile.c:2040 ../glib/gbookmarkfile.c:2198
-#: ../glib/gbookmarkfile.c:2283 ../glib/gbookmarkfile.c:2363
-#: ../glib/gbookmarkfile.c:2448 ../glib/gbookmarkfile.c:2531
-#: ../glib/gbookmarkfile.c:2609 ../glib/gbookmarkfile.c:2688
-#: ../glib/gbookmarkfile.c:2730 ../glib/gbookmarkfile.c:2827
-#: ../glib/gbookmarkfile.c:2953 ../glib/gbookmarkfile.c:3143
-#: ../glib/gbookmarkfile.c:3219 ../glib/gbookmarkfile.c:3384
-#: ../glib/gbookmarkfile.c:3473 ../glib/gbookmarkfile.c:3563
-#: ../glib/gbookmarkfile.c:3691
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Не е открита отметка за адреса „%s“"
-#: ../glib/gbookmarkfile.c:2372
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Не е указан видът MIME в отметката за адреса „%s“"
-#: ../glib/gbookmarkfile.c:2457
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Не е зададен флаг за лични данни в отметката за адреса „%s“"
-#: ../glib/gbookmarkfile.c:2836
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Не са зададени групи в отметката за адреса „%s“"
-#: ../glib/gbookmarkfile.c:3237 ../glib/gbookmarkfile.c:3394
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Никоя програма „%s“ не е регистрирала отметка за „%s“"
-#: ../glib/gbookmarkfile.c:3417
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Неуспех при дописването на реда за изпълнение „%s“ с адреса „%s“"
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Преобразуването от набора знаци „%s“ към „%s“ не се поддържа"
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Не може да се отвори конвертор от „%s“ към „%s“"
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2216 ../glib/gutf8.c:955
-#: ../glib/gutf8.c:1404
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Грешна байтова последователност на входа за преобразуване"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "Грешка по време на преобразуване: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:951 ../glib/gutf8.c:1155
-#: ../glib/gutf8.c:1296 ../glib/gutf8.c:1400
+#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Непълна знакова последователност в края на входните данни"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr ""
"Заместващият знак „%s“ не може да бъде преобразуван към знак от набора „%s“"
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
"Адресът „%s“ не е абсолютен при използване на схемата „file“ (файлова "
"система)"
-#: ../glib/gconvert.c:1747
+#: glib/gconvert.c:1747
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Адресът „%s“ на локален файл не може да включва „#“"
-#: ../glib/gconvert.c:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "Адресът „%s“ е неправилен"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Името на хоста в адреса „%s“ е неправилно"
-#: ../glib/gconvert.c:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Адресът „%s“ съдържа грешни екраниращи последователности"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Пътят „%s“ не е абсолютен"
-#: ../glib/gconvert.c:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "Неправилно име на хост"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Грешка при отваряне на папка „%s“: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Неуспех при заделянето на %lu байта за четене на файла „%s“"
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Грешка при четене на файл „%s“: %s"
-#: ../glib/gfileutils.c:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "Файлът „%s“ е прекалено голям"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Неуспех при четене от файл „%s“: %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Неуспех при отваряне на файл „%s“: %s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Неуспех при получаване на атрибутите на файл „%s“: неуспешно изпълнение на "
"fstat(): %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr ""
"Неуспех при отваряне на файл „%s“: неуспешно изпълнение на fdopen(): %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"Неуспех при преименуване на файл „%s“ на „%s“: неуспешно изпълнение на "
"g_rename(): %s"
-#: ../glib/gfileutils.c:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Неуспех при създаване на файл „%s“: %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
"Неуспех при отваряне на файл „%s“ за писане: неуспешно изпълнение на fdopen"
"(): %s"
-#: ../glib/gfileutils.c:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Неуспех при запис на файл „%s“: неуспешно изпълнение на fwrite(): %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr ""
"Неуспех при затваряне на файл „%s“: неуспешно изпълнение на fclose(): %s"
-#: ../glib/gfileutils.c:1123
+#: glib/gfileutils.c:1123
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
"Неуспех при изтриването на съществуващия файл „%s“: неуспешно изпълнение на "
"g_unlink(): %s"
-#: ../glib/gfileutils.c:1367
+#: glib/gfileutils.c:1367
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Шаблонът „%s“ е неправилен, не трябва да съдържа „%s“"
-#: ../glib/gfileutils.c:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Шаблонът „%s“ не съдържа XXXXXX"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Неуспех при четене на символната връзка „%s“: %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
msgid "Symbolic links not supported"
msgstr "Символни връзки не се поддържат"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Не може да се отвори конвертор от „%s“ към „%s“: %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Не може да се чете от g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "В буфера за четене останаха непреобразувани данни"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "Каналът прекъсна на непълен знак"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
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:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "Грешка на ред %d, знак %d: "
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "Грешка на ред %d: %s"
-#: ../glib/gmarkup.c:483
+#: glib/gmarkup.c:483
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Намерена е празна заместваща последователност: „&;“. Валидни "
"последователности са: „&amp;“, „&quot;“, „&lt;“, „&gt;“, „&apos;“"
-#: ../glib/gmarkup.c:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -331,17 +330,17 @@ msgstr ""
"започва със знака „&“. Ако той не трябва да започва заместваща "
"последователност, той може да се екранира така: „&amp;“"
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Знакът „%s“ не може да се съдържа в заместваща последователност"
-#: ../glib/gmarkup.c:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Заместващата последователност „%s“ е неизвестна"
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
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;"
@@ -350,7 +349,7 @@ msgstr ""
"амперсанд, без той да е начало на заместваща последователност. Представете "
"амперсанда чрез „&amp;“"
-#: ../glib/gmarkup.c:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -359,16 +358,16 @@ msgstr ""
"Грешка при анализ на „%-.*s“, което трябва да е число в указател на знак "
"(напр. &#234;). Вероятно числото е твърде голямо"
-#: ../glib/gmarkup.c:650
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Указателят на знак „%-.*s“ не представя разрешен знак при декодиране"
-#: ../glib/gmarkup.c:665
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Празен указател на знак. Трябва да включва число, напр. &#454;"
-#: ../glib/gmarkup.c:675
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -378,32 +377,32 @@ msgstr ""
"без той да е начало на заместваща последователност. Представете амперсанда "
"чрез „&amp;“"
-#: ../glib/gmarkup.c:761
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Незавършена заместваща последователност"
-#: ../glib/gmarkup.c:767
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Незавършен указател на знак"
-#: ../glib/gmarkup.c:1053
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Неправилно кодиран текст в UTF-8 — прекалено дълга последователност"
-#: ../glib/gmarkup.c:1081
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Неправилно кодиран текст в UTF-8 — не може да се започва с този знак"
-#: ../glib/gmarkup.c:1117
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Неправилно кодиран текст в UTF-8 — „%s“ е грешен"
-#: ../glib/gmarkup.c:1155
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документът трябва да започва с елемент (напр. <book>)"
-#: ../glib/gmarkup.c:1195
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -411,7 +410,7 @@ msgid ""
msgstr ""
"„%s“ е неправилен знак след „<“. Името на елемент не може да започне с него"
-#: ../glib/gmarkup.c:1263
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -420,7 +419,7 @@ msgstr ""
"Неподходящ знак „%s“, очаква се етикетът на празния елемент „%s“ да завърши "
"с „>“"
-#: ../glib/gmarkup.c:1352
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -428,7 +427,7 @@ msgstr ""
"Неподходящ знак „%s“, очаква се „=“ след името на атрибут „%s“ на елемент „%"
"s“"
-#: ../glib/gmarkup.c:1394
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -439,7 +438,7 @@ msgstr ""
"завърши със знак „>“ или „/“, или евентуално да продължи с атрибут. Най-"
"вероятно използвате неправилен знак в името на атрибут"
-#: ../glib/gmarkup.c:1480
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -448,7 +447,7 @@ msgstr ""
"Неподходящ знак „%s“, очаква се знакът „\"“ след знака за равенство, когато "
"се присвоява стойност на атрибута „%s“ на елемент „%s“"
-#: ../glib/gmarkup.c:1622
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -456,7 +455,7 @@ msgid ""
msgstr ""
"„%s“ е неправилен знак след „</“. Името на елемент не може да започва с „%s“"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -465,26 +464,26 @@ msgstr ""
"„%s“ е неправилен знак при завършването на затварящ етикет с име „%s“. "
"Позволен е знакът „>“"
-#: ../glib/gmarkup.c:1673
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Елементът „%s“ е затворен, няма текущо отворен елемент"
-#: ../glib/gmarkup.c:1682
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Елементът „%s“ е затворен, но текущо е отворен елемент „%s“"
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Документът е празен или съдържа само празни знаци"
-#: ../glib/gmarkup.c:1859
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Документът завършва неочаквано веднага след отваряща счупена скоба — „<“"
-#: ../glib/gmarkup.c:1867 ../glib/gmarkup.c:1912
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -493,7 +492,7 @@ msgstr ""
"Документът завършва неочаквано — има отворени елементи. Последно отворен е „%"
"s“"
-#: ../glib/gmarkup.c:1875
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -502,19 +501,19 @@ msgstr ""
"Документът завършва неочаквано, очаква се затваряща счупена скоба да завърши "
"етикета <%s/>"
-#: ../glib/gmarkup.c:1881
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Документът завършва неочаквано в името на елемент"
-#: ../glib/gmarkup.c:1887
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документът завършва неочаквано в името на атрибут"
-#: ../glib/gmarkup.c:1892
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документът завършва неочаквано в отварящ етикет на елемент "
-#: ../glib/gmarkup.c:1898
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -522,399 +521,397 @@ msgstr ""
"Документът завършва неочаквано след знака за равенство следващ името на "
"атрибута. Атрибутът няма стойност"
-#: ../glib/gmarkup.c:1905
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Документът завършва неочаквано вътре в стойността на атрибут"
-#: ../glib/gmarkup.c:1921
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Документът завършва неочаквано в затварящия етикет на елемент „%s“"
-#: ../glib/gmarkup.c:1927
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Документът завършва неочаквано в коментар или инструкция за обработка"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "повреден обект"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "вътрешна грешка или повреден обект"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "недостатъчно памет"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "достигната е границата на обратното връщане"
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
msgid "the pattern contains items not supported for partial matching"
msgstr ""
"шаблонът съдържа елементи, които не се поддържат при частично съвпадение"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
msgid "internal error"
msgstr "вътрешна грешка"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr ""
"обратните указатели не се поддържат като условие при частично съвпадение"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "прекалено дълбока рекурсия"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "границата на работното пространство за празни поднизове е достигната"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "неправилна комбинация от флагове за нов ред"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "непозната грешка"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "„\\“ в края на шаблон"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "„\\c“ в края на шаблон"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "след „\\“ следва непознат знак"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr ""
"тук не са позволени екранирания за промяна на регистъра („\\l“, „\\L“, "
"„\\u“, „\\U“)"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "числата не са в правилен ред в определението за брой с „{}“"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "прекалено голямо число в определението за брой с „{}“"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "липсва завършващ знак „]“ за клас от знаци"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "грешна екранираща последователност в класа от знаци"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "знаците са в неправилен ред в класа от знаци"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "няма какво да се повтори"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "непознат знак след „(?“"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "непознат знак след „(?<“"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "непознат знак след „(?P“"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "именованите класове от POSIX се поддържат само в клас"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "липсва завършваща „)“"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr "„)“ без отваряща „(“"
#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
#. * sequences here, '(?-54' would be an example for the second group.
#.
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
msgid "(?R or (?[+-]digits must be followed by )"
msgstr "„(?R“ или „(?[+-]цифри“ трябва да се следват от „)“"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "указател към несъществуващ подшаблон"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "липсваща „)“ след коментар"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "регулярният израз е прекалено голям"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "неуспех при получаването на памет"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "предположението за преглед назад не е с постоянна дължина"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "неправилен номер или име след „(?(“"
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "условната група съдържа повече от две разклонения"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "очаква се предположение след „(?(“"
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "непознато име на клас по POSIX"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "не се поддържат елементи на POSIX за подредба"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "знаковата стойност в последователността „\\x{…}“ е прекалено голяма"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "неправилно условие „(?(0)“"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "предположението за преглед назад не може да съдържа „\\C“"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "рекурсивно извикване може да доведе до безкраен цикъл"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "липсва краен знак в име на подшаблон"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "два именовани подшаблона са с еднакво име"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "неправилни последователности „\\P“ или „\\p“"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "непознато име на свойство след „\\P“ или „\\p“"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "името на подшаблон е прекалено дълго (максимално е 32 знака)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "прекалено много именовани подшаблони (максимумът е 10 000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "осмичната стойност е по-голяма от „\\377“"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "групата DEFINE съдържа повече от едно разклонение"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "не можете да повторите група DEFINE"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "несъвместими опции за нов ред"
-#: ../glib/gregex.c:333
+#: glib/gregex.c:333
msgid ""
"\\g is not followed by a braced name or an optionally braced non-zero number"
msgstr ""
"„\\g“ не е последвано от име във фигурни скоби или число различно от „0“ "
"евентуално във фигурни скоби"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "неочаквано повторение"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "препълване на кода"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "надхвърлено е работното пространство за компилация"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "не е открит указан предварително проверен подшаблон"
-#: ../glib/gregex.c:526 ../glib/gregex.c:1593
+#: glib/gregex.c:526 glib/gregex.c:1593
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Грешка %2$s при напасването на регулярния израз — %1$s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "Библиотеката PCRE е компилирана без поддръжка на UTF-8"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "Библиотеката PCRE е компилирана без поддръжка на настройки в UTF-8"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Грешка при компилирането на регулярния израз %s, знак %d: %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Грешка при оптимизирането на регулярния израз %s: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "очаква се шестнайсетично число или „}“"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "очаква се шестнайсетично число"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "в символния указател липсва „<“"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "незавършен символен указател"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "символен указател с нулева дължина"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "очаква се цифра"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "неправилен символен указател"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "в края има един знак „\\“ в повече"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "непозната екранираща последователност"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, 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“)"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
msgid "Text was empty (or contained only whitespace)"
msgstr "Текстът е празен (или съдържа само празни знаци)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "Неуспех при четене на данни от дъщерен процес"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Неуспех при създаването на канал за комуникация с дъщерен процес (%s)"
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Неуспех при четене от дъщерен канал (%s)"
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Неуспех при промяна към папка „%s“ (%s)"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Неуспех при изпълнение на дъщерен процес (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "Неправилно име на програма: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Невалиден низ във вектора с аргументи на позиция %d: %s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Неправилен низ в средата: %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "Неправилна работна папка: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Неуспех при изпълнение на програмата за помощта (%s)"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -922,143 +919,143 @@ msgstr ""
"Неочаквана грешка в g_io_channel_win32_poll() при четене на данни от дъщерен "
"процес"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Неуспех при четене на данни от дъщерен процес (%s)"
-#: ../glib/gspawn.c:325
+#: glib/gspawn.c:325
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Неочаквана грешка в select() при четене на данни от дъщерен процес (%s)"
-#: ../glib/gspawn.c:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Неочаквана грешка в waitpid() (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "Неуспешно разклоняване (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Неуспех при изпълнение на дъщерен процес „%s“ (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Неуспех при пренасочване на изхода или входа на дъщерен процес (%s)"
-#: ../glib/gspawn.c:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Неуспех при разклоняване на дъщерен процес (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Неизвестна грешка при изпълнение на дъщерен процес „%s“"
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
"Неуспех при четенето на достатъчно данни от канала на дъщерен процес (с "
"идентификатор %s)"
-#: ../glib/gutf8.c:1029
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Знак извън обхвата на UTF-8"
-#: ../glib/gutf8.c:1123 ../glib/gutf8.c:1132 ../glib/gutf8.c:1264
-#: ../glib/gutf8.c:1273 ../glib/gutf8.c:1414 ../glib/gutf8.c:1510
+#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Неправилна последователност на входа за преобразуване"
-#: ../glib/gutf8.c:1425 ../glib/gutf8.c:1521
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Знак извън обхвата на UTF-16"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Употреба:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[ОПЦИЯ…]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Настройки на помощта:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Показване на настройките на помощта"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Показване на всички настройки на помощта"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Настройки на приложението:"
-#: ../glib/goption.c:849 ../glib/goption.c:919
+#: glib/goption.c:849 glib/goption.c:919
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "Не може да се анализира целочислената стойност „%s“ за %s"
-#: ../glib/goption.c:859 ../glib/goption.c:927
+#: glib/goption.c:859 glib/goption.c:927
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr ""
"Целочислената стойност „%s“ за %s е извън интервала на допустимите стойности"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr ""
"Не може да се анализира стойността с повишена точност double „%s“ за %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr ""
"Стойността с повишена точност — double „%s“ за %s е извън интервала на "
"допустимите стойности"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Грешка при анализа на опцията: %s"
-#: ../glib/goption.c:1260 ../glib/goption.c:1371
+#: glib/goption.c:1260 glib/goption.c:1371
#, c-format
msgid "Missing argument for %s"
msgstr "Липсва аргумент за %s"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Непозната опция %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
msgid "Valid key file could not be found in search dirs"
msgstr "Не може да се открие валиден файл с ключове в папките с данни"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
msgid "Not a regular file"
msgstr "Не е обикновен файл"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
msgid "File is empty"
msgstr "Файлът е празен"
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
#, c-format
msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -1066,50 +1063,50 @@ msgstr ""
"Ключовият файл съдържа реда „%s“, който не е нито двойка ключ-стойност, нито "
"група, нито коментар"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Неправилно име на група: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
msgid "Key file does not start with a group"
msgstr "Ключовият файл не започва с група"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Неправилно име на ключ: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Ключовият файл съдържа неподдържаното кодиране „%s“"
-#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Ключовият файл не съдържа групата „%s“"
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Ключовият файл не съдържа ключа „%s“"
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "Ключовият файл съдържа ключ „%s“ със стойност „%s“, която не е в UTF-8"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
"Ключовият файл съдържа ключа „%s“, чиято стойност не може да бъде "
"анализирана."
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1118,123 +1115,120 @@ msgstr ""
"Ключовият файл съдържа ключа „%s“ в групата „%s“, чиято стойност не може да "
"бъде анализирана."
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Ключовият файл не съдържа ключа „%s“ в групата „%s“"
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
msgid "Key file contains escape character at end of line"
msgstr "Ключовият файл съдържа екранираща последователност в край на ред"
-#: ../glib/gkeyfile.c:3496
+#: glib/gkeyfile.c:3496
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Ключовият файл съдържа грешна екранираща последователност — „%s“"
-#: ../glib/gkeyfile.c:3638
+#: glib/gkeyfile.c:3638
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Стойността „%s“ не може да се интерпретира като число."
-#: ../glib/gkeyfile.c:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Целочислената стойност „%s“ е извън интервала на допустими стойности"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr ""
"Стойността „%s“ не може да се интерпретира като число с плаваща запетая."
-#: ../glib/gkeyfile.c:3709
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Стойността „%s“ не може да се интерпретира като булева."
-#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:193
-#: ../gio/ginputstream.c:325 ../gio/ginputstream.c:566
-#: ../gio/ginputstream.c:691 ../gio/goutputstream.c:202
-#: ../gio/goutputstream.c:656
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Подадена е прекалено голяма стойност на %s"
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:901
-#: ../gio/goutputstream.c:1085
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Потокът вече е затворен"
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Действието е прекратено"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Непознат вид"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "Вид на файла %s"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "Вид на %s"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "Неочаквано ранен край на поток"
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Без име"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "Във файла .desktop липсва поле за изпълнение"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "Не може да се открие терминал за приложението"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Не може да се създаде папката с потребителските настройки %s: %s"
-#: ../gio/gdesktopappinfo.c:1136
+#: gio/gdesktopappinfo.c:1136
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Не може да се създаде папката с настройките за MIME %s: %s"
-#: ../gio/gdesktopappinfo.c:1475
+#: gio/gdesktopappinfo.c:1475
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Не може да се създаде файл .desktop — „%s“"
-#: ../gio/gdesktopappinfo.c:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "Потребителска дефиниция за %s"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "устройството не поддържа изваждане"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "устройството не поддържа следене за носител"
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2686 ../gio/gfile.c:2740
-#: ../gio/gfile.c:2871 ../gio/gfile.c:2911 ../gio/gfile.c:3238
-#: ../gio/gfile.c:3640 ../gio/gfile.c:3724 ../gio/gfile.c:3807
-#: ../gio/gfile.c:3887 ../gio/gfile.c:4217 ../gio/win32/gwinhttpfile.c:427
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Действието не се поддържа"
@@ -1246,87 +1240,87 @@ msgstr "Действието не се поддържа"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "Съдържащият монтиран обект не съществува"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "Не може да се копира върху папка"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "Папка не може да се копира върху папка"
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "Целевият файл съществува"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "Папката не може да се копира рекурсивно"
-#: ../gio/gfile.c:2861
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Зададена е неправилна стойност на символна връзка"
-#: ../gio/gfile.c:2954
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Не се поддържа кошче"
-#: ../gio/gfile.c:3003
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Файловите имена не могат да съдържат „%c“"
-#: ../gio/gfile.c:4985 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "томът не поддържа монтиране"
-#: ../gio/gfile.c:5093
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Не е регистрирано приложение за обработка на този вид файлове"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "Броячът е затворен"
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "Файловият брояч все още е е привършил"
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "Файловият брояч вече е затворен"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "файл"
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr "Файлът съдържащ иконата"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "Потокът не поддържа запитване за информация"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "Търсенето не се поддържа от потока"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "Входният поток не може да се съкращава"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "Потокът не може да се съкращава"
-#: ../gio/ginputstream.c:202
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Входният поток не поддържа четене"
@@ -1336,361 +1330,361 @@ msgstr "Входният поток не поддържа четене"
#. Translators: This is an error you get if there is
#. * already an operation running against this stream when
#. * you try to start one
-#: ../gio/ginputstream.c:911 ../gio/goutputstream.c:1095
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Действията върху потока не са привършили"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
msgid "Unable to find default local directory monitor type"
msgstr ""
"Стандартният датчик за монтиране на локални папки не може да се открие "
-#: ../gio/glocalfile.c:601 ../gio/win32/gwinhttpfile.c:410
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Неправилно име на файл: %s"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Грешка при получаване на информация за файловата система: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "Кореновата папка не може да се преименува"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "Файлът не може да се преименува — съществува друг файл с такова име"
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:505
-#: ../gio/glocalfileoutputstream.c:550 ../gio/glocalfileoutputstream.c:967
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Неправилно име на файл"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "Грешка при преименуване на файл: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "Грешка при отваряне на файл: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "Папката не може да бъде отворена"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "Грешка при изтриване на файл: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "Грешка при преместване на файл в кошчето: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Неуспех при създаване на папката за кошче „%s“: %s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "Не може да се открие най-горната папка за кошче"
-#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "Не може да се създаде папката за кошче"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Неуспех при създаване на файл с информация за кошчето: %s"
-#: ../gio/glocalfile.c:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "Неуспех при преместване на файл в кошчето: %s"
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "Грешка при създаване на папка: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Грешка при създаване на символна връзка: %s"
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "Грешка при преместване на файл: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "Папка не може да бъде преместена върху папка"
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:819
-#: ../gio/glocalfileoutputstream.c:833 ../gio/glocalfileoutputstream.c:848
-#: ../gio/glocalfileoutputstream.c:864 ../gio/glocalfileoutputstream.c:878
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Неуспешно създаване на резервен файл"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "Грешка при премахване на целевия файл: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "Не се поддържа местене между монтирани местоположения"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "Стойността на атрибут не трябва да е NULL"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "Неправилен вид на атрибут (очакваше се низ)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "Неправилно име на допълнителен атрибут"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Грешка при задаване на допълнителен атрибут „%s“: %s"
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:706
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Грешка при получаване на състоянието на файл „%s“: %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (неправилно кодиране)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Грешка при получаване на състоянието на файловия дескриптор: %s"
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "Неправилен вид на атрибут (очакваше се uint32)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "Неправилен вид на атрибут (очакваше се uint64)"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Неправилен вид на атрибут (очакваше се низ от байтове)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "Грешка при задаване на правата за достъп: %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "Грешка при задаване на собственик: %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "символната връзка трябва да не е NULL"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "Грешка при задаване на символна връзка: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
msgid "Error setting symlink: file is not a symlink"
msgstr "Грешка при задаване на символна връзка: файлът не е такава"
-#: ../gio/glocalfileinfo.c:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "Контекстът на SELinux трябва да не е NULL"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Грешка при задаване на контекста на SELinux: %s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "SELinux не е включен на тази система"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Не се поддържа задаването на атрибута %s"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:603
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Грешка при четене от файл: %s"
-#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203
-#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:405
-#: ../gio/glocalfileoutputstream.c:896
+#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Грешка при търсене във файл: %s"
-#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:208
-#: ../gio/glocalfileoutputstream.c:303
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Грешка при затваряне на файл: %s"
-#: ../gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:198
msgid "Unable to find default local file monitor type"
msgstr "Стандартният датчик за локални файлове не може да се открие "
-#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:624
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Грешка при запис във файл: %s"
-#: ../gio/glocalfileoutputstream.c:235
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Грешка при премахване на стара, резервна връзка: %s"
-#: ../gio/glocalfileoutputstream.c:249 ../gio/glocalfileoutputstream.c:262
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Грешка при създаване на резервно копие: %s"
-#: ../gio/glocalfileoutputstream.c:280
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Грешка при преименуване на временен файл: %s"
-#: ../gio/glocalfileoutputstream.c:451 ../gio/glocalfileoutputstream.c:913
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Грешка при съкращаване на файл: %s"
-#: ../gio/glocalfileoutputstream.c:511 ../gio/glocalfileoutputstream.c:556
-#: ../gio/glocalfileoutputstream.c:688 ../gio/glocalfileoutputstream.c:973
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Грешка при отваряне на файла „%s“: %s"
-#: ../gio/glocalfileoutputstream.c:719
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Целевият файл е папка"
-#: ../gio/glocalfileoutputstream.c:724
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Целевият файл не е обикновен файл"
-#: ../gio/glocalfileoutputstream.c:736
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "Файлът бе променен от външно приложение"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "Зададен е неправилен GSeekType"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "Неправилна заявка за търсене"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "GMemoryInputStream не може да се съкрати"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "Стигнат е максималният размер на масив за данни"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "Изходящият поток в паметта не може да бъде преоразмерен"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
msgstr "Неуспех при преоразмеряването на изходящия поток в паметта"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr "монтираният обект не поддържа демонтиране"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr "монтираният обект не поддържа изваждане"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "монтираният обект не поддържа повторно монтиране"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "монтираният обект не поддържа откриване на вида"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr "монтираният обект не поддържа синхронно откриване на вида"
-#: ../gio/goutputstream.c:211 ../gio/goutputstream.c:412
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Изходният поток не поддържа запис"
-#: ../gio/goutputstream.c:372 ../gio/goutputstream.c:780
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Изходният поток вече е затворен"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "име"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Името на иконата"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "имена"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Масив с имена на икони"
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "използване на стандартните резервни настройки"
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1699,60 +1693,60 @@ msgstr ""
"съкращаване на името при знаците „-“. Ако са дадени множество имена, се "
"взема само първото."
-#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "Грешка при четене от ЮНИКС: %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "Грешка при затваряне на ЮНИКС: %s"
-#: ../gio/gunixmounts.c:1779 ../gio/gunixmounts.c:1816
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Коренова папка на файловата система"
-#: ../gio/gunixoutputstream.c:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "Грешка при запис към ЮНИКС: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "томът не поддържа изваждане"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "Приложението не може да бъде открито"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Грешка при стартиране на приложение: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
msgid "URIs not supported"
msgstr "Не се поддържат такива адреси"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
msgid "association changes not supported on win32"
msgstr "не се поддържа промяна на асоциациите при win32"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
msgid "Association creation not supported on win32"
msgstr "Не се поддържа създаването на асоциации при win32"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "елементите да не се скриват"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "ползване на дълъг формат"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[ФАЙЛ…]"
diff --git a/po/bn.po b/po/bn.po
index 2b3c3837b..735b31c40 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 0.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -17,73 +17,72 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "অপ্রত্যাশিত '%s' বৈশিষ্ট্য '%s' বস্তুর জন্য উল্লিখিত হয়েছে"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "%s' বৈশিষ্ট্য '%s' বস্তুর ক্ষেত্রে পাওয়া যায়নি"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "অপ্রত্যাশিত ট্যাগ '%s', ট্যাগ '%s' প্রত্যাশিত"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "অপ্রত্যাশিত '%s' ট্যাগ '%s'-র মধ্যে"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "data dir'র মধ্যে বৈধ বুকমার্ক ফাইল পাওয়া যায় নি"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s'-র জন্য বুকমার্ক বর্তমানে উপস্থিত রয়েছে"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s'-র জন্য বুকমার্ক পাওয়া যায় নি"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে MIME'র ধরন নির্ধারিত হয় নি"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে ব্যক্তিগত ফ্ল্যাগ চিহ্ন দেওয়া হয় নি"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে দল নির্ধারণ করা হয় নি"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' নামক কোনো অ্যাপ্লিকেশনের দ্বারা '%s' বুকমার্ক নিবন্ধিত হয় নি"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "প্রতীকি লিংক '%s' পড়তে ব্যর্থ: %s"
@@ -1329,8 +1328,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "ভুল হোস্ট নাম"
@@ -1401,9 +1400,9 @@ msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1434,7 +1433,7 @@ msgstr "একটি বৈশিষ্ট্য নাম অভ্যন্ত
msgid "Error setting extended attribute '%s': %s"
msgstr "ডাইরেক্টরি '%s' খুলতে ব্যর্থ: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
@@ -1505,19 +1504,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
@@ -1526,47 +1526,47 @@ msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "%s বিকল্প পার্স করতে ব্যর্থ"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
#, fuzzy
msgid "Target file is not a regular file"
msgstr "একটি নিয়মিত ফাইল নহে"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/bn_IN.po b/po/bn_IN.po
index 4460d8497..b1640d916 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: bn_IN\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-03-10 12:49+0530\n"
"Last-Translator: Runa Bhattacharjee <runab@fedoraproject.org>\n"
"Language-Team: Bengali INDIA <discuss@ankur.co.in>\n"
@@ -22,73 +22,72 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "অপ্রত্যাশিত '%s' বৈশিষ্ট্য '%s' বস্তুর জন্য উল্লিখিত হয়েছে"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "'%s' বৈশিষ্ট্য '%s' বস্তুর ক্ষেত্রে পাওয়া যায়নি"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "অপ্রত্যাশিত ট্যাগ '%s', ট্যাগ '%s' প্রত্যাশিত"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "অপ্রত্যাশিত '%s' ট্যাগ '%s'-র মধ্যে"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "data dir'র মধ্যে বৈধ বুকমার্ক ফাইল পাওয়া যায়নি"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s'-র জন্য বুকমার্ক বর্তমানে উপস্থিত রয়েছে"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s'-র জন্য বুকমার্ক পাওয়া যায়নি"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে MIME'র ধরন নির্ধারিত হয়নি"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে ব্যক্তিগত ফ্ল্যাগ চিহ্ন দেওয়া হয়নি"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s'-র বুকমার্কের ক্ষেত্রে দল নির্ধারণ করা হয়নি"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' নামক কোনো অ্যাপ্লিকেশনের দ্বারা '%s' বুকমার্ক নিবন্ধিত হয়নি"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "exec পংক্তি '%s'-টি URI '%s' সহ প্রসারণ করতে ব্যর্থ"
@@ -1332,8 +1331,8 @@ msgstr ""
"ফাইলের নাম পরিবর্তন করা যায়নি, নতুন নামের একটি ফাইলের নাম বর্তমানে উপস্থিত রয়েছে"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "ফাইলের নাম বৈধ নয়"
@@ -1403,9 +1402,9 @@ msgstr "ফাইল স্থানান্তর করতে সমস্য
msgid "Can't move directory over directory"
msgstr "ডিরেক্টরির উপর ডিরেক্টরি স্থানান্তর করা যাবে না"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "ব্যাক-আপ ফাইল নির্মাণ করতে ব্যর্থ"
@@ -1435,7 +1434,7 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr ""
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "ফাইল '%s' stat করতে ব্যর্থ: %s"
@@ -1506,19 +1505,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr ""
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "ফাইল থেকে পড়তে সমস্যা: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "ফাইলের মধ্যে seek করতে সমস্যা: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "ফাইল বন্ধ করতে সমস্যা: %s"
@@ -1527,46 +1527,46 @@ msgstr "ফাইল বন্ধ করতে সমস্যা: %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "ফাইলে লিখতে সমস্যা: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr ""
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "ব্যাক-আপ প্রতিলিপি নির্মাণ করতে সমস্যা: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "অস্থায়ী ফাইলের নাম পরিবর্তন করতে সমস্যা: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr ""
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "ফাইল '%s' খুলতে সমস্যা: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "উদ্দিষ্ট ফাইলটি একটি ডিরেক্টরি"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr ""
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "ফাইলটি স্বতন্ত্ররূপে পরিবর্তন করা হয়েছে"
diff --git a/po/bs.po b/po/bs.po
index 4ca22ec77..8f868c25c 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.glib-2-4\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -16,73 +16,72 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.0.2\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Čudan znak '%s', očekivan znak '=' nakon osobine '%s' elementa '%s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Neuspješno čitanje simboličkog linka '%s': %s"
@@ -1335,8 +1334,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "Nevažeće ime računara"
@@ -1407,9 +1406,9 @@ msgstr "Greška tokom čitanja datoteke '%s': %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1440,7 +1439,7 @@ msgstr "Neočekivan kraj dokumenta unutar imena osobine"
msgid "Error setting extended attribute '%s': %s"
msgstr "Greška tokom otvaranja direktorija '%s': %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
@@ -1511,19 +1510,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Simbolički linkovi nisu podržani"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
@@ -1532,46 +1532,46 @@ msgstr "Greška tokom čitanja datoteke '%s': %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "Greška tokom pretvaranja: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr ""
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/ca.po b/po/ca.po
index f1352effd..cf9dd5f7a 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.8\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-08-10 13:17+0200\n"
"Last-Translator: Gil Forcada <gilforcada@guifi.net>\n"
"Language-Team: Catalan <tradgnome@softcatala.org>\n"
@@ -18,77 +18,76 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "No s'esperava l'atribut «%s» per a l'element «%s»"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "No s'ha trobat l'atribut «%s» de l'element «%s»"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "No s'esperava l'etiqueta «%s», s'esperava «%s»"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "No s'esperava l'etiqueta «%s» dins «%s»"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
"No s'ha trobat cap fitxer d'adreces d'interès dins dels directoris de dades"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Ja existeix una adreça d'interès per a l'URI «%s»"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "No s'ha trobat cap adreça d'interès per a l'URI «%s»"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "No hi ha cap tipus MIME definit a l'adreça d'interès per a l'URI «%s»"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
"No hi ha cap senyalador privat definit a l'adreça d'interès per a l'URI «%s»"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "No hi ha cap grup establert a l'adreça d'interès per a l'URI «%s»"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
"No hi ha cap aplicació amb el nom «%s» que hagi registrat l'adreça d'interès «%"
"s»"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "No s'ha pogut expandir la línia d'execució «%s» amb URI «%s»"
@@ -1380,8 +1379,8 @@ msgid "Can't rename file, filename already exist"
msgstr "No es pot canviar el nom del fitxer, ja existeix aquest nom"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Nom de fitxer no vàlid"
@@ -1451,9 +1450,9 @@ msgstr "S'ha produït un error en moure el fitxer: %s"
msgid "Can't move directory over directory"
msgstr "No s'ha pogut moure el directori al directori"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Ha fallat la creació del fitxer de còpia de seguretat"
@@ -1483,7 +1482,7 @@ msgstr "El nom de l'atribut estés no és vàlid"
msgid "Error setting extended attribute '%s': %s"
msgstr "S'ha produït un error en establir l'atribut estés «%s»: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr ""
@@ -1559,19 +1558,20 @@ msgstr "Aquest sistema no té habilitat el SELinux"
msgid "Setting attribute %s not supported"
msgstr "No està implementat establir l'atribut %s"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "S'ha produït un error en llegir des del fitxer: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "S'ha produït un error en cercar en el fitxer: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "S'ha produït un error en tancar el fitxer: %s"
@@ -1581,47 +1581,47 @@ msgid "Unable to find default local file monitor type"
msgstr ""
"No s'ha pogut trobar el tipus de monitorització de fitxer local predeterminat"
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "S'ha produït un error en escriure al fitxer: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr ""
"S'ha produït un error en suprimir l'enllaç de còpia de seguretat antic: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "S'ha produït un error en crear la còpia de seguretat: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "S'ha produït un error en canviar el nom del fitxer temporal: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "S'ha produït un error en truncar el fitxer: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "S'ha produït un error en obrir el fitxer «%s»: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "El fitxer objectiu és un directori"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "El fitxer objectiu no és un fitxer regular"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "El fitxer ha estat modificat des d'alguna aplicació externa"
diff --git a/po/cs.po b/po/cs.po
index 68f5797c9..3943bb1d0 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-27 01:25+0200\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-08-27 01:22+0200\n"
"Last-Translator: Petr Kovar <pknbe@volny.cz>\n"
"Language-Team: Czech <gnome-cs-list@gnome.org>\n"
@@ -22,297 +22,295 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-#: ../glib/gbookmarkfile.c:733 ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899 ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Neočekávaný atribut \"%s\" prvku \"%s\""
-#: ../glib/gbookmarkfile.c:744 ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833 ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Atribut \"%s\" prvku \"%s\" nenalezen"
-#: ../glib/gbookmarkfile.c:1127 ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Neočekávaná značka \"%s\", byla očekávána značka \"%s\""
-#: ../glib/gbookmarkfile.c:1152 ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234 ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Neočekávaná značka \"%s\" v \"%s\""
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "V datových adresářích nebyl nalezen platný soubor záložek"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Záložka URI \"%s\" již existuje"
-#: ../glib/gbookmarkfile.c:2061 ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304 ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469 ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630 ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751 ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974 ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240 ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494 ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Nebyla nalezena záložka URI \"%s\""
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "V záložce URI \"%s\" není definován žádný typ MIME"
-#: ../glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "V záložce URI \"%s\" definován žádný soukromý příznak"
-#: ../glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Žádné skupiny nenastaveny v záložce URI \"%s\""
-#: ../glib/gbookmarkfile.c:3258 ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Žádná aplikace s názvem \"%s\" nezaregistrovala záložku \"%s\""
-#: ../glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Nelze rozšířit řádek exec \"%s\" pomocí URI \"%s\""
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Převod ze znakové sady \"%s\" do \"%s\" není podporován"
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Nelze otevřít převaděč z \"%s\" do \"%s\""
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2216 ../glib/gutf8.c:955
-#: ../glib/gutf8.c:1404
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Neplatná posloupnost bajtů na vstupu převodu"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "Chyba při převodu: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:951 ../glib/gutf8.c:1155
-#: ../glib/gutf8.c:1296 ../glib/gutf8.c:1400
+#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Částečná posloupnost znaků na konci vstupu"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Nelze převést ukončení \"%s\" do znakové sady \"%s\""
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI \"%s\" není absolutní URI používající schéma \"file\""
-#: ../glib/gconvert.c:1747
+#: glib/gconvert.c:1747
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "URI \"%s\" místního souboru nesmí obsahovat \"#\""
-#: ../glib/gconvert.c:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI \"%s\" je neplatné"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Název počítače v URI \"%s\" je neplatný"
-#: ../glib/gconvert.c:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI \"%s\" obsahuje nesprávně změněné znaky"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "\"%s\" není absolutní cestou"
-#: ../glib/gconvert.c:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "Neplatný název počítače"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Chyba při otevírání adresáře \"%s\": %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Nelze alokovat %lu bajtů k přečtení souboru \"%s\""
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Chyba čtení souboru \"%s\": %s"
-#: ../glib/gfileutils.c:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "Soubor \"%s\" je příliš velký"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Chyba při čtení ze souboru \"%s\": %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Nelze otevřít soubor \"%s\": %s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Nelze získat atributy souboru \"%s\": fstat() selhalo: %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Nelze otevřít soubor \"%s\": fdopen() selhalo: %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Nelze přejmenovat soubor \"%s\" na \"%s\": g_rename() selhalo: %s"
-#: ../glib/gfileutils.c:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Nelze vytvořit soubor \"%s\": %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Nelze otevřít soubor \"%s\" k zápisu: fdopen() selhalo: %s"
-#: ../glib/gfileutils.c:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Nelze zapisovat do souboru \"%s\": fwrite() selhalo: %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Nelze zavřít soubor \"%s\": fclose() selhalo: %s"
-#: ../glib/gfileutils.c:1123
+#: glib/gfileutils.c:1123
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Existující soubor \"%s\" nelze odstranit: g_unlink() selhalo: %s"
-#: ../glib/gfileutils.c:1367
+#: glib/gfileutils.c:1367
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Šablona \"%s\" je neplatná, neměla by obsahovat \"%s\""
-#: ../glib/gfileutils.c:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Šablona \"%s\" neobsahuje XXXXXX"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Nelze přečíst symbolický odkaz \"%s\": %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
msgid "Symbolic links not supported"
msgstr "Symbolické odkazy nejsou podporovány"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Nelze otevřít převodník z \"%s\" do \"%s\": %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Nelze přímo číst v g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "Ve vstupní vyrovnávací paměti zbyla nepřevedená data"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "Kanál ukončen částí znaku"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Nelze přímo číst v 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 "Nelze otevřít soubor \"%s\": open() selhalo: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Nelze otevřít soubor \"%s\": mmap() selhalo: %s"
-#: ../glib/gmarkup.c:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "Chyba na řádku %d, znak %d: "
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "Chyba na řádku %d: %s"
-#: ../glib/gmarkup.c:483
+#: glib/gmarkup.c:483
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Nalezena prázdná entita \"&;\", platnými entitami jsou: &amp; &quot; &lt; "
"&gt; &apos;"
-#: ../glib/gmarkup.c:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -322,17 +320,17 @@ msgstr ""
"Znak \"%s\" není platný na začátku názvu entity; počátečním znakem entity je "
"&; v případě, že nemá být entitou, je zapotřebí ho napsat jako &amp;"
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak \"%s\" je v názvu entity neplatný"
-#: ../glib/gmarkup.c:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Název entity \"%s\" není znám"
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
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;"
@@ -340,7 +338,7 @@ msgstr ""
"Entita nekončí středníkem; pravděpodobně jste použili znak & bez úmyslu "
"začít entitu - zapište prosím ligaturu et jako &amp;"
-#: ../glib/gmarkup.c:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -349,17 +347,17 @@ msgstr ""
"Nelze zpracovat \"%-.*s\", což by mělo být číslo v odkazu na znak (například "
"&#234) - číslo je možná příliš velké"
-#: ../glib/gmarkup.c:650
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Odkaz na znak \"%-.*s\" nekóduje povolený znak"
-#: ../glib/gmarkup.c:665
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"Prázdný odkaz na znak. Odkaz by měl obsahovat číslice, například &#454;"
-#: ../glib/gmarkup.c:675
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -368,32 +366,32 @@ msgstr ""
"Odkaz na znak nekončí středníkem; pravděpodobně jste použili znak & bez "
"úmyslu začít entitu - zapište prosím ligaturu et jako &amp;"
-#: ../glib/gmarkup.c:761
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Neukončený odkaz na entitu"
-#: ../glib/gmarkup.c:767
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Neukončený odkaz na znak"
-#: ../glib/gmarkup.c:1053
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Neplatný text v kódování UTF-8 - příliš dlouhá posloupnost"
-#: ../glib/gmarkup.c:1081
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Neplatný text v kódování UTF-8 - není počátečním znakem"
-#: ../glib/gmarkup.c:1117
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Neplatný text v kódování UTF-8 - není platné \"%s\""
-#: ../glib/gmarkup.c:1155
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument musí začínat prvkem (například: <book>)"
-#: ../glib/gmarkup.c:1195
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -401,7 +399,7 @@ msgid ""
msgstr ""
"\"%s\" není platný znak po znaku \"<\"; nesmí s ním začínat název prvku"
-#: ../glib/gmarkup.c:1263
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -410,7 +408,7 @@ msgstr ""
"Zvláštní znak \"%s\", byl očekáván znak \">\" k ukončení značky empty-"
"element \"%s\""
-#: ../glib/gmarkup.c:1352
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -418,7 +416,7 @@ msgstr ""
"Zvláštní znak \"%s\", po názvu atributu \"%s\" prvku \"%s\" bylo očekáváno "
"\"=\""
-#: ../glib/gmarkup.c:1394
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -429,7 +427,7 @@ msgstr ""
"značky prvku \"%s\", nebo případně atribut; pravděpodobně jste použili "
"neplatný znak v názvu atributu"
-#: ../glib/gmarkup.c:1480
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -438,7 +436,7 @@ msgstr ""
"Zvláštní znak \"%s\", po znaku rovnítka při udávání hodnoty atributu \"%s\" "
"prvku \"%s\" byly očekávány uvozovky"
-#: ../glib/gmarkup.c:1622
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -447,7 +445,7 @@ msgstr ""
"\"%s\" není platný znak po znacích \"</\"; znakem \"%s\" nesmí začínat název "
"prvku"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -456,25 +454,25 @@ msgstr ""
"\"%s\" není povoleným znakem po ukončovacím názvu prvku \"%s\"; povoleným "
"znakem je \">\""
-#: ../glib/gmarkup.c:1673
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Prvek \"%s\" byl uzavřen, žádný prvek není momentálně otevřen"
-#: ../glib/gmarkup.c:1682
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Byl uzavřen prvek \"%s\", ale aktuálně je otevřen prvek \"%s\""
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je prázdný nebo obsahuje pouze mezery"
-#: ../glib/gmarkup.c:1859
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument neočekávaně skončil ihned po otevírací značce \"<\""
-#: ../glib/gmarkup.c:1867 ../glib/gmarkup.c:1912
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -483,7 +481,7 @@ msgstr ""
"Dokument neočekávaně skončil, prvky jsou stále otevřeny - poslední otevřený "
"prvek byl \"%s\""
-#: ../glib/gmarkup.c:1875
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -491,19 +489,19 @@ msgid ""
msgstr ""
"Dokument neočekávaně skončil, byla očekávána uzavírací závorka značky <%s/>"
-#: ../glib/gmarkup.c:1881
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument neočekávaně skončil uvnitř názvu prvku"
-#: ../glib/gmarkup.c:1887
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument neočekávaně skončil uvnitř názvu atributu"
-#: ../glib/gmarkup.c:1892
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument neočekávaně skončil ve značce otevírající prvek."
-#: ../glib/gmarkup.c:1898
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -511,534 +509,532 @@ msgstr ""
"Dokument neočekávaně skončil po znaku přiřazení následujícím za názvem "
"atributu; chybí hodnota atributu"
-#: ../glib/gmarkup.c:1905
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument neočekávaně skončil uvnitř hodnoty atributu"
-#: ../glib/gmarkup.c:1921
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokument neočekávaně skončil uvnitř uzavírací značky prvku \"%s\""
-#: ../glib/gmarkup.c:1927
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokument neočekávaně skončil uvnitř komentáře nebo instrukce pro zpracování"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "poškozený objekt"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "vnitřní chyba nebo poškozený objekt"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "nedostatek paměti"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "dosažen limit zpětného vyhledávání"
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
msgid "the pattern contains items not supported for partial matching"
msgstr "vzorek obsahuje položky nepodporované u částečného porovnávání"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
msgid "internal error"
msgstr "vnitřní chyba"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr ""
"zpětné odkazy coby podmínky nejsou podporované u částečného porovnávání"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "dosažen limit rekurze"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "dosažen limit pracovního prostoru prázdných dílčích řetězců"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "neplatná kombinace příznaků nového řádku"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "neznámá chyba"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ na konci vzorku"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c na konci vzorku"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "nerozpoznaný znak následuje po \\"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr "změny velikosti písmen (\\l, \\L, \\u, \\U) zde nejsou povoleny"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "čísla v {} quantifier nejsou v pořádku"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "číslo v {} quantifier je příliš vysoké"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "schází koncový znak ] znakové třídy"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "neplatná posloupnost pro změnu ve znakové třídě"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "rozsah ve znakové třídě není v pořádku"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "nic k opakování"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "nerozpoznaný znak po (?"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "nerozpoznaný znak před (?<"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "nerozpoznaný znak pře (?P"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "třídy nazvané po POSIX nejsou uvnitř třídy podporovány"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "schází koncový znak )"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr "znak ) bez počátečního znaku ("
#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
#. * sequences here, '(?-54' would be an example for the second group.
#.
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
msgid "(?R or (?[+-]digits must be followed by )"
msgstr "(?R či (?[+-]číslice musí být následovány znakem )"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "odkaz na neexistující podřazený vzorek"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "po komentáři schází znak )"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "regulární výraz je příliš dlouhý"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "nelze získat paměť"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "zpětný výrok není pevné délky"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "nesprávně utvořené číslo nebo název po (?("
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "podmínková skupina obsahuje více než dvě větve"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "po (?( očekáván výrok"
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "neplatný název třídy POSIX"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "Porovnávací prvky POSIX nejsou podporovány"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "znaková hodnota v posloupnosti \\x{...} je příliš vysoká"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "neplatná podmínka (?(0)"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "\\C není dovoleno ve zpětném výroku"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "rekurzivní volání by se mohlo dostat do nekonečné smyčky"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "schází ukončovací člen v názvu podřazeného vzorku"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "dva nazvané podřazené vzorky mají stejný název"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "chybně utvořená posloupnost \\P nebo \\p"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "neznámý název vlastnosti po \\P či \\p"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "název podřazeného vzorku je příliš dlouhý (maximem je 32 znaků)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "příliš mnoho nazvaných podřazených vzorků (maximem je 10 000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "osmičková hodnota je větší než \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "skupina DEFINE obsahuje více než jednu větev"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "opakování skupiny DEFINE není povoleno"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "neslučitelné volby NEWLINE"
-#: ../glib/gregex.c:333
+#: glib/gregex.c:333
msgid ""
"\\g is not followed by a braced name or an optionally braced non-zero number"
msgstr ""
"po \\g nenásleduje název ve složené závorce nebo nenulové číslo volitelně ve "
"složené závorce"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "nepředpokládané opakování"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "přetečení kódu"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "přetečení přijímaných informací překládaného pracovního prostoru"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "v předchozím kroku kontrolovaný odkazovaný podřazený vzorek nenalezen"
-#: ../glib/gregex.c:526 ../glib/gregex.c:1593
+#: glib/gregex.c:526 glib/gregex.c:1593
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Chyba při porovnávání regulárního výrazu %s: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "Knihovna PCRE byla přeložena bez podpory UTF-8"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "Knihovna PCRE byla přeložena bez podpory vlastností UTF-8"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Chyba při kompilaci regulárního výrazu %s na znaku %d: %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Chyba při optimalizaci regulárního výrazu %s: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "očekáváno číslo nebo \"}\""
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "očekáváno šestnáctkové číslo"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "v symbolickém odkazu chybí \"<\""
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "neukončený symbolický odkaz"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "symbolický odkaz o nulové délce"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "očekáváno číslo"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "nedovolený symbolický odkaz"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "osamocené koncové \"\\\""
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "neznámá posloupnost pro změnu"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Chyba při analyzování náhradního textu \"%s\" na znaku %lu: %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Text v uvozovkách nezačíná uvozovkami"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Nenalezena uzavírací uvozovka v příkazovém řádku nebo jiném uvozeném textu"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Text skončil právě za znakem \"\\\". (Text zněl \"%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 ""
"Text skončil před nalezením odpovídajících uvozovek znakem %c. (Text zněl \"%"
"s\")"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
msgid "Text was empty (or contained only whitespace)"
msgstr "Text je prázdný (nebo obsahuje pouze mezery)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "Nelze číst data z procesu potomka"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Nelze vytvořit rouru ke komunikaci s procesem potomka (%s)"
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Nelze číst z roury potomka (%s)"
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Nelze přejít do adresáře \"%s\" (%s)"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Nelze spustit proces potomka (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "Neplatný název programu: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Neplatný řetězec v poli argumentů v %d: %s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Neplatný řetězec v prostředí: %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "Neplatný aktuální adresář: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Nelze spustit pomocný program (%s)"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
msgstr ""
"Neočekávaná chyba v g_io_channel_win32_poll() při čtení dat z procesu potomka"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Nelze číst data z procesu potomka (%s)"
-#: ../glib/gspawn.c:325
+#: glib/gspawn.c:325
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Neočekávaná chyba v select() při čtení dat z procesu potomka (%s)"
-#: ../glib/gspawn.c:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Neočekávaná chyba v waitpid() (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "Nelze rozvětvit (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Nelze spustit proces potomka \"%s\" (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Nelze přesměrovat vstup nebo výstup procesu potomka (%s)"
-#: ../glib/gspawn.c:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Nelze rozvětvit proces potomka (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Neznámá chyba při běhu procesu potomka \"%s\""
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Nelze přečíst dostatek dat z roury pid potomka (%s)"
-#: ../glib/gutf8.c:1029
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Znak je mimo rozsah UTF-8"
-#: ../glib/gutf8.c:1123 ../glib/gutf8.c:1132 ../glib/gutf8.c:1264
-#: ../glib/gutf8.c:1273 ../glib/gutf8.c:1414 ../glib/gutf8.c:1510
+#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Neplatná posloupnost na vstupu převodu"
-#: ../glib/gutf8.c:1425 ../glib/gutf8.c:1521
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Znak je mimo rozsah UTF-16"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Použití:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[PŘEPÍNAČ...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Přepínače nápovědy:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Zobrazí přepínače nápovědy"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Zobrazí všechny přepínače nápovědy"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Přepínače aplikace:"
-#: ../glib/goption.c:849 ../glib/goption.c:919
+#: glib/goption.c:849 glib/goption.c:919
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "Nelze zpracovat celočíselnou hodnotu \"%s\" u %s"
-#: ../glib/goption.c:859 ../glib/goption.c:927
+#: glib/goption.c:859 glib/goption.c:927
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "Celočíselná hodnota \"%s\" u %s mimo rozsah"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Nelze zpracovat celočíselnou (double) hodnotu \"%s\" u %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "Celočíselná (double) hodnota \"%s\" u %s mimo rozsah"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Chyba volby %s při syntaktické analýze"
-#: ../glib/goption.c:1260 ../glib/goption.c:1371
+#: glib/goption.c:1260 glib/goption.c:1371
#, c-format
msgid "Missing argument for %s"
msgstr "Chybí parametr %s"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Neznámý přepínač %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
msgid "Valid key file could not be found in search dirs"
msgstr "V adresářích hledání nelze najít platný soubor klíče"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
msgid "Not a regular file"
msgstr "Není obyčejným souborem"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
msgid "File is empty"
msgstr "Soubor je prázdný"
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
#, c-format
msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -1046,50 +1042,50 @@ msgstr ""
"Soubor klíče obsahuje \"%s\", což není dvojice klíč-hodnota, skupina ani "
"komentář"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Neplatný název skupiny: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
msgid "Key file does not start with a group"
msgstr "Soubor klíče nezačíná skupinou"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Neplatný název klíče: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Soubor klíče obsahuje nepodporované kódování \"%s\""
-#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Soubor klíče nemá skupinu \"%s\""
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Soubor klíče nemá klíč \"%s\""
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr ""
"Soubor klíče obsahuje klíč \"%s\" s hodnotou \"%s\", která není v UTF-8"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
"Soubor klíče obsahuje klíč \"%s\", který má neinterpretovatelnou hodnotu."
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1098,122 +1094,119 @@ msgstr ""
"Soubor klíče obsahuje klíč \"%s\" ve skupině \"%s\", který má "
"neinterpretovatelnou hodnotu."
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Soubor klíče nemá klíč \"%s\" ve skupině \"%s\""
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
msgid "Key file contains escape character at end of line"
msgstr "Soubor klíče obsahuje na konci řádku znak změny"
-#: ../glib/gkeyfile.c:3496
+#: glib/gkeyfile.c:3496
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Soubor klíče obsahuje neplatnou posloupnost pro změnu \"%s\""
-#: ../glib/gkeyfile.c:3638
+#: glib/gkeyfile.c:3638
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Hodnotu \"%s\" nelze interpretovat jako číslo."
-#: ../glib/gkeyfile.c:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Celočíselná hodnota \"%s\" mimo rozsah"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Hodnotu \"%s\" nelze interpretovat jako reálné (float) číslo."
-#: ../glib/gkeyfile.c:3709
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Hodnotu \"%s\" nelze interpretovat jako booleovskou hodnotu."
-#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:193
-#: ../gio/ginputstream.c:325 ../gio/ginputstream.c:566
-#: ../gio/ginputstream.c:691 ../gio/goutputstream.c:202
-#: ../gio/goutputstream.c:656
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "%s poskytnut příliš vysoký počet"
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:901
-#: ../gio/goutputstream.c:1085
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Proud je již uzavřen"
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Operace byla zrušena"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Neznámý typ"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "typ souboru %s"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "typ %s"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "Neočekávaný časný konec proudu"
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Bez názvu"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "V souboru desktop nezadáno pole Exec"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "Nelze nalézt terminál vyžadovaný pro aplikaci"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Nelze vytvořit uživatelskou konfigurační složku aplikace %s: %s"
-#: ../gio/gdesktopappinfo.c:1136
+#: gio/gdesktopappinfo.c:1136
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Nelze vytvořit uživatelskou konfigurační složku MIME %s: %s"
-#: ../gio/gdesktopappinfo.c:1475
+#: gio/gdesktopappinfo.c:1475
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Nelze vytvořit uživatelský soubor desktop %s"
-#: ../gio/gdesktopappinfo.c:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "Vlastní definice %s"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "mechanika neprovádí vysouvání"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "mechanika neprovádí dotazování na média"
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2686 ../gio/gfile.c:2740
-#: ../gio/gfile.c:2871 ../gio/gfile.c:2911 ../gio/gfile.c:3238
-#: ../gio/gfile.c:3640 ../gio/gfile.c:3724 ../gio/gfile.c:3807
-#: ../gio/gfile.c:3887 ../gio/gfile.c:4217 ../gio/win32/gwinhttpfile.c:427
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operace není podporována"
@@ -1225,87 +1218,87 @@ msgstr "Operace není podporována"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "Obsahující připojené neexistuje"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "Nelze kopírovat nad adresář"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "Nelze kopírovat adresář nad adresář"
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "Cílový soubor existuje"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "Adresář nelze kopírovat rekurzivně"
-#: ../gio/gfile.c:2861
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Zadaný symbolický odkaz je neplatný"
-#: ../gio/gfile.c:2954
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Zahozené není podporováno"
-#: ../gio/gfile.c:3003
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Názvy souborů nemohou obsahovat \"%c\""
-#: ../gio/gfile.c:4985 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "svazek neprovádí připojení"
-#: ../gio/gfile.c:5093
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Žádná aplikace není zaregistrována k obsluze tohoto souboru"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "Enumerator je uzavřen"
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "Souborový enumerator má nevykonanou operaci"
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "Souborový enumerator je již uzavřen"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "soubor"
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr "Soubor obsahující ikonu"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "Proud nepodporuje query_info"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "Hledání není v proudu podporováno"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "Zkrácení nepodporováno ve vstupním proudu"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "Zkrácení není v proudu podporováno"
-#: ../gio/ginputstream.c:202
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Vstupní proud neprovádí čtení"
@@ -1315,361 +1308,361 @@ msgstr "Vstupní proud neprovádí čtení"
#. Translators: This is an error you get if there is
#. * already an operation running against this stream when
#. * you try to start one
-#: ../gio/ginputstream.c:911 ../gio/goutputstream.c:1095
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Proud má otevřenou operaci"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
msgid "Unable to find default local directory monitor type"
msgstr "Nelze nalézt výchozí typ sledování místního adresáře"
-#: ../gio/glocalfile.c:601 ../gio/win32/gwinhttpfile.c:410
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Neplatný název souboru %s"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Chyba při získávání informace o systému souborů: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "Nelze přejmenovat kořenový adresář"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "Soubor nelze přejmenovat, název souboru již existuje"
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:505
-#: ../gio/glocalfileoutputstream.c:550 ../gio/glocalfileoutputstream.c:967
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Neplatný název souboru"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "Chyba při přejmenovávání souboru: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "Chyba při otevírání souboru: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "Nelze otevřít adresář"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "Chyba při odstraňování souboru: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "Chyba při zahazování souboru: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Nelze vytvořit adresář koše %s: %s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "Ke koši nelze nalézt adresář nejvyšší úrovně"
-#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "Nelze nalézt nebo vytvořit adresář koše"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Nelze vytvořit informační soubor o zahozeném: %s"
-#: ../gio/glocalfile.c:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "Nelze zahodit soubor: %s"
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "Chyba při vytváření adresáře: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Chyba při vytváření symbolického odkazu: %s"
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "Chyba při přesunování souboru: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "Adresář nelze přesunout nad adresář"
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:819
-#: ../gio/glocalfileoutputstream.c:833 ../gio/glocalfileoutputstream.c:848
-#: ../gio/glocalfileoutputstream.c:864 ../gio/glocalfileoutputstream.c:878
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Vytvoření záložního souboru selhalo"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "Chyba při odstraňování cílového souboru: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "Přesunování mezi připojeními není podporováno"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "Hodnota atributu nesmí být prázdná"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "Neplatný typ atributu (očekáván řetězec)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "Neplatný název rozšířeného atributu"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Chyba při nastavování rozšířeného atributu \"%s\": %s"
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:706
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Chyba při prohledávání souboru \"%s\" s fstat(): %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (neplatné kódování)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Chyba při prohledávání popisovače souboru s fstat(): %s"
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "Neplatný typ atributu (očekáván uint32)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "Neplatný typ atributu (očekáván uint64)"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Neplatný typ atributu (očekáván bajtový řetězec)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "Chyba při nastavování oprávnění: %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "Chyba při nastavování vlastníka: %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "symbolický odkaz nesmí být prázdný"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "Chyba při nastavování symbolického odkazu: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Chyba při nastavování symbolického odkazu: soubor není symbolickým odkazem"
-#: ../gio/glocalfileinfo.c:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "Kontext SELinux nesmí být prázdný"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Chyba při nastavování kontextu SELinux: %s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "V tomto systému není SELinux povolen"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Nastavení atributu %s není podporováno"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:603
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Chyba při čtení ze souboru: %s"
-#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203
-#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:405
-#: ../gio/glocalfileoutputstream.c:896
+#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Chyba při hledání v souboru: %s"
-#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:208
-#: ../gio/glocalfileoutputstream.c:303
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Chyba při zavírání souboru: %s"
-#: ../gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:198
msgid "Unable to find default local file monitor type"
msgstr "Nelze nalézt výchozí typ sledování místního souboru"
-#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:624
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Chyba při zápisu do souboru: %s"
-#: ../gio/glocalfileoutputstream.c:235
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Chyba při odstraňování starého záložního odkazu: %s"
-#: ../gio/glocalfileoutputstream.c:249 ../gio/glocalfileoutputstream.c:262
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Chyba při vytváření záložní kopie: %s"
-#: ../gio/glocalfileoutputstream.c:280
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Chyba při přejmenovávání dočasného souboru: %s"
-#: ../gio/glocalfileoutputstream.c:451 ../gio/glocalfileoutputstream.c:913
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Chyba při zkracování souboru: %s"
-#: ../gio/glocalfileoutputstream.c:511 ../gio/glocalfileoutputstream.c:556
-#: ../gio/glocalfileoutputstream.c:688 ../gio/glocalfileoutputstream.c:973
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Chyba při otevírání souboru \"%s\": %s"
-#: ../gio/glocalfileoutputstream.c:719
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Cílový soubor je adresářem"
-#: ../gio/glocalfileoutputstream.c:724
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Cílový soubor není obyčejným souborem"
-#: ../gio/glocalfileoutputstream.c:736
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "Soubor byl externě pozměněn"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "Poskytnut neplatný GSeekType"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "Neplatný požadavek na hledání"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "Nelze zkrátit GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "Dosažen maximální limit datového pole"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "Nelze měnit velikost výstupního proudu paměti"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
msgstr "Nelze změnit velikost výstupního proudu paměti"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr "připojené neprovádí odpojení"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr "připojené neprovádí vysouvání"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "připojené neprovádí opakované připojení"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "připojené neprovádí odhad typu obsahu"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr "připojené neprovádí synchronní odhad typu obsahu"
-#: ../gio/goutputstream.c:211 ../gio/goutputstream.c:412
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Výstupní proud neprovádí zápis"
-#: ../gio/goutputstream.c:372 ../gio/goutputstream.c:780
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Zdrojový proud je již ukončen"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "název"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Název ikony"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "názvy"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Pole obsahující názvy ikon"
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "použít výchozí zálohy"
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1677,60 +1670,60 @@ msgstr ""
"Zda používat výchozí zálohy nalezené zkrácením názvu u znaků \"-\". Je-li "
"zadáno více názvů, ignorují se názvy po prvním zadaném."
-#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "Chyba při čtení z datového proudu Unix: %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "Chyba při zavírání datového proudu Unix: %s"
-#: ../gio/gunixmounts.c:1779 ../gio/gunixmounts.c:1816
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Kořen systému souborů"
-#: ../gio/gunixoutputstream.c:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "Chyba při zápisu do datového proudu Unix: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "svazek neprovádí vysouvání"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "Nelze nalézt aplikaci"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Chyba při spouštění aplikace: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
msgid "URIs not supported"
msgstr "URI nejsou podporovány"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
msgid "association changes not supported on win32"
msgstr "změny asociací nepodporovány na Win32"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
msgid "Association creation not supported on win32"
msgstr "Vytváření asociací nepodporováno na Win32"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "neskrývat položky"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "použít dlouhý formát výpisu"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[SOUBOR...]"
diff --git a/po/cy.po b/po/cy.po
index 044404d4a..411b399a9 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -16,74 +16,73 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Priodwedd annisgwyl '%s' i'r elfen '%s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Priodwedd '%s' o elfen '%s' heb ei chanfod"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Tag annisgwyl '%s'; disgwyliwyd y tag '%s'"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Tag annisgwyl '%s' o fewn '%s'"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
#, fuzzy
msgid "No valid bookmark file found in data dirs"
msgstr "Ni ddarganfuwyd ffeil llyfrnodau ddilys yn y cyfeiriaduron data"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Llyfrnod ar gyfer yr URI '%s' yn bodoli eisoes"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Dim llyfrnod wedi ei ganfod ar gyfer yr URI '%s'"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Dim math MIME wedi'i ddiffinio yn y llyfrnod ar gyfer yr URI '%s'"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Dim baner breifat wedi'i diffinio yn y llyfrnod ar gyfer yr URI '%s'"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Dim grwpiau wedi'u gosod yn y llyfrnod ar gyfer yr URI '%s'"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Does dim un rhaglen o'r enw '%s' wedi cofrestru llyfrnod ar gyfer '%s'"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Methwyd darllen y cyswllt symbolaidd '%s': %s"
@@ -1344,8 +1343,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "Enw gwesteiwr annilys"
@@ -1416,9 +1415,9 @@ msgstr "Gwall wrth ddarllen ffeil '%s': %s "
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1449,7 +1448,7 @@ msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i enw priodoledd"
msgid "Error setting extended attribute '%s': %s"
msgstr "Gwall y cyfeiriadur '%s': %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
@@ -1520,19 +1519,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Ni chynhelir cysylltion symbolaidd"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
@@ -1541,47 +1541,47 @@ msgstr "Gwall wrth ddarllen ffeil '%s': %s "
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "Gwall wrth ramadegu opsiwn %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
#, fuzzy
msgid "Target file is not a regular file"
msgstr "Ddim yn ffeil cyffredin"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/da.po b/po/da.po
index bf1ba5cf4..ab83c040f 100644
--- a/po/da.po
+++ b/po/da.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-03-10 21:35+0100\n"
"Last-Translator: Ask Hjorth Larsen <asklarsen@gmail.com>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
@@ -25,73 +25,72 @@ msgstr ""
"Content-Transfer-Encoding: 8-bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Uventet egenskab \"%s\" for elementet \"%s\""
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Egenskaben \"%s\" for elementet \"%s\" blev ikke fundet"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Uventet mærke \"%s\", forventede mærket \"%s\""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Uventet mærke \"%s\" inden i \"%s\""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "Ingen gyldig bogmærkefil blev fundet i datakatalogerne"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Et bogmærke for URI'en \"%s\" findes allerede"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Der blev intet bogmærke fundet for URI'en \"%s\""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Ingen MIME-type er defineret i bogmærket for URI'en \"%s\""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Intet privat flag er defineret i bogmærket for URI'en \"%s\""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Ingen grupper er sat i bogmærket for URI'en \"%s\""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Intet program med navnet \"%s\" har registreret et bogmærke for \"%s\""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Kunne ikke udvide eksekveringslinjen \"%s\" med URI'en \"%s\""
@@ -1356,8 +1355,8 @@ msgid "Can't rename file, filename already exist"
msgstr "Kan ikke omdøbe fil, filnavn findes allerede"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Ugyldigt filnavn"
@@ -1427,9 +1426,9 @@ msgstr "Fejl ved flytning af fil: %s"
msgid "Can't move directory over directory"
msgstr "Kan ikke flytte mappe over mappe"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Oprettelse af sikkerhedskopi mislykkedes"
@@ -1459,7 +1458,7 @@ msgstr "Ugyldigt udvidet attributnavn"
msgid "Error setting extended attribute '%s': %s"
msgstr "Fejl ved instilling af udvidet attribut \"%s\": %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Fejl ved stat for filen \"%s\": %s"
@@ -1532,19 +1531,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Indstilling af attributten %s understøttes ikke"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Fejl ved læsning fra filen: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Fejl under søgning i filen: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Fejl ved lukning af filen: %s"
@@ -1553,46 +1553,46 @@ msgstr "Fejl ved lukning af filen: %s"
msgid "Unable to find default local file monitor type"
msgstr "Kan ikke finde standardmonitortype for lokal fil"
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Fejl under skrivning til filen: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Fejl under fjernelse af gammel sikkerhedskopi-henvisning: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Fejl under oprettelse af sikkerhedskopi: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Fejl under omdøbning af midlertidig fil: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Fejl ved beskæring af filen: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Fejl ved åbning af filen \"%s\": %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Målfilen er en mappe"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Målfilen er ikke en almindelig fil"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "Filen blev modificeret eksternt"
diff --git a/po/de.po b/po/de.po
index 3d4ba9d86..888a8adff 100644
--- a/po/de.po
+++ b/po/de.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-28 06:49+0200\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-08-28 06:53+0200\n"
"Last-Translator: Hendrik Richter <hendrikr@gnome.org>\n"
"Language-Team: German <gnome-de@gnome.org>\n"
@@ -20,314 +20,312 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:733 ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899 ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Unerwartetes Attribut »%s« des Elements »%s«"
-#: ../glib/gbookmarkfile.c:744 ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833 ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Attribut »%s« des Elements »%s« konnte nicht gefunden werden"
-#: ../glib/gbookmarkfile.c:1127 ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Unerwarteter Tag »%s«; Tag »%s« wird erwartet"
-#: ../glib/gbookmarkfile.c:1152 ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234 ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Unerwarteter Tag »%s« innerhalb von »%s«"
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Es wurde keine gültige Lesezeichendatei in den Datenverzeichnissen gefunden"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Es existiert bereits ein Lesezeichen für den URI »%s«"
-#: ../glib/gbookmarkfile.c:2061 ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304 ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469 ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630 ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751 ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974 ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240 ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494 ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Es konnte kein Lesezeichen für den URI »%s« gefunden werden."
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Es ist kein MIME-Type im Lesezeichen für den URI »%s« definiert."
-#: ../glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
"Es konnte keine »privat«-Markierung für das Lesezeichen für den URI »%s« "
"gefunden werden."
-#: ../glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
"Es wurden keine Gruppen für das Lesezeichen für den URI »%s« festgelegt."
-#: ../glib/gbookmarkfile.c:3258 ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
"Es wurde keine Anwendung namens »%s« gefunden, die ein Lesezeichen für »%s« "
"registriert hat."
-#: ../glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Die Befehlzeile »%s« konnte nicht mit dem URI »%s« verknüpft werden."
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Umwandlung von Zeichensatz »%s« in »%s« wird nicht unterstützt"
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Konverter von »%s« in »%s« konnte nicht geöffnet werden"
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2216 ../glib/gutf8.c:955
-#: ../glib/gutf8.c:1404
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Ungültige Bytefolge in Konvertierungseingabe"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "Fehler bei der Umwandlung: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:951 ../glib/gutf8.c:1155
-#: ../glib/gutf8.c:1296 ../glib/gutf8.c:1400
+#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Bruchstückhafte Zeichenfolge am Eingabeende"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Notnagel »%s« kann nicht in Kodierung »%s« umgewandelt werden"
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "Der URI »%s« ist kein absoluter URI, der das »file«-Schema verwendet"
-#: ../glib/gconvert.c:1747
+#: glib/gconvert.c:1747
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Der lokale URI »%s« darf kein »#« enthalten"
-#: ../glib/gconvert.c:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "Der URI »%s« ist ungültig"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Der Rechnername des URI »%s« ist ungültig"
# CHECK
-#: ../glib/gconvert.c:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Der URI »%s« enthält ungültige Escape-Zeichen"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Der Pfadname »%s« ist kein absoluter Pfad"
-#: ../glib/gconvert.c:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "Ungültiger Rechnername"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Fehler beim Öffnen des Verzeichnisses »%s«: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu byte konnten nicht alloziiert werden, um Datei »%s« zu lesen"
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Fehler beim Lesen der Datei »%s«: %s"
-#: ../glib/gfileutils.c:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "Datei »%s« ist zu groß"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Es konnte nicht aus der Datei »%s« gelesen werden: %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Datei »%s« konnte nicht geöffnet werden: %s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Attribute der Datei »%s« konnten nicht ermittelt werden: fstat() "
"fehlgeschlagen: %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Datei »%s« konnte nicht geöffnet werden: fdopen() fehlgeschlagen: %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"Datei »%s« konnte nicht in »%s« umbenannt werden: g_rename() ist "
"fehlgeschlagen: %s"
-#: ../glib/gfileutils.c:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Datei »%s« konnte nicht angelegt werden: %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
"Datei »%s« konnte nicht im Schreibmodus geöffnet werden: fdopen() ist "
"fehlgeschlagen: %s"
-#: ../glib/gfileutils.c:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr ""
"Datei »%s« konnte nicht geschrieben werden: fwrite() ist fehlgeschlagen: %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr ""
"Datei »%s« konnte nicht geschlossen werden: fclose() ist fehlgeschlagen: %s"
-#: ../glib/gfileutils.c:1123
+#: glib/gfileutils.c:1123
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
"Die vorhandene Datei »%s« konnte nicht entfernt werden: g_unlink() ist "
"fehlgeschlagen: %s"
-#: ../glib/gfileutils.c:1367
+#: glib/gfileutils.c:1367
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Vorlage »%s« ungültig, sollte kein »%s« enthalten"
-#: ../glib/gfileutils.c:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Vorlage »%s« enthält nicht XXXXXX"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Die symbolische Verknüpfung »%s« konnte nicht gelesen werden: %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
msgid "Symbolic links not supported"
msgstr "Symbolische Verknüpfungen nicht unterstützt"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Konverter von »%s« in »%s« konnte nicht geöffnet werden: %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Raw-read in g_io_channel_read_line_string nicht möglich"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "Nicht konvertierte Daten befinden sich noch im Lesepuffer "
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "Kanal endet mit einem Teilzeichen"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Raw-read in g_io_channel_read_to_end nicht möglich"
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "Datei »%s« konnte nicht geöffnet werden: open() ist fehlgeschlagen: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Datei »%s« konnte nicht gemappt werden: mmap() ist fehlgeschlagen: %s"
-#: ../glib/gmarkup.c:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "Fehler in Zeile %d, Zeichen %d: "
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "Fehler in Zeile %d: %s"
-#: ../glib/gmarkup.c:483
+#: glib/gmarkup.c:483
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Leere Entität »&;« gefunden; gültige Entitäten sind &amp; &quot; &lt; &gt; "
"&apos;"
-#: ../glib/gmarkup.c:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -338,18 +336,18 @@ msgstr ""
"beginnt mit dem Zeichen &; wenn das Et keine Entität sein soll, es als &amp; "
"umschreiben"
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Zeichen »%s« ist in einem Entitätsnamen ungültig"
-#: ../glib/gmarkup.c:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitätsname »%s« ist unbekannt"
# CHECK
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
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;"
@@ -358,7 +356,7 @@ msgstr ""
"benutzt, ohne eine Entity beginnen zu wollen - umschreiben Sie das Et als "
"&amp;"
-#: ../glib/gmarkup.c:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -367,16 +365,16 @@ msgstr ""
"»%-.*s«, was eine Zahl in einer Zeichenreferenz (wie &#234;) sein sollte, "
"konnte nicht analysiert werden - vielleicht ist die Zahl zu groß"
-#: ../glib/gmarkup.c:650
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Zeichenreferenz »%-.*s« kodiert kein zulässiges Zeichen"
-#: ../glib/gmarkup.c:665
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Leere Zeichenangabe; sollte eine Zahl wie z.B. &#454; enthalten"
-#: ../glib/gmarkup.c:675
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -386,32 +384,32 @@ msgstr ""
"Et-Zeichen benutzt, ohne eine Entität beginnen zu wollen - umschreiben Sie "
"das Et als &amp;"
-#: ../glib/gmarkup.c:761
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Unvollendete Entitätsreferenz"
-#: ../glib/gmarkup.c:767
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Unvollendete Zeichenreferenz"
-#: ../glib/gmarkup.c:1053
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ungültiger UTF-8-kodierter Text - überlange Sequenz"
-#: ../glib/gmarkup.c:1081
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ungültiger UTF-8-kodierter Text - Kein Anfangszeichen"
-#: ../glib/gmarkup.c:1117
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ungültiger UTF-8-kodierter Text - »%s« ist nicht gültig"
-#: ../glib/gmarkup.c:1155
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument muss mit einem Element beginnen (e.g. <book>)"
-#: ../glib/gmarkup.c:1195
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -420,7 +418,7 @@ msgstr ""
"»%s« ist kein gültiges Zeichen nach einem »<«-Zeichen; es darf keinen "
"Elementnamen beginnen"
-#: ../glib/gmarkup.c:1263
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -429,14 +427,14 @@ msgstr ""
"Seltsames Zeichen »%s«, »>« erwartet um Start-Tag des leeren Elements »%s« "
"abzuschließen"
-#: ../glib/gmarkup.c:1352
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Seltsames Zeichen »%s«, »=« erwartet nach Attributname »%s« des Elements »%s«"
-#: ../glib/gmarkup.c:1394
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -447,7 +445,7 @@ msgstr ""
"erwartet, um das Start-Tag des Elements »%s« abzuschließen; vielleicht haben "
"Sie ein ungültiges Zeichen in einem Attributnamen benutzt"
-#: ../glib/gmarkup.c:1480
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -456,7 +454,7 @@ msgstr ""
"Seltsames Zeichen »%s«; bei der Wertangabe für das Attribut »%s« des Elemente "
"»%s« wurde ein Anführungszeichen nach dem Gleichheitszeichen erwartet"
-#: ../glib/gmarkup.c:1622
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -465,7 +463,7 @@ msgstr ""
"»%s« ist kein gültiges Zeichen, wenn es auf die Zeichen »</« folgt; »%s« darf "
"keinen Elementnamen beginnen"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -474,25 +472,25 @@ msgstr ""
"»%s« ist kein gültiges Zeichen, wenn es auf den schließenden Elementnamen »%s« "
"folgt; das erlaubte Zeichen ist »>«"
-#: ../glib/gmarkup.c:1673
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element »%s« wurde geschlossen, kein Element ist derzeit offen"
-#: ../glib/gmarkup.c:1682
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element »%s« wurde geschlossen, aber das derzeit offene Element ist »%s«"
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokument ist leer oder enthält nur Leerraum"
-#: ../glib/gmarkup.c:1859
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument endete unerwartet nach einer offenen spitzen Klammer »<«"
-#: ../glib/gmarkup.c:1867 ../glib/gmarkup.c:1912
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -501,7 +499,7 @@ msgstr ""
"Dokument endete unerwartet mit noch offenen Elementen - »%s« war das letzte "
"offene Element"
-#: ../glib/gmarkup.c:1875
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -510,19 +508,19 @@ msgstr ""
"Dokument endete unerwartet, es wurde eine spitze Klammer »>«, die das Tag <%s/"
"> schließt, erwartet"
-#: ../glib/gmarkup.c:1881
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument endete unerwartet innerhalb eines Elementnamens"
-#: ../glib/gmarkup.c:1887
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument endete unerwartet innerhalb eines Attributnamens"
-#: ../glib/gmarkup.c:1892
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument endete unerwartet innerhalb eines Element-öffnenden Tags."
-#: ../glib/gmarkup.c:1898
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -530,413 +528,411 @@ msgstr ""
"Dokument endete unerwartet nach dem Gleichheitszeichen, das einem "
"Attributnamen folgt; kein Attributwert"
-#: ../glib/gmarkup.c:1905
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument endete unerwartet innerhalb eines Attributwertes"
-#: ../glib/gmarkup.c:1921
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Dokument endete unerwartet innerhalb eines schließenden Tags für das Element "
"»%s«"
-#: ../glib/gmarkup.c:1927
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokument endete unerwartet innerhalb eines Kommentars oder "
"Verarbeitungsanweisung"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "Beschädigtes Objekt"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "Interner Fehler oder beschädigtes Objekt"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "Nicht genügend freier Speicher"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "Backtracking-Limit wurde erreicht"
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
msgid "the pattern contains items not supported for partial matching"
msgstr ""
"Der Ausdruck enthält Elemente, die teilweise Übereinstimmung nicht "
"unterstützen"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
msgid "internal error"
msgstr "Interner Fehler"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr ""
"Rückreferenzen als Bedingungen werden für teilweise Übereinstimmung nicht "
"unterstützt"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "Rekursionslimit wurde erreicht"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "Arbeitsplatzlimit für leere Teilstrings wurde erreicht"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "Ungültige Kombination von newline-Markierungen"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "Unbekannter Fehler"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ am Ende des Ausdrucks"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c am Ende des Ausdrucks"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "Unbekanntes Zeichen nach \\"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr ""
"Groß- und Kleinschreibung-beeinflussende Escape-Sequenzen (\\l, \\L, \\u, "
"\\U) sind an dieser Stelle nicht erlaubt."
# CHECK
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "Ziffern wirkungslos in {}-Quantifizierer"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "Ziffer zu groß in {}-Quantifizierer"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "Terminierendes ] für Zeichenklasse fehlt"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "Ungültige Escape-Sequenz in Zeichenklasse"
# CHECK
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "Bereich wirkungslos in Zeichenklasse"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "Nichts zum Wiederholen"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "Unbekanntes Zeichen nach (?"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "Unbekanntes Zeichen nach (?<"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "Unbekanntes Zeichen nach (?P"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "POSIX-benannte Klassen werden nur innerhalb einer Klasse unterstützt"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "Abschließende ) fehlt"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") ohne öffnende ("
#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
#. * sequences here, '(?-54' would be an example for the second group.
#.
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
msgid "(?R or (?[+-]digits must be followed by )"
msgstr "auf (?R oder (?[+-]Ziffern muss ) folgen"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "Referenz auf nicht existierenden Unterausdruck"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "fehlende ) nach Kommentar"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "Regulärer Ausdruck zu groß"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "Fehler beim holen von Speicher"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "Rückblickende Annahme hat keine feste Länge"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "Falsch formatierte Zahl oder Name nach (?("
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "Bedingte Gruppe enthält mehr als zwei Verzweigungen"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "Annahme erwartet nach (?("
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "Unbekannter POSIX-Klassenname"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "POSIX-Elementverknüpfungen nicht unterstützt"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "Wert in \\x{…}-Sequenz ist zu groß"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "Ungültige Bedingung (?(0)"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "\\C nicht erlaubt in rückblickender Annahme"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "Rekursive Aufrufe könnten unendlich oft aufgerufen werden"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "Terminierung im Namen des Unterausdrucks fehlt"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "Zwei benannte Unterausdrücke haben den gleichen Namen"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "Fehlerhafte \\P- oder \\p-Sequenz"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "Unbekannte Eigenschaftsname nach \\P oder \\p"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "Name des Unterausdrucks ist zu lang (maximal 32 Zeichen)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "Zu viele benannte Unterausdrücke (maximal 10.000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "Oktaler Wert ist größer als \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "DEFINE-Gruppe enthält mehr als eine Verzweigung"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "Wiederholen einer DEFINE-Gruppe ist nicht erlaubt"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "Inkonsistente NEWLINE-Optionen"
-#: ../glib/gregex.c:333
+#: glib/gregex.c:333
msgid ""
"\\g is not followed by a braced name or an optionally braced non-zero number"
msgstr ""
"Auf \\g folgt kein eingeklammerter Name oder eine optional eingeklammerte "
"Zahl außer Null"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "Unerwartete Wiederholung"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "Code-Überlauf"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "Überlauf beim Kompillieren des Arbeitsbereichs"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr ""
"Bereits geprüfter, referenzierter Unterausdruck konnte nicht gefunden werden"
-#: ../glib/gregex.c:526 ../glib/gregex.c:1593
+#: glib/gregex.c:526 glib/gregex.c:1593
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Fehler beim Anwenden des regulären Ausdrucks %s: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "PCRE-Bibliothek wurde ohne UTF8-Unterstützung kompilliert"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr ""
"PCRE-Bibliothek wurde ohne Unterstützung für UTF8-Eigenschaften kompilliert"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Fehler beim Kompillieren des regulären Ausdrucks %s an Zeichen %d: %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Fehler beim Optimieren des regulären Ausdrucks %s: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "Hexadezimalzahl oder »}« erwartet"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "Hexadezimalzahl erwartet"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "Fehlendes »<» in symbolischer Referenz"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "Unvollendete symbolische Referenz"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "Symbolische Referenz der Länge 0"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "Ziffer erwartet"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "Illegale symbolische Referenz"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "Verirrtes abschließendes »\\«"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "Unbekannte Escape-Sequenz"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Fehler beim Verarbeiten des Ersetzungstextes »%s« an Zeichen %lu: %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Zitierter Text beginnt nicht mit einem Anführungszeichen"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Unbalanciertes Anführungszeichen in Befehlszeile oder anderem Text in "
"Shellquotes"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Text endete nach einem »\\«-Zeichen. (Der Text war »%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 ""
"Text endete, bevor ein passendes Anführungszeichen für %c gefunden wurde. "
"(Der Text war »%s«)"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
msgid "Text was empty (or contained only whitespace)"
msgstr "Text war leer (oder enthielt nur Leerraum)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "Daten konnten nicht vom Kindprozess gelesen werden"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""
"Weiterleitung für Kommunikation mit Kindprozess (%s) konnte nicht erzeugt "
"werden"
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Lesen aus Weiterleitung zum Kind (%s) fehlgeschlagen"
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "In Verzeichnis »%s« (%s) konnte nicht gewechselt werden"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Kindprozess konnte nicht ausgeführt werden (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "Ungültiger Programmname: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Ungültige Zeichenkette im Argumentsvektor bei %d: %s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Ungültige Zeichenkette in der Umgebung: %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "Ungültiges Arbeitsverzeichnis: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Hilfsprogramm (%s) konnte nicht ausgeführt werden"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -944,141 +940,141 @@ msgstr ""
"Unerwarteter Fehler in g_io_channel_win32_poll() beim Lesen aus dem "
"Kindprozess"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Daten vom Kindprozess konnten nicht gelesen werden (%s)"
-#: ../glib/gspawn.c:325
+#: glib/gspawn.c:325
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Unerwarteter Fehler in select() beim Lesen von Daten eines Kindprozesses (%s)"
-#: ../glib/gspawn.c:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Unerwarteter Fehler in waitpid() (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "Abspalten fehlgeschlagen (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Kindprozess »%s« konnte nicht ausgeführt werden (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr ""
"Umleiten der Ausgabe oder Eingabe des Kindprozesses (%s) fehlgeschlagen"
-#: ../glib/gspawn.c:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Abspalten des Kindprozesses fehlgeschlagen (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Unbekannter Fehler beim Ausführen des Kindprozesses »%s«"
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
"Es konnten nicht genug Daten von Kind-Programmkennungsweiterleitung (%s) "
"gelesen werden"
-#: ../glib/gutf8.c:1029
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Zeichen außerhalb des Bereiches für UTF-8"
-#: ../glib/gutf8.c:1123 ../glib/gutf8.c:1132 ../glib/gutf8.c:1264
-#: ../glib/gutf8.c:1273 ../glib/gutf8.c:1414 ../glib/gutf8.c:1510
+#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Ungültige Folge in Umwandlungseingabe"
-#: ../glib/gutf8.c:1425 ../glib/gutf8.c:1521
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Zeichen außerhalb des Bereiches für UTF-16"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Aufruf:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[OPTION …]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Hilfeoptionen"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Hilfeoptionen anzeigen"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Alle Hilfeoptionen anzeigen"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Anwendungsoptionen"
-#: ../glib/goption.c:849 ../glib/goption.c:919
+#: glib/goption.c:849 glib/goption.c:919
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "»%s« konnte nicht als ganzzahliger Wert für %s interpretiert werden."
-#: ../glib/goption.c:859 ../glib/goption.c:927
+#: glib/goption.c:859 glib/goption.c:927
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "Ganzzahliger Wert »%s« für %s ist außerhalb des Bereiches."
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "»%s« konnte nicht als »double«-Wert für %s interpretiert werden."
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "»double«-Wert »%s« für %s ist außerhalb des Bereiches."
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Fehler beim Analysieren der Option: %s"
-#: ../glib/goption.c:1260 ../glib/goption.c:1371
+#: glib/goption.c:1260 glib/goption.c:1371
#, c-format
msgid "Missing argument for %s"
msgstr "Für %s wird ein Argument benötigt"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Unbekannte Option %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
msgid "Valid key file could not be found in search dirs"
msgstr ""
"Es wurde keine gültige Schlüsselwertedatei in den Suchverzeichnissen gefunden"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
msgid "Not a regular file"
msgstr "Keine reguläre Datei"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
msgid "File is empty"
msgstr "Datei ist leer"
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
#, c-format
msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -1086,52 +1082,52 @@ msgstr ""
"Die Schlüsselwertedatei enthält die Zeile »%s«, welche kein zulässiges "
"Schlüssel-Wert-Paar, keine Gruppe und kein Kommentar ist."
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Ungültiger Gruppenname: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
msgid "Key file does not start with a group"
msgstr "Die Schlüsselwertedatei beginnt nicht mit einer Gruppe"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Ungültiger Schlüsselname: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Die Schlüsselwertedatei enthält die nicht unterstützte Kodierung »%s«"
-#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Die Schlüsselwertedatei enthält nicht die Gruppe »%s«"
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Die Schlüsselwertedatei enthält nicht den Schlüssel »%s«"
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr ""
"Die Schlüsselwertedatei enthält den Schlüssel »%s« mit dem Wert »%s«, der "
"nicht in UTF-8 kodiert ist"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
"Die Schlüsselwertedatei enthält den Schlüssel »%s« mit einem Wert der nicht "
"interpretiert werden konnte."
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1140,127 +1136,124 @@ msgstr ""
"Die Schlüsselwertedatei enthält den Schlüssel »%s« in der Gruppe »%s« mit "
"einem Wert der nicht interpretiert werden konnte."
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Die Schlüsselwertedatei hat keinen Schlüssel »%s« in der Gruppe »%s«"
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
msgid "Key file contains escape character at end of line"
msgstr "Die Schlüsselwertedatei enthält ein Escape-Zeichen am Zeilenende"
# CHECK
-#: ../glib/gkeyfile.c:3496
+#: glib/gkeyfile.c:3496
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Die Schlüsselwertedatei enthält das ungültige Escape-Zeichen »%s«"
-#: ../glib/gkeyfile.c:3638
+#: glib/gkeyfile.c:3638
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Der Wert »%s« konnte nicht als Zahl interpretiert werden."
-#: ../glib/gkeyfile.c:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Ganzzahliger Wert »%s« ist außerhalb des Wertebereiches."
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Der Wert »%s« konnte nicht als Gleitkommazahl interpretiert werden."
-#: ../glib/gkeyfile.c:3709
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr ""
"Der Wert »%s« konnte nicht als boolescher Ausdruck interpretiert werden."
-#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:193
-#: ../gio/ginputstream.c:325 ../gio/ginputstream.c:566
-#: ../gio/ginputstream.c:691 ../gio/goutputstream.c:202
-#: ../gio/goutputstream.c:656
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Zu großer Zählwert an %s übermittelt"
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:901
-#: ../gio/goutputstream.c:1085
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Datenstrom ist bereits geschlossen"
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Vorgang wurde abgebrochen"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Unbekannter Typ"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "%s-Dateityp"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "%s-Typ"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "Unerwartet frühes Datenstromende"
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Unbenannt"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "Desktop-Datei hat kein Exec-Feld angegeben"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "Für die Anwendung benötigtes Terminal konnte nicht gefunden werden"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
"Konfigurationsordner %s für Benutzeranwendungen konnte nicht erstellt "
"werden: %s"
-#: ../gio/gdesktopappinfo.c:1136
+#: gio/gdesktopappinfo.c:1136
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
"MIME-Konfigurationsordner %s des Benutzers konnte nicht erstellt werden: %s"
-#: ../gio/gdesktopappinfo.c:1475
+#: gio/gdesktopappinfo.c:1475
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Benutzer-Desktop-Datei %s kann nicht erstellt werden"
-#: ../gio/gdesktopappinfo.c:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "Benutzerdefinition für %s"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "Laufwerk unterstützt Auswerfen nicht"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "Laufwerk unterstützt Prüfen auf Datenträger nicht"
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2686 ../gio/gfile.c:2740
-#: ../gio/gfile.c:2871 ../gio/gfile.c:2911 ../gio/gfile.c:3238
-#: ../gio/gfile.c:3640 ../gio/gfile.c:3724 ../gio/gfile.c:3807
-#: ../gio/gfile.c:3887 ../gio/gfile.c:4217 ../gio/win32/gwinhttpfile.c:427
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Vorgang nicht unterstützt"
@@ -1272,87 +1265,87 @@ msgstr "Vorgang nicht unterstützt"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "Enthaltender Einhängepunkt existiert nicht"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "Es kann nicht über das Verzeichnis kopiert werden"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "Verzeichnis kann nicht über Verzeichnis kopiert werden"
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "Zieldatei existiert"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "Verzeichnis kann nicht rekursiv kopiert werden"
-#: ../gio/gfile.c:2861
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Ungültiger Wert für Symbolische Verknüpfung angegeben"
-#: ../gio/gfile.c:2954
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Müll nicht unterstützt"
-#: ../gio/gfile.c:3003
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Dateinamen dürfen kein »%c« enthalten"
-#: ../gio/gfile.c:4985 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "Datenträger unterstützt Einhängen nicht"
-#: ../gio/gfile.c:5093
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Es wurde keine Anwendung gefunden, die diese Datei verarbeiten kann"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "Datei-Enumerator ist geschlossen"
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "Datei-Enumerator hat noch einen ausstehenden Vorgang"
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "Datei-Enumerator ist bereits geschlossen"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "datei"
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr "Die Datei, die das Symbol enthält"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "Datenstrom unterstützt query_info nicht"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "Suchen im Datenstrom nicht unterstützt"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "Abschneiden des Eingabedatenstroms nicht erlaubt"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "Abschneiden wird vom Datenstrom nicht unterstützt"
-#: ../gio/ginputstream.c:202
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Eingabedatenstrom unterstützt kein Lesen"
@@ -1362,364 +1355,364 @@ msgstr "Eingabedatenstrom unterstützt kein Lesen"
#. Translators: This is an error you get if there is
#. * already an operation running against this stream when
#. * you try to start one
-#: ../gio/ginputstream.c:911 ../gio/goutputstream.c:1095
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Datenstrom hat noch einen ausstehenden Vorgang"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
msgid "Unable to find default local directory monitor type"
msgstr ""
"Vorgegebener Überwachungstyp für lokale Ordner konnte nicht gefunden werden"
-#: ../gio/glocalfile.c:601 ../gio/win32/gwinhttpfile.c:410
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Ungültiger Dateiname %s"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Fehler beim Einlesen der Dateisystem-Information: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "Wurzelverzeichnis kann nicht umbenannt werden"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "Datei kann nicht umbenannt werden, da der Dateiname bereits existiert"
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:505
-#: ../gio/glocalfileoutputstream.c:550 ../gio/glocalfileoutputstream.c:967
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Ungültiger Dateiname"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "Fehler beim Umbenennen der Datei: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "Fehler beim Öffnen der Datei: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "Verzeichnis kann nicht geöffnet werden"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "Fehler beim Entfernen der Datei: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "Fehler beim Verschieben der Datei in den Müll: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Müll-Verzeichnis %s konnte nicht angelegt werden: %s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "Elternverzeichnis für den Müll konnte nicht gefunden werden"
-#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "Müll-Verzeichnis konnte nicht gefunden oder angelegt werden"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Löschprotokoll-Datei konnte nicht angelegt werden: %s"
-#: ../gio/glocalfile.c:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "Datei konnte nicht in den Müll verschoben werden: %s"
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "Fehler beim Erstellen des Verzeichnisses: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Fehler beim Erstellen des Symbolischen Verknüpfung: %s"
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "Fehler beim Verschieben der Datei: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "Verzeichnis kann nicht über Verzeichnis verschoben werden"
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:819
-#: ../gio/glocalfileoutputstream.c:833 ../gio/glocalfileoutputstream.c:848
-#: ../gio/glocalfileoutputstream.c:864 ../gio/glocalfileoutputstream.c:878
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Erstellen der Backup-Datei fehlgeschlagen"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "Fehler beim Entfernen der Zieldatei: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "Verschieben zwischen Einhängepunkten nicht unterstützt"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "Attributwert darf nicht NULL sein"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "Ungültiger Attributtyp (»string« erwartet)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "Ungültiger erweiterter Attributname"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Fehler beim Setzen des erweiterten Attributs »%s«: %s"
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:706
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Fehler beim Untersuchen der Datei %s mit fstat(): %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (ungültige Kodierung)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Fehler beim Untersuchen des Datei-Deskriptors mit fstat(): %s"
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ungültiger Attributtyp (»uint32« erwartet)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ungültiger Attributtyp (»uint64« erwartet)"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Ungültiger Attributtyp (»byte string« erwartet)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "Fehler beim Setzen der Zugriffsrechte: %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "Fehler beim Setzen des Besitzers: %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "Symbolische Verknüpfung darf nicht NULL sein"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "Fehler beim Setzen der Symbolischen Verknüpfung: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Fehler beim Setzen der Symbolischen Verknüpfung: Datei ist keine Symbolische "
"Verknüpfung"
-#: ../gio/glocalfileinfo.c:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "SELinux-Kontext darf nicht NULL sein"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Fehler beim Setzen des SELinux-Kontexts: %s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "SELinux ist auf diesem System nicht aktiviert"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Setzen des Attributs %s nicht unterstützt"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:603
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Fehler beim Lesen aus Datei: %s"
-#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203
-#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:405
-#: ../gio/glocalfileoutputstream.c:896
+#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Fehler beim Suchen in Datei: %s"
-#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:208
-#: ../gio/glocalfileoutputstream.c:303
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Fehler beim Schließen der Datei: %s"
-#: ../gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:198
msgid "Unable to find default local file monitor type"
msgstr ""
"Vorgegebener Überwachungstyp für lokale Dateien konnte nicht gefunden werden"
-#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:624
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Fehler beim Schreiben in Datei: %s"
-#: ../gio/glocalfileoutputstream.c:235
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Fehler beim Entfernen der alten Backup-Verknüpfung: %s"
-#: ../gio/glocalfileoutputstream.c:249 ../gio/glocalfileoutputstream.c:262
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Fehler beim Erzeugen der Backup-Kopie: %s"
-#: ../gio/glocalfileoutputstream.c:280
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Fehler beim Umbenennen der temporären Datei: %s"
-#: ../gio/glocalfileoutputstream.c:451 ../gio/glocalfileoutputstream.c:913
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Fehler beim Abschneiden der Datei: %s"
-#: ../gio/glocalfileoutputstream.c:511 ../gio/glocalfileoutputstream.c:556
-#: ../gio/glocalfileoutputstream.c:688 ../gio/glocalfileoutputstream.c:973
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Fehler beim Öffnen der Datei »%s«: %s"
-#: ../gio/glocalfileoutputstream.c:719
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Zieldatei ist ein Verzeichnis"
-#: ../gio/glocalfileoutputstream.c:724
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Zieldatei ist keine reguläre Datei"
-#: ../gio/glocalfileoutputstream.c:736
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "Die Datei wurde extern verändert"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "Ungültiger GSeekType übergeben"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "Ungültige Suchanfrage"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "GMemoryInputStream konnte nicht abgeschnitten werden"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "Maximales Limit des Daten-Feldes erreicht"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "Größe des Speicherausgabestroms ist nicht änderbar"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
msgstr "Größe des Speicherausgabestroms konnte nicht geändert werden"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr "Einhängepunkt unterstützt Aushängen nicht"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr "Einhängepunkt unterstützt Auswerfen nicht"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "Einhängepunkt unterstützt erneutes Einhängen nicht"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "Einhängepunkt unterstützt Erraten des Inhaltstyps nicht"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr "Einhängepunkt unterstützt synchrones Erraten des Inhaltstyps nicht"
-#: ../gio/goutputstream.c:211 ../gio/goutputstream.c:412
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Ausgabedatenstrom unterstützt kein Schreiben"
-#: ../gio/goutputstream.c:372 ../gio/goutputstream.c:780
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Quelldatenstrom ist bereits geschlossen"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "Name"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Der Name des Symbols"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "Namen"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Ein Datenfeld, das die Symbolnamen enthält"
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "Standard-Alternativen benutzen"
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1728,61 +1721,61 @@ msgstr ""
"Name bei »-«-Zeichen abgeschnitten wird. Alle Namen nach dem ersten werden "
"ignoriert falls mehrere angegeben sind."
-#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "Fehler beim Lesen aus Unix-Datenstrom: %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "Fehler beim Schließen des Unix-Datenstroms: %s"
-#: ../gio/gunixmounts.c:1779 ../gio/gunixmounts.c:1816
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Wurzelverzeichnis des Dateisystems"
-#: ../gio/gunixoutputstream.c:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "Fehler beim Schreiben in Unix-Datenstrom: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "Datenträger unterstützt Auswerfen nicht"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "Anwendung kann nicht gefunden werden"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Fehler beim Starten der Anwendung: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
msgid "URIs not supported"
msgstr "URIs nicht unterstützt"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
msgid "association changes not supported on win32"
msgstr "Änderungen von Assoziationen unter win32 nicht unterstützt"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
msgid "Association creation not supported on win32"
msgstr "Erstellen von Assoziationen unter win32 nicht unterstützt"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "Einträge nicht verbergen"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "langes Listenformat verwenden"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[DATEI …]]"
diff --git a/po/dz.po b/po/dz.po
index 1537b8c79..609a1ba12 100644
--- a/po/dz.po
+++ b/po/dz.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.dz\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -18,73 +18,72 @@ msgstr ""
"X-Poedit-SourceCharset: utf-8\n"
"Plural-Forms: nplurals=2;plural=(n!=1);\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "རེ་བ་མེད་པའི་ཁྱད་ཆོས་ '%s'ཆ་ཤས་'%s'གི་དོན་ལུ།"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "ཁྱད་ཆོས་'%s'འཚོལ་མ་ཐོབ་ ཆ་ཤས་'%sགི"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "རེ་བ་མེད་པའི་ངོ་རྟགས་ '%s'། རེ་བ་བསྐྱེད་མི་ངོ་རྟགས་'%s'།"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "རེ་བ་མེད་པའི་ངོ་རྟགས་ '%s' ངོ་རྟགས། '%s'ནང་ན།"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "གནད་སྡུད་སྣོད་ཐོ་ཚུ་ནང་ ནུས་ཅན་དེབ་རྟགས་ཡིག་སྣོད་ འཚོལ་མ་ཐོབ།"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "ཡུ་ཨར་ཨའི་'%s'གི་དོན་ལུ་ དེབ་རྟགས་ཅིག་ཧེ་མ་ལས་རང་འདུག"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "ཡུ་ཨར་ཨའི་'%s'གི་དོན་ལུ་དེབ་རྟགས་མ་ཐོབ།"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "ཡུ་ཨར་ཨའི་'%s'གི་དོན་ལུ་དེབ་རྟགས་ནང་ མ་ཡིམ་གྱི་དབྱེ་བ་ངེས་འཛིན་མ་འབད་བས། "
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "ཡུ་ཨར་ཨའི་'%s'གི་དོན་ལུ་དེབ་རྟགས་ནང་ སྒེར་གྱི་ཟུར་རྟགས་ངེས་འཛིན་མ་འབད་བས།"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "ཡུ་ཨར་ཨའི་'%sགི་དོན་ལུ་ དེབ་རྟགས་ནང་ སྡེ་ཚན་གཞི་སྒྲིག་མ་འབད་བས།"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "མིང་'%sའབད་མི་གློག་རིམ་གྱིས་ '%s དོན་ལུ་ དེབ་རྟགས་ཅིག་ཐོ་འགོད་མ་འབད་བས། "
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ ’%s’:%s ལྷག་མ་ཚུགས།"
@@ -1342,8 +1341,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "ནུས་མེད་ཀྱི་ ཧོསཊི་ནེམ།"
@@ -1414,9 +1413,9 @@ msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1447,7 +1446,7 @@ msgstr "ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་མི
msgid "Error setting extended attribute '%s': %s"
msgstr "སྣོད་ཐོ་ '%s':%s ཁ་ཕྱེ་ནི་ལུ་འཛོལ་བ།"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
@@ -1518,19 +1517,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
@@ -1539,47 +1539,47 @@ msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "གདམ་ཁ་%s མིང་དཔྱད་འབད་ནི་ལུ་འཛོལ་བ།"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
#, fuzzy
msgid "Target file is not a regular file"
msgstr "དུས་རྒྱུན་གྱི་ཡིག་སྣོད་ཅིག་མེན་པས།"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/el.po b/po/el.po
index 4c3aa6788..af2f157cc 100644
--- a/po/el.po
+++ b/po/el.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: el\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-03-18 03:34+0200\n"
"Last-Translator: Giannis Katsampirhs <giannis1_86@hotmail.com>\n"
"Language-Team: Greek <team@gnome.gr>\n"
@@ -24,81 +24,80 @@ msgstr ""
"X-Poedit-Language: Greek\n"
"X-Poedit-Country: GREECE\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"Περίεργος χαρακτήρας '%s', αναμενόταν ένα '=' μετά το όνομα γνωρίσματος '%"
"s' του στοιχείου '%s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Το γνώρισμα '%s' του στοιχείου '%s' δεν βρέθηκε"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Απρόσμενη ετικέτα '%s', αναμενόταν ετικέτα '%s'"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Απρόσμενη ετικέτα '%s' μέσα σε '%s'"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Δεν μπορεί να βρεθεί έγκυρο αρχείο σελιδοδεικτών στους καταλόγους δεδομένων"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Υπάρχει ήδη ένας σελιδοδείκτης για την ιστοσελίδα '%s'"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Δεν βρέθηκε σελιδοδείκτης για την ιστοσελίδα '%s'"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
"Δεν αναγνωρίστηκε κανένας τύπος mime στο σελιδοδείκτη για την ιστοσελίδα '%s'"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
"Καμιά προσωπική σημαία δεν έχει αναγνωριστεί στο σελιδοδείκτη για την "
"ιστοσελίδα '%s'"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Δεν καθορίστηκαν ομάδες στο σελιδοδείκτη για την ιστοσελίδα '%s'"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
"Καμιά εφαρμογή με όνομα '%s' δεν έχει καταχωρήσει σελιδοδείκτη για τη '%s'"
# gconf/gconf-internals.c:2416
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Αποτυχίαe xpand exec line '%s' με URI '%s'"
@@ -1397,8 +1396,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "Ακατάλληλο όνομα συστήματος"
@@ -1479,9 +1478,9 @@ msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1515,7 +1514,7 @@ msgid "Error setting extended attribute '%s': %s"
msgstr "Σφάλμα ανοίγματος καταλόγου '%s': %s"
#
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
@@ -1592,21 +1591,22 @@ msgid "Setting attribute %s not supported"
msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται"
#
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
#
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
#
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
@@ -1616,51 +1616,51 @@ msgid "Unable to find default local file monitor type"
msgstr ""
#
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
# gconf/gconftool.c:1181
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "Σφάλμα επιλογής ανάλυσης %s"
#
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Σφάλμα δημιουργίας αντιγράφου ασφαλείας: %s"
#
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Σφάλμα μετονομασίας προσωρινού αρχείου: %s"
#
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Σφάλμα truncating αρχείου: %s"
#
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Σφάλμα ανοίγματος αρχείου '%s': %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Το αρχείο προορισμού δεν είναι κανονικό αρχείο"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/en_CA.po b/po/en_CA.po
index 0c8c191bf..e4e8b71d0 100644
--- a/po/en_CA.po
+++ b/po/en_CA.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -17,73 +17,72 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Unexpected attribute '%s' for element '%s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Attribute '%s' of element '%s' not found"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Unexpected tag '%s'; tag '%s' expected"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Unexpected tag '%s' inside '%s'"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "No valid bookmark file found in data dirs"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "A bookmark for URI '%s' already exists"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "No bookmark found for URI '%s'"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "No MIME type defined in the bookmark for URI '%s'"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "No private flag has been defined in bookmark for URI '%s'"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "No groups set in bookmark for URI '%s'"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "No application with name '%s' registered a bookmark for '%s'"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Failed to expand exec line '%s' with URI '%s'"
@@ -1325,8 +1324,8 @@ msgid "Can't rename file, filename already exist"
msgstr "Can't rename file: filename already exist"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Invalid filename"
@@ -1396,9 +1395,9 @@ msgstr "Error moving file: %s"
msgid "Can't move directory over directory"
msgstr "Can't move directory over directory"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Backup file creation failed"
@@ -1428,7 +1427,7 @@ msgstr "Invalid extended attribute name"
msgid "Error setting extended attribute '%s': %s"
msgstr "Error setting extended attribute '%s': %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Error stating file '%s': %s"
@@ -1499,19 +1498,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Setting attribute %s not supported"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Error reading from file: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Error seeking in file: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Error closing file: %s"
@@ -1520,46 +1520,46 @@ msgstr "Error closing file: %s"
msgid "Unable to find default local file monitor type"
msgstr "Unable to find default local file monitor type"
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Error writing to file: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Error removing old backup link: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Error creating backup copy: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Error renaming temporary file: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Error truncating file: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Error opening file '%s': %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Target file is a directory"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Target file is not a regular file"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "The file was externally modified"
diff --git a/po/en_GB.po b/po/en_GB.po
index 8f974245e..81df81df2 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GLIB\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-02-17 09:21-0000\n"
"Last-Translator: David Lodge <dave@cirt.net>\n"
"Language-Team: \n"
@@ -16,73 +16,72 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Unexpected attribute '%s' for element '%s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Attribute '%s' of element '%s' not found"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Unexpected tag '%s', tag '%s' expected"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Unexpected tag '%s' inside '%s'"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "No valid bookmark file found in data dirs"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "A bookmark for URI '%s' already exists"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "No bookmark found for URI '%s'"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "No MIME type defined in the bookmark for URI '%s'"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "No private flag has been defined in bookmark for URI '%s'"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "No groups set in bookmark for URI '%s'"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "No application with name '%s' registered a bookmark for '%s'"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Failed to expand exec line '%s' with URI '%s'"
@@ -1324,8 +1323,8 @@ msgid "Can't rename file, filename already exist"
msgstr "Can't rename file, filename already exist"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Invalid filename"
@@ -1395,9 +1394,9 @@ msgstr "Error moving file: %s"
msgid "Can't move directory over directory"
msgstr "Can't move directory over directory"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Backup file creation failed"
@@ -1427,7 +1426,7 @@ msgstr "Invalid extended attribute name"
msgid "Error setting extended attribute '%s': %s"
msgstr "Error setting extended attribute '%s': %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Error stating file '%s': %s"
@@ -1498,19 +1497,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Setting attribute %s not supported"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Error reading from file: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Error seeking in file: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Error closing file: %s"
@@ -1519,46 +1519,46 @@ msgstr "Error closing file: %s"
msgid "Unable to find default local file monitor type"
msgstr "Unable to find default local file monitor type"
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Error writing to file: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Error removing old backup link: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Error creating backup copy: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Error renaming temporary file: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Error truncating file: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Error opening file '%s': %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Target file is a directory"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Target file is not a regular file"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "The file was externally modified"
diff --git a/po/eo.po b/po/eo.po
index da605d60b..12d654ae0 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.3.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -15,75 +15,74 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"Malbona signo '%s', unu '>' signo estas atendita post atributnomo '%s' "
"deelemento '%s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Malsukcesis krei dosieron '%s': %s"
@@ -1327,8 +1326,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "Nevalida komputilnomo"
@@ -1399,9 +1398,9 @@ msgstr "Eraro dum legado de dosiero '%s': %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1432,7 +1431,7 @@ msgstr "Dokumento neatendite finis en atributa nomo"
msgid "Error setting extended attribute '%s': %s"
msgstr "Eraro dum malfermado de dosierujo '%s': %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
@@ -1503,19 +1502,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr ""
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
@@ -1524,46 +1524,46 @@ msgstr "Eraro dum legado de dosiero '%s': %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "Eraro dum konverto: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr ""
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/es.po b/po/es.po
index ee987270a..0cb006715 100644
--- a/po/es.po
+++ b/po/es.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-08-10 14:05+0200\n"
"Last-Translator: Jorge González <jorgegonz@svn.gnome.org>\n"
"Language-Team: Español <gnome-es-list@gnome.org>\n"
@@ -20,75 +20,74 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Atributo inesperado «%s» para el elemento «%s»"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "El atributo «%s» del elemento «%s» no se ha encontrado"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Etiqueta «%s» inesperada, se esperaba la etiqueta «%s»"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Etiqueta «%s» inesperada dentro de «%s»"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
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:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Ya existe un marcador para el URI «%s»"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "No se encontró un marcador para el URI «%s»"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, 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:2478
+#: glib/gbookmarkfile.c:2457
#, 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:2857
+#: glib/gbookmarkfile.c:2836
#, 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:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, 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:3438
+#: glib/gbookmarkfile.c:3417
#, 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»"
@@ -1371,8 +1370,8 @@ msgid "Can't rename file, filename already exist"
msgstr "No se puede renombrar el archivo, el nombre ya existe"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Nombre de archivo inválido"
@@ -1443,9 +1442,9 @@ msgstr "Error al mover el archivo: %s"
msgid "Can't move directory over directory"
msgstr "No se puede mover un directorio sobre un directoro"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Falló la creación del archivo de respaldo"
@@ -1475,7 +1474,7 @@ msgstr "Nombre extendido del atributo no válido"
msgid "Error setting extended attribute '%s': %s"
msgstr "Error al establecer el atributo extendido «%s»: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Error al mostrar información del estado del archivo «%s»: %s"
@@ -1548,19 +1547,20 @@ msgstr "SELinux no está activado en este sistema"
msgid "Setting attribute %s not supported"
msgstr "Establecer el atributo %s no está soportado"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Error al leer del archivo: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Error al buscar en el archivo: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Error al cerrar el archivo: %s"
@@ -1571,46 +1571,46 @@ msgstr ""
"No se pudo encontrar el tipo de monitorización del archivo local "
"predeterminado"
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Error al escribir en el archivo: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Error al eliminar el enlace de respaldo antiguo: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Error al crear una copia de respaldo: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Error al renombrar el archivo temporal: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Error al truncar el archivo: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Error al abrir el archivo «%s»: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "El archivo destino es un directorio"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "El archivo destino no es un archivo regular"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "El archivo se modificó externamente"
diff --git a/po/et.po b/po/et.po
index 626b13e8a..cd40acf73 100644
--- a/po/et.po
+++ b/po/et.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GLib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 13:17+0000\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-08-23 14:50+0300\n"
"Last-Translator: Ivar Smolin <okul@linux.ee>\n"
"Language-Team: Estonian <gnome-et@linux.ee>\n"
@@ -22,296 +22,294 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:733 ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899 ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Ootamatu rekvisiit '%s' elemendile '%s'"
-#: ../glib/gbookmarkfile.c:744 ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833 ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Elemendil '%2$s' ei leitud rekvisiiti '%1$s'"
-#: ../glib/gbookmarkfile.c:1127 ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Ootamatu silt '%s', oodati silti '%s'"
-#: ../glib/gbookmarkfile.c:1152 ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234 ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "'%2$s' on ootamatu silt '%1$s'"
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "Andmekataloogidest ei leitud korrektset järjehoidjafaili"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI-le '%s' on juba järjehoidja olemas"
-#: ../glib/gbookmarkfile.c:2061 ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304 ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469 ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630 ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751 ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974 ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240 ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494 ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI-le '%s' ei leitud järjehoidjat"
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, 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:2478
+#: glib/gbookmarkfile.c:2457
#, 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:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s' järjehoidjas pole gruppe määratud"
-#: ../glib/gbookmarkfile.c:3258 ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, 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:3438
+#: glib/gbookmarkfile.c:3417
#, 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:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#, 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:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Konverterit '%s'-st '%s'-ks pole võimalik avada"
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2216 ../glib/gutf8.c:955
-#: ../glib/gutf8.c:1404
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Vigane baidijada sisendi teisendamisel"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "Viga teisendamisel: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:951 ../glib/gutf8.c:1155
-#: ../glib/gutf8.c:1296 ../glib/gutf8.c:1400
+#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Osaline märgijada sisendi lõpus"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Taandresiimi '%s' pole võimalik teisendada kooditabelisse '%s'"
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' ei ole failiskeemi (\"file\") jaoks absoluutne URI"
-#: ../glib/gconvert.c:1747
+#: glib/gconvert.c:1747
#, 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:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' on vigane"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI '%s' hostinimi on vigane"
-#: ../glib/gconvert.c:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' sisaldab vigaseid paomärke"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Rajanimi '%s' ei ole absoluutne rada"
-#: ../glib/gconvert.c:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "Vigane hostinimi"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Viga kataloogi '%s' avamisel: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, 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:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "Fail \"%s\" on liiga suur"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Tõrge failist '%s' lugemisel: %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Tõrge faili '%s' avamisel: %s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Tõrge faili '%s' rekvisiitide hankimisel: fstat() nurjus: %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Tõrge faili '%s' avamisel: fdopen() nurjus: %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, 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:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Tõrge faili '%s' loomisel: %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, 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:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Tõrge faili '%s' kirjutamisel: fwrite() nurjus: %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Tõrge faili '%s' sulgemisel: fclose() nurjus: %s"
-#: ../glib/gfileutils.c:1123
+#: glib/gfileutils.c:1123
#, 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:1367
+#: glib/gfileutils.c:1367
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Mall '%s' vigane, see ei tohiks sisaldada '%s'"
-#: ../glib/gfileutils.c:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Mall '%s' ei sisalda XXXXXX-i"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Tõrge nimeviida '%s' lugemisel: %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
msgid "Symbolic links not supported"
msgstr "Nimeviidad ei ole toetatud"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, 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:1507
+#: glib/giochannel.c:1507
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:1554 ../glib/giochannel.c:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "Lugemispuhvrisse jäi teisendamata andmeid"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "Kanali katkestus poole märgi pealt"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
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:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "Viga real %d märgil %d: "
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "Viga real %d: %s"
-#: ../glib/gmarkup.c:483
+#: glib/gmarkup.c:483
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:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -321,17 +319,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:527
+#: glib/gmarkup.c:527
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Märk '%s' ei ole olemi nimes lubatud"
-#: ../glib/gmarkup.c:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Olemi nimi '%s' on tuntmatu"
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
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;"
@@ -339,7 +337,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:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -348,16 +346,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:650
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Märgiviide '%-.*s' ei teisendu lubatud märgiks"
-#: ../glib/gmarkup.c:665
+#: glib/gmarkup.c:665
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:675
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -366,32 +364,32 @@ msgstr ""
"Märgiviide ei lõpe semikooloniga. Enamasti kasutatakse ampersand märki ilma "
"kavatsuseta olemit alustada - märgi see kui &amp;"
-#: ../glib/gmarkup.c:761
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Lõpetamata viide olemile"
-#: ../glib/gmarkup.c:767
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Lõpetamata viide märgile"
-#: ../glib/gmarkup.c:1053
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Vigaselt kodeeritud UTF-8 tekst - liigpikk jada"
-#: ../glib/gmarkup.c:1081
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Vigaselt kodeeritud UTF-8 tekst - puuduv algusmärk"
-#: ../glib/gmarkup.c:1117
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Vigaselt kodeeritud UTF-8 tekst - vigane '%s'"
-#: ../glib/gmarkup.c:1155
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument peab algama elemendiga (nt: <book>)"
-#: ../glib/gmarkup.c:1195
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -399,7 +397,7 @@ msgid ""
msgstr ""
"Märk '%s' ei ole märgi '<' järel lubatud, see võib mitte olla elemendi nimi"
-#: ../glib/gmarkup.c:1263
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -407,7 +405,7 @@ msgid ""
msgstr ""
"Veider märk '%s', elemendi '%s' lõpusildi lõpetamiseks oodatakse märki '>'"
-#: ../glib/gmarkup.c:1352
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -415,7 +413,7 @@ msgstr ""
"Veider märk '%1$s', pärast elemendi '%3$s' tunnust nimega '%2$s' oodatakse "
"märki '='"
-#: ../glib/gmarkup.c:1394
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -426,7 +424,7 @@ msgstr ""
"sildi algust või lõppu, ühe võimalusena ka rekvisiiti. Võib-olla kasutad sa "
"rekvisiidi nimes vigast märki?"
-#: ../glib/gmarkup.c:1480
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -435,7 +433,7 @@ msgstr ""
"Veider märk '%s', oodatakse võrdusmärgi järel tulevat jutumärki, mis aitaks "
"rekvisiidile '%s' väärtust seada (element '%s')"
-#: ../glib/gmarkup.c:1622
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -444,7 +442,7 @@ msgstr ""
"Märk '%s' ei ole märkide '</' järel lubatud, '%s' võib mitte olla elemendi "
"nimi"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -453,25 +451,25 @@ msgstr ""
"Märk '%s' ei ole lubatud märk elemendi '%s' nime sulgemise järel, lubatud "
"märk on '>'"
-#: ../glib/gmarkup.c:1673
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' on suletud, avatud elemente ei ole"
-#: ../glib/gmarkup.c:1682
+#: glib/gmarkup.c:1682
#, 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:1845
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokument on tühi või sisaldab ainult tühja ruumi"
-#: ../glib/gmarkup.c:1859
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument lõppes ootamatult ilma avatud nurksulgu '<' sulgemata"
-#: ../glib/gmarkup.c:1867 ../glib/gmarkup.c:1912
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -480,7 +478,7 @@ msgstr ""
"Dokument lõppes ootamatult ilma, et avatud elemente sulgemata - '%s' oli "
"viimane avatud element"
-#: ../glib/gmarkup.c:1875
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -489,19 +487,19 @@ msgstr ""
"Dokument lõppes ootamatult, sildi <%s/> lõpetamiseks loodetakse näha "
"nurksulgu"
-#: ../glib/gmarkup.c:1881
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument lõppes ootamatult elemendi nime sees"
-#: ../glib/gmarkup.c:1887
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument lõppes ootamatult rekvisiidi nime sees"
-#: ../glib/gmarkup.c:1892
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument lõppes ootamatult elemendi avamise sildi sees"
-#: ../glib/gmarkup.c:1898
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -509,392 +507,390 @@ msgstr ""
"Dokument lõppes ootamatult pärast rekvisiidi nime järel olevat võrdusmärki, "
"rekvisiidi väärtus on puudu"
-#: ../glib/gmarkup.c:1905
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument lõppes ootamatult keset attribuudi väärtust"
-#: ../glib/gmarkup.c:1921
+#: glib/gmarkup.c:1921
#, 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:1927
+#: glib/gmarkup.c:1927
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:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "rikutud objekt"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "sisemine viga või rikutud objekt"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "mälu lõppes"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "tagasiviidete limiit saavutatud"
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
msgid "the pattern contains items not supported for partial matching"
msgstr ""
"muster sisaldab kirjeid, mis pole osalise vastavuse otsingu puhul toetatud"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
msgid "internal error"
msgstr "sisemine viga"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr "osaliste vastete otsimisel pole tingimuslikud tagasiviited toetatud"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "suurim rekursioonide arv saavutatud"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "töötsooni suurim tühjade alamstringide arv saavutatud"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "vigane reavahetusmärgiste kombinatsioon"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "tundmatu viga"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ mustri alguses"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c mustri lõpus"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr ""
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr ""
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr ""
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr ""
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "märgiklassil puudub sulgev ]"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "märgiklassis on vigane paojada"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr ""
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "pole midagi korrata"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "tundmatu märk pärast (?"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "tundmatu märk pärast (?<"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "tundmatu märk pärast (?P"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "POSIX-i nimelised klassid on toetatud ainult klassi sees"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "puudub lõpetav sulg )"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") ilma algussuluta ("
#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
#. * sequences here, '(?-54' would be an example for the second group.
#.
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
msgid "(?R or (?[+-]digits must be followed by )"
msgstr ""
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "viide olematule alammustrile"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "kommentaari järel puudub sulg )"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "regulaaravaldis on liiga suur"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "tõrge mälu hankimisel"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr ""
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr ""
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr ""
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr ""
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "tundmatu POSIX-klassi nimi"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "POSIX-i koondavad elemendid pole toetatud"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "märgi väärtus \\x{...} jadas on liiga suur"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "vigane tingimus (?(0)"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr ""
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "rekursiivne kutsung võib jääda lõpmatusse tsüklisse"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "alammustri nimes puudub katkestaja"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "kaks nimelist alammustrit on sama nimega"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "vigane \\P või \\p jada"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "tundmatu omaduse nimi \\P või \\p järel"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "alammustri nimi on liiga pikk (maksimaalselt 32 märki)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "liiga palju alammustreid (suurim lubatud arv on 10 000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "kaheksandväärtus on suurem kui \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr ""
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "DEFINE grupi kordused pole lubatud"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "NEWLINE võtmed pole kooskõlalised"
-#: ../glib/gregex.c:333
+#: glib/gregex.c:333
msgid ""
"\\g is not followed by a braced name or an optionally braced non-zero number"
msgstr ""
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "ootamatu kordus"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "koodi ületäitumine"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr ""
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr ""
-#: ../glib/gregex.c:526 ../glib/gregex.c:1593
+#: glib/gregex.c:526 glib/gregex.c:1593
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Viga regulaaravaldise %s vastavuse otsimisel: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "PCRE teek on kompileeritud ilma UTF8 toeta"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "PCRE teek on kompileeritud ilma UTF8 omaduste toeta"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, 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:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Viga regulaaravaldise %s optimeerimisel: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "oodati kuueteistkümnendsüsteemi numbrit või '}' märki"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "oodati kuueteistkümnendsüsteemi numbrit"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "puuduv '<' märgiviites"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "lõpetamata märgiviide"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "nullpikkusega märgiviide"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "oodati numbrit"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "keelatud märgiviide"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "liigne lõpp '\\'"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "tundmatu paojada"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, 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
msgid "Text was empty (or contained only whitespace)"
msgstr "Tekst puudus (või sisaldas ainult tühja ruumi)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "Tõrge andmete lugemisel alamprotsessilt"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, 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:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Tõrge alamprotsessi torust lugemisel (%s)"
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Tõrge kataloogi '%s' muutmisel (%s)"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Tõrge alamprotsessi käivitamisel (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "Vigane programmi nimi: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Vigane string argumendivektoris %d: %s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Vigane string keskkonnamuutujates: %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "Vigane töökataloog: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Tõrge abiprogrammi käivitamisel (%s)"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -902,137 +898,137 @@ msgstr ""
"Ootamatu viga, kui g_io_channel_win32_poll() funktsioon luges "
"lapsprotsessilt andmeid"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Tõrge andmete lugemisel alamprotsessilt (%s)"
-#: ../glib/gspawn.c:325
+#: glib/gspawn.c:325
#, 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:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Ootamatu viga funktsioonis waitpid() (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "Viga poolitamisel funktsiooniga fork() (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Tõrge alamprotsessi \"%s\" käivitamisel (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, 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:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Tõrge alamprotsessi poolitamisel funktsiooniga fork() (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Tundmatu viga alamprotsessi \"%s\" käivitamisel"
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, 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:1029
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Märk on väljaspool UTF-8 ulatust"
-#: ../glib/gutf8.c:1123 ../glib/gutf8.c:1132 ../glib/gutf8.c:1264
-#: ../glib/gutf8.c:1273 ../glib/gutf8.c:1414 ../glib/gutf8.c:1510
+#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Vigane jada sisendi teisendamisel"
-#: ../glib/gutf8.c:1425 ../glib/gutf8.c:1521
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Märk on väljaspool UTF-16 ulatust"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Kasutamine:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[VÕTI...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Abiteabe võtmed:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Abiteabe võtmete näitamine"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Kõikide abiteabe võtmete näitamine"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Rakenduse võtmed:"
-#: ../glib/goption.c:849 ../glib/goption.c:919
+#: glib/goption.c:849 glib/goption.c:919
#, 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:859 ../glib/goption.c:927
+#: glib/goption.c:859 glib/goption.c:927
#, 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:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Arvväärtust '%s' pole võimalik %s jaoks parsida"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "Arv '%s' %s jaoks on väljaspool lubatud piire"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Viga võtme parsimisel: %s"
-#: ../glib/goption.c:1260 ../glib/goption.c:1371
+#: glib/goption.c:1260 glib/goption.c:1371
#, c-format
msgid "Missing argument for %s"
msgstr "Puuduv argument %s'i jaoks"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Tundmatu võti %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
msgid "Valid key file could not be found in search dirs"
msgstr "Sobivat võtmefaili pole võimalik otsingukataloogidest leida"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
msgid "Not a regular file"
msgstr "Pole tavaline fail"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
msgid "File is empty"
msgstr "Fail on tühi"
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
#, c-format
msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -1040,49 +1036,49 @@ msgstr ""
"Võtmefail sisaldab rida '%s', mis ei ole võti-väärtus paar, grupp ega ka "
"kommentaar"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Vigane grupi nimi: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
msgid "Key file does not start with a group"
msgstr "Võtmefail ei alga grupiga"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Vigane võtme nimi: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Võtmefail sisaldab toetamata kodeeringut '%s'"
-#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Võtmefail ei sisalda gruppi '%s'"
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Võtmefail ei sisalda võtit '%s'"
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, 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:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, 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:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1091,123 +1087,120 @@ msgstr ""
"Võtmefail sisaldab võtit '%s' grupis '%s' aga selle väärtust pole võimalik "
"kasutada"
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, 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:3474
+#: glib/gkeyfile.c:3474
msgid "Key file contains escape character at end of line"
msgstr "Võtmefail sisaldab rea lõpus paomärki"
-#: ../glib/gkeyfile.c:3496
+#: glib/gkeyfile.c:3496
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Võtmefail sisaldab vigast paojada '%s'"
-#: ../glib/gkeyfile.c:3638
+#: glib/gkeyfile.c:3638
#, 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:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Täisarvu väärtus '%s' on väljaspool lubatud piire"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, 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:3709
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Väärtust '%s' pole võimalik tõeväärtusena kasutada."
-#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:193
-#: ../gio/ginputstream.c:325 ../gio/ginputstream.c:566
-#: ../gio/ginputstream.c:691 ../gio/goutputstream.c:202
-#: ../gio/goutputstream.c:656
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:901
-#: ../gio/goutputstream.c:1085
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Voog on juba suletud"
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Operatsioon tühistati"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Tundmatu liik"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr ""
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr ""
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "Ootamatult varajane voolõpp"
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Nimeta"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "Töölauafail ei määra Exec-välja"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr ""
"Rakenduse käivitamiseks vajalikku terminalprogrammi pole võimalik leida"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Kasutaja rakenduse seadistustekataloogi %s pole võimalik luua: %s"
-#: ../gio/gdesktopappinfo.c:1136
+#: gio/gdesktopappinfo.c:1136
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Kasutaja MIME-seadistustekataloogi %s pole võimalik luua: %s"
-#: ../gio/gdesktopappinfo.c:1475
+#: gio/gdesktopappinfo.c:1475
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Kasutaja töölauafaili %s pole võimalik luua"
-#: ../gio/gdesktopappinfo.c:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr ""
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "seade ei toeta väljastamist"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "seade ei toeta meediumi olemasolu pollimist"
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2686 ../gio/gfile.c:2740
-#: ../gio/gfile.c:2871 ../gio/gfile.c:2911 ../gio/gfile.c:3238
-#: ../gio/gfile.c:3640 ../gio/gfile.c:3724 ../gio/gfile.c:3807
-#: ../gio/gfile.c:3887 ../gio/gfile.c:4217 ../gio/win32/gwinhttpfile.c:427
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operatsioon ei ole toetatud"
@@ -1219,87 +1212,87 @@ msgstr "Operatsioon ei ole toetatud"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr ""
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr ""
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr ""
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "Sihtfail on olemas"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "Kataloogi pole võimalik rekursiivselt kopeerida"
-#: ../gio/gfile.c:2861
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Määrati vigane nimeviida väärtus"
-#: ../gio/gfile.c:2954
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr ""
-#: ../gio/gfile.c:3003
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Failinimed ei tohi sisaldada märki '%c'"
-#: ../gio/gfile.c:4985 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: ../gio/gfile.c:5093
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Selle faili käsitlemiseks pole rakendust registreeritud"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "Nummerdaja on suletud"
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr ""
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "Failinummerdaja on juba suletud"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "fail"
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr "Fail, mis sisaldab ikooni"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "Voog ei toeta query_info't"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr ""
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "Sisendvoo kärpimine pole lubatud"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "Andmevoo kärpimine pole toetatud"
-#: ../gio/ginputstream.c:202
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1309,418 +1302,419 @@ msgstr ""
#. Translators: This is an error you get if there is
#. * already an operation running against this stream when
#. * you try to start one
-#: ../gio/ginputstream.c:911 ../gio/goutputstream.c:1095
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: ../gio/glocalfile.c:601 ../gio/win32/gwinhttpfile.c:410
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Vigane failinimi %s"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Viga failisüsteemi andmete hankimisel: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "Juurkataloogi nime pole võimalik muuta"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "Faili pole võimalik ümber nimetada, failinimi on juba olemas"
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Vigane failinimi"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "Viga faili nime muutmisel: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "Viga avamisel: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "Kataloogi pole võimalik avada"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "Viga faili eemaldamisel: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "Viga faili prügikasti viskamisel: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Prügikataloogi %s pole võimalik luua: %s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "Prügikasti ülemise taseme kataloogi pole võimalik leida"
-#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "Prügikasti kataloogi pole võimalik leida või luua"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr ""
-#: ../gio/glocalfile.c:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr ""
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "Viga kataloogi loomisel: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Viga nimeviida loomisel: %s"
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "Viga faili ümbertõstmisel: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr ""
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Tõrge varufaili loomisel"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "Viga sihtfaili eemaldamisel: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr ""
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "Rekvisiidi väärtus ei tohi olla NULL"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "Vigane rekvisiidi tüüp (oodatakse stringi)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "Vigane laiendatud rekvisiidi nimi"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Viga laiendatud rekvisiidi '%s' seadmisel: %s"
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Viga faili '%s' kohta andmete hankimisel: %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (vigane kodeering)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Viga failideskriptori kohta andmete hankimisel: %s"
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "Vigane rekvisiidi tüüp (oodatakse tüüpi uint32)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "Vigane rekvisiidi tüüp (oodatakse tüüpi uint64)"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Vigane rekvisiidi tüüp (oodatakse baitstringi)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "Viga pääsuõiguste määramisel: %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "Viga omaniku seadmisel: %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "nimeviit ei tohi olla NULL"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "Viga nimeviida seadmisel: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
msgid "Error setting symlink: file is not a symlink"
msgstr "Viga nimeviida seadmisel: fail pole nimeviide"
-#: ../gio/glocalfileinfo.c:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "SELinuxi kontekst ei tohi olla NULL"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Viga SELinuxi konteksti seadmisel: %s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "SELinux pole selles süsteemis lubatud"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Rekvisiidi %s seadmine pole toetatud"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Viga failist lugemisel: %s"
-#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203
-#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372
-#: ../gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr ""
-#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Viga faili sulgemisel: %s"
-#: ../gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:198
msgid "Unable to find default local file monitor type"
msgstr "Failimonitori vaikimisi liiki pole võimalik leida"
-#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Viga faili kirjutamisel: %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Viga vana varuviite eemaldamisel: %s"
-#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Viga varukoopia loomisel: %s"
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Viga ajutise faili nime muutmisel: %s"
-#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Viga faili kärpimisel: %s"
-#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523
-#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Viga faili '%s' avamisel: %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Sihtfail on kataloog"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Sihtfail pole tavaline fail"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr ""
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr ""
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "GMemoryInputStream'i pole võimalik kärpida"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "Masiivi suurima suuruse piir ületati"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr ""
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: ../gio/goutputstream.c:211 ../gio/goutputstream.c:412
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: ../gio/goutputstream.c:372 ../gio/goutputstream.c:780
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Lähtevoog on juba suletud"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "nimi"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Ikooni nimi"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "nimed"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Ikoonide nimesid sisaldav massiiv"
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
msgstr ""
-#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "Viga unix'ist lugemisel: %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "Viga unix'i sulgemisel: %s"
-#: ../gio/gunixmounts.c:1779 ../gio/gunixmounts.c:1816
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Failisüsteemi juurikas"
-#: ../gio/gunixoutputstream.c:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "Viga unix'isse kirjutamisel: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr ""
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "Rakendust pole võimalik leida"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Viga rakenduse käivitamisel: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
msgid "URIs not supported"
msgstr "URI-d ei ole toetatud"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
msgid "association changes not supported on win32"
msgstr "seose muutmine pole win32 keskkonnas toetatud"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
msgid "Association creation not supported on win32"
msgstr "Seose loomine pole win32 keskkonnas toetatud"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "kirjeid ei peideta"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "pika nimekirjavormingu kasutamine"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[FAIL...]"
diff --git a/po/eu.po b/po/eu.po
index 60f4a15e1..6393e2ea9 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: eu\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-30 12:44+0200\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-08-30 12:45+0200\n"
"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>\n"
"Language-Team: Basque <itzulpena@euskalgnu.org>\n"
@@ -20,303 +20,307 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"\n"
-#: ../glib/gbookmarkfile.c:733 ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899 ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "'%2$s' elementuaren ustekabeko '%1$s'atributua"
-#: ../glib/gbookmarkfile.c:744 ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833 ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "'%2$s' elementuaren '%1$s' atributua ez da aurkitu"
-#: ../glib/gbookmarkfile.c:1127 ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Ustekabeko '%s' etiketa, '%s' espero zen"
-#: ../glib/gbookmarkfile.c:1152 ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234 ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "'%2$s' barruan ustekabeko '%1$s' etiketa"
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
-msgstr "Ezin izan da baliozko laster-marken fitxategia aurkitu datuen direktorioan"
+msgstr ""
+"Ezin izan da baliozko laster-marken fitxategia aurkitu datuen direktorioan"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "'%s' URIaren laster-marka badago lehenedik ere"
-#: ../glib/gbookmarkfile.c:2061 ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304 ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469 ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630 ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751 ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974 ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240 ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494 ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Ez da '%s' URIaren laster-markarik aurkitu"
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Ez dago '%s' URIaren laster-markan MIME-motarik definituta"
-#: ../glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "'%s' URIaren laster-markan ez dago bandera pribaturik definituta"
-#: ../glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "'%s' URIaren laster-markan ez dago talderik ezarrita"
-#: ../glib/gbookmarkfile.c:3258 ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' izeneko aplikaziorik ez du erregistratu laster-markarik '%s'(e)n"
-#: ../glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Huts egin du '%s' exekuzioko lerroa '%s' URIarekin hedatzean"
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "'%s' karaktere-multzoa '%s' bihurtzea ez da onartzen"
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Ezin izan da '%s'(e)tik %s(e)rako bihurtzailea ireki"
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2216 ../glib/gutf8.c:955
-#: ../glib/gutf8.c:1404
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Byten sekuentzia baliogabea bihurketa-sarreran"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "Errorea bihurtzean: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:951 ../glib/gutf8.c:1155
-#: ../glib/gutf8.c:1296 ../glib/gutf8.c:1400
+#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Karaktere-sekuentzia partziala sarreraren amaieran"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ezin da '%s' atzerapena '%s' kode-multzo bihurtu"
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "'%s' URIa ez da \"fitxategi\"-eskema erabiltzen duen URI absolutua"
-#: ../glib/gconvert.c:1747
+#: glib/gconvert.c:1747
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Baliteke '%s' URI fitxategi lokalak '#' ez edukitzea"
-#: ../glib/gconvert.c:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "'%s' URI baliogabea da"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "'%s' URIaren ostalari-izena baliogabea da"
-#: ../glib/gconvert.c:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "'%s' URIak ihes-karaktere baliogabeak ditu"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "'%s' bide-izena ez da bide-izen absolutua"
#
-#: ../glib/gconvert.c:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "Ostalari-izen baliogabea"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Errorea '%s' direktorioa irekitzean: %s "
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ezin izan dira %lu byte esleitu \"%s\" fitxategia irakurtzeko"
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Errorea '%s' fitxategia irakurtzean: %s"
-#: ../glib/gfileutils.c:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "\"%s\" fitxategia handiegia da"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Ezin izan da '%s' fitxategitik irakurri: %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Ezin izan da '%s' fitxategia ireki: %s "
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Ezin izan dira '%s' fitxategiko atributuak lortu, fstat() funtzioak huts "
"egin du: %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
-msgstr "Ezin izan da '%s' fitxategia ireki, fdopen() funtzioak huts egin du: %s"
+msgstr ""
+"Ezin izan da '%s' fitxategia ireki, fdopen() funtzioak huts egin du: %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"Ezin izan da '%s' fitxategia '%s' gisa berrizendatu, g_rename() funtzioak "
"huts egin du: %s"
-#: ../glib/gfileutils.c:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Ezin izan da '%s' fitxategia sortu: %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
"Ezin izan da '%s' fitxategia idazteko ireki, fdopen() funtzioak huts egin "
"du: %s"
-#: ../glib/gfileutils.c:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
-msgstr "Ezin izan da '%s' fitxategia idatzi, fwrite() funtzioak huts egin du: %s"
+msgstr ""
+"Ezin izan da '%s' fitxategia idatzi, fwrite() funtzioak huts egin du: %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Ezin izan da '%s' fitxategia itxi, fclose() funtzioak huts egin du: %s"
-#: ../glib/gfileutils.c:1123
+#: glib/gfileutils.c:1123
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
-msgstr "'%s' fitxategia ezin izan da kendu, g_unlik() funtzioak huts egin du: %s"
+msgstr ""
+"'%s' fitxategia ezin izan da kendu, g_unlik() funtzioak huts egin du: %s"
-#: ../glib/gfileutils.c:1367
+#: glib/gfileutils.c:1367
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "'%s' txantiloia baliogabea da, ez luke '%s' eduki behar"
-#: ../glib/gfileutils.c:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "'%s' txantiloiak ez dauka: XXXXXX"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ezin izan da '%s' esteka sinbolikorik irakurri: %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
msgid "Symbolic links not supported"
msgstr "Esteka sinbolikoak ez dira onartzen"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Ezin izan da `%s'(e)tik `%s'(e)rako bihurtzailea ireki: %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Ezin dira datu gordinak irakurri 'g_io_channel_read_line_string'-en"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "Irakurketa-bufferrean geratu diren bihurtu gabeko datuak"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "Kanala karaktere partzial batean bukatzen da"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Ezin dira datu gordinak irakurri 'g_io_channel_read_to_end'-etik"
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "Ezin izan da '%s' fitxategia ireki, open() funtzioak huts egin du: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
-msgstr "Ezin izan da '%s' fitxategi-mapa ireki, mmap() funtzioak huts egin du: %s"
+msgstr ""
+"Ezin izan da '%s' fitxategi-mapa ireki, mmap() funtzioak huts egin du: %s"
-#: ../glib/gmarkup.c:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "Errorea %d lerroko %d karakterean: "
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "Errorea %d lerroan: %s"
-#: ../glib/gmarkup.c:483
-msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
+#: glib/gmarkup.c:483
+msgid ""
+"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"'&;' entitatea hutsik dago; baliozko entitateak hauek dira: &amp; &quot; "
"&lt; &gt; &apos;"
-#: ../glib/gmarkup.c:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -327,17 +331,17 @@ msgstr ""
"entitate bat hasten du; & ikurrak entitatea izan behar ez badu, izenda ezazu "
"&amp; gisa"
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "'%s' karakterea ezin da erabili entitate-izenen barruan"
-#: ../glib/gmarkup.c:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "'%s' entitate-izena ezezaguna da"
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
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;"
@@ -345,7 +349,7 @@ msgstr ""
"Entitatea ez da puntu eta komaz bukatzen; normalean & ikurra erabiltzen da "
"entitatea hasteko asmorik gabe; izendatu & karakterea &amp; gisa;"
-#: ../glib/gmarkup.c:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -354,16 +358,18 @@ msgstr ""
"Ezin izan da '%-.*s' analizatu, digitu bat izan behar zuen karaktere-"
"erreferentzia baten barruan (&#234; adibidez); agian digitua handiegia da"
-#: ../glib/gmarkup.c:650
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
-msgstr "'%-.*s' karaktere-erreferentziak ez du baimendutako karaktere bat kodetzen"
+msgstr ""
+"'%-.*s' karaktere-erreferentziak ez du baimendutako karaktere bat kodetzen"
-#: ../glib/gmarkup.c:665
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
-msgstr "Karaktere-erreferentzia hutsa, digitu bat eduki beharko luke; adibidez &#454;"
+msgstr ""
+"Karaktere-erreferentzia hutsa, digitu bat eduki beharko luke; adibidez &#454;"
-#: ../glib/gmarkup.c:675
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -373,32 +379,32 @@ msgstr ""
"erabiliko zenuen entitatea hasteko asmorik gabe. Izendatu & karakterea &amp; "
"gisa;"
-#: ../glib/gmarkup.c:761
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Amaitu gabeko entitate-erreferentzia"
-#: ../glib/gmarkup.c:767
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Amaitu gabeko karaktere-erreferentzia"
-#: ../glib/gmarkup.c:1053
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "UTF-8 gisa kodetutako testu baliogabea - sekuentzia luzeegia"
-#: ../glib/gmarkup.c:1081
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "UTF-8 gisa kodetutako testu baliogabea - hasierako karaktererik gabe"
-#: ../glib/gmarkup.c:1117
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "UTF-8 gisa kodetutako testu baliogabea - '%s' ez da baliozkoa"
-#: ../glib/gmarkup.c:1155
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentuak elementu batez hasi behar du (adibidez, <book>)"
-#: ../glib/gmarkup.c:1195
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -407,23 +413,24 @@ msgstr ""
"'%s' ez da karaktere balioduna '<' karakterearen atzetik; baliteke elementu "
"baten izena ez hastea"
-#: ../glib/gmarkup.c:1263
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr ""
-"'%s' karaktere bitxia, '>' karakterea espero zen '%s' elementuaren "
-"etiketa hutsa amaitzeko"
+"'%s' karaktere bitxia, '>' karakterea espero zen '%s' elementuaren etiketa "
+"hutsa amaitzeko"
-#: ../glib/gmarkup.c:1352
+#: glib/gmarkup.c:1352
#, 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 ""
"'%s' karaktere bitxia, '=' espero zen '$2%s' elementuaren '$1%s' "
"atributuaren ondoren"
-#: ../glib/gmarkup.c:1394
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -434,7 +441,7 @@ msgstr ""
"hasiera-etiketa bukatzeko, edo bestela atributu bat. Agian karaktere "
"baliogabea erabili duzu atributu-izen batean"
-#: ../glib/gmarkup.c:1480
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -443,7 +450,7 @@ msgstr ""
"'%s' karaktere bitxia, komatxo irekia espero zen berdin ikurraren ondoren "
"'$2%s' elementuaren '$1%s' atributuari balioa ematean"
-#: ../glib/gmarkup.c:1622
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -452,7 +459,7 @@ msgstr ""
"'%s' ez da karaktere balioduna '</'; karaktereen atzetik; baliteke '%s'e(k) "
"elementu baten izena ez hastea"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -461,25 +468,25 @@ msgstr ""
"'%s' karaktere baliogabea da '%s' itxiera-elementuaren izenaren atzetik; "
"baimendutako karakterea '>' da"
-#: ../glib/gmarkup.c:1673
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' elementua itxi egin da, unean ez dago elementurik irekita"
-#: ../glib/gmarkup.c:1682
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' elementua itxi egin da, baina unean '%s' elementua dago irekita"
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentua hutsik dago edo zuriuneak bakarrik ditu"
-#: ../glib/gmarkup.c:1859
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentua ustekabean itxi da angelu-parentesi ireki baten ondoren '<'"
-#: ../glib/gmarkup.c:1867 ../glib/gmarkup.c:1912
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -488,7 +495,7 @@ msgstr ""
"Dokumentua ustekabean amaitu da oraindik irekita zeuden elementuekin. '%s' "
"irekitako azken elementua da"
-#: ../glib/gmarkup.c:1875
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -497,19 +504,20 @@ msgstr ""
"Dokumentua ustekabean amaitu da, angelu-parentesi itxia ikustea espero nuen <"
"%s/> etiketa amaitzen"
-#: ../glib/gmarkup.c:1881
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentua ustekabean amaitu da elementu-izen baten barruan"
-#: ../glib/gmarkup.c:1887
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentua ustekabean amaitu da atributu-izen baten barruan"
-#: ../glib/gmarkup.c:1892
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
-msgstr "Dokumentua ustekabean amaitu da elementua irekitzeko etiketa baten barruan."
+msgstr ""
+"Dokumentua ustekabean amaitu da elementua irekitzeko etiketa baten barruan."
-#: ../glib/gmarkup.c:1898
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -517,402 +525,404 @@ msgstr ""
"Dokumentua ustekabean amaitu da atributu-izen baten ondorengo berdin "
"ikurraren atzetik; ez dago atributu-baliorik"
-#: ../glib/gmarkup.c:1905
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentua ustekabean amaitu da atributu-balio baten barruan"
-#: ../glib/gmarkup.c:1921
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
-msgstr "Dokumentua ustekabean amaitu da '%s' elementuaren itxiera-etiketaren barruan"
+msgstr ""
+"Dokumentua ustekabean amaitu da '%s' elementuaren itxiera-etiketaren barruan"
-#: ../glib/gmarkup.c:1927
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumentua ustekabean amaitu da iruzkin baten barruan edo prozesatzen ari "
"zen instrukzio baten barruan"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "hondatutako objektua"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "barneko errorea edo hondatutako objektua"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "Memoriarik ez"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "atzera-jotzearen mugara gainditua"
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
msgid "the pattern contains items not supported for partial matching"
-msgstr "ereduak zenbait elementu ditu bat etortze partzialetan onartzen ez direnak"
+msgstr ""
+"ereduak zenbait elementu ditu bat etortze partzialetan onartzen ez direnak"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
msgid "internal error"
msgstr "barneko errorea"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr ""
"aurreko erreferentizak baldintza gisa ez daude onartuta bat etortze "
"partzialetan"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "errekurtsioaren muga gainditua"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "azpikate hutsen lan arearen muga gainditua"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "lerro-jauzien banderen baliogabeko konbinazioa"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "errore ezezaguna"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ ereduaren amaieran"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c ereduaren amaieran"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "karaktere ezezagunak jarraitzen dio \\ karaktereari"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr ""
"hemen ez dira ihesdun letrak (\\l, \\L, \\u, \\U) erabiltzen uzten "
"(maiuskulaz eta minuskulaz)"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "zenbakiak barrutitik kanpo {} kuantifikatzailean"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "zenbaki handiegiak {} kuantifikatzaileak"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "karaktere-klasearen amaierako ] falta da"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "karaktere-klasean baliogabeko ihes sekuentzia"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "karaktere-klaseko barrutia barrutitik kanpo"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "ezer ez errepikatzeko"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "karakete ezezaguna (? karaktereen atzetik"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "karakete ezezaguna (?< karaktereen atzetik"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "karakete ezezaguna (?P karaktereen atzetik"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "POSIX izeneko klaseak soilik onartzen dira klase baten barruan"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "amaierako ) falta da"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") dago irekierako ( gabe"
#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
#. * sequences here, '(?-54' would be an example for the second group.
#.
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
msgid "(?R or (?[+-]digits must be followed by )"
msgstr "(?R edo (?[+-] digituak )-rekin jarraitu behar dira"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "existitzen ez den azpieredu baten erreferentzia"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "iruzkinaren ondoren ) falta da"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "adierazpen erregularra luzeegia"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "huts egin du memoria lortzean"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "'lookbehind' baieztapenak ez du luzera finkorik"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "gaizki osatutako zenbakia edo izena (?(-ren atzetik"
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "baldintza taldeak bi adar baino gehiago ditu"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "baieztapena espero zen (?)-ren atzetik"
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "POSIX klasearen izen ezezaguna"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "Tartekatutako POSIX elementuak ez daude onartuta"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "\\x{...} sekuentziako karaktere-balioa luzeegia da"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "baliogabeko (?(0) baldintza"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "\\C ez dago baimenduta 'lookbehind' baieztepenean"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "dei errekurtsiboa amaierarik gabeko begiztan sar daiteke"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "amaierako karakterea falta da azpiereduko izenean"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "bi azpiereduk izen berdina dute"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "gaizki osatutako \\P edo \\p sekuentzia"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "propietate-izen ezezaguna \\P edo \\p atzetik"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "azpiereduaren izena luzeegia (32 karaktere gehienez)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "izendun azpieredu gehiegi (10.000 gehienez)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "balio zortzitarra \\377 baino handiagoa"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "DEFINE taldeak adar bat baino gehiago ditu"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "DEFINE taldea errepikatzea ez dago onartuta"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "NEWLINE aukera kontraesankorra"
-#: ../glib/gregex.c:333
-msgid "\\g is not followed by a braced name or an optionally braced non-zero number"
+#: glib/gregex.c:333
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
msgstr ""
"\\g ez da prestatutako izenarekin edo zero ez den aukerazko prestatutako "
"zenbaki batekin jarraitzen"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "ustekabeko begizta"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "kodea gainezkatua"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "konpilazioaren laneko area gainezkatua"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "ez da aurrez egiaaztatutako erreferentziatutako azpieredua aurkitu"
-#: ../glib/gregex.c:526 ../glib/gregex.c:1593
+#: glib/gregex.c:526 glib/gregex.c:1593
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Errorea %s adierazpen erregularra bilatzean: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "PCRE liburutegia UTF8 euskarri gabe konpilatua"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "PCRE liburutegia UTF8 propietateen euskarri gabe konpilatua"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Errorea %s adierazpen erregularra %d karakterean konpilatzean: %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Errorea %s adierazpen erregularra optimizatzean: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "digitu hamaseitarra edo '}' espero zen"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "digitu hamaseitarra espero zen"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "'<' falta da erreferentzia sinbolikoan"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "amaitu gabeko erreferentzia sinbolikoa"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "zero luzerako erreferentzia sinbolikoa"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "digitua espero zen"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "erreferentzia sinboliko ilegala"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "'\\' katearen amaieran"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "ihes-sekuentzi ezezaguna"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Errorea ordezko \"%s\" testua analizatzean %lu karakterean: %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Komatxo arteko testua ez da komatxoekin hasten"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Bat ez datozen komatxoak daude komando-lerroan edo shell-ak aipatutako beste "
"testu batean"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Testua '\\' karakterearen atzetik amaitu da (testua '%s' zen)"
-#: ../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 "Testua %c(r)en komatxoak aurkitu baino lehen amaitu da (testua '%s' zen)"
+msgstr ""
+"Testua %c(r)en komatxoak aurkitu baino lehen amaitu da (testua '%s' zen)"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
msgid "Text was empty (or contained only whitespace)"
msgstr "Testua hutsik dago (edo zuriuneak bakarrik ditu)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "Ezin izan da daturik irakurri prozesu umetik"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Ezin izan da kanalizazioa sortu prozesu umearekin komunikatzeko (%s) "
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Ezin izan da kanalizazio umetik irakurri (%s) "
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Ezin izan da '%s' direktoriora aldatu (%s)"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Ezin izan da prozesu umea exekutatu (%s)"
#
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "Programaren izen baliogabea: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Kate baliogabea %d(e)ko bektorearen argumentuan: %s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Kate baliogabea ingurunean: %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "Laneko direktorio baliogabea: %s"
#
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Ezin izan da laguntza-programa exekutatu (%s)"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -920,188 +930,189 @@ msgstr ""
"Ustekabeko errorea gertatu da 'g_io_channel_win32_poll()'-en prozesu umetik "
"datuak irakurtzean"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Ezin izan da daturik irakurri prozesu umetik (%s)"
-#: ../glib/gspawn.c:325
+#: glib/gspawn.c:325
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Ustekabeko errorea select()-en, datuak prozesu umetik irakurtzen (%s)"
-#: ../glib/gspawn.c:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Ustekabeko errorea waitpid()-en (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "Ezin da sardetu (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Ezin izan da \"%s\" prozesu umea exekutatu (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Ezin izan da prozesu umearen irteera edo sarrera birbideratu (%s)"
-#: ../glib/gspawn.c:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Ezin izan da prozesu umea sardetu (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Errore ezezaguna \"%s\" prozesu umea exekutatzean"
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Ezin izan da nahikoa datu irakurri pid kanalizazio umetik (%s)"
-#: ../glib/gutf8.c:1029
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Karakterea UTF-8 barrutitik kanpo"
-#: ../glib/gutf8.c:1123 ../glib/gutf8.c:1132 ../glib/gutf8.c:1264
-#: ../glib/gutf8.c:1273 ../glib/gutf8.c:1414 ../glib/gutf8.c:1510
+#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Sekuentzia baliogabea bihurketa-sarreran"
-#: ../glib/gutf8.c:1425 ../glib/gutf8.c:1521
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Karakterea UTF-16 barrutitik kanpo"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Erabilera:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[AUKERA...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Laguntzako aukerak:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Erakutsi laguntzako aukerak"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Erakutsi laguntzako aukera guztiak"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Aplikazio-aukerak:"
-#: ../glib/goption.c:849 ../glib/goption.c:919
+#: glib/goption.c:849 glib/goption.c:919
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "Ezin da '%2$s'(r)en '%1$s' osoko balioa analizatu"
-#: ../glib/goption.c:859 ../glib/goption.c:927
+#: glib/goption.c:859 glib/goption.c:927
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "%2$s(r)en '%1$s' osoko balioa barrutitik kanpo"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Ezin da '%2$s'(r)en '%1$s' balio bikoitza analizatu"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "%2$s(r)en '%1$s' balio bikoitza barrutitik kanpo"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Errorea %s aukera analizatzean"
-#: ../glib/goption.c:1260 ../glib/goption.c:1371
+#: glib/goption.c:1260 glib/goption.c:1371
#, c-format
msgid "Missing argument for %s"
msgstr "%s(e)ko argumentua falta da"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "%s aukera ezezaguna"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
msgid "Valid key file could not be found in search dirs"
msgstr "Ezin izan da baliozko gakoa datuen direktorioan aurkitu"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
msgid "Not a regular file"
msgstr "Ez da fitxategi arrunta"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
msgid "File is empty"
msgstr "Fitxategia hutsik dago"
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
#, c-format
-msgid "Key file contains line '%s' which is not a key-value pair, group, or comment"
+msgid ""
+"Key file contains line '%s' which is not a key-value pair, group, or comment"
msgstr ""
"Gako-fitxategiak '%s' lerroa du, gako-balioa bikotea, taldea edo iruzkinik "
"ez daukalarik"
#
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Taldearen izen baliogabea: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
msgid "Key file does not start with a group"
msgstr "Gako-fitxategiak ez da talde batekin hasten"
#
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Gakoaren izen baliogabea: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Gako-fitxategiak onartzen ez den '%s' kodeketa du"
-#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Gako-fitxategiak ez dauka '%s' taldea"
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Gako-fitxategiak ez dauka '%s' gakoa"
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "Gako-fitxategiak '%s' gakoa dauka (%s balioduna) baina ez da UTF-8"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
"Gako-fitxategiak '%s' gakoa dauka, baina dagokion balioa ezin da "
"interpretatu."
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1110,122 +1121,120 @@ msgstr ""
"Gako-fitxategiak '%s' gakoa dauka ('%s taldean), baina dagokion balioa ezin "
"da interpretatu."
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Gako-fitxategiak ez dauka '%s' gakoa ('%s' taldean)"
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
msgid "Key file contains escape character at end of line"
msgstr "Gako-fitxategiak ihes-karakterea dauka lerro amaieran"
-#: ../glib/gkeyfile.c:3496
+#: glib/gkeyfile.c:3496
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Gako-fitxategiak '%s' ihes-sekuentzia baliogabea dauka"
-#: ../glib/gkeyfile.c:3638
+#: glib/gkeyfile.c:3638
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "'%s' balioa ezin da zenbaki gisa interpretatu"
-#: ../glib/gkeyfile.c:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "'%s' osoko balioa barrutitik kanpo"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "'%s' balioa ezin da zenbaki mugikor gisa interpretatu."
-#: ../glib/gkeyfile.c:3709
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "'%s' balioa ezin da bolear gisa interpretatu"
-#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:193
-#: ../gio/ginputstream.c:325 ../gio/ginputstream.c:566
-#: ../gio/ginputstream.c:691 ../gio/goutputstream.c:202
-#: ../gio/goutputstream.c:656
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Zenbaketaren balio handiegia honi pasatuta: %s"
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:901
-#: ../gio/goutputstream.c:1085
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Korrontea jadanik itxita dago"
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Eragiketa bertan behera utzi da"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Mota ezezaguna"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "%s fitxategi mota"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "%s mota"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "Ustekabeko korronte-amaiera azkarregia"
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Izenbagea"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "Mahaigaineko fitxategiak ez du Exec eremua zehaztu"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "Ezin izan da aplikazioak eskatzen duen terminala aurkitu"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, c-format
msgid "Can't create user application configuration folder %s: %s"
-msgstr "Ezin da erabiltzailearen aplikazioaren %s konfigurazio-karpeta sortu: %s"
+msgstr ""
+"Ezin da erabiltzailearen aplikazioaren %s konfigurazio-karpeta sortu: %s"
-#: ../gio/gdesktopappinfo.c:1136
+#: gio/gdesktopappinfo.c:1136
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Ezin da erabiltzailearen MIMEren %s konfigurazio-karpeta sortu: %s"
-#: ../gio/gdesktopappinfo.c:1475
+#: gio/gdesktopappinfo.c:1475
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Ezin da erabiltzailearen mahaigaineko %s fitxategia sortu"
-#: ../gio/gdesktopappinfo.c:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "%s(r)en definizio pertsonalizatua"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "gailuak ez dauka 'egotzi' inplementatuta"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "gailuak ez dauka euskarria eskaneatzeko inplementaziorik"
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2686 ../gio/gfile.c:2740
-#: ../gio/gfile.c:2871 ../gio/gfile.c:2911 ../gio/gfile.c:3238
-#: ../gio/gfile.c:3640 ../gio/gfile.c:3724 ../gio/gfile.c:3807
-#: ../gio/gfile.c:3887 ../gio/gfile.c:4217 ../gio/win32/gwinhttpfile.c:427
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Eragiketa ez dago onartuta"
@@ -1237,87 +1246,87 @@ msgstr "Eragiketa ez dago onartuta"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "Ontziaren muntaia ez da existitzen"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "Ezin da direktorioaren gainean kopiatu"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "Ezin da direktorioa kopiatu direktorio gainean"
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "Helburuko fitxategia existitzen da"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "Ezin da direktorioa errekurtsiboki kopiatu"
-#: ../gio/gfile.c:2861
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Esteka sinbolikoaren baliogabeko balioa eman da"
-#: ../gio/gfile.c:2954
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Zakarrontzira botatzea ez dago onartuta"
-#: ../gio/gfile.c:3003
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Fitxategi-izenek ezin dute '%c' eduki"
-#: ../gio/gfile.c:4985 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "bolumenak ez dauka muntatzea inplementatuta"
-#: ../gio/gfile.c:5093
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Ez da aplikaziorik erregistratu fitxategi hau kudeatzeko"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "Zerrendatzailea itxi da"
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "Fitxategiaren zerrendatzaileak eragiketa bat du lanean"
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "Fitxategiaren zerrendatzailea itxi da jadanik"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "fitxategia"
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr "Ikonoa duen fitxategia"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "Korronteak ez du query_info onartzen"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "Ez da bilaketarik onartzen korrontean"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "Trunkatzea ez da baimentzen sarrerako korrontean"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "Trunkatzea ez da onartzen korrontean"
-#: ../gio/ginputstream.c:202
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Sarrerako korronteak ez dauka irakurtzea inplementatuta"
@@ -1327,363 +1336,364 @@ msgstr "Sarrerako korronteak ez dauka irakurtzea inplementatuta"
#. Translators: This is an error you get if there is
#. * already an operation running against this stream when
#. * you try to start one
-#: ../gio/ginputstream.c:911 ../gio/goutputstream.c:1095
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Korronteak eragiketa bat du lanean"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
msgid "Unable to find default local directory monitor type"
msgstr "Ezin da lokaleko direktorio lehenetsiaren monitorizazio mota aurkitu"
#
-#: ../gio/glocalfile.c:601 ../gio/win32/gwinhttpfile.c:410
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "%s fitxategi-izen baliogabea"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Errorea fitxategi-sistemako informazioa lortzean: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "Ezin da erroko direktorioa izenez aldatu"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "Ezin da fitxategia izenez aldatu, fitxategi-izena badago lehendik ere"
#
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:505
-#: ../gio/glocalfileoutputstream.c:550 ../gio/glocalfileoutputstream.c:967
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Fitxategi-izen baliogabea"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "Errorea fitxategia izenez aldatzean: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "Errorea fitxategia irekitzean: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "Ezin da direktorioa ireki"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "Errorea fitxategia kentzean: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "Errorea fitxategia zakarrontzira botatzean: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Ezin izan da zakarrontziaren '%s' direktorioa sortu: %s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "Ezin da zakarrontziaren goi-mailako direktorioa aurkitu"
-#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "Ezin da zakarrontziaren direktorioa aurkitu edo sortu"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Ezin da zakarrontziaren informazio-fitxategia sortu: %s"
-#: ../gio/glocalfile.c:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "Ezin da fitxategia zakarrontzira bota: %s"
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "Errorea direktorioa sortzean: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Errorea esteka sinbolikoa sortzean: %s"
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "Errorea fitxategia lekuz aldatzean: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "Ezin da direktorioa lekuz aldatu direktorioaren gainera"
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:819
-#: ../gio/glocalfileoutputstream.c:833 ../gio/glocalfileoutputstream.c:848
-#: ../gio/glocalfileoutputstream.c:864 ../gio/glocalfileoutputstream.c:878
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Huts egin du babeskopia sortzean"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "Errorea helburuko fitxategia kentzean: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "Muntaien artean lekuz aldatzea ez dago onartuta"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "Atributuaren balioa NULL ezin da izan"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "Atributu mota baliogabea (katea espero zen)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "Atributu hedatuaren izen baliogabea"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Errorea '%s' atributu hedatua ezartzean: %s"
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:706
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Errorea '%s' fitxategiaren egoera irakurtzean: %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (baliogabeko kodeketa)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Errorea fitxategiaren deskriptorearen egoera irakurtzean: %s "
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "Baliogabeko atributu mota (uint32 espero zen)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "Baliogabeko atributu mota (uint64 espero zen)"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Baliogabeko atributu mota (byte katea espero zen)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "Errorea baimenak ezartzean: %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "Errorea jabea ezartzean: %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "esteka sinbolikoak NULL-en desberdina izan behar du"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "Errorea esteka sinbolikoa ezartzean: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
msgid "Error setting symlink: file is not a symlink"
-msgstr "Errorea esteka sinbolikoa ezartzean: fitxategia ez da esteka sinboliko bat"
+msgstr ""
+"Errorea esteka sinbolikoa ezartzean: fitxategia ez da esteka sinboliko bat"
-#: ../gio/glocalfileinfo.c:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "SELinux testuinguruak NULL-en desberdina izan behar du"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Errorea SELinux testuingurua ezartzean: %s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "SELinux ez dago gaituta sistema honetan"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s atributuaren ezarpena ez dago onartuta"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:603
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Errorea fitxategitik irakurtzean: %s "
-#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203
-#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:405
-#: ../gio/glocalfileoutputstream.c:896
+#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Errorea fitxategian bilatzean: %s"
-#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:208
-#: ../gio/glocalfileoutputstream.c:303
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Errorea fitxategia ixtean: %s"
-#: ../gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:198
msgid "Unable to find default local file monitor type"
msgstr "Ezin da lokaleko fitxategi lehenetsiaren monitorizazio mota aurkitu"
-#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:624
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Errorea fitxategian idaztean: %s"
-#: ../gio/glocalfileoutputstream.c:235
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Errorea babeskopiaren esteka zaharra kentzean: %s"
-#: ../gio/glocalfileoutputstream.c:249 ../gio/glocalfileoutputstream.c:262
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Errorea babeskopiaren kopia sortzean: %s"
-#: ../gio/glocalfileoutputstream.c:280
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Errorea aldi baterako fitxategia izenez aldatzean: %s"
-#: ../gio/glocalfileoutputstream.c:451 ../gio/glocalfileoutputstream.c:913
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Errorea fitxategia trunkatzean: %s"
-#: ../gio/glocalfileoutputstream.c:511 ../gio/glocalfileoutputstream.c:556
-#: ../gio/glocalfileoutputstream.c:688 ../gio/glocalfileoutputstream.c:973
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Errorea '%s' fitxategia irekitzean: %s"
-#: ../gio/glocalfileoutputstream.c:719
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Helburuko fitxategia direktorio bat da"
-#: ../gio/glocalfileoutputstream.c:724
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Helburuko fitxategia ez da fitxategi arrunta"
-#: ../gio/glocalfileoutputstream.c:736
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "Fitxategia kanpotik aldatu da"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "Baliogabeko GSeekType eman da"
#
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "Bilaketa-eskaera baliogabea"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "Ezin da GMemoryInputStream trunkatu"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "Datu-matrizearen gehienezko mugara iritsi da"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "Ezin da memoriaren irteeraren korrontea tamainaz aldatu"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
msgstr "Huts egin du memoriaren irteeraren korrontea tamainaz aldatzean"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr "muntaiak ez dauka desmuntatzea inplementatuta"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr "muntaiak ez dauka egoztea inplementatuta"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "muntaiak ez dauka birmuntaketa inplementatuta"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "muntaiak ez dauka eduki mota sinkronoa asmatzea inplementatuta"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr "muntaiak ez dauka eduki mota sinkronoa asmatzea inplementatuta"
-#: ../gio/goutputstream.c:211 ../gio/goutputstream.c:412
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Irteerako korronteak ez dauka idaztea inplementatuta"
-#: ../gio/goutputstream.c:372 ../gio/goutputstream.c:780
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Iturburuko korrontea jadanik itxi da"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "izena"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Ikonoaren izena"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "izenak"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Ikonoen izenak dituen matrizea"
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "erabili ikono lehenetsiak"
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1692,61 +1702,60 @@ msgstr ""
"erabiliko diren ala ez. Aurrenekoaren ondoren dauden izenak baztertzen ditu "
"hainbat izen ematen badira."
-#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "Errorea UNIXetik irakurtzean: %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "Errorea UNIX ixtean: %s"
-#: ../gio/gunixmounts.c:1779 ../gio/gunixmounts.c:1816
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Fitxategi-sistemaren erroa"
-#: ../gio/gunixoutputstream.c:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "Errorea UNIXen idaztean: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "bolumenak ez dauka egoztea inplementatuta"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "Ezin da aplikazioa aurkitu"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Errorea aplikazioa abiaraztean: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
msgid "URIs not supported"
msgstr "URIak ez daude onartuta"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
msgid "association changes not supported on win32"
msgstr "asoziazioaren aldaketak ez dira onartzen win32 sisteman"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
msgid "Association creation not supported on win32"
msgstr "Asoziazioa sortzea ez da onartzen win32 sisteman"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "ez ezkutatu sarrerak"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "erabili zerrenda-formatu luzea"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[FITXATEGIA...]"
-
diff --git a/po/fa.po b/po/fa.po
index 46387f069..03e168c9d 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2006-09-04 18:36+0330\n"
"Last-Translator: Roozbeh Pournader <roozbeh@farsiweb.info>\n"
"Language-Team: Persian\n"
@@ -15,74 +15,73 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "مشخصهٔ غیرمنتظرهٔ «%s» برای عنصر «%s»"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "مشخصهٔ «%s» برای عنصر «%s» پیدا نشد"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "برچسب غیرمنتظرهٔ «%s»، برچسب «%s» انتظار می‌رفت"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "برچسب غیرمنتظرهٔ «%s» داخل «%s»"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
#, fuzzy
msgid "No valid bookmark file found in data dirs"
msgstr "پروندهٔ چوب‌الف معتبری در شاخه‌های داده پیدا نمی‌شود"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "چوب‌الفی برای نشانی «‎%s» از قبل موجود است"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "چوب‌الفی برای نشانی «‎%s» پیدا نشد"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "هیچ نوع MIME در چوب‌الف برای نشانی «‎%s» تعریف نشده است"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "پرچم خصوصی‌ای برای چوب‌الف برای نشانی «%s» تعریف نشده است"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "گروهی در چوب‌الف برای نشانی «‎%s» تعیین نشده است"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "برنامه‌ای با نام «%s» چوب‌الفی برای «‎%s» ثبت نکرده است"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "خواندن پیوند نمادی «‎%s» شکست خورد: %s"
@@ -1337,8 +1336,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "نام میزبان نامعتبر"
@@ -1409,9 +1408,9 @@ msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1442,7 +1441,7 @@ msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل نام ی
msgid "Error setting extended attribute '%s': %s"
msgstr "خطا در باز کردن شاخهٔ «‎%s»‏: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
@@ -1513,19 +1512,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
@@ -1534,47 +1534,47 @@ msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "خطا در تجزیهٔ گزینهٔ %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
#, fuzzy
msgid "Target file is not a regular file"
msgstr "پرونده متعارف نیست"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/fi.po b/po/fi.po
index 9b2339c25..a003f021e 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-08-14 15:30+0300\n"
"Last-Translator: Ilkka Tuohela <hile@iki.fi>\n"
"Language-Team: Finnish <gnome-fi-laatu@lists.sourceforge.net>\n"
@@ -18,74 +18,73 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Odottamaton ominaisuus \"%s\" elementille \"%s\""
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Ominaisuutta \"%s\" elementille \"%s\" ei löydy"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Odottamaton merkintä \"%s\", odotettiin merkintää \"%s\""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Odottamaton merkintä \"%s\" kohdassa \"%s\""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "Kelvollista kirjanmerkkitiedostoa ei löytynyt datahakemistoista"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI:lle \"%s\" on jo olemassa kirjanmerkki"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI:lle \"%s\" ei löydy kirjanmerkkiä"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI:n \"%s\" kirjanmerkissä ei ole määritelty MIME-tyyppiä"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI:n \"%s\" kirjanmerkissä ei ole määritelty yksityisyyslippua"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI:n \"%s\" kirjanmerkissä ei ole asetettu ryhmiä"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
"Sovellus nimeltä \"%s\" ei rekisteröinyt kirjanmerkkiä kohteelle \"%s\""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Suoritettavaa riviä \"%s\" ei voitu laajentaa URI:lla \"%s\""
@@ -1348,8 +1347,8 @@ msgid "Can't rename file, filename already exist"
msgstr "Tiedostoa ei voi nimetä uudestaan, tiedosto on jo olemassa"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Virheellinen tiedostonimi"
@@ -1419,9 +1418,9 @@ msgstr "Virhe siirrettäessä tiedostoa: %s"
msgid "Can't move directory over directory"
msgstr "Kansiota ei voi siirtää kansion päälle"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Varmuuskopiotiedoston luonti epäonnistui"
@@ -1451,7 +1450,7 @@ msgstr "Virheellinen laajennetun ominaisuuden nimi"
msgid "Error setting extended attribute '%s': %s"
msgstr "Virhe asetettaessa laajennettua ominaisuutta \"%s\": %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Virhe tarkkailtaessa tiedostoa \"%s\": %s"
@@ -1523,19 +1522,20 @@ msgstr "SELinux ei ole käytössä tässä tietokoneessa"
msgid "Setting attribute %s not supported"
msgstr "Ominaisuuden %s asetus ei ole tuettu"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Virhe luettaessa tiedostosta: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Virhe siirryttäessä tiedostossa: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Virhe suljettaessa tiedostoa: %s"
@@ -1544,46 +1544,46 @@ msgstr "Virhe suljettaessa tiedostoa: %s"
msgid "Unable to find default local file monitor type"
msgstr "Paikallisen tiedostomonitorinnin oletustapaa ei voitu selvittää"
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Virhe kirjoitettaessa tiedostoon: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Virhe poistettaessa vanhaa varmuuskopiolinkkiä: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Virhe luotaessa varmuuskopiota: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Virhe nimettäessä uudestaan väliaikaistiedostoa: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Virhe katkaistaessa tiedostoa: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Virhe avattaessa tiedostoa \"%s\": %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Kohdetiedosto on kansio"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Kohdetiedosto ei ole tavallinen tiedosto"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "Tiedostoa muokattiin muualta"
diff --git a/po/fr.po b/po/fr.po
index 6279ee00e..fa3c82150 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-21 13:13+0200\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-08-21 13:10+0200\n"
"Last-Translator: Robert-André Mauchin <zebob.m@pengzone.org>\n"
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
@@ -22,310 +22,308 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: ../glib/gbookmarkfile.c:733 ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899 ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Attribut « %s » inattendu pour l'élément « %s »"
-#: ../glib/gbookmarkfile.c:744 ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833 ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "L'attribut « %s » de l'élément « %s » est introuvable"
-#: ../glib/gbookmarkfile.c:1127 ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Balise « %s » inattendue. La balise « %s » était attendue"
-#: ../glib/gbookmarkfile.c:1152 ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234 ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Balise « %s » inattendue à l'intérieur de « %s »"
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Impossible de trouver un fichier de signets valide dans les répertoires de "
"données"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Un signet pour l'URI « %s » existe déjà"
-#: ../glib/gbookmarkfile.c:2061 ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304 ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469 ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630 ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751 ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974 ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240 ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494 ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Aucun signet trouvé pour l'URI « %s »"
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Aucun type MIME défini dans le signet pour l'URI « %s »"
-#: ../glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Aucun indicateur privé n'est défini dans le signet pour l'URI « %s »"
-#: ../glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Aucun groupe n'est défini dans le signet pour l'URI « %s »"
-#: ../glib/gbookmarkfile.c:3258 ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Aucune application nommée « %s » n'a enregistré un signet pour « %s »"
-#: ../glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "L'expansion de la ligne d'exécution « %s » avec l'URI « %s » a échoué"
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr ""
"La conversion du jeu de caractères « %s » vers « %s » n'est pas prise en charge"
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Impossible d'ouvrir le convertisseur de « %s » vers « %s »"
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2216 ../glib/gutf8.c:955
-#: ../glib/gutf8.c:1404
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Séquence d'octets non valide en entrée du convertisseur"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "Erreur lors de la conversion : %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:951 ../glib/gutf8.c:1155
-#: ../glib/gutf8.c:1296 ../glib/gutf8.c:1400
+#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Séquence partielle de caractères à la fin de l'entrée"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr ""
"Impossible de convertir la valeur de rechange « %s » vers le jeu de codes « %"
"s »"
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
"L'URI « %s » n'est pas une URI absolue utilisant le schéma de « fichier »"
-#: ../glib/gconvert.c:1747
+#: glib/gconvert.c:1747
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "L'URI de fichier local « %s » ne peut pas inclure de caractère « # »"
-#: ../glib/gconvert.c:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "L'URI « %s » n'est pas valide"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Le nom d'hôte de l'URI « %s » n'est pas valide"
-#: ../glib/gconvert.c:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "L'URI « %s » contient des caractères d'échappements non valides"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Le chemin « %s » n'est pas un chemin absolu"
-#: ../glib/gconvert.c:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "Nom d'hôte non valide"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Erreur à l'ouverture du répertoire « %s » : %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Impossible d'allouer %lu octets pour lire le fichier « %s »"
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Erreur de lecture du fichier « %s » : %s"
-#: ../glib/gfileutils.c:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "Le fichier « %s » est trop grand"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "La lecture depuis le fichier « %s » a échoué : %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "L'ouverture du fichier « %s » a échoué : %s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"L'obtention des attributs du fichier « %s » a échoué : fstat() a échoué : %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "L'ouverture du fichier « %s » a échoué : fdopen() a échoué : %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"Le renommage du fichier « %s » vers « %s » a échoué : g_rename() a échoué : %s"
-#: ../glib/gfileutils.c:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "La création du fichier « %s » a échoué : %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
"L'ouverture du fichier « %s » en écriture a échoué : fdopen() a échoué : %s"
-#: ../glib/gfileutils.c:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr ""
"L'ouverture du fichier « %s » en écriture a échoué : fwrite() a échoué : %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "La fermeture du fichier « %s » a échoué : fclose() a échoué : %s"
-#: ../glib/gfileutils.c:1123
+#: glib/gfileutils.c:1123
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
"Le fichier existant « %s » ne peut pas être supprimé : g_unlink() a échoué : %"
"s"
-#: ../glib/gfileutils.c:1367
+#: glib/gfileutils.c:1367
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Le modèle « %s » n'est pas valide, il ne devrait pas contenir de « %s »"
-#: ../glib/gfileutils.c:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Le modèle « %s » ne contient pas XXXXXX"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f Kio"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f Mio"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f Gio"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "La lecture du lien symbolique « %s » a échoué : %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
msgid "Symbolic links not supported"
msgstr "Liens symboliques non pris en charge"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Impossible d'ouvrir le convertisseur de « %s » vers « %s » : %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
"Impossible de faire une lecture brute dans g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "Laisse de côté des données non converties dans le tampon de lecture"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "La canal se termine avec un caractère partiel"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Impossible de faire une lecture brute dans 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 "L'ouverture du fichier « %s » a échoué : open() a échoué : %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Le mappage du fichier « %s » a échoué : mmap() a échoué : %s"
-#: ../glib/gmarkup.c:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "Erreur à la ligne %d, caractère %d : "
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "Erreur à la ligne %d : %s"
-#: ../glib/gmarkup.c:483
+#: glib/gmarkup.c:483
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Entité vide « &; » vue : les entités valides sont : &amp; &quot; &lt; &gt; "
"&apos;"
-#: ../glib/gmarkup.c:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -336,17 +334,17 @@ msgstr ""
"caractère & commence une entité ; si l'esperluette n'est pas supposée être "
"une entité, échappez-le comme &amp;"
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Le caractère « %s » n'est pas valide à l'intérieur d'un nom d'entité"
-#: ../glib/gmarkup.c:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Le nom d'entité « %s » n'est pas connu"
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
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;"
@@ -355,7 +353,7 @@ msgstr ""
"utilisé une esperluette sans l'avoir marquée comme entité - échappez "
"l'esperluette comme &amp;"
-#: ../glib/gmarkup.c:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -365,17 +363,17 @@ msgstr ""
"référence de caractère (&#234; par exemple) - peut-être que le nombre est "
"trop grand"
-#: ../glib/gmarkup.c:650
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "La référence de caractère « %-.*s » ne code pas un caractère autorisé"
-#: ../glib/gmarkup.c:665
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"Référence de caractère vide ; elle devrait inclure un nombre comme &#454;"
-#: ../glib/gmarkup.c:675
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -385,32 +383,32 @@ msgstr ""
"avez vraisemblablement utilisé une esperluette sans intention de commencer "
"une entité - échappez l'esperluette comme &amp;"
-#: ../glib/gmarkup.c:761
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Référence d'entité non terminée"
-#: ../glib/gmarkup.c:767
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Référence de caractère non terminée"
-#: ../glib/gmarkup.c:1053
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Texte codé en UTF-8 non valide - séquence trop longue"
-#: ../glib/gmarkup.c:1081
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Texte codé en UTF-8 non valide - n'est pas un caractère de début"
-#: ../glib/gmarkup.c:1117
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Texte codé en UTF-8 non valide - « %s » est non valide"
-#: ../glib/gmarkup.c:1155
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Le document doit commencer avec un élément (par ex. <book>)"
-#: ../glib/gmarkup.c:1195
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -419,7 +417,7 @@ msgstr ""
"« %s » n'est pas un caractère valide suivant le caractère « < » ; il ne semble "
"pas commencer un nom d'élément"
-#: ../glib/gmarkup.c:1263
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -428,7 +426,7 @@ msgstr ""
"Caractère bizarre « %s », un caractère « > » est requis pour terminer la "
"balise d'élément vide « %s »"
-#: ../glib/gmarkup.c:1352
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -436,7 +434,7 @@ msgstr ""
"Caractère bizarre « %s », un caractère « = » est requis après le nom de "
"l'attribut « %s » de l'élément « %s »"
-#: ../glib/gmarkup.c:1394
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -447,7 +445,7 @@ msgstr ""
"la balise de début de l'élément « %s », ou optionnellement un attribut ; peut-"
"être que vous utilisez un caractère non valide dans un nom d'attribut"
-#: ../glib/gmarkup.c:1480
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -456,7 +454,7 @@ msgstr ""
"Caractère bizarre « %s », un guillemet d'ouverture après le signe égal est "
"requis quand on donne une valeur pour l'attribut « %s » de l'élément « %s »"
-#: ../glib/gmarkup.c:1622
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -465,7 +463,7 @@ msgstr ""
"« %s » n'est pas un caractère valide suivant les caractères « </ » ; « %s » ne "
"peut pas commencer un nom d'élément"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -474,28 +472,28 @@ msgstr ""
"« %s » n'est pas un caractère valide suivant le nom l'élément de fermeture « %"
"s » ; le caractère autorisé est « > »"
-#: ../glib/gmarkup.c:1673
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "L'élément « %s » a été fermé, aucun élément est actuellement ouvert"
-#: ../glib/gmarkup.c:1682
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"L'élément « %s » a été fermé, mais l'élément actuellement ouvert est « %s »"
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Le document était vide ou ne contenait que des espaces"
-#: ../glib/gmarkup.c:1859
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Le document s'est terminé de manière inattendue juste après un crochet "
"ouvrant « < »"
-#: ../glib/gmarkup.c:1867 ../glib/gmarkup.c:1912
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -504,7 +502,7 @@ msgstr ""
"Le document s'est terminé de manière inattendue avec des éléments encore "
"ouverts - « %s » était le dernier élément ouvert"
-#: ../glib/gmarkup.c:1875
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -513,25 +511,25 @@ msgstr ""
"Le document s'est terminé de manière inattendue, un crochet fermant pour la "
"balise <%s/> est requis"
-#: ../glib/gmarkup.c:1881
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr ""
"Le document s'est terminé de manière inattendue à l'intérieur d'un nom "
"d'élément"
-#: ../glib/gmarkup.c:1887
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
"Le document s'est terminé de manière inattendue à l'intérieur d'un nom "
"d'attribut"
-#: ../glib/gmarkup.c:1892
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Le document s'est terminé de manière inattendue à l'intérieur d'une balise "
"d'ouverture d'élément."
-#: ../glib/gmarkup.c:1898
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -539,416 +537,414 @@ msgstr ""
"Le document s'est terminé de manière inattendue après le signe égal suivant "
"un nom d'attribut ; aucune valeur d'attribut"
-#: ../glib/gmarkup.c:1905
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Le document s'est terminé de manière inattendue alors qu'il était à "
"l'intérieur d'une valeur d'attribut"
-#: ../glib/gmarkup.c:1921
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Le document s'est terminé de manière inattendue à l'intérieur de la balise "
"de fermeture pour l'élément « %s »"
-#: ../glib/gmarkup.c:1927
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Le document s'est terminé de manière inattendue à l'intérieur d'un "
"commentaire ou d'une instruction de traitement"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "objet corrompu"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "erreur interne ou objet corrompu"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "mémoire insuffisante"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "limite de suivi arrière atteinte"
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
msgid "the pattern contains items not supported for partial matching"
msgstr ""
"le motif contient des éléments non pris en charge par la correspondance "
"partielle"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
msgid "internal error"
msgstr "erreur interne"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr ""
"les références inverses utilisées comme conditions ne sont pas prises en "
"charge par la correspondance partielle"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "limite de récursivité atteinte"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "limite d'espace de travail atteinte pour les sous-chaînes vides"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "combinaison de marqueurs de nouvelle ligne non valide"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "erreur inconnue"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ à la fin du motif"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c à la fin du motif"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "un caractère non reconnu suit \\"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr ""
"Les échappements de changement de casse (\\l, \\L, \\u, \\U) ne sont pas "
"autorisés ici"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "nombre trop grand dans le quantificateur {}"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "nombre trop grand dans le quantificateur {}"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "caractère terminaison ] manquant pour la classe de caractère"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "séquence d'échappement non valide dans la classe de caractère"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "plage déclassée dans la classe de caractère"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "rien à répéter"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "caractère non reconnu après (?"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "caractère non reconnu après (?<"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "caractère non reconnu après (?P"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr ""
"Les classes nommées en suivant POSIX sont uniquement prises en charge depuis "
"une classe"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr ") de terminaison manquante"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") sans ( d'ouverture"
#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
#. * sequences here, '(?-54' would be an example for the second group.
#.
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
msgid "(?R or (?[+-]digits must be followed by )"
msgstr "(?R ou (?[+-]chiffres doivent être suivis par )"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "référence à un sous-motif non-existant"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr ") manquante après un commentaire"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "expression régulière trop grande"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "l'obtention de la mémoire a échoué"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "l'assertion « lookbehind » n'a pas de longueur fixe"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "nom ou nombre non conforme après (?("
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "un groupe conditionnel contient plus de deux branches"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "une assertion est attendue après (?("
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "nom de classe POSIX inconnu"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "les éléments d'interclassement POSIX ne sont pas pris en charge"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "la valeur du caractère dans la séquence \\x{...} est trop grande"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "condition (?(0) non valide"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "\\C n'est pas autorisé dans l'assertion « lookbehind »"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "un appel récursif peut effectuer des boucles indéfiniment"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "terminaison manquante dans le nom du sous-motif"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "deux sous-motifs nommés possèdent le même nom"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "séquence \\P ou \\p non conforme"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "nom de propriété inconnu après \\P ou \\p"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "le nom du sous-motif est trop long (32 caractères maximum)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "trop de sous-motifs nommés (10 000 maximum)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "la valeur octale est plus grande que \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "le groupe DEFINE contient plus d'une branche"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "la répétition d'un groupe DEFINE n'est pas autorisée"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "options NEWLINE inconsistentes"
-#: ../glib/gregex.c:333
+#: glib/gregex.c:333
msgid ""
"\\g is not followed by a braced name or an optionally braced non-zero number"
msgstr ""
"\\g n'est pas suivi d'un nom accolé ou d'un nombre accolé différent de zéro"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "répétition inattendue"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "dépassement de code"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "dépassement de capacité en compilant l'espace de travail"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "un sous-motif référencé et précédemment vérifié n'a pas été trouvé"
-#: ../glib/gregex.c:526 ../glib/gregex.c:1593
+#: glib/gregex.c:526 glib/gregex.c:1593
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Erreur lors de la correspondance de l'expression régulière %s : %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "La bibliothèque PCRE est compilée sans la prise en charge UTF-8"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr ""
"La bibliothèque PCRE est compilée sans la prise en charge des propriétés UTF-"
"8"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr ""
"Erreur à la compilation de l'expression régulière %s au caractère %d : %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Erreur à l'optimisation de l'expression régulière %s : %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "chiffre hexadécimal ou « } » attendu"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "chiffre hexadécimal attendu"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "« < » manquant dans la référence symbolique"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "référence symbolique non terminée"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "référence symbolique de longueur nulle"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "chiffre attendu"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "référence symbolique illégale"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "terminaison parasite « \\ »"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "séquence d'échappement inconnue"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
"Erreur lors de l'analyse du texte de substitution « %s » au caractère %lu : %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Le texte cité ne commence pas avec un caractère de citation"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Caractère de citation sans correspondance dans la ligne de commande ou un "
"autre texte shell rapporté"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr ""
"Le texte s'est terminé juste après un caractère « \\ ». (Le texte était « %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 ""
"Le texte s'est terminé avant qu'un caractère de citation soit trouvé pour %"
"c. (Le texte était « %s »)"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
msgid "Text was empty (or contained only whitespace)"
msgstr "Le texte était vide (ou ne contenait que des espaces)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "La lecture des données depuis le processus fils a échoué"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""
"La création du tube de communication avec le processus fils a échoué (%s)"
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "La lecture depuis un tube fils a échoué (%s)"
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Le changement de répertoire « %s » a échoué (%s)"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "L'exécution du processus fils a échoué (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "Nom du programme non valide : %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Chaîne non valide dans le paramètre vecteur à %d : %s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Chaîne non valide dans l'environnement : %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "Répertoire de travail non valide : %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "L'exécution du programme d'aide a échoué (%s)"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -956,143 +952,143 @@ msgstr ""
"Erreur inattendue dans g_io_channel_win32_poll() lors de la lecture des "
"données depuis un processus fils"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "La lecture des données depuis le processus fils a échoué (%s)"
-#: ../glib/gspawn.c:325
+#: glib/gspawn.c:325
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Erreur inattendue dans select() à la lecture des données depuis un processus "
"fils (%s)"
-#: ../glib/gspawn.c:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Erreur inattendue dans waitpid() (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "Le clonage a échoué (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "L'exécution du processus fils « %s » a échoué (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr ""
"La redirection de la sortie ou de l'entrée du processus fils a échoué (%s)"
-#: ../glib/gspawn.c:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Le clonage du processus fils a échoué (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Erreur inconnue à l'exécution du processus fils « %s »"
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
"Impossible de lire suffisamment de données depuis le tube du processus fils "
"de pid (%s)"
-#: ../glib/gutf8.c:1029
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Caractère hors plage pour UTF-8"
-#: ../glib/gutf8.c:1123 ../glib/gutf8.c:1132 ../glib/gutf8.c:1264
-#: ../glib/gutf8.c:1273 ../glib/gutf8.c:1414 ../glib/gutf8.c:1510
+#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Séquence non valide dans l'entrée du convertisseur"
-#: ../glib/gutf8.c:1425 ../glib/gutf8.c:1521
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Caractère hors plage pour UTF-16"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Utilisation :"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[OPTION...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Options de l'aide :"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Affiche les options de l'aide"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Affiche toutes les options de l'aide"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Options de l'application :"
-#: ../glib/goption.c:849 ../glib/goption.c:919
+#: glib/goption.c:849 glib/goption.c:919
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "Impossible d'analyser la valeur entière « %s » pour %s"
-#: ../glib/goption.c:859 ../glib/goption.c:927
+#: glib/goption.c:859 glib/goption.c:927
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "La valeur entière « %s » pour %s est hors plage"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Impossible d'analyser la valeur double « %s » pour %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "La valeur double « %s » pour %s est hors plage"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Erreur lors de l'analyse de l'option %s"
-#: ../glib/goption.c:1260 ../glib/goption.c:1371
+#: glib/goption.c:1260 glib/goption.c:1371
#, c-format
msgid "Missing argument for %s"
msgstr "Argument manquant pour %s"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Option inconnue %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
msgid "Valid key file could not be found in search dirs"
msgstr ""
"Impossible de trouver un fichier de clés valide dans les répertoires de "
"recherche"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
msgid "Not a regular file"
msgstr "N'est pas un fichier standard"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
msgid "File is empty"
msgstr "Le fichier est vide"
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
#, c-format
msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -1100,53 +1096,53 @@ msgstr ""
"Le fichier de clés contient la ligne « %s » qui n'est ni une paire de valeurs "
"de clé, ni un groupe, ni un commentaire"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Nom de groupe non valide : %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
msgid "Key file does not start with a group"
msgstr "Le fichier de clés ne débute pas par un groupe"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Nom de clé non valide : %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr ""
"Le fichier de clés contient un codage de caractères non pris en charge « %s »"
-#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Le fichier de clés n'a pas de groupe « %s »"
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Le fichier de clés n'a pas de clé « %s »"
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr ""
"Le fichier de clés contient la clé « %s » avec la valeur « %s » qui n'est pas "
"codé en UTF-8"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
"Le fichier de clés contient la clé « %s » avec une valeur impossible à "
"interpréter."
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1155,129 +1151,126 @@ msgstr ""
"Le fichier de clés contient la clé « %s » dans le groupe « %s » qui a une "
"valeur impossible à interpréter."
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Le fichier de clés ne contient pas de clé « %s » dans le groupe « %s »"
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
msgid "Key file contains escape character at end of line"
msgstr "Le fichier de clés contient un caractère d'échappement en fin de ligne"
-#: ../glib/gkeyfile.c:3496
+#: glib/gkeyfile.c:3496
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr ""
"Le fichier de clés contient une séquence d'échappement non valide « %s »"
-#: ../glib/gkeyfile.c:3638
+#: glib/gkeyfile.c:3638
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "La valeur « %s » ne peut pas être interprétée comme un nombre."
-#: ../glib/gkeyfile.c:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "La valeur entière « %s » est hors plage"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr ""
"La valeur « %s » ne peut pas être interprétée comme un nombre à virgule "
"flottante."
-#: ../glib/gkeyfile.c:3709
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "La valeur « %s » ne peut pas être interprétée comme un booléen."
-#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:193
-#: ../gio/ginputstream.c:325 ../gio/ginputstream.c:566
-#: ../gio/ginputstream.c:691 ../gio/goutputstream.c:202
-#: ../gio/goutputstream.c:656
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "La valeur de comptage fournie à %s est trop grande"
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:901
-#: ../gio/goutputstream.c:1085
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Le flux est déjà fermé"
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "L'opération a été annulée"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Type inconnu"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "Type de fichier %s"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "Type %s"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "Fin précoce de flux inattendue"
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Sans nom"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "Le fichier Bureau n'a pas indiqué de champ Exec"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "Impossible de trouver le terminal requis par l'application"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
"Impossible de créer le dossier de configuration de l'application %s pour "
"l'utilisateur : %s"
-#: ../gio/gdesktopappinfo.c:1136
+#: gio/gdesktopappinfo.c:1136
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
"Impossible de créer le dossier de configuration MIME %s pour l'utilisateur : "
"%s"
-#: ../gio/gdesktopappinfo.c:1475
+#: gio/gdesktopappinfo.c:1475
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Impossible de créer le fichier bureau %s pour l'utilisateur"
-#: ../gio/gdesktopappinfo.c:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "Définition personnalisée pour %s"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "le lecteur n'implémente pas l'éjection (« eject »)"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "le lecteur n'implémente pas la scrutation du média (« polling »)"
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2686 ../gio/gfile.c:2740
-#: ../gio/gfile.c:2871 ../gio/gfile.c:2911 ../gio/gfile.c:3238
-#: ../gio/gfile.c:3640 ../gio/gfile.c:3724 ../gio/gfile.c:3807
-#: ../gio/gfile.c:3887 ../gio/gfile.c:4217 ../gio/win32/gwinhttpfile.c:427
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Opération non prise en charge"
@@ -1289,87 +1282,87 @@ msgstr "Opération non prise en charge"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "Le point de montage conteneur n'existe pas"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "Impossible de copier par dessus un répertoire"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "Impossible de copier un répertoire par dessus un autre"
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "Le fichier cible existe"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "Impossible de copier récursivement un répertoire"
-#: ../gio/gfile.c:2861
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Valeur de lien symbolique donnée non valide"
-#: ../gio/gfile.c:2954
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "La corbeille n'est pas prise en charge"
-#: ../gio/gfile.c:3003
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Les noms de fichiers ne peuvent contenir « %c »"
-#: ../gio/gfile.c:4985 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "le volume n'implémente pas « mount »"
-#: ../gio/gfile.c:5093
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Aucune application n'est enregistrée pour gérer ce fichier"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "L'énumérateur est fermé"
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "L'énumérateur du fichier a une opération en cours"
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "L'énumérateur du fichier est déjà fermé"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "fichier"
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr "Le fichier contenant l'icône"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "Le flux ne prend pas en charge query_info"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "La recherche n'est pas prise en charge sur le flux"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "La troncature n'est pas autorisée sur le flux en entrée"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "La troncature n'est pas prise en charge sur le flux"
-#: ../gio/ginputstream.c:202
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Le flux en entrée n'implémente pas « read »"
@@ -1379,363 +1372,364 @@ msgstr "Le flux en entrée n'implémente pas « read »"
#. Translators: This is an error you get if there is
#. * already an operation running against this stream when
#. * you try to start one
-#: ../gio/ginputstream.c:911 ../gio/goutputstream.c:1095
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Le flux a une opération en cours"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
msgid "Unable to find default local directory monitor type"
msgstr ""
"Impossible de trouver le type de moniteur de répertoire local par défaut"
-#: ../gio/glocalfile.c:601 ../gio/win32/gwinhttpfile.c:410
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Nom de fichier non valide : %s"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Impossible d'obtenir les informations du système de fichiers : %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "Impossible de renommer le répertoire racine"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "Impossible de renommer le fichier car ce nom est déjà utilisé"
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Nom de fichier non valide"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "Erreur au renommage du fichier : %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "Erreur à l'ouverture du fichier : %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "Impossible d'ouvrir le répertoire"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "Erreur à la suppression du fichier : %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "Erreur à la mise à la corbeille du fichier : %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Impossible de créer le répertoire de la corbeille %s : %s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "Impossible de trouver le répertoire racine pour la corbeille"
-#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "Impossible de trouver ou créer le répertoire de la corbeille"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr ""
"Impossible de créer le fichier d'informations de mise à la corbeille : %s"
-#: ../gio/glocalfile.c:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "Impossible de mettre à la corbeille le fichier : %s"
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "Erreur à la création du répertoire : %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Erreur lors de la création du lien symbolique : %s"
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "Erreur lors du déplacement du fichier : %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "Impossible de déplacer un répertoire par dessus un autre"
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "La création du fichier de sauvegarde a échoué"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "Erreur lors de la suppression du fichier cible : %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "Le déplacement entre des points de montage n'est pas pris en charge"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "La valeur d'attribut ne doit pas être « NULL »"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "Type d'attribut non valide (une chaîne est attendue)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "Nom d'attribut étendu non valide"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Erreur lors de la définition de l'attribut étendu « %s » : %s"
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Erreur de l'interrogation du fichier « %s » : %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (codage non valide)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Erreur de l'interrogation du descripteur de fichier : %s"
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "Type d'attribut non valide (uint32 attendu)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "Type d'attribut non valide (uint64 attendu)"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Type d'attribut non valide (chaîne octet attendu)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "Erreur lors de la définition des permissions : %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "Erreur lors de la définition du propriétaire : %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "un lien symbolique ne doit pas être « NULL »"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "Erreur lors de la définition du lien symbolique : %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Erreur lors de la définition du lien symbolique : le fichier n'est pas un "
"lien symbolique"
-#: ../gio/glocalfileinfo.c:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "Le contexte SELinux ne doit pas être « NULL »"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Erreur lors de la définition du contexte SELinux : %s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "SELinux n'est pas activé sur ce système"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, c-format
msgid "Setting attribute %s not supported"
msgstr "La définition de l'attribut %s n'est pas prise en charge"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Erreur lors de la lecture du fichier : %s"
-#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203
-#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372
-#: ../gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Erreur lors de la navigation à travers le fichier : %s"
-#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Erreur lors de la fermeture du fichier : %s"
-#: ../gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:198
msgid "Unable to find default local file monitor type"
msgstr "Impossible de trouver le type de moniteur de fichier local par défaut"
-#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Erreur lors de l'écriture du fichier : %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Erreur lors de la suppression de l'ancien lien de sauvegarde : %s"
-#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Erreur lors de la création de la copie de sauvegarde : %s"
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Erreur lors du renommage du fichier temporaire : %s"
-#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Erreur lors de la troncature du fichier : %s"
-#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523
-#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Erreur lors de l'ouverture du fichier « %s » : %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Le fichier cible est un répertoire"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Le fichier cible n'est pas un fichier standard"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "Le fichier a été modifié extérieurement"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "Le type GSeekType fourni n'est pas valide"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "Requête « seek » non valide"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "Impossible de tronquer GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "La limite maximale du tableau de données est atteinte"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "Le flux de sortie mémoire n'est pas redimensionnable"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
msgstr "Le redimensionnement du flux de sortie mémoire a échoué"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr "mount n'implémente pas le démontage (« unmount »)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr "mount n'implémente pas l'éjection"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "mount n'implémente pas le remontage (« remount »)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "mount n'implémente pas l'estimation du type de contenu"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount n'implémente pas l'estimation du type de contenu synchrone"
-#: ../gio/goutputstream.c:211 ../gio/goutputstream.c:412
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Le flux de sortie n'implémente pas « write »"
-#: ../gio/goutputstream.c:372 ../gio/goutputstream.c:780
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Le flux source est déjà fermé"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "nom"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Le nom de l'icône"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "noms"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Un tableau contenant les noms des icônes"
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "utiliser les valeurs de repli par défaut"
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1744,62 +1738,62 @@ msgstr ""
"raccourcissement du nom aux caractères « - ». Si plusieurs noms sont donnés, "
"seul le premier est pris en compte."
-#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "Erreur lors de la lecture depuis unix : %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "Erreur lors de la fermeture d'unix : %s"
-#: ../gio/gunixmounts.c:1779 ../gio/gunixmounts.c:1816
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Racine du système de fichiers"
-#: ../gio/gunixoutputstream.c:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "Erreur lors de l'écriture vers unix : %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "le volume n'implémente pas l'éjection (« eject »)"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "Impossible de trouver l'application"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Erreur lors du lancement de l'application : %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
msgid "URIs not supported"
msgstr "URI non pris en charge"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
msgid "association changes not supported on win32"
msgstr ""
"Les modifications d'association ne sont pas prises en en charge sur win32"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
msgid "Association creation not supported on win32"
msgstr "La création d'association n'est pas prise en charge sur win32"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "ne masque pas de lignes"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "utilise le format de liste détaillé"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[FICHIER...]"
diff --git a/po/ga.po b/po/ga.po
index 7360afb8e..67cb618d8 100644
--- a/po/ga.po
+++ b/po/ga.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2007-12-20 21:28-0700\n"
"Last-Translator: Seán de Búrca <leftmostcat@gmail.com>\n"
"Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
@@ -17,73 +17,72 @@ msgstr ""
"Plural-Forms: nplurals=5; plural=n==1 ? 0 : (n%10==1 || n%10==2) ? 1 : (n%"
"10>=3 && n%10<= 6) ? 2 : ((n%10>=7 && n%10<=9) || n==10) ? 3 : 4;\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Theip ar leathnú líne reatha '%s' le URI '%s'"
@@ -1288,8 +1287,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Ainm comhaid neamhbhailí"
@@ -1359,9 +1358,9 @@ msgstr "Earráid agus comhad á bhogadh: %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1391,7 +1390,7 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr "Earráid agus comhadlann '%s' á oscailt: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Earráid agus comhad '%s' á léamh: %s"
@@ -1462,19 +1461,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr ""
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Earráid agus comhad á léamh: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Earráid agus comhad '%s' á léamh: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Earráid agus comhad á dhúnadh: %s"
@@ -1483,46 +1483,46 @@ msgstr "Earráid agus comhad á dhúnadh: %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Earráid agus comhad á scríobh: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "Earráid agus rogha %s á pharsáil"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "Earráid agus comhad '%s' á léamh: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "Earráid agus comhad '%s' á léamh: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "Earráid agus comhad '%s' á léamh: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Earráid agus comhad '%s' á oscailt: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr ""
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/gl.po b/po/gl.po
index 1f5af0c8a..140b68482 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gl\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-08-08 15:04+0200\n"
"Last-Translator: Ignacio Casal Quinteiro <icq@svn.gnome.org>\n"
"Language-Team: Galego <proxecto@trasno.net>\n"
@@ -21,75 +21,74 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Atributo '%s' inesperado para o elemento '%s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Non se localizou o atributo '%s' do elemento '%s'"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Etiqueta '%s' inesperada, esperábase a etiqueta '%s'"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Etiqueta '%s' inesperada dentro de '%s'"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Non se puido localizar un ficheiro de marcadores válido nos directorios de "
"datos"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Xa existe un marcador para o URI '%s'"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Non se encontrou ningún marcador para o URI '%s'"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Non hai ningún tipo MIME definido no marcador para o URI '%s'"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Non se definiu ningún flag privado no marcador para o URI '%s'"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Non existe ningún grupo definido no marcador para o URI '%s'"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Ningunha aplicación denominada '%s' rexistrou un marcador para '%s'"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Fallo ao expandir a liña executable '%s' co URI '%s'"
@@ -1355,8 +1354,8 @@ msgid "Can't rename file, filename already exist"
msgstr "Non se pode renomear o ficheiro, o ficheiro xa existe"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Nome de ficheiro inválido"
@@ -1426,9 +1425,9 @@ msgstr "Erro ao mover o ficheiro: %s"
msgid "Can't move directory over directory"
msgstr "Non se pode mover o directorio sobre un directorio"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Fallou a creación do ficheiro de seguranza"
@@ -1458,7 +1457,7 @@ msgstr "Nome extendido do atributo inválido"
msgid "Error setting extended attribute '%s': %s"
msgstr "Erro ao establecer o atributo extendido '%s': %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Erro ao iniciar o ficheiro '%s': %s"
@@ -1529,19 +1528,20 @@ msgstr "SELinux non está activado neste sistema"
msgid "Setting attribute %s not supported"
msgstr "Establecer o atributo %s non está soportado"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Erro ao ler do ficheiro: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Erro ao buscar no ficheiro: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Erro ao pechar o ficheiro: %s"
@@ -1552,46 +1552,46 @@ msgstr ""
"Non se pode encontrar o tipo de monitorización do ficheiro local "
"predeterminado"
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Erro ao escribir no ficheiro: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Erro ao eliminar a ligazón da copia de seguranza antiga: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Erro ao crear a copia de seguranza: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Erro ao renomear o ficheiro temporal: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Erro ao truncar o ficheiro: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Erro ao abrir o ficheiro '%s': %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "O ficheiro destino é un directorio"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "O ficheiro destino non é un ficheiro regular"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "O ficheiro foi modificado externamente"
diff --git a/po/gu.po b/po/gu.po
index 90c4770af..1e3e94d64 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.gu\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-03-03 14:10+0530\n"
"Last-Translator: Ankit Patel <ankit@redhat.com>\n"
"Language-Team: Gujarati <fedora-trans-gu@redhat.com>\n"
@@ -27,73 +27,72 @@ msgstr ""
"\n"
"\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "ઘટક '%s' માટે અનિચ્છનીય લક્ષણ '%s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "ઘટક '%s' નું લક્ષણ '%s' મળ્યું નહિં"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "અનિચ્છનીય ટેગ '%s', ટેગ '%s' ઈચ્છિત"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "અનિચ્છનીય ટેગ '%s' એ '%s' માં"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "માહિતી ડિરેક્ટરીઓ માટે કોઈ માન્ય બુકમાર્ક ફાઈલ મળી નહિં"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s' માટેની બુકમાર્ક પહેલાથી જ હાજર છે"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s' માટે કોઈ બુકમાર્ક મળી નહિં"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s' માટે બુકમાર્કમાં કોઈ MIME પ્રકાર વ્યાખ્યાયિત નથી"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s' માટે બુકમાર્કમાં કોઈ ખાનગી ફ્લેગ વ્યાખ્યાયિત થયેલ નથી"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s' માટે બુકમાર્કમાં કોઈ જૂથો સુયોજિત નથી"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' નામવાળા કોઈ કાર્યક્રમે '%s' માટે બુકમાર્ક રજીસ્ટર કરી નથી"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "exec લીટી '%s' ને URI '%s' સાથે વિસ્તારવામાં નિષ્ફળ"
@@ -1319,8 +1318,8 @@ msgid "Can't rename file, filename already exist"
msgstr "ફાઈલનું નામ બદલી શકતા નથી, ફાઈલનામ પહેલાથી જ હાજર છે"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "અયોગ્ય ફાઈલનામ"
@@ -1390,9 +1389,9 @@ msgstr "ફાઈલ ખસેડવામાં ભૂલ: %s"
msgid "Can't move directory over directory"
msgstr "ડિરેક્ટરીને ડિરેક્ટરી ઉપર ખસેડી શકતા નથી"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "બેકઅપ ફાઈલ બનાવટ નિષ્ફળ"
@@ -1422,7 +1421,7 @@ msgstr "અયોગ્ય વિસ્તૃત લક્ષણ નામ"
msgid "Error setting extended attribute '%s': %s"
msgstr "વિસ્તૃત લક્ષણ '%s' સુયોજીત કરવામાં ભૂલ: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "ફાઈલ '%s' કહેવામાં ભૂલ: %s"
@@ -1493,19 +1492,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "લક્ષણ %s સુયોજીત કરવાનું આધારભૂત નથી"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "ફાઈલમાંથી વાંચવામાં ભૂલ: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "ફાઈલમાં પહોંચવામાં ભૂલ: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "ફાઈલ બંધ કરવામાં ભૂલ: %s"
@@ -1514,46 +1514,46 @@ msgstr "ફાઈલ બંધ કરવામાં ભૂલ: %s"
msgid "Unable to find default local file monitor type"
msgstr "મૂળભૂત સ્થાનિક ફાઈલ મોનીટર પ્રકાર શોધવામાં અસમર્થ"
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "ફાઈલમાં લખવામાં ભૂલ: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "જૂની બેકઅપ કડી દૂર કરવામાં ભૂલ: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "બેકઅપ નકલ બનાવવામાં ભૂલ: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "કામચલાઉ ફાઈલનું નામ બદલવામાં ભૂલ: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "ફાઈલ કાપવામાં ભૂલ: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "ફાઈલ '%s' ખોલવામાં ભૂલ: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "લક્ષ્ય ફાઈલ ડિરેક્ટરી છે"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "લક્ષ્ય ફાઈલ નિયમિત ફાઈલ નથી"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "ફાઈલ બાહ્ય રીતે સુધારેલ હતી"
diff --git a/po/he.po b/po/he.po
index 8940681c5..393990422 100644
--- a/po/he.po
+++ b/po/he.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.he\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 13:17+0000\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -21,298 +21,296 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:733 ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899 ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Unexpected attribute '%s' for element '%s'"
-#: ../glib/gbookmarkfile.c:744 ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833 ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Attribute '%s' of element '%s' not found"
-#: ../glib/gbookmarkfile.c:1127 ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Unexpected tag '%s', tag '%s' expected"
-#: ../glib/gbookmarkfile.c:1152 ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234 ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Unexpected tag '%s' inside '%s'"
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "No valid bookmark file found in data dirs"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "A bookmark for URI '%s' already exists"
-#: ../glib/gbookmarkfile.c:2061 ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304 ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469 ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630 ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751 ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974 ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240 ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494 ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "No bookmark found for URI '%s'"
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "No MIME type defined in the bookmark for URI '%s'"
-#: ../glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "No private flag has been defined in bookmark for URI '%s'"
-#: ../glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "No groups set in bookmark for URI '%s'"
-#: ../glib/gbookmarkfile.c:3258 ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "No application with name '%s' registered a bookmark for '%s'"
-#: ../glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Failed to expand exec line '%s' with URI '%s'"
# *** This file should not be translated to hebrew, please only copy the english text ***
# *** Old hebrew ranslation is commented for backup sake ***
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Conversion from character set '%s' to '%s' is not supported"
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Could not open converter from '%s' to '%s'"
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2216 ../glib/gutf8.c:955
-#: ../glib/gutf8.c:1404
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Invalid byte sequence in conversion input"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "Error during conversion: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:951 ../glib/gutf8.c:1155
-#: ../glib/gutf8.c:1296 ../glib/gutf8.c:1400
+#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Partial character sequence at end of input"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Cannot convert fallback '%s' to codeset '%s'"
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "The URI '%s' is not an absolute URI using the \"file\" scheme"
-#: ../glib/gconvert.c:1747
+#: glib/gconvert.c:1747
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "The local file URI '%s' may not include a '#'"
-#: ../glib/gconvert.c:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "The URI '%s' is invalid"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "The hostname of the URI '%s' is invalid"
-#: ../glib/gconvert.c:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "The URI '%s' contains invalidly escaped characters"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "The pathname '%s' is not an absolute path"
-#: ../glib/gconvert.c:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "Invalid hostname"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Error opening directory '%s': %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Could not allocate %lu bytes to read file \"%s\""
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Error reading file '%s': %s"
-#: ../glib/gfileutils.c:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "File \"%s\" is too large"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Failed to read from file '%s': %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Failed to open file '%s': %s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Failed to get attributes of file '%s': fstat() failed: %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Failed to open file '%s': fdopen() failed: %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Failed to rename file '%s' to '%s': g_rename() failed: %s"
-#: ../glib/gfileutils.c:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Failed to create file '%s': %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Failed to open file '%s' for writing: fdopen() failed: %s"
-#: ../glib/gfileutils.c:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Failed to write file '%s': fwrite() failed: %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Failed to close file '%s': fclose() failed: %s"
-#: ../glib/gfileutils.c:1123
+#: glib/gfileutils.c:1123
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Existing file '%s' could not be removed: g_unlink() failed: %s"
-#: ../glib/gfileutils.c:1367
+#: glib/gfileutils.c:1367
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Template '%s' invalid, should not contain a '%s'"
-#: ../glib/gfileutils.c:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Template '%s' doesn't contain XXXXXX"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Failed to read the symbolic link '%s': %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
msgid "Symbolic links not supported"
msgstr "Symbolic links not supported"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Could not open converter from '%s' to '%s': %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Can't do a raw read in g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "Left over unconverted data in read buffer"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "Channel terminates in a partial character"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Can't do a raw read in 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 "Failed to open file '%s': open() failed: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Failed to map file '%s': mmap() failed: %s"
-#: ../glib/gmarkup.c:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "Error on line %d char %d: "
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "Error on line %d: %s"
-#: ../glib/gmarkup.c:483
+#: glib/gmarkup.c:483
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
-#: ../glib/gmarkup.c:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -323,17 +321,17 @@ msgstr ""
"begins an entity; if this ampersand isn't supposed to be an entity, escape "
"it as &amp;"
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Character '%s' is not valid inside an entity name"
-#: ../glib/gmarkup.c:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entity name '%s' is not known"
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
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;"
@@ -341,7 +339,7 @@ msgstr ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
-#: ../glib/gmarkup.c:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -350,16 +348,16 @@ msgstr ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
-#: ../glib/gmarkup.c:650
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Character reference '%-.*s' does not encode a permitted character"
-#: ../glib/gmarkup.c:665
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Empty character reference; should include a digit such as &#454;"
-#: ../glib/gmarkup.c:675
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -369,32 +367,32 @@ msgstr ""
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
-#: ../glib/gmarkup.c:761
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Unfinished entity reference"
-#: ../glib/gmarkup.c:767
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Unfinished character reference"
-#: ../glib/gmarkup.c:1053
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Invalid UTF-8 encoded text - overlong sequence"
-#: ../glib/gmarkup.c:1081
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Invalid UTF-8 encoded text - not a start char"
-#: ../glib/gmarkup.c:1117
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Invalid UTF-8 encoded text - not valid '%s'"
-#: ../glib/gmarkup.c:1155
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Document must begin with an element (e.g. <book>)"
-#: ../glib/gmarkup.c:1195
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -404,7 +402,7 @@ msgstr ""
"element name"
# c-format
-#: ../glib/gmarkup.c:1263
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -413,14 +411,14 @@ msgstr ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
-#: ../glib/gmarkup.c:1352
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
-#: ../glib/gmarkup.c:1394
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -431,7 +429,7 @@ msgstr ""
"element '%s', or optionally an attribute; perhaps you used an invalid "
"character in an attribute name"
-#: ../glib/gmarkup.c:1480
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -440,7 +438,7 @@ msgstr ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
-#: ../glib/gmarkup.c:1622
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -449,7 +447,7 @@ msgstr ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -458,25 +456,25 @@ msgstr ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
-#: ../glib/gmarkup.c:1673
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' was closed, no element is currently open"
-#: ../glib/gmarkup.c:1682
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' was closed, but the currently open element is '%s'"
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Document was empty or contained only whitespace"
-#: ../glib/gmarkup.c:1859
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Document ended unexpectedly just after an open angle bracket '<'"
-#: ../glib/gmarkup.c:1867 ../glib/gmarkup.c:1912
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -485,7 +483,7 @@ msgstr ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
-#: ../glib/gmarkup.c:1875
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -494,19 +492,19 @@ msgstr ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
-#: ../glib/gmarkup.c:1881
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Document ended unexpectedly inside an element name"
-#: ../glib/gmarkup.c:1887
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Document ended unexpectedly inside an attribute name"
-#: ../glib/gmarkup.c:1892
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Document ended unexpectedly inside an element-opening tag."
-#: ../glib/gmarkup.c:1898
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -514,392 +512,390 @@ msgstr ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
-#: ../glib/gmarkup.c:1905
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Document ended unexpectedly while inside an attribute value"
-#: ../glib/gmarkup.c:1921
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Document ended unexpectedly inside the close tag for element '%s'"
-#: ../glib/gmarkup.c:1927
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Document ended unexpectedly inside a comment or processing instruction"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "corrupted object"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "internal error or corrupted object"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "out of memory"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "backtracking limit reached"
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
msgid "the pattern contains items not supported for partial matching"
msgstr "the pattern contains items not supported for partial matching"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
msgid "internal error"
msgstr "internal error"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr "back references as conditions are not supported for partial matching"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "recursion limit reached"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "workspace limit for empty substrings reached"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "invalid combination of newline flags"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "unknown error"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ at end of pattern"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c at end of pattern"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "unrecognized character follows \\"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "numbers out of order in {} quantifier"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "number too big in {} quantifier"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "missing terminating ] for character class"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "invalid escape sequence in character class"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "range out of order in character class"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "nothing to repeat"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "unrecognized character after (?"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "unrecognized character after (?<"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "unrecognized character after (?P"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "POSIX named classes are supported only within a class"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "missing terminating )"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") without opening ("
#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
#. * sequences here, '(?-54' would be an example for the second group.
#.
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
msgid "(?R or (?[+-]digits must be followed by )"
msgstr "(?R or (?[+-]digits must be followed by )"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "reference to non-existent subpattern"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "missing ) after comment"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "regular expression too large"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "failed to get memory"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "lookbehind assertion is not fixed length"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "malformed number or name after (?("
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "conditional group contains more than two branches"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "assertion expected after (?("
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "unknown POSIX class name"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "POSIX collating elements are not supported"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "character value in \\x{...} sequence is too large"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "invalid condition (?(0)"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "\\C not allowed in lookbehind assertion"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "recursive call could loop indefinitely"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "missing terminator in subpattern name"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "two named subpatterns have the same name"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "malformed \\P or \\p sequence"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "unknown property name after \\P or \\p"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "subpattern name is too long (maximum 32 characters)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "too many named subpatterns (maximum 10,000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "octal value is greater than \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "DEFINE group contains more than one branch"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "repeating a DEFINE group is not allowed"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "inconsistent NEWLINE options"
-#: ../glib/gregex.c:333
+#: glib/gregex.c:333
msgid ""
"\\g is not followed by a braced name or an optionally braced non-zero number"
msgstr ""
"\\g is not followed by a braced name or an optionally braced non-zero number"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "unexpected repeat"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "code overflow"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "overran compiling workspace"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "previously-checked referenced subpattern not found"
-#: ../glib/gregex.c:526 ../glib/gregex.c:1593
+#: glib/gregex.c:526 glib/gregex.c:1593
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Error while matching regular expression %s: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "PCRE library is compiled without UTF8 support"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "PCRE library is compiled without UTF8 properties support"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Error while compiling regular expression %s at char %d: %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Error while optimizing regular expression %s: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "hexadecimal digit or '}' expected"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "hexadecimal digit expected"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "missing '<' in symbolic reference"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "unfinished symbolic reference"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "zero-length symbolic reference"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "digit expected"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "illegal symbolic reference"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "stray final '\\'"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "unknown escape sequence"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Error while parsing replacement text \"%s\" at char %lu: %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Quoted text doesn't begin with a quotation mark"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Unmatched quotation mark in command line or other shell-quoted text"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Text ended just after a '\\' character. (The text was '%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 "Text ended before matching quote was found for %c. (The text was '%s')"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
msgid "Text was empty (or contained only whitespace)"
msgstr "Text was empty (or contained only whitespace)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "Failed to read data from child process"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Failed to create pipe for communicating with child process (%s)"
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Failed to read from child pipe (%s)"
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Failed to change to directory '%s' (%s)"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Failed to execute child process (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "Invalid program name: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Invalid string in argument vector at %d: %s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Invalid string in environment: %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "Invalid working directory: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Failed to execute helper program (%s)"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -907,184 +903,184 @@ msgstr ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Failed to read data from child process (%s)"
-#: ../glib/gspawn.c:325
+#: glib/gspawn.c:325
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Unexpected error in select() reading data from a child process (%s)"
-#: ../glib/gspawn.c:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Unexpected error in waitpid() (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "Failed to fork (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Failed to execute child process \"%s\" (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Failed to redirect output or input of child process (%s)"
-#: ../glib/gspawn.c:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Failed to fork child process (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Unknown error executing child process \"%s\""
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Failed to read enough data from child pid pipe (%s)"
-#: ../glib/gutf8.c:1029
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Character out of range for UTF-8"
-#: ../glib/gutf8.c:1123 ../glib/gutf8.c:1132 ../glib/gutf8.c:1264
-#: ../glib/gutf8.c:1273 ../glib/gutf8.c:1414 ../glib/gutf8.c:1510
+#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Invalid sequence in conversion input"
-#: ../glib/gutf8.c:1425 ../glib/gutf8.c:1521
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Character out of range for UTF-16"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Usage:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[OPTION...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Help Options:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Show help options"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Show all help options"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Application Options:"
-#: ../glib/goption.c:849 ../glib/goption.c:919
+#: glib/goption.c:849 glib/goption.c:919
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "Cannot parse integer value '%s' for %s"
-#: ../glib/goption.c:859 ../glib/goption.c:927
+#: glib/goption.c:859 glib/goption.c:927
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "Integer value '%s' for %s out of range"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Cannot parse double value '%s' for %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "Double value '%s' for %s out of range"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Error parsing option %s"
-#: ../glib/goption.c:1260 ../glib/goption.c:1371
+#: glib/goption.c:1260 glib/goption.c:1371
#, c-format
msgid "Missing argument for %s"
msgstr "Missing·argument·for·%s"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Unknown option %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
msgid "Valid key file could not be found in search dirs"
msgstr "Valid key file could not be found in search dirs"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
msgid "Not a regular file"
msgstr "Not a regular file"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
msgid "File is empty"
msgstr "File is empty"
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
#, c-format
msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
msgstr ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Invalid group name: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
msgid "Key file does not start with a group"
msgstr "Key file does not start with a group"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Invalid key name: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Key file contains unsupported encoding '%s'"
-#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Key file does not have group '%s'"
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Key file does not have key '%s'"
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "Key file contains key '%s' with value '%s' which is not UTF-8"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "Key file contains key '%s' which has value that cannot be interpreted."
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1093,122 +1089,119 @@ msgstr ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
"interpreted."
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Key file does not have key '%s' in group '%s'"
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
msgid "Key file contains escape character at end of line"
msgstr "Key file contains escape character at end of line"
-#: ../glib/gkeyfile.c:3496
+#: glib/gkeyfile.c:3496
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Key file contains invalid escape sequence '%s'"
-#: ../glib/gkeyfile.c:3638
+#: glib/gkeyfile.c:3638
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Value '%s' cannot be interpreted as a number."
-#: ../glib/gkeyfile.c:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Integer value '%s' out of range"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Value '%s' cannot be interpreted as a float number."
-#: ../glib/gkeyfile.c:3709
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Value '%s' cannot be interpreted as a boolean."
-#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:193
-#: ../gio/ginputstream.c:325 ../gio/ginputstream.c:566
-#: ../gio/ginputstream.c:691 ../gio/goutputstream.c:202
-#: ../gio/goutputstream.c:656
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Too large count value passed to %s"
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:901
-#: ../gio/goutputstream.c:1085
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Stream is already closed"
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Operation was cancelled"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Unknown type"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "%s filetype"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "%s type"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "Unexpected early end-of-stream"
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Unnamed"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "Desktop file didn't specify Exec field"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "Unable to find terminal required for application"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Can't create user application configuration folder %s: %s"
-#: ../gio/gdesktopappinfo.c:1136
+#: gio/gdesktopappinfo.c:1136
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Can't create user MIME configuration folder %s: %s"
-#: ../gio/gdesktopappinfo.c:1475
+#: gio/gdesktopappinfo.c:1475
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Can't create user desktop file %s"
-#: ../gio/gdesktopappinfo.c:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "Custom definition for %s"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "drive doesn't implement eject"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "drive doesn't implement polling for media"
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2686 ../gio/gfile.c:2740
-#: ../gio/gfile.c:2871 ../gio/gfile.c:2911 ../gio/gfile.c:3238
-#: ../gio/gfile.c:3640 ../gio/gfile.c:3724 ../gio/gfile.c:3807
-#: ../gio/gfile.c:3887 ../gio/gfile.c:4217 ../gio/win32/gwinhttpfile.c:427
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operation not supported"
@@ -1220,87 +1213,87 @@ msgstr "Operation not supported"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "Containing mount does not exist"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "Can't copy over directory"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "Can't copy directory over directory"
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "Target file exists"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "Can't recursively copy directory"
-#: ../gio/gfile.c:2861
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Invalid symlink value given"
-#: ../gio/gfile.c:2954
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Trash not supported"
-#: ../gio/gfile.c:3003
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "File names cannot contain '%c'"
-#: ../gio/gfile.c:4985 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "volume doesn't implement mount"
-#: ../gio/gfile.c:5093
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "No application is registered as handling this file"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "Enumerator is closed"
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "File enumerator has outstanding operation"
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "File enumerator is already closed"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "file"
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr "The file containing the icon"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "Stream doesn't support query_info"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "Seek not supported on stream"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "Truncate not allowed on input stream"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "Truncate not supported on stream"
-#: ../gio/ginputstream.c:202
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Input stream doesn't implement read"
@@ -1310,360 +1303,361 @@ msgstr "Input stream doesn't implement read"
#. Translators: This is an error you get if there is
#. * already an operation running against this stream when
#. * you try to start one
-#: ../gio/ginputstream.c:911 ../gio/goutputstream.c:1095
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Stream has outstanding operation"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
msgid "Unable to find default local directory monitor type"
msgstr "Unable to find default local directory monitor type"
-#: ../gio/glocalfile.c:601 ../gio/win32/gwinhttpfile.c:410
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Invalid filename %s"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Error getting filesystem info: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "Can't rename root directory"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "Can't rename file, filename already exist"
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Invalid filename"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "Error renaming file: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "Error opening file: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "Can't open directory"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "Error removing file: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "Error trashing file: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Unable to create trash dir %s: %s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "Unable to find toplevel directory for trash"
-#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "Unable to find or create trash directory"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Unable to create trashing info file: %s"
-#: ../gio/glocalfile.c:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "Unable to trash file: %s"
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "Error creating directory: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Error making symbolic link: %s"
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "Error moving file: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "Can't move directory over directory"
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Backup file creation failed"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "Error removing target file: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "Move between mounts not supported"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "Attribute value must be non-NULL"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "Invalid attribute type (string expected)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "Invalid extended attribute name"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Error setting extended attribute '%s': %s"
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Error stating file '%s': %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (invalid encoding)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Error stating file descriptor: %s"
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "Invalid attribute type (uint32 expected)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "Invalid attribute type (uint64 expected)"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Invalid attribute type (byte string expected)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "Error setting permissions: %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "Error setting owner: %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "symlink must be non-NULL"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "Error setting symlink: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
msgid "Error setting symlink: file is not a symlink"
msgstr "Error setting symlink: file is not a symlink"
# c-format
-#: ../gio/glocalfileinfo.c:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "SELinux context must be non-NULL"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Error setting SELinux context: %s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "SELinux is not enabled on this system"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Setting attribute %s not supported"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Error reading from file: %s"
-#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203
-#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372
-#: ../gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Error seeking in file: %s"
-#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Error closing file: %s"
-#: ../gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:198
msgid "Unable to find default local file monitor type"
msgstr "Unable to find default local file monitor type"
-#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Error writing to file: %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Error removing old backup link: %s"
-#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Error creating backup copy: %s"
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Error renaming temporary file: %s"
-#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Error truncating file: %s"
-#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523
-#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Error opening file '%s': %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Target file is a directory"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Target file is not a regular file"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "The file was externally modified"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "Invalid GSeekType supplied"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "Invalid seek request"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "Cannot truncate GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "Reached maximum data array limit"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "Memory output stream not resizable"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
msgstr "Failed to resize memory output stream"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr "mount doesn't implement unmount"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr "mount doesn't implement eject"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "mount doesn't implement remount"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "mount doesn't implement content type guessing"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount doesn't implement synchronous content type guessing"
-#: ../gio/goutputstream.c:211 ../gio/goutputstream.c:412
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Output stream doesn't implement write"
-#: ../gio/goutputstream.c:372 ../gio/goutputstream.c:780
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Source stream is already closed"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "name"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "The name of the icon"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "names"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "An array containing the icon names"
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "use default fallbacks"
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1671,61 +1665,61 @@ msgstr ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
-#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "Error reading from unix: %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "Error closing unix: %s"
-#: ../gio/gunixmounts.c:1779 ../gio/gunixmounts.c:1816
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Filesystem root"
-#: ../gio/gunixoutputstream.c:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "Error writing to unix: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "volume doesn't implement eject"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "Can't find application"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Error launching application: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
msgid "URIs not supported"
msgstr "URIs not supported"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
msgid "association changes not supported on win32"
msgstr "association changes not supported on win32"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
msgid "Association creation not supported on win32"
msgstr "Association creation not supported on win32"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "do not hide entries"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "use a long listing format"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[FILE...]"
diff --git a/po/hi.po b/po/hi.po
index 5f0ac5354..abe098a29 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.hi\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -24,74 +24,73 @@ msgstr ""
"\n"
"\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "'%s' अप्रत्याशित गुण '%s' तत्व के लिये"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "'%s' तत्व '%s' का गुण नहीं मिला"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "'%s' अप्रत्याशित टैग, '%s' टैग प्रत्याशित"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "अप्रत्याशित टैग '%s' '%s' के अंदर"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
#, fuzzy
msgid "No valid bookmark file found in data dirs"
msgstr "कोई वैध पुस्तकचिह्न आंकड़ा निर्देशिका में नहीं मिला"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s' के लिये पुस्तकचिह्न पहले से मौजूद है"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s' के लिये कोई पुस्तकचिह्न नहीं मिला"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "कोई MIME प्रकार URI '%s' के लिये पुस्तकचिह्न में परिभाषित नहीं है"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s' के लिये पुस्तकचिह्न में कोई निजी फ्लैग परिभाषित नहीं है"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s' के लिये पुस्तकचिह्न में कोई समूह सेट नहीं है"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' के नाम से कोई अनुप्रयोग ने '%s' के लिये पुस्तकचिह्न पंजीकृत नहीं है"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "सिंबालिक लिंक '%s' से थीम पढ़ने में असफल %s"
@@ -1332,8 +1331,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "अवैध होस्ट-नाम"
@@ -1404,9 +1403,9 @@ msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1437,7 +1436,7 @@ msgstr "दस्तावेज़ का अंत अप्रत्याश
msgid "Error setting extended attribute '%s': %s"
msgstr "डिरेक्ट्री '%s' को खोलने में त्रुटि: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
@@ -1508,19 +1507,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "सिंबालिक लिंक समर्थित नहीं है"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
@@ -1529,47 +1529,47 @@ msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "%s विकल्प विश्लेषण में त्रुटि"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
#, fuzzy
msgid "Target file is not a regular file"
msgstr "एक सामान्य फाइल नहीं"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/hr.po b/po/hr.po
index b1d6686d7..7e1518c3d 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2004-03-13 13:03+CET\n"
"Last-Translator: auto\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
@@ -14,74 +14,73 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: TransDict server\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"Neparan znak '%s', očekuje se '=' poslije imena atributa '%s' elementa '%s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Nisam uspio pročitati simboličku vezu '%s': %s"
@@ -1331,8 +1330,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "Neispravno ime računala"
@@ -1403,9 +1402,9 @@ msgstr "Greška pri čitanju datoteke '%s': %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1436,7 +1435,7 @@ msgstr "Dokument je završio neočekivano unutar imena atributa"
msgid "Error setting extended attribute '%s': %s"
msgstr "Greška pri otvaranju mape '%s': %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
@@ -1507,19 +1506,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Nisu podržane simboličke veze"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
@@ -1528,46 +1528,46 @@ msgstr "Greška pri čitanju datoteke '%s': %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "Greška prilikom konverzije: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr ""
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/hu.po b/po/hu.po
index cc9470034..39300935d 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 13:17+0000\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-08-28 20:30+0200\n"
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
"Language-Team: Hungarian <gnome@fsf.hu>\n"
@@ -18,299 +18,305 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:733 ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899 ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Váratlan attribútum („%s”) a(z) „%s” elemhez"
-#: ../glib/gbookmarkfile.c:744 ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833 ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "A(z) „$2%s” elem „$1%s” attribútuma nem található"
-#: ../glib/gbookmarkfile.c:1127 ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Váratlan címke: „%s” a várt „%s” helyett"
-#: ../glib/gbookmarkfile.c:1152 ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234 ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Váratlan címke: „%s” a következőn belül: „%s”"
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "Az adatkönyvtárakban nem található érvényes könyvjelzőfájl"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Már létezik könyvjelző a következő URI címhez: „%s”"
-#: ../glib/gbookmarkfile.c:2061 ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304 ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469 ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630 ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751 ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974 ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240 ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494 ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Nem található könyvjelző a következő URI címhez: „%s”"
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Nincs MIME típus meghatározva a következő URI könyvjelzőjéhez: „%s”"
-#: ../glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Nincs magán jelző meghatározva a következő URI könyvjelzőjéhez: „%s”"
-#: ../glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Nincsenek csoportok beállítva a következő URI könyvjelzőjéhez: „%s”"
# FIXME: hol jön ez elő?
-#: ../glib/gbookmarkfile.c:3258 ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
-msgstr "Nincs „%s” nevű alkalmazás regisztrálva a következő könyvjelzőjéhez: „%s”"
+msgstr ""
+"Nincs „%s” nevű alkalmazás regisztrálva a következő könyvjelzőjéhez: „%s”"
-#: ../glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
-msgstr "Nem sikerült kiterjeszteni a(z) „%s” végrehajtási sort a(z) „%s” URL címmel"
+msgstr ""
+"Nem sikerült kiterjeszteni a(z) „%s” végrehajtási sort a(z) „%s” URL címmel"
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "A(z) „%s” és „%s” karakterkészletek közötti átalakítás nem támogatott"
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr ""
"A(z) „%s” karakterkészletről „%s” karakterkészletre átalakító nem nyitható "
"meg"
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2216 ../glib/gutf8.c:955
-#: ../glib/gutf8.c:1404
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Érvénytelen bájtsorrend az átalakítás bemenetében"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "Hiba az átalakítás során: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:951 ../glib/gutf8.c:1155
-#: ../glib/gutf8.c:1296 ../glib/gutf8.c:1400
+#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Részleges karaktersorozat a bemenet végén"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Nem alakítható át a tartalék „%s” a(z) „%s” kódkészletre"
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "A(z) „%s” URI nem abszolút, a „file” sémát használó URI"
-#: ../glib/gconvert.c:1747
+#: glib/gconvert.c:1747
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "A(z) „%s” helyi fájl URI nem tartalmazhat „#” karaktert"
-#: ../glib/gconvert.c:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "A(z) „%s” URI érvénytelen"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "A(z) „%s” gépneve érvénytelen"
-#: ../glib/gconvert.c:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
-msgstr "A(z) „%s” URI érvénytelen, escape sorozatként megadott karaktereket tartalmaz"
+msgstr ""
+"A(z) „%s” URI érvénytelen, escape sorozatként megadott karaktereket tartalmaz"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "A(z) „%s” elérési út neve nem abszolút útvonal"
-#: ../glib/gconvert.c:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "Érvénytelen gépnév"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Hiba a(z) „%s” könyvtár megnyitásakor: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Nem sikerült %lu bájtot lefoglalni a(z) „%s” fájl olvasásához"
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Hiba a(z) „%s” fájl olvasása közben: %s"
-#: ../glib/gfileutils.c:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "A fájl („%s”) túl nagy"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Nem sikerült olvasni a(z) „%s” fájlból: %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Nem sikerült megnyitni a(z) „%s” fájlt: %s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
-msgstr "Nem sikerült lekérni a(z) „%s” fájl attribútumait. Az fstat() sikertelen: %s"
+msgstr ""
+"Nem sikerült lekérni a(z) „%s” fájl attribútumait. Az fstat() sikertelen: %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Nem sikerült megnyitni a(z) „%s” fájlt. Az fdopen() sikertelen: %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"Nem sikerült átnevezni a(z) „%s” fájlt erre: „%s”. A g_rename() sikertelen: %"
"s"
-#: ../glib/gfileutils.c:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Nem sikerült létrehozni a(z) „%s” fájlt: %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
-msgstr "Nem sikerült írásra megnyitni a(z) „%s” fájlt: Az fdopen() sikertelen: %s"
+msgstr ""
+"Nem sikerült írásra megnyitni a(z) „%s” fájlt: Az fdopen() sikertelen: %s"
-#: ../glib/gfileutils.c:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Nem sikerült írni a(z) „%s” fájlt: az fwrite() sikertelen: %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Nem sikerült lezárni a(z) „%s” fájlt: az fclose() sikertelen: %s"
-#: ../glib/gfileutils.c:1123
+#: glib/gfileutils.c:1123
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "A létező „%s” fájl nem távolítható el: a g_unlink() sikertelen: %s"
-#: ../glib/gfileutils.c:1367
+#: glib/gfileutils.c:1367
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "A(z) „%s” sablon érvénytelen, „%s” nem lehet benne"
-#: ../glib/gfileutils.c:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "A(z) „%s” sablon nem tartalmaz XXXXXX karaktersorozatot"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Nem sikerült kiolvasni a(z) „%s” szimbolikus linket: %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
msgid "Symbolic links not supported"
msgstr "A szimbolikus linkek használata nem támogatott"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Az átalakító a(z) „%s” elemről „%s” elemre nem nyitható meg: %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
msgid "Can't do a raw read in g_io_channel_read_line_string"
-msgstr "Nem lehet nyers (raw) olvasást végezni a g_io_channel_read_line_string-ben"
+msgstr ""
+"Nem lehet nyers (raw) olvasást végezni a g_io_channel_read_line_string-ben"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "Át nem alakított adatok maradtak az olvasási pufferben"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "A csatorna töredék karakterrel ér véget"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Nem lehet nyers (raw) olvasást végezni a g_io_channel_read_to_end-ben"
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "Nem sikerült megnyitni a(z) „%s” fájlt: az open() sikertelen: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Nem sikerült leképezni a(z) „%s” fájlt: Az mmap() sikertelen: %s"
-#: ../glib/gmarkup.c:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "Hiba a(z) %d. sor %d. karakterénél: "
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "Hiba a(z) %d. sorban: %s"
-#: ../glib/gmarkup.c:483
-msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
-msgstr "Üres „&;” entitás; az érvényes entitások: &amp; &quot; &lt; &gt; &apos;"
+#: glib/gmarkup.c:483
+msgid ""
+"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
+msgstr ""
+"Üres „&;” entitás; az érvényes entitások: &amp; &quot; &lt; &gt; &apos;"
-#: ../glib/gmarkup.c:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -321,17 +327,17 @@ msgstr ""
"nevét az & karakter kezdi. Ha ez az & karakter nem lehet entitás, akkor "
"&amp; módon kell írni."
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "A(z) „%s” karakter nem érvényes egy entitás nevén belül"
-#: ../glib/gmarkup.c:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "A(z) „%s” entitásnév ismeretlen"
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
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;"
@@ -339,7 +345,7 @@ msgstr ""
"Az entitás neve nem pontosvesszővel ért véget; valószínűleg egy &-jelet "
"használt anélkül, hogy entitást akart volna kezdeni - írja &amp; formában."
-#: ../glib/gmarkup.c:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -348,16 +354,17 @@ msgstr ""
"Nem sikerült feldolgozni ezt: „%-.*s”. Valószínűleg számjegy lett volna egy "
"karakterhivatkozáson (mint az &#234) belül - lehet, hogy túl nagy a számjegy"
-#: ../glib/gmarkup.c:650
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "A(z) „%-.*s” karakterhivatkozás nem engedélyezett karaktert kódol"
-#: ../glib/gmarkup.c:665
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
-msgstr "Üres karakterhivatkozás; számjegyet is kell tartalmaznia, például így: &#454;"
+msgstr ""
+"Üres karakterhivatkozás; számjegyet is kell tartalmaznia, például így: &#454;"
-#: ../glib/gmarkup.c:675
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -366,53 +373,57 @@ msgstr ""
"A karakterhivatkozás nem pontosvesszővel ért véget; valószínűleg egy &-jelet "
"használt anélkül, hogy entitást akart volna kezdeni - írja &amp; formában."
-#: ../glib/gmarkup.c:761
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Befejezetlen entitáshivatkozás"
-#: ../glib/gmarkup.c:767
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Befejezetlen karakterhivatkozás"
-#: ../glib/gmarkup.c:1053
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Érvénytelen UTF-8 kódolású szöveg - túl hosszú sorozat"
-#: ../glib/gmarkup.c:1081
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Érvénytelen UTF-8 kódolású szöveg - ez nem kezdőkarakter"
-#: ../glib/gmarkup.c:1117
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Érvénytelen UTF-8 kódolású szöveg - nem érvényes „%s”"
-#: ../glib/gmarkup.c:1155
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "A dokumentumnak egy elemmel kell kezdődnie (például: <book>)"
-#: ../glib/gmarkup.c:1195
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
-msgstr "„%s” nem érvényes karakter a „<” karakter után; elem neve nem kezdődhet vele"
+msgstr ""
+"„%s” nem érvényes karakter a „<” karakter után; elem neve nem kezdődhet vele"
-#: ../glib/gmarkup.c:1263
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
-msgstr "Furcsa karakter („%s”), „>” karakternek kellett volna jönnie, hogy lezárja a(z) „%s” üres elemcímkét"
+msgstr ""
+"Furcsa karakter („%s”), „>” karakternek kellett volna jönnie, hogy lezárja a"
+"(z) „%s” üres elemcímkét"
-#: ../glib/gmarkup.c:1352
+#: glib/gmarkup.c:1352
#, 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 ""
"Furcsa karakter („%s”) - „=” karakternek kellett volna jönnie a(z) „%s” elem "
"„%s” attribútumneve után"
-#: ../glib/gmarkup.c:1394
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -423,7 +434,7 @@ msgstr ""
"„%s” elem kezdő címkéje után, esetleg egy attribútumnak; lehet, hogy "
"érvénytelen karaktert használt az attribútum nevében"
-#: ../glib/gmarkup.c:1480
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -432,7 +443,7 @@ msgstr ""
"Furcsa karakter („%s”) - egy nyitó idézőjelnek kellene jönnie az "
"egyenlőségjel után, ha értéket ad a(z) „%s” attribútumnak „%s” elemben"
-#: ../glib/gmarkup.c:1622
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -441,7 +452,7 @@ msgstr ""
"„%s” nem érvényes karakter a „</” karakterek után; „%s” karakterrel nem "
"kezdődhet egy elem neve"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -450,25 +461,26 @@ msgstr ""
"„%s” nem érvényes karakter a „%s” lezáró elemnév után; az engedélyezett "
"karakter egyedül a „>”."
-#: ../glib/gmarkup.c:1673
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "A(z) „%s” elem le lett lezárva, jelenleg egy elem sincs nyitva"
-#: ../glib/gmarkup.c:1682
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "A(z) „%s” elem le lett lezárva, de a jelenleg nyitott elem a(z) „%s”"
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "A dokumentum üres volt, vagy csak üreshely karaktereket tartalmazott"
-#: ../glib/gmarkup.c:1859
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
-msgstr "A dokumentum váratlanul véget ért egy nyitott hegyes zárójel („<”) után"
+msgstr ""
+"A dokumentum váratlanul véget ért egy nyitott hegyes zárójel („<”) után"
-#: ../glib/gmarkup.c:1867 ../glib/gmarkup.c:1912
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -477,7 +489,7 @@ msgstr ""
"A dokumentum váratlanul véget ért, pedig még nyitva vannak elemek - „%s” az "
"utoljára megnyitott elem"
-#: ../glib/gmarkup.c:1875
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -486,19 +498,19 @@ msgstr ""
"A dokumentum váratlanul véget ért; a(z) <%s/> elemet lezáró hegyes "
"zárójelnek kellett volna következnie"
-#: ../glib/gmarkup.c:1881
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "A dokumentum váratlanul véget ért egy elemnéven belül"
-#: ../glib/gmarkup.c:1887
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "A dokumentum váratlanul véget ért egy attribútumnéven belül"
-#: ../glib/gmarkup.c:1892
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "A dokumentum váratlanul véget ért egy elemnyitó címkén belül"
-#: ../glib/gmarkup.c:1898
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -506,402 +518,407 @@ msgstr ""
"A dokumentum váratlanul véget ért egy az attribútumnevet követő "
"egyenlőségjel után; az attribútum értéke nem lett megadva"
-#: ../glib/gmarkup.c:1905
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "A dokumentum váratlanul véget ért egy attribútumértéken belül"
-#: ../glib/gmarkup.c:1921
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "A dokumentum váratlanul véget ért a(z) „%s” elem lezáró címkéjén belül"
-#: ../glib/gmarkup.c:1927
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"A dokumentum váratlanul véget ért egy megjegyzésen vagy feldolgozási "
"utasításon belül"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "sérült objektum"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "belső hiba vagy sérült objektum"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "elfogyott a memória"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "a visszakövetési korlát elérve"
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
msgid "the pattern contains items not supported for partial matching"
-msgstr "a minta a részleges mintaillesztés esetén nem támogatott elemeket tartalmaz"
+msgstr ""
+"a minta a részleges mintaillesztés esetén nem támogatott elemeket tartalmaz"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
msgid "internal error"
msgstr "belső hiba"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr ""
"a visszahivatkozások használata feltételekként nem támogatott a részleges "
"mintaillesztéshez"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "az ismétlési korlát elérve"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "az üres rész-karaktersorozatok munkaterület-korlátja elérve"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "újsor-jelzők érvénytelen kombinációja"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "ismeretlen hiba"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ a minta végén"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c a minta végén"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "ismeretlen karakter következik a \\ után"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr ""
"itt nem engedélyezettek a kis-és nagybetűket átalakító escape-karakterek "
"(\\l, \\L, \\u, \\U)"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "a számok nincsenek sorrendben a {} kvantálóban"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "a szám túl nagy a a {} kvantálóban"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "a karakterosztály befejező ] jele hiányzik"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "érvénytelen escape-sorozat a karakterosztályban"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "a tartomány kívül esik a karakterosztály nagyságán"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "nincs mit ismételni"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "ismeretlen karakter a (? után"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "ismeretlen karakter a (?< után"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "ismeretlen karakter a (?P után"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "a POSIX elnevezett osztályok csak osztályon belül támogatottak"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "hiányzó befejező )"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") nyitó ( nélkül"
#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
#. * sequences here, '(?-54' would be an example for the second group.
#.
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
msgid "(?R or (?[+-]digits must be followed by )"
msgstr "a (?R vagy (?[+-]számjegyek elemeket )-nek kell követnie"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "hivatkozás nem létező almintára"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "a megjegyzés utáni ) hiányzik"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "a reguláris kifejezés túl nagy"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "a memóriakérés meghiúsult"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "a lookbehind kijelentés nem rögzített hosszúságú"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "hibásan formázott szám vagy név a (?( után"
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "a feltételes csoport kettőnél több ágat tartalmaz"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "a (?( után kijelentésnek kellene állnia"
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "ismeretlen POSIX osztálynév"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "a POSIX leválogató elemek nem támogatottak"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "a \\x{...} sorozaton belüli karakterérték túl nagy"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "érvénytelen feltétel: (?(0)"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "A \\C nem engedélyezett a lookbehind kijelentésben"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "a rekurzív hívás végtelen ciklushoz vezethet"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "hiányzó befejező az alminta nevében"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "két elnevezett alminta neve azonos"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "rosszul formázott \\P vagy \\p sorozat"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "ismeretlen tulajdonságnév a \\P vagy \\p után"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "az alminta neve túl hosszú (legfeljebb 32 karakter)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "túl sok elnevezett alminta (legfeljebb 10 000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "az oktális érték nagyobb, mint \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "a DEFINE csoport több ágat tartalmaz"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "egy DEFINE csoport ismétlése nem engedélyezett"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "inkonzisztens NEWLINE beállítások"
-#: ../glib/gregex.c:333
-msgid "\\g is not followed by a braced name or an optionally braced non-zero number"
+#: glib/gregex.c:333
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
msgstr ""
"a \\g után nem egy zárójelezett név vagy opcionálisan zárójelezett nem nulla "
"szám áll"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "váratlan ismétlés"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "kódtúlcsordulás"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "a fordítási munkaterület túlcsordult"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "a korábban ellenőrzött hivatkozott alminta nem található"
-#: ../glib/gregex.c:526 ../glib/gregex.c:1593
+#: glib/gregex.c:526 glib/gregex.c:1593
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Hiba a(z) %s reguláris kifejezés illesztésekor: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "A PRCE programkönyvtár UTF-8 támogatás nélkül lett fordítva"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
-msgstr "A PRCE programkönyvtár az UTF-8 tulajdonságok támogatása nélkül lett fordítva"
+msgstr ""
+"A PRCE programkönyvtár az UTF-8 tulajdonságok támogatása nélkül lett fordítva"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
-msgstr "Hiba a(z) „%s” reguláris kifejezés fordításakor a(z) %d. karakternél: %s"
+msgstr ""
+"Hiba a(z) „%s” reguláris kifejezés fordításakor a(z) %d. karakternél: %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Hiba a(z) %s reguláris kifejezés optimalizálásakor: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "a program hexadecimális számjegyet vagy „}” jelet várt"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "a program hexadecimális számjegyet várt"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "hiányzó „<” jel a szimbolikus hivatkozásban"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "befejezetlen szimbolikus hivatkozás"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "nulla hosszúságú szimbolikus hivatkozás"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "re rendszer számjegyet várt"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "illegális szimbolikus hivatkozás"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "a záró „\\” helye nem megfelelő"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "ismeretlen escape sorozat"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
-msgstr "Hiba a(z) „%s” helyettesítőszöveg elemzésekor a(z) %lu. karakternél: %s"
+msgstr ""
+"Hiba a(z) „%s” helyettesítőszöveg elemzésekor a(z) %lu. karakternél: %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Az idézett szöveg nem idézőjellel kezdődik"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Pár nélküli idézőjel a parancssorban vagy más, parancsértelmezőből idézett "
"szövegben"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "A szöveg egy „\\” karakter után véget ért. (A szöveg: „%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 "A szöveg véget ért, mielőtt %c idézőjelpárja meglett volna. (A szöveg: „%s”)"
+msgstr ""
+"A szöveg véget ért, mielőtt %c idézőjelpárja meglett volna. (A szöveg: „%s”)"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
msgid "Text was empty (or contained only whitespace)"
-msgstr "A szöveg üres volt (vagy legfeljebb üreshely-karaktereket tartalmazott)"
+msgstr ""
+"A szöveg üres volt (vagy legfeljebb üreshely-karaktereket tartalmazott)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "Nem sikerült adatokat kiolvasni a gyermekfolyamatból"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""
"Nem sikerült csővezetéket készíteni a gyermekfolyamattal (%s) való "
"kommunikációhoz"
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Nem sikerült olvasni a gyermek csővezetékből (%s)"
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Nem sikerült átváltani a(z) „%s” könyvtárra (%s)"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Nem sikerült végrehajtani a gyermekfolyamatot (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "Érvénytelen programnév: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Érvénytelen karaktersorozat a paraméterben a következő helyen: %d: %s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Érvénytelen karaktersorozat a környezetben: %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "Érvénytelen munkakönyvtár: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Nem sikerült végrehajtani a segítő programot (%s)"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -909,192 +926,193 @@ msgstr ""
"Váratlan hiba, miközben a g_io_channel_win32_poll() adatokat olvasott egy "
"gyermekfolyamatból"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Nem sikerült adatokat olvasni a gyermekfolyamatból (%s)"
-#: ../glib/gspawn.c:325
+#: glib/gspawn.c:325
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Váratlan hiba, miközben a select() adatokat próbált olvasni egy "
"gyermekfolyamatból (%s)"
-#: ../glib/gspawn.c:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Váratlan hiba a waitpid()-ben (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "Nem sikerült folyamatot indítani (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Nem sikerült a gyermekfolyamat („%s”) végrehajtása (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Nem sikerült a gyermekfolyamat ki- vagy bemenetének átirányítása (%s)"
-#: ../glib/gspawn.c:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Nem sikerült a gyermekfolyamat elindítása (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Ismeretlen hiba a gyermekfolyamat („%s”) végrehajtása közben"
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Nem sikerült elég adatot kiolvasni a gyermek pid csővezetékből (%s)"
-#: ../glib/gutf8.c:1029
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "A karakter az UTF-8 tartományon kívülre esik"
-#: ../glib/gutf8.c:1123 ../glib/gutf8.c:1132 ../glib/gutf8.c:1264
-#: ../glib/gutf8.c:1273 ../glib/gutf8.c:1414 ../glib/gutf8.c:1510
+#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Érvénytelen sorozat az átalakítási bemenetben"
-#: ../glib/gutf8.c:1425 ../glib/gutf8.c:1521
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "A karakter az UTF-16 tartományon kívülre esik"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Használat:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[KAPCSOLÓ...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Súgólehetőségek:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Súgólehetőségek megjelenítése"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Minden súgólehetőség megjelenítése"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Alkalmazás kapcsolói:"
-#: ../glib/goption.c:849 ../glib/goption.c:919
+#: glib/goption.c:849 glib/goption.c:919
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "Nem dolgozható fel a(z) „%s” egész érték a következőhöz: %s"
-#: ../glib/goption.c:859 ../glib/goption.c:927
+#: glib/goption.c:859 glib/goption.c:927
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "A(z) „%s” egész érték a tartományon kívülre esik a következőhöz: %s"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Nem dolgozható fel a(z) „%s” dupla hosszúságú érték a következőhöz: %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr ""
"A(z) „%s” dupla hosszúságú érték a tartományon kívülre esik a következőhöz: %"
"s"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Hiba a kapcsoló feldolgozása során: %s"
-#: ../glib/goption.c:1260 ../glib/goption.c:1371
+#: glib/goption.c:1260 glib/goption.c:1371
#, c-format
msgid "Missing argument for %s"
msgstr "Hiányzó paraméter a következőhöz: %s"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Ismeretlen kapcsoló: %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
msgid "Valid key file could not be found in search dirs"
msgstr "A keresési könyvtárakban nem található érvényes kulcsfájl"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
msgid "Not a regular file"
msgstr "Nem szabályos fájl"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
msgid "File is empty"
msgstr "A fájl üres"
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
#, c-format
-msgid "Key file contains line '%s' which is not a key-value pair, group, or comment"
+msgid ""
+"Key file contains line '%s' which is not a key-value pair, group, or comment"
msgstr ""
"A kulcsfájl tartalmazza a(z) „%s” sort, amelyik nem egy kulcs-érték pár, "
"csoport, vagy megjegyzés"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Érvénytelen csoportnév: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
msgid "Key file does not start with a group"
msgstr "A kulcsfájl nem csoporttal kezdődik"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Érvénytelen kulcsnév: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "A kulcsfájl a nem támogatott „%s” kódolást tartalmazza"
-#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "A kulcsfájlból hiányzik a(z) „%s” csoport"
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "A kulcsfájlban nincs „%s” kulcs"
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr ""
"A kulcsfájl tartalmazza a(z) „%s” kulcsot „%s” értékkel, amelyik azonban nem "
"UTF-8"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
"A kulcsfájl tartalmazza a(z) „%s” kulcsot, amelynek az értéke nem "
"értelmezhető."
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1103,122 +1121,120 @@ msgstr ""
"A kulcsfájl tartalmazza a(z) „%s” kulcsot a(z) „%s” csoportban, amelynek "
"értéke nem értelmezhető."
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "A kulcsfájl nem tartalmazza a(z) „%s” kulcsot a(z) „%s” csoportban."
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
msgid "Key file contains escape character at end of line"
msgstr "A kulcsfájl escape sorozattal megadott karaktert tartalmaz a sor végén"
-#: ../glib/gkeyfile.c:3496
+#: glib/gkeyfile.c:3496
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "A kulcsfájl érvénytelen escape sorozatot tartalmaz („%s”)"
-#: ../glib/gkeyfile.c:3638
+#: glib/gkeyfile.c:3638
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "A(z) „%s” érték nem értelmezhető számként."
-#: ../glib/gkeyfile.c:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "A(z) „%s” egész érték a tartományon kívülre esik"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "A(z) „%s” érték nem értelmezhető lebegőpontos számként."
-#: ../glib/gkeyfile.c:3709
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "A(z) „%s” érték nem értelmezhető logikai értékként."
-#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:193
-#: ../gio/ginputstream.c:325 ../gio/ginputstream.c:566
-#: ../gio/ginputstream.c:691 ../gio/goutputstream.c:202
-#: ../gio/goutputstream.c:656
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Túl nagy számérték került átadásra ennek: %s"
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:901
-#: ../gio/goutputstream.c:1085
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Az adatfolyam már le van zárva"
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "A művelet megszakítva"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Ismeretlen típus"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "%s fájltípus"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "%s típus"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "Váratlan korai adatfolyam vége"
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Névtelen"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "A desktop fájl nem adta meg az Exec mezőt"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "Nem található az alkalmazáshoz szükséges terminál"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, c-format
msgid "Can't create user application configuration folder %s: %s"
-msgstr "Nem hozható létre a(z) %s felhasználói alkalmazáskonfigurációs mappa: %s"
+msgstr ""
+"Nem hozható létre a(z) %s felhasználói alkalmazáskonfigurációs mappa: %s"
-#: ../gio/gdesktopappinfo.c:1136
+#: gio/gdesktopappinfo.c:1136
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Nem hozható létre a(z) %s felhasználói MIME konfigurációs mappa: %s"
-#: ../gio/gdesktopappinfo.c:1475
+#: gio/gdesktopappinfo.c:1475
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Nem hozható létre a felhasználói desktop fájl (%s)"
-#: ../gio/gdesktopappinfo.c:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "%s egyéni meghatározása"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "a meghajtó nem valósítja meg a kiadást"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "a meghajtó nem valósítja meg a média lekérdezését"
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2686 ../gio/gfile.c:2740
-#: ../gio/gfile.c:2871 ../gio/gfile.c:2911 ../gio/gfile.c:3238
-#: ../gio/gfile.c:3640 ../gio/gfile.c:3724 ../gio/gfile.c:3807
-#: ../gio/gfile.c:3887 ../gio/gfile.c:4217 ../gio/win32/gwinhttpfile.c:427
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "A művelet nem támogatott"
@@ -1230,87 +1246,87 @@ msgstr "A művelet nem támogatott"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "A tartalmazó csatolás nem létezik"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "Nem lehet a könyvtárra másolni"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "A könyvtár nem másolható könyvtárba"
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "A célfájl létezik"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "A könyvtár nem másolható rekurzívan"
-#: ../gio/gfile.c:2861
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Érvénytelen szimbolikus link érték került megadásra"
-#: ../gio/gfile.c:2954
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "A Kuka nem támogatott"
-#: ../gio/gfile.c:3003
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "A fájlnevek nem tartalmazhatnak „%c” karaktert"
-#: ../gio/gfile.c:4985 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "a kötet nem valósítja meg a csatolást"
-#: ../gio/gfile.c:5093
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Nincs alkalmazás regisztrálva a fájl kezeléséhez"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "Az enumerátor le van zárva"
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "A fájlenumerátor hátralévő művelettel rendelkezik"
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "A fájlenumerátor már le van zárva"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "fájl"
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr "Az ikont tartalmazó fájl"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "Az adatfolyam nem támogatja a query_info-t"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "Az adatfolyam nem támogatja a pozicionálást"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "A bemeneti adatfolyam csonkítása nem engedélyezett"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "Az adatfolyam csonkítása nem engedélyezett"
-#: ../gio/ginputstream.c:202
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "A bemeneti adatfolyam nem valósítja meg az olvasást"
@@ -1320,359 +1336,360 @@ msgstr "A bemeneti adatfolyam nem valósítja meg az olvasást"
#. Translators: This is an error you get if there is
#. * already an operation running against this stream when
#. * you try to start one
-#: ../gio/ginputstream.c:911 ../gio/goutputstream.c:1095
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Az adatfolyam hátralévő művelettel rendelkezik"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
msgid "Unable to find default local directory monitor type"
msgstr "Nem található az alapértelmezett helyi könyvtárfigyelő típus"
-#: ../gio/glocalfile.c:601 ../gio/win32/gwinhttpfile.c:410
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Érvénytelen fájlnév: %s"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Hiba a fájlrendszer-információk lekérése közben: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "Nem nevezhető át a gyökérkönyvtár"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "A fájl nem nevezhető át, a fájlnév már létezik"
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Érvénytelen fájlnév"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "Hiba a fájl átnevezése közben: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "Hiba a fájl megnyitása közben: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "A könyvtár nem nyitható meg"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "Hiba a fájl eltávolítása közben: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "Hiba fájl kidobása közben: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Nem sikerült létrehozni a(z) %s Kuka könyvtárat: %s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "Nem található a Kuka felső szintű könyvtára"
-#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "Nem található vagy nem hozható létre a Kuka könyvtár"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Nem sikerült létrehozni a kukainformációs fájlt: %s"
-#: ../gio/glocalfile.c:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "Nem lehet a Kukába dobni a fájlt: %s"
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "Hiba a könyvtár létrehozásakor: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Hiba a szimbolikus link létrehozása során: %s"
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "Hiba a fájl áthelyezésekor: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "A könyvtár nem helyezhető át könyvtárba"
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "A mentési fájl létrehozása meghiúsult"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "Hiba a célfájl eltávolításakor: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "A csatolások közti áthelyezés nem támogatott"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "Az attribútum értéke nem lehet NULL"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "Érvénytelen attribútumtípus (a várt karakterlánc helyett)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "Érvénytelen kiterjesztett attribútumnév"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Hiba a(z) „%s” kiterjesztett attribútum beállításakor: %s"
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Hiba a(z) „%s” fájl elérése közben: %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (érvénytelen kódolás)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Hiba a fájlleíró elérésekor: %s"
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "Érvénytelen attribútumtípus (a várt uint32 helyett)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "Érvénytelen attribútumtípus (a várt uint64 helyett)"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Érvénytelen attribútumtípus (a várt bájtkarakterlánc helyett)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "Hiba a jogosultságok beállításakor: %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "Hiba a tulajdonos beállításakor: %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "a szimbolikus link nem lehet NULL"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "Hiba a szimbolikus link beállításakor: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
msgid "Error setting symlink: file is not a symlink"
msgstr "Hiba a szimbolikus link beállításakor: a fájl nem szimbolikus link"
-#: ../gio/glocalfileinfo.c:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "A SELinux környezet nem lehet NULL"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Hiba a SELinux környezet beállításakor: %s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "A SELinux nem engedélyezett ezen rendszeren"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, c-format
msgid "Setting attribute %s not supported"
msgstr "A(z) %s attribútum beállítása nem támogatott"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Hiba a fájl olvasásakor: %s"
-#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203
-#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372
-#: ../gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Hiba a fájlban kereséskor: %s"
-#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Hiba a fájl lezárásakor: %s"
-#: ../gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:198
msgid "Unable to find default local file monitor type"
msgstr "Nem található az alapértelmezett helyi fájlfigyelő típus"
-#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Hiba a fájl írásakor: %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Hiba a régi mentési link eltávolításakor: %s"
-#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Hiba a mentés létrehozásakor: %s"
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Hiba az ideiglenes fájl átnézésekor: %s"
-#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Hiba a fájl csonkításakor: %s"
-#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523
-#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Hiba a(z) „%s” fájl megnyitásakor: %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "A célfájl egy könyvtár"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "A célfájl nem szabályos fájl"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "A fájlt külső program módosította"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "A megadott GSeekType nem támogatott"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "Érvénytelen keresési kérés"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "A GMemoryInputStream nem csonkítható"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "A maximális adattömbkorlát elérve"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "A memóriakimeneti adatfolyam nem méretezhető át"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
msgstr "A memóriakimeneti adatfolyam átméretezése meghiúsult"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr "A csatolás nem valósítja meg a leválasztást"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr "A csatolás nem valósítja meg a kiadást"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "A csatolás nem valósítja meg az újracsatolást"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "A csatolás nem valósítja meg a tartalomtípus meghatározását"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr "A csatolás nem valósítja meg a tartalomtípus szinkron meghatározását"
-#: ../gio/goutputstream.c:211 ../gio/goutputstream.c:412
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "A kimeneti adatfolyam nem valósítja meg az írást"
-#: ../gio/goutputstream.c:372 ../gio/goutputstream.c:780
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "A forrás adatfolyam már le van zárva"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "név"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Az ikon neve"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "nevek"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Az ikonneveket tartalmazó tömb"
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "alapértelmezett tartalékok használata"
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1681,61 +1698,60 @@ msgstr ""
"rövidítésével talált tartalékok. Több név megadása esetén az első utániakat "
"figyelmen kívül hagyja."
-#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "Hiba a unix olvasásakor: %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "Hiba a unix lezárásakor: %s"
-#: ../gio/gunixmounts.c:1779 ../gio/gunixmounts.c:1816
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Fájlrendszer gyökere"
-#: ../gio/gunixoutputstream.c:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "Hiba a unix írásakor: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "a kötet nem valósítja meg a kiadást"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "Nem található az alkalmazás"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Hiba az alkalmazás indításakor: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
msgid "URIs not supported"
msgstr "Az URI címek nem támogatottak"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
msgid "association changes not supported on win32"
msgstr "a társításmódosítások nem támogatottak win32 rendszeren"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
msgid "Association creation not supported on win32"
msgstr "A társítás létrehozása nem támogatott win32 rendszeren"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "ne rejtse el a bejegyzéseket"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "hosszú felsorolási formátum használata"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[FÁJL...]"
-
diff --git a/po/hy.po b/po/hy.po
index b4ad7cbd8..991e1087d 100644
--- a/po/hy.po
+++ b/po/hy.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -15,73 +15,72 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 16bit\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Չի հաջողվել կարդալ '%s' սիմվոլիկ հղումը՝ %s"
@@ -1291,8 +1290,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr ""
@@ -1362,9 +1361,9 @@ msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1394,7 +1393,7 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr "'%s' պանակը բացելու սխալ՝ %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
@@ -1465,19 +1464,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Սիմվոլիկ հղումները չեն ապահովվում"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
@@ -1486,46 +1486,46 @@ msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr ""
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr ""
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/id.po b/po/id.po
index 413afec27..8dff65010 100644
--- a/po/id.po
+++ b/po/id.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -16,76 +16,75 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"Ada karakter aneh '%s'. Seharusnya ada karakter '=' setelah nama atribut '%"
"s' pada elemen '%s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
#, fuzzy
msgid "No valid bookmark file found in data dirs"
msgstr "File kunci yang benar tidak ditemukan pada direktori data"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Gagal saat membaca link simbolik '%s': %s"
@@ -1361,8 +1360,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "Nama host salah"
@@ -1433,9 +1432,9 @@ msgstr "Error saat membaca file '%s': %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1466,7 +1465,7 @@ msgstr "Dokumen terpotong tidak sempurna di dalam nama atribut"
msgid "Error setting extended attribute '%s': %s"
msgstr "Error saat membuka direktori '%s': %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Error saat membaca file '%s': %s"
@@ -1537,19 +1536,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Link simbolik tidak didukung oleh sistem"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Error saat membaca file '%s': %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Error saat membaca file '%s': %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Error saat membaca file '%s': %s"
@@ -1558,47 +1558,47 @@ msgstr "Error saat membaca file '%s': %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "Error saat membaca file '%s': %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "Error saat melakukan konversi: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "Error saat membaca file '%s': %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "Error saat membaca file '%s': %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "Error saat membaca file '%s': %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "Error saat membaca file '%s': %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
#, fuzzy
msgid "Target file is not a regular file"
msgstr "Bukan sebuah file biasa"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/is.po b/po/is.po
index 9a848c77c..69ac07256 100644
--- a/po/is.po
+++ b/po/is.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -15,74 +15,73 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"Undarlegt tákn '%s', átti von á '=' eftir heiti eiginleika '%s' af mengi '%s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "gat ekki lesið tákntengið '%s': %s"
@@ -1323,8 +1322,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "Ógilt vélarheiti"
@@ -1395,9 +1394,9 @@ msgstr "Villa við lestur skráarinnar '%s': %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1428,7 +1427,7 @@ msgstr "Skjalið endar óvænt inn í heiti eiginleika"
msgid "Error setting extended attribute '%s': %s"
msgstr "Villa við að opna möppuna '%s': %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
@@ -1499,19 +1498,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Tákntengi eru ekki studd"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
@@ -1520,46 +1520,46 @@ msgstr "Villa við lestur skráarinnar '%s': %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "Villa við umbreytingu: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr ""
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/it.po b/po/it.po
index e6fd09dfd..830ed81b8 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.17.x\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-19 03:09+0200\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-08-19 03:11+0200\n"
"Last-Translator: Luca Ferretti <elle.uca@libero.it>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -17,58 +17,57 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:733 ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899 ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Attributo \"%s\" inatteso per l'elemento \"%s\""
-#: ../glib/gbookmarkfile.c:744 ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833 ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Attributo \"%s\" dell'elemento \"%s\" non trovato"
-#: ../glib/gbookmarkfile.c:1127 ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Tag \"%s\" inatteso; atteso il tag \"%s\""
-#: ../glib/gbookmarkfile.c:1152 ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234 ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Tag \"%s\" inatteso all'interno di \"%s\""
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Non è stato trovato alcun file di segnalibri valido nelle directory dei dati"
# usate le «» perché forse questa compare nella UI
#
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Esiste già un segnalibro per l'URI «%s»"
# vedi sopra per «»
#
-#: ../glib/gbookmarkfile.c:2061 ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304 ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469 ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630 ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751 ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974 ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240 ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494 ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Non è stato trovato alcun segnalibro per l'URI «%s»"
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Nessuna definizione di tipo MIME nel segnalibro per l'URI \"%s\""
@@ -76,164 +75,164 @@ msgstr "Nessuna definizione di tipo MIME nel segnalibro per l'URI \"%s\""
# o private è il nome della flag (che quindi diventa opzione)?
# cercare nel codice... -Luca
#
-#: ../glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
"Non è stata definita alcuna flag privata nel segnalibro per l'URI \"%s\""
-#: ../glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Nessun gruppo impostato nel segnalibro per l'URI \"%s\""
-#: ../glib/gbookmarkfile.c:3258 ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Nessuna applicazione di nome «%s» ha registrato un segnalibro per «%s»"
-#: ../glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Espansione della riga exec \"%s\" con l'URI \"%s\" fallita"
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr ""
"La conversione del set di caratteri da \"%s\" a \"%s\" non è supportata"
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Impossibile aprire il convertitore da \"%s\" a \"%s\""
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2216 ../glib/gutf8.c:955
-#: ../glib/gutf8.c:1404
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Sequenza di byte non valida nell'ingresso per la conversione"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "Errore durante la conversione: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:951 ../glib/gutf8.c:1155
-#: ../glib/gutf8.c:1296 ../glib/gutf8.c:1400
+#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Sequenza di caratteri parziale al termine dei dati in ingresso"
# il primo %s è una 'fallback string' come recita il commento nel codice
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Impossibile convertire \"%s\" nel set di caratteri \"%s\""
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "L'URI \"%s\" non è un URI assoluto che utilizza lo schema \"file\""
-#: ../glib/gconvert.c:1747
+#: glib/gconvert.c:1747
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "L'URI per il file locale \"%s\" non può includere un '#'"
-#: ../glib/gconvert.c:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "L'URI \"%s\" non è valido"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Il nome dell'host nell'URI \"%s\" non è valido"
-#: ../glib/gconvert.c:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "L'URI \"%s\" contiene sequenze di escape non valide"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Il nome di percorso \"%s\" non è un percorso assoluto"
-#: ../glib/gconvert.c:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "Nome host non valido"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Errore nell'aprire la directory \"%s\": %s"
# GLIB-2-16
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Impossibile allocare %lu byte per leggere il file \"%s\""
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Errore nel leggere il file \"%s\": %s"
# GLIB-2-18
-#: ../glib/gfileutils.c:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "Il file \"%s\" è troppo grande"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Lettura dal file \"%s\" fallita: %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Apertura del file \"%s\" fallita: %s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Lettura degli attributi del file \"%s\" fallita: fstat() fallita: %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Apertura del file \"%s\" fallita: fdopen() fallita: %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"Cambio di nome del file \"%s\" in \"%s\" fallito: g_rename() fallita: %s"
-#: ../glib/gfileutils.c:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Creazione del file \"%s\" fallita: %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Apertura del file \"%s\" in scrittura fallita: fdopen() fallita: %s"
-#: ../glib/gfileutils.c:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Scrittura del file \"%s\" fallita: fwrite() fallita: %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Chiusura del file \"%s\" fallita: fclose() fallita: %s"
-#: ../glib/gfileutils.c:1123
+#: glib/gfileutils.c:1123
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
@@ -245,93 +244,92 @@ msgstr ""
# c[1] = dir_separator;
# c[2] = '\0';
#
-#: ../glib/gfileutils.c:1367
+#: glib/gfileutils.c:1367
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Il modello \"%s\" non è valido, non dovrebbe contenere un \"%s\""
-#: ../glib/gfileutils.c:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Il modello \"%s\" non contiene XXXXXX"
# GLIB-2-16
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f kB"
# GLIB-2-16
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
# GLIB-2-16
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Lettura del collegamento simbolico \"%s\" fallita: %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
msgid "Symbolic links not supported"
msgstr "Collegamenti simbolici non supportati"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Impossibile aprire il convertitore da \"%s\" a \"%s\": %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Impossibile leggere i dati grezzi in g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "Sono rimasti dei dati non convertiti nel buffer di lettura"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "Il canale termina in un carattere parziale"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Impossibile eseguire una lettura grezza in 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 "Apertura del file \"%s\" fallita: open() fallita: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Mappatura del file \"%s\" fallita: mmap() fallita: %s"
# GLIB-2-16
-#: ../glib/gmarkup.c:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "Errore alla riga %d carattere %d: "
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "Errore alla riga %d: %s"
-#: ../glib/gmarkup.c:483
+#: glib/gmarkup.c:483
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Rilevata entità vuota '&;' (sono entità valide &amp; &quot; &lt; &gt; &apos;)"
-#: ../glib/gmarkup.c:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -342,17 +340,17 @@ msgstr ""
"'&' dà inizio a un'entità; se questo simbolo \"e commerciale\" non vuole "
"essere l'inizio di una entità, ricorrere a &amp;"
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Il carattere '%s' non è valido all'interno di un nome di entità"
-#: ../glib/gmarkup.c:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Il nome di entità '%s' è sconosciuto"
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
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;"
@@ -361,7 +359,7 @@ msgstr ""
"utilizzata una \"e commerciale\" senza l'intento di iniziare una entità. In "
"tal caso ricorrere a \"&amp;\""
-#: ../glib/gmarkup.c:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -371,18 +369,18 @@ msgstr ""
"riferimento a carattere (es. &#234;) - probabilmente il numero è troppo "
"grande"
-#: ../glib/gmarkup.c:650
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
"Il riferimento a carattere \"%-.*s\" non codifica un carattere permesso"
-#: ../glib/gmarkup.c:665
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"Riferimento a carattere vuoto; dovrebbe includere un numero, come &#454;"
-#: ../glib/gmarkup.c:675
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -392,33 +390,33 @@ msgstr ""
"si è utilizzato un carattere \"e commerciale\" senza l'intenzione di "
"iniziare una nuova entità. In tal caso ricorrere a \"&amp;\""
-#: ../glib/gmarkup.c:761
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Riferimento a entità non terminato"
-#: ../glib/gmarkup.c:767
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Riferimento a carattere non terminato"
-#: ../glib/gmarkup.c:1053
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Testo in codifica UTF-8 non valido - sequenza troppo lunga"
# anche gradevole "di apertura" come da discussione su TP
-#: ../glib/gmarkup.c:1081
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Testo in codifica UTF-8 non valido - non è un carattere di avvio"
-#: ../glib/gmarkup.c:1117
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Testo in codifica UTF-8 non valido - '%s' non valido"
-#: ../glib/gmarkup.c:1155
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Il documento deve iniziare con un elemento (es. <book>)"
-#: ../glib/gmarkup.c:1195
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -428,7 +426,7 @@ msgstr ""
"il nome di un elemento"
# GLIB-2-18
-#: ../glib/gmarkup.c:1263
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -438,7 +436,7 @@ msgstr ""
"dell'elemento-vuoto \"%s\""
# GLIB-2-18
-#: ../glib/gmarkup.c:1352
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -447,7 +445,7 @@ msgstr ""
"\"%s\" dell'elemento \"%s\""
# GLIB-2-18
-#: ../glib/gmarkup.c:1394
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -459,7 +457,7 @@ msgstr ""
"Probabilmente è stato usato un carattere non valido nel nome di un attributo"
# GLIB-2-18
-#: ../glib/gmarkup.c:1480
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -468,7 +466,7 @@ msgstr ""
"Carattere '%s' spaiato, atteso un simbolo di quoting aperto dopo il segno di "
"uguale per attribuire un valore all'attributo \"%s\" dell'elemento \"%s\""
-#: ../glib/gmarkup.c:1622
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -477,7 +475,7 @@ msgstr ""
"'%s' non è un carattere valido dopo i caratteri '</'; '%s' non può dare "
"inizio a un nome di elemento"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -486,28 +484,28 @@ msgstr ""
"'%s' non è un carattere valido per seguire la chiusura del nome "
"dell'elemento \"%s\"; il carattere permesso è '>'"
-#: ../glib/gmarkup.c:1673
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "È stato chiuso l'elemento \"%s\", nessun elemento correntemente aperto"
-#: ../glib/gmarkup.c:1682
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"È stato chiuso l'elemento \"%s\", ma l'elemento correntemente aperto è \"%s\""
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Il documento era vuoto oppure conteneva unicamente spazi"
-#: ../glib/gmarkup.c:1859
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Il documento è terminato in modo inatteso subito dopo una parentesi angolare "
"d'apertura '<'"
-#: ../glib/gmarkup.c:1867 ../glib/gmarkup.c:1912
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -516,7 +514,7 @@ msgstr ""
"Il documento è terminato in modo inatteso con elementi ancora aperti - \"%s"
"\" era l'ultimo elemento aperto"
-#: ../glib/gmarkup.c:1875
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -525,23 +523,23 @@ msgstr ""
"Il documento è terminato in modo inatteso, mancando la parentesi angolare di "
"chiusura per il tag <%s/>"
-#: ../glib/gmarkup.c:1881
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr ""
"Il documento è terminato in modo inatteso all'interno di un nome di elemento"
-#: ../glib/gmarkup.c:1887
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
"Il documento è terminato in modo inatteso all'interno di un nome di attributo"
-#: ../glib/gmarkup.c:1892
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Il documento è terminato in modo inatteso all'interno di un tag di apertura "
"elemento."
-#: ../glib/gmarkup.c:1898
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -549,20 +547,20 @@ msgstr ""
"Il documento è terminato in modo inatteso dopo il segno di uguale che segue "
"un nome di attributo; l'attributo non ha un valore"
-#: ../glib/gmarkup.c:1905
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Il documento è terminato in modo inatteso all'interno di un valore di "
"attributo"
-#: ../glib/gmarkup.c:1921
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Il documento è terminato inaspettatamente all'interno del tag di chiusura "
"per l'elemento \"%s\""
-#: ../glib/gmarkup.c:1927
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Il documento è terminato in modo inatteso all'interno di un commento o "
@@ -570,77 +568,77 @@ msgstr ""
# GLIB-2-16
# corrotto sembrava brutto, cfr revisione su TP
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "oggetto non attendibile"
# GLIB-2-16
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "errore interno oppure oggetto non attendibile"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "memoria esaurita"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "raggiunto limite di backtracking"
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
msgid "the pattern contains items not supported for partial matching"
msgstr ""
"il modello contiene elementi non supportati per la corrispondenza parziale"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
msgid "internal error"
msgstr "errore interno"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr ""
"per la corrispondenza parziale non sono supportati i riferimenti "
"all'indietro come condizioni"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "raggiunto limite di ricorsione"
# GLIB-2-16
# oppure lasciare workspace non tradotto?
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "raggiunto limite dello spazio di lavoro per sotto-stringhe vuote"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "combinazione non valida di flag di fine riga"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "errore sconosciuto"
# GLIB-2-16
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ alla fine del modello"
# GLIB-2-16
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c alla fine del modello"
# GLIB-2-16
#
# che differenza c'è tra "follows" e gli "after" qualche messaggio dopo?
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "carattere non riconosciuto dopo \\"
# GLIB-2-16
# case --> in tipografia si tradurrebbe cassa, in particolare
# lower -, upper -, cassa per lettere minuscole, maiuscole
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr ""
"gli escape per cambio maiuscolo-minuscolo (\\l, \\L, \\u, \\U) non sono "
@@ -648,66 +646,66 @@ msgstr ""
# GLIB-2-16
# quantificatore: esiste come termine per log. mat. e gramm.
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "numeri fuori ordine nel quantificatore {}"
# GLIB-2-16
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "numero troppo grande nel quantificatore {}"
# GLIB-2-16
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "] terminante mancante per classe di caratteri"
# GLIB-2-16
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "sequenza di escape non valida nella classe di caratteri"
# GLIB-2-16
# to put out of order --> guastare, mettere in disordine
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "intervallo disordinato nella classe di caratteri"
# GLIB-2-16
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "nulla da ripetere"
# GLIB-2-16
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "carattere non riconosciuto dopo (?"
# GLIB-2-16
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "carattere non riconosciuto dopo (?<"
# GLIB-2-16
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "carattere non riconosciuto dopo (?P"
# GLIB-2-16
#
# classi nominate??
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr ""
"le classi POSIX nominate sono supportate solo all'interno di una classe"
# GLIB-2-16
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr ") terminante mancante"
# GLIB-2-16
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") senza ( di apertura"
@@ -715,135 +713,135 @@ msgstr ") senza ( di apertura"
#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
#. * sequences here, '(?-54' would be an example for the second group.
#.
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
msgid "(?R or (?[+-]digits must be followed by )"
msgstr "(?R o (?[+-]cifre deve essere seguito da )"
# GLIB-2-16
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "riferimento a sotto-modello non esistente"
# GLIB-2-16
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr ") mancante dopo il commento"
# GLIB-2-16
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "espressione regolare troppo larga"
# GLIB-2-16
#
# get sarebbe ottenere, ma ottenimento è orribile...
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "recupero della memoria fallito"
# GLIB-2-16
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "l'asserzione lookbehind non ha lunghezza fissata"
# GLIB-2-16
# malformato si riferisce a entrambi????
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "numero o nome malformato dopo (?("
# GLIB-2-16
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "il gruppo condizionale contiene più di due diramazioni"
# GLIB-2-16
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "asserzione attesa dopo (?"
# GLIB-2-16
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "nome di classe POSIX sconosciuto"
# GLIB-2-16
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "gli elementi di collazione non sono supportati"
# GLIB-2-16
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "il valore del carattere nella sequenza \\x{...} è troppo largo"
# GLIB-2-16
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "condizione (?(0) non valida"
# GLIB-2-16
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "\\C non consentito in asserzione lookbehind"
# GLIB-2-16
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "la chiamata ricorsiva potrebbe entrare in loop infinito"
# GLIB-2-16
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "terminatore mancante nel nome di sotto-modello"
# GLIB-2-16
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "due sotto-modelli nominati presentano lo stesso nome"
# GLIB-2-16
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "sequenza \\P o \\p malformata"
# GLIB-2-16
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "nome di proprietà sconosciuto dopo \\P o \\p"
# GLIB-2-16
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "il nome di sotto-modello è troppo lungo (massimo 32 caratteri)"
# GLIB-2-16
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "troppi sotto-modelli nominati (massimo 10.000)"
# GLIB-2-16
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "il valore ottale è maggiore di \\377"
# GLIB-2-16
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "il gruppo DEFINE contiene più di una diramazione"
# GLIB-2-16
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "la ripetizione di un gruppo DEFINE non è consentita"
# GLIB-2-16
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "opzione NEWLINE incoerente"
# GLIB-2-16
-#: ../glib/gregex.c:333
+#: glib/gregex.c:333
msgid ""
"\\g is not followed by a braced name or an optionally braced non-zero number"
msgstr ""
@@ -851,7 +849,7 @@ msgstr ""
"zero opzionalmente tra parentesi graffe"
# GLIB-2-16
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "ripetizione non attesa"
@@ -860,70 +858,70 @@ msgstr "ripetizione non attesa"
# secondo garzantilinguistica.it eccedenza (di dati) è la
# traduzione di overflow secondo IBM. La traduzione generica
# per ambito infomatico è superamento di capacità
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "eccedenza di codice"
# GLIB-2-16
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "sconfinamento compilando l'area di lavoro"
# GLIB-2-16
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "sotto-modello referenziato precedentemente controllato non trovato"
-#: ../glib/gregex.c:526 ../glib/gregex.c:1593
+#: glib/gregex.c:526 glib/gregex.c:1593
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Errore nel cercare corrispondenza per l'espressione regolare %s: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "La libreria PCRE è compilata senza supporto per UTF-8"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "La libreria PCRE è compilata senza supporto per le proprietà UTF-8"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr ""
"Errore durante la compilazione dell'espressione regolare %s al carattere %d: "
"%s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Errore durante l'ottimizzazione dell'espressione regolare %s: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "attesa cifra esadecimale o '}'"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "attesa cifra esadecimale"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "'<' mancante nel riferimento simbolico"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "riferimento simbolico non terminato"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "riferimento simbolico di lunghezza zero"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "attesa cifra"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "riferimento simbolico non lecito"
@@ -931,108 +929,106 @@ msgstr "riferimento simbolico non lecito"
# carattere successivo che manca
#
# Quindi "isolato" o "staccato" o al limite "accindetale", "casuale"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "'\\' finale isolato"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "sequenza di escape sconosciuta"
# da sostituire crea confusione...
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
"Errore durante l'analisi del testo di sostituzione \"%s\" al carattere %lu: %"
"s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Il testo citato non inizia con un carattere di quoting"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Carattere di quoting non accoppiato nella riga di comando o nel testo con "
"quoting di shell"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Il testo è finito subito dopo un carattere '\\' (il testo 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 ""
"Il testo è finito prima di trovare il carattere di quoting corrispondente "
"per %c (il testo era \"%s\")."
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
msgid "Text was empty (or contained only whitespace)"
msgstr "Il testo era vuoto (oppure conteneva unicamente spazi bianchi)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "Lettura di dati dal processo figlio fallita"
# (%s) è in fondo perché risolto in g_strerror (gint)
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""
"Creazione della pipe per comunicare con il processo figlio fallita (%s)"
# (%s) è in fondo perché risolto in g_strerror (gint)
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Lettura dalla pipe figlia fallita (%s)"
# (%s) è in fondo perché risolto in g_strerror (gint)
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Cambio della directory in \"%s\" fallita (%s)"
# (%s) è in fondo perché risolto in g_strerror (gint)
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Esecuzione del processo figlio fallita (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "Nome programma non valido: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Stringa non valida nel vettore di argomenti a %d: %s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Stringa non valida nell'ambiente: %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "Directory di lavoro non valida: %s"
# (%s) è in fondo perché risolto in g_strerror (gint)
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Esecuzione del programma helper fallita (%s)"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1041,129 +1037,129 @@ msgstr ""
"processo figlio"
# (%s) è in fondo perché risolto in g_strerror (gint)
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Lettura dei dati dal processo figlio fallita (%s)"
# (%s) è in fondo perché risolto in g_strerror (gint)
-#: ../glib/gspawn.c:325
+#: glib/gspawn.c:325
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Errore inatteso in select() nel leggere i dati da un processo figlio (%s)"
# (%s) è in fondo perché risolto in g_strerror (gint)
-#: ../glib/gspawn.c:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Errore inatteso in waitpid() (%s)"
# (%s) è in fondo perché risolto in g_strerror (gint)
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "Esecuzione di fork fallita (%s)"
# (%s) è in fondo perché risolto in g_strerror (gint)
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Esecuzione del processo figlio \"%s\" fallita (%s)"
# (%s) è in fondo perché risolto in g_strerror (gint)
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Ridirezione dell'output o input del processo figlio fallita (%s)"
# (%s) è in fondo perché risolto in g_strerror (gint)
-#: ../glib/gspawn.c:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Esecuzione del fork per processo figlio fallita (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Errore sconosciuto nell'eseguire il processo figlio \"%s\""
# (%s) è in fondo perché risolto in g_strerror (gint)
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
"Lettura di una quantità di dati sufficiente dalla pipe del processo figlio "
"fallita (%s)"
-#: ../glib/gutf8.c:1029
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Carattere fuori dall'intervallo per UTF-8"
-#: ../glib/gutf8.c:1123 ../glib/gutf8.c:1132 ../glib/gutf8.c:1264
-#: ../glib/gutf8.c:1273 ../glib/gutf8.c:1414 ../glib/gutf8.c:1510
+#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Sequenza non valida in ingresso per la conversione"
-#: ../glib/gutf8.c:1425 ../glib/gutf8.c:1521
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Carattere fuori dall'intervallo per UTF-16"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Uso:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[OPZIONE...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Opzioni di aiuto:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Mostra le opzioni di aiuto"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Mostra tutte le opzioni di aiuto"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Opzioni dell'applicazione:"
-#: ../glib/goption.c:849 ../glib/goption.c:919
+#: glib/goption.c:849 glib/goption.c:919
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "Impossibile analizzare il valore intero \"%s\" per %s"
-#: ../glib/goption.c:859 ../glib/goption.c:927
+#: glib/goption.c:859 glib/goption.c:927
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "Il valore intero \"%s\" per %s è fuori dall'intervallo"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Impossibile analizzare il valore double \"%s\" per %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "Il valore double \"%s\" per %s è fuori dall'intervallo"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Errore nell'analizzare l'opzione %s"
-#: ../glib/goption.c:1260 ../glib/goption.c:1371
+#: glib/goption.c:1260 glib/goption.c:1371
#, c-format
msgid "Missing argument for %s"
msgstr "Argomento mancante per %s"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Opzione %s sconosciuta"
@@ -1171,19 +1167,19 @@ msgstr "Opzione %s sconosciuta"
# key files sono, per glib, file di impostazioni in stile Windows INI
#
# Ad esempio i file .themes per i temi del desktop e delle icone.
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
msgid "Valid key file could not be found in search dirs"
msgstr "Impossibile trovare un file chiavi valido nelle directory di ricerca"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
msgid "Not a regular file"
msgstr "Non è un file normale"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
msgid "File is empty"
msgstr "Il file è vuoto"
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
#, c-format
msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -1191,51 +1187,51 @@ msgstr ""
"Il file chiavi contiene la riga «%s» che non è una coppia chiave-valore, un "
"gruppo o un commento valido"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Nome gruppo non valido: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
msgid "Key file does not start with a group"
msgstr "Il file chiavi non inizia con un gruppo"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Nome chiave non valido: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Il file chiavi contiene la codifica non supportata \"%s\""
-#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Il file chiavi non presenta il gruppo \"%s\""
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Il file chiavi non presenta la chiave \"%s\""
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr ""
"Il file chiavi contiene la chiave \"%s\" con il valore \"%s\" che non è UTF-8"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
"Il file chiavi contiene la chiave \"%s\" il cui valore non può essere "
"interpretato."
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1244,94 +1240,92 @@ msgstr ""
"Il file chiavi contiene la chiave \"%s\" nel gruppo \"%s\" il cui valore non "
"può essere interpretato."
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Il file chiavi non presenta alcuna chiave \"%s\" nel gruppo \"%s\""
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
msgid "Key file contains escape character at end of line"
msgstr "Il file chiavi contiene un carattere di escape alla fine della riga"
-#: ../glib/gkeyfile.c:3496
+#: glib/gkeyfile.c:3496
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Il file chiavi contiene la sequenza di escape non valida \"%s\""
-#: ../glib/gkeyfile.c:3638
+#: glib/gkeyfile.c:3638
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Impossibile interpretare il valore \"%s\" come un numero."
-#: ../glib/gkeyfile.c:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Il valore intero \"%s\" è fuori dall'intervallo"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Impossibile interpretare il valore \"%s\" come un numero float."
-#: ../glib/gkeyfile.c:3709
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Impossibile interpretare il valore \"%s\" come un booleano."
# GLIB-2-16
# count (gssize) è un parametro delle funzione
-#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:193
-#: ../gio/ginputstream.c:325 ../gio/ginputstream.c:566
-#: ../gio/ginputstream.c:691 ../gio/goutputstream.c:202
-#: ../gio/goutputstream.c:656
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Valore count troppo largo passato a %s"
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:901
-#: ../gio/goutputstream.c:1085
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Lo stream è già chiuso"
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "L'operazione è stata annullata"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Tipo sconosciuto"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "Tipo di file %s"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "Tipo %s"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "End-of-stream prematuro inatteso"
# NdT: nome di applicazione (quando manca)
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Senza nome"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "Il file .desktop non specifica il campo Exec"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "Impossibile trovare il terminale richiesto per l'applicazione"
# NdT il primo %s è il percorso alla cartella .local/share/application
# messo tra parentesi per scelta stilistica...
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
@@ -1339,36 +1333,35 @@ msgstr ""
# NdT il primo %s è il percorso alla cartella .local/share/application
# messo tra parentesi per scelta stilistica...
-#: ../gio/gdesktopappinfo.c:1136
+#: gio/gdesktopappinfo.c:1136
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Impossibile creare la cartella utente di configurazione MIME (%s): %s"
-#: ../gio/gdesktopappinfo.c:1475
+#: gio/gdesktopappinfo.c:1475
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Impossibile creare il file .desktop utente %s"
-#: ../gio/gdesktopappinfo.c:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "Definizione personalizzata per %s"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "l'unità non implementa l'espulsione"
# sondaggio ????
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "l'unità non supporta il sondaggio di supporti"
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2686 ../gio/gfile.c:2740
-#: ../gio/gfile.c:2871 ../gio/gfile.c:2911 ../gio/gfile.c:3238
-#: ../gio/gfile.c:3640 ../gio/gfile.c:3724 ../gio/gfile.c:3807
-#: ../gio/gfile.c:3887 ../gio/gfile.c:4217 ../gio/win32/gwinhttpfile.c:427
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operazione non supportata"
@@ -1380,91 +1373,91 @@ msgstr "Operazione non supportata"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "L'oggetto mount contenuto non esiste"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "Impossibile copiare sopra la directory"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "Impossibile copiare la directory sopra la directory"
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "Il file destinazione esiste"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "Impossibile copiare la directory ricorsivamente"
-#: ../gio/gfile.c:2861
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Fornito valore di collegamento simbolico non valido"
-#: ../gio/gfile.c:2954
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Cestino non supportato"
-#: ../gio/gfile.c:3003
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "I nomi di file non possono contenere '%c'"
-#: ../gio/gfile.c:4985 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "il volume non implementa il montaggio"
-#: ../gio/gfile.c:5093
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Non risulta registrata alcuna applicazione per gestire questo file"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "L'enumeratore è chiuso"
# una sola ????
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "L'enumeratore di file presenta un'operazione in sospeso"
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "L'enumeratore di file è già chiuso"
# GLIB-2-18
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "file"
# GLIB-2-18
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr "Il file contenente l'icona"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "Lo stream non supporta query_info"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "Posizionamento non supportato sullo stream"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "Troncamento non consentito sullo stream di input"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "Troncamento non supportato sullo stream"
# o lasciare write ??
-#: ../gio/ginputstream.c:202
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Lo stream di input non implementa la lettura"
@@ -1475,191 +1468,191 @@ msgstr "Lo stream di input non implementa la lettura"
#. Translators: This is an error you get if there is
#. * already an operation running against this stream when
#. * you try to start one
-#: ../gio/ginputstream.c:911 ../gio/goutputstream.c:1095
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Lo stream presenta un'operazione in sospeso"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
msgid "Unable to find default local directory monitor type"
msgstr ""
"Impossibile trovare il tipo di monitor predefinito per directory locali"
-#: ../gio/glocalfile.c:601 ../gio/win32/gwinhttpfile.c:410
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Nome di file %s non valido"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Errore nell'ottenere informazioni sul file system: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "Impossibile rinominare la directory root"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "Impossibile rinominare il file, il nome di file esiste già"
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Nome di file non valido"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "Errore nel rinominare il file: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "Errore nell'aprire il file: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "Impossibile aprire la directory"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "Errore nel rimuovere il file: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "Errore nel cestinare il file: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Impossibile creare la directory cestino \"%s\": %s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "Impossibile trovare la directory di livello superiore per il cestino"
-#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "Impossibile trovare o creare la directory cestino"
# consultare la specifica del cestino di freedesktop.org
# (in breve per ogni file cestinato viene creata una copia
# del file e un file di informazioni - data, posizione originaria...)
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Impossibile creare il file informazioni cestinamento: %s"
-#: ../gio/glocalfile.c:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "Impossibile cestinare il file: %s"
# GLIB-2-18
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "Errore nel creare la directory: %s"
# FIXME: all other occurrences are "symlink"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Errore nel creare il collegamento simbolico: %s"
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "Errore nello spostare il file: %s"
# ma che senso ha???
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "Impossibile spostare la directory sopra la directory"
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Creazione del file backup fallita"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "Errore nel rimuovare il file destinazione: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "Spostamento tra oggetti mount non supportato"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "Il valore dell'attributo deve essere non-NULL"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "Tipo di attributo non valido (attesa stringa)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "Nome di attributo esteso non valido"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Errore nell'impostare l'attributo esteso \"%s\": %s"
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Impossibile eseguire lo stat del file \"%s\": %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (codifica non valida)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Errore nell'eseguire lo stat del descrittore di file: %s"
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tipo di attributo non valido (atteso unit32)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tipo di attributo non valido (atteso uint64)"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Tipo di attributo non valido (attesa stringa di byte)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "Errore nell'impostare i permessi: %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "Errore nell'impostare il proprietario: %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "il collegamento simbolico deve essere non-NULL"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "Errore nell'impostare il collegamento simbolico: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Errore nell'impostare il collegamento simbolico: il file non è un "
@@ -1667,135 +1660,136 @@ msgstr ""
# GLIB-2-18
# lasciata minuscola come per precedente messaggio con symlink
-#: ../gio/glocalfileinfo.c:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "il contesto SELinux deve essere non-NULL"
# GLIB-2-18
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Errore nell'impostare contesto SELinux: %s"
# GLIB-2-18
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "SELinux non è abilitato su questo sistema"
# %s è l'attributo
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Impostazione dell'attributo %s non supportata"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Errore nel leggere dal file: %s"
-#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203
-#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372
-#: ../gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Errore nel posizionarsi all'interno del file: %s"
-#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Errore nel chiudere il file: %s"
-#: ../gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:198
msgid "Unable to find default local file monitor type"
msgstr "Impossibile trovare il tipo di monitor predefinito per file locali"
-#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Errore nello scrivere sul file: %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Errore nel rimuovere il vecchio collegamento di backup: %s"
-#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Errore nel creare la copia di backup: %s"
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Errore nel rinominare temporaneamente il file: %s"
-#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Errore nel troncare il file: %s"
-#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523
-#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Errore nell'aprire il file «%s»: %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Il file destinazione è una directory"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Il file destinazione non è un file normale"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "Il file è stato modificato dall'esterno"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "Fornito GSeekType non valido"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "Richiesta di posizionamento non valida"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "Impossibile troncare GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "Raggiunto il limite massimo dell'array di dati"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "Stream di output di memoria non ridimensionabile"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
msgstr "Ridimensionamento dello stream di output di memoria fallito"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr "l'oggetto mount non implementa lo smontaggio"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr "l'oggetto mount non implementa l'espulsione"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "l'oggetto mount non implementa il rimontaggio"
@@ -1804,7 +1798,7 @@ msgstr "l'oggetto mount non implementa il rimontaggio"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "l'oggetto mount non implementa la supposizione del tipo di contenuto"
@@ -1813,39 +1807,40 @@ msgstr "l'oggetto mount non implementa la supposizione del tipo di contenuto"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
-msgstr "l'oggetto mount non implementa la supposizione sincrona del tipo di contenuto"
+msgstr ""
+"l'oggetto mount non implementa la supposizione sincrona del tipo di contenuto"
-#: ../gio/goutputstream.c:211 ../gio/goutputstream.c:412
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Lo stream di output non implementa la scrittura"
-#: ../gio/goutputstream.c:372 ../gio/goutputstream.c:780
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Lo stream sorgente è già chiuso"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "nome"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Il nome dell'icona"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "nomi"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Un array contenente i nomi delle icone"
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "usare alternative predefinite"
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1854,61 +1849,61 @@ msgstr ""
"ai caratteri '-'. Ignora i nomi successivi al primo nel caso in cui ne siano "
"stati forniti più di uno."
-#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "Errore nel leggere da unix: %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "Errore nel chiudere unix: %s"
-#: ../gio/gunixmounts.c:1779 ../gio/gunixmounts.c:1816
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "File system radice"
-#: ../gio/gunixoutputstream.c:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "Errore nello scrivere su unix: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "il volume non implementa l'espulsione"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "Impossibile trovare l'applicazione"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Errore nel lanciare l'applicazione: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
msgid "URIs not supported"
msgstr "URI non supportati"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
msgid "association changes not supported on win32"
msgstr "cambi di associazioni non supportati su win32"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
msgid "Association creation not supported on win32"
msgstr "Creazione di associazioni non supportata su win32"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "non nascondere le voci"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "usare un formato di elencazione esteso"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[FILE...]"
diff --git a/po/ja.po b/po/ja.po
index 09be3e416..7939677dc 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib trunk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-23 12:14+0900\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-08-23 12:13+0900\n"
"Last-Translator: Takeshi AIHANA <takeshi.aihana@gmail.com>\n"
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
@@ -18,299 +18,297 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:733 ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899 ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "想定外の属性 '%s' (要素 '%s') です"
-#: ../glib/gbookmarkfile.c:744 ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833 ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "属性 '%s' (要素 '%s') がありません"
-#: ../glib/gbookmarkfile.c:1127 ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "想定外のタグ '%s' です (想定していたタグは '%s')"
-#: ../glib/gbookmarkfile.c:1152 ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234 ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "想定外のタグ '%s' ('%s' 内) です"
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "データ・ディレクトリの中に妥当なブックマーク・ファイルはありません"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI が '%s' であるブックマークは既に存在します"
-#: ../glib/gbookmarkfile.c:2061 ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304 ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469 ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630 ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751 ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974 ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240 ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494 ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s' のブックマークが見つかりませんでした"
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s' のブックマークの中で MIME 型が定義されていません"
-#: ../glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
"URI '%s' のブックマークの中でプライベートではないフラグが定義されています"
-#: ../glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s' のブックマークの中にグループがありません"
-#: ../glib/gbookmarkfile.c:3258 ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "アプリケーション '%s' は '%s' のブックマークを登録していません"
-#: ../glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "実行ラインの '%s' を URI '%s' で展開できませんでした"
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "文字セット '%s' から '%s' への変換はサポートしていません"
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' から '%s' へのコンバータを開けませんでした"
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2216 ../glib/gutf8.c:955
-#: ../glib/gutf8.c:1404
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "変換する入力に無効なバイトの並びがあります"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "変換中にエラー: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:951 ../glib/gutf8.c:1155
-#: ../glib/gutf8.c:1296 ../glib/gutf8.c:1400
+#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "入力の最後に不完全な文字シーケンスがあります"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "フォールバック '%s' を文字セット '%s' に変換できません"
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' は \"file\" スキームの絶対 URI ではありません"
-#: ../glib/gconvert.c:1747
+#: glib/gconvert.c:1747
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "ローカル・ファイルの URI '%s' は '#' は含みません"
-#: ../glib/gconvert.c:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' は正しくありません"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI のホスト名 '%s' がおかしいです"
-#: ../glib/gconvert.c:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' に無効なエスケープ文字が含まれています"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "パス名 '%s' が絶対パスではありません"
-#: ../glib/gconvert.c:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "無効なホスト名です"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "ディレクトリ '%s' を開く時にエラー: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu バイトを確保できませんでした (ファイル \"%s\" の読み込みに必要)"
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "ファイル '%s' の読み出し中にエラー: %s"
-#: ../glib/gfileutils.c:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "ファイル '%s' のサイズが大きすぎます"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "ファイル '%s' を読めません: %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "ファイル '%s' を開けません: %s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "ファイル '%s' の属性の取得できません: fstat() が失敗: %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "ファイル '%s' を開けません: fdopen() が失敗: %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"'%s' から '%s' へのファイル名の変更に失敗しました: g_rename() が失敗: %s"
-#: ../glib/gfileutils.c:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "ファイル '%s' の生成に失敗しました: %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "ファイル '%s' を書き込みモードで開けませんでした: fdopen() が失敗: %s"
-#: ../glib/gfileutils.c:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "ファイル '%s' への書き込みに失敗しました: fwrite() が失敗: %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "ファイル '%s' を閉じれません: fclose() が失敗: %s"
-#: ../glib/gfileutils.c:1123
+#: glib/gfileutils.c:1123
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "既存のファイル '%s' を削除できませんでした: g_unlink() が失敗: %s"
-#: ../glib/gfileutils.c:1367
+#: glib/gfileutils.c:1367
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "テンプレート '%s' が正しくありません ('%s' を含めないこと)"
-#: ../glib/gfileutils.c:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "テンプレート '%s' に XXXXXX が含まれていません"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "シンボリック・リンク '%s' の読み込みが失敗: %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
msgid "Symbolic links not supported"
msgstr "シンボリック・リンクはサポートしていません"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "'%s' から '%s' へ変換するコンバータを開けませんでした: %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "g_io_channel_read_line_string では raw モードで読めません"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "変換されていないデータが読みこみバッファに残っています"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "チャンネルが不完全な文字で終わっています"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end では raw モードで読めません"
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "ファイル '%s' を開けません: open() が失敗: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "ファイル '%s' のマップに失敗しました: mmap() が失敗: %s"
-#: ../glib/gmarkup.c:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "%d 行の %d 文字目でエラー:"
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "%d 行目でエラー: %s"
-#: ../glib/gmarkup.c:483
+#: glib/gmarkup.c:483
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"空のエンティティ '&;' があります; 正しいエンティティは: &amp; &quot; &lt; "
"&gt; &apos;"
-#: ../glib/gmarkup.c:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -321,17 +319,17 @@ msgstr ""
"表わします。もしアンパサンドがエンティティでなければ、&amp; のようにエスケー"
"プしてください"
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "文字 '%s' はエンティティ名として使えません"
-#: ../glib/gmarkup.c:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "エンティティ名 '%s' というのは不明です"
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
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;"
@@ -340,7 +338,7 @@ msgstr ""
"ドを使ったのではないでしょうか。アンパサンドは &amp; のようにエスケープしてく"
"ださい"
-#: ../glib/gmarkup.c:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -349,16 +347,16 @@ msgstr ""
"'%-.*s' をパースできません。文字参照には数字が含まれなくてはなりません (例: "
"&#234;) おそらく数字が大きすぎます"
-#: ../glib/gmarkup.c:650
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "文字参照 '%-.*s' が使用可能な文字をエンコードしていません"
-#: ../glib/gmarkup.c:665
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "空の文字参照です。&#454; のように数字がなくてはなりません"
-#: ../glib/gmarkup.c:675
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -368,32 +366,32 @@ msgstr ""
"サンド文字を使っているのかもしれません。アンパサンドは &amp; とエスケープして"
"ください"
-#: ../glib/gmarkup.c:761
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "中途半端な実体参照です"
-#: ../glib/gmarkup.c:767
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "中途半端な文字参照です"
-#: ../glib/gmarkup.c:1053
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "UTF-8 として正しくない文字列です (シーケンスが長すぎます)"
-#: ../glib/gmarkup.c:1081
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "UTF-8 として正しくない文字列です (文字で始まっていません)"
-#: ../glib/gmarkup.c:1117
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "UTF-8 として正しくない文字列です ('%s' は妥当ではありません)"
-#: ../glib/gmarkup.c:1155
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ドキュメントは要素 (例 <book>) で始まってなくてはなりません"
-#: ../glib/gmarkup.c:1195
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -402,7 +400,7 @@ msgstr ""
"'%s' は '<' に続く文字としては正しくありません。おそらく要素名の開始になって"
"いません"
-#: ../glib/gmarkup.c:1263
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -411,13 +409,13 @@ msgstr ""
"おかしな文字 '%s' があります。空の要素のタグ '%s' の最後は '>' でなくてはなり"
"ません"
-#: ../glib/gmarkup.c:1352
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "おかしな文字 '%s' です。属性名'%s' (要素 '%s') の後には '=' が必要です"
-#: ../glib/gmarkup.c:1394
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -428,7 +426,7 @@ msgstr ""
"はなりません。あるいは属性になります。おかしな文字を属性名に使ったのかもしれ"
"ません"
-#: ../glib/gmarkup.c:1480
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -437,7 +435,7 @@ msgstr ""
"おかしな文字 '%s' です。属性 '%s' (要素 '%s') の値を設定するには等号記号の後"
"は引用記号で始まってなくてはなりません"
-#: ../glib/gmarkup.c:1622
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -446,7 +444,7 @@ msgstr ""
"'%s' は '</' に続く文字としては正しくありません。'%s' では要素名は始まってま"
"せん"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -455,25 +453,25 @@ msgstr ""
"'%s' は閉じ要素名 '%s' に続く文字としては正しくありあません。'>' のみが使用で"
"きます"
-#: ../glib/gmarkup.c:1673
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "要素 '%s' は閉じています。要素は何も開かれてません"
-#: ../glib/gmarkup.c:1682
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "要素'%s' が閉ました。しかし現在開いている要素は '%s' です"
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "ドキュメントが空か、空白だけが含まれています"
-#: ../glib/gmarkup.c:1859
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ドキュメントが開きカギカッコ '<' の直後で終了しています"
-#: ../glib/gmarkup.c:1867 ../glib/gmarkup.c:1912
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -482,7 +480,7 @@ msgstr ""
"ドキュメントが突然終了しています。要素が開きっぱなしです。最後に開いた要素は "
"'%s' です。"
-#: ../glib/gmarkup.c:1875
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -491,19 +489,19 @@ msgstr ""
"ドキュメントはタグ <%s/> で終了しているものと想定していましたが、突然終了して"
"います。"
-#: ../glib/gmarkup.c:1881
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "要素名の途中でドキュメントが突然終了しています"
-#: ../glib/gmarkup.c:1887
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "属性名の途中でドキュメントが突然終了しています"
-#: ../glib/gmarkup.c:1892
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "要素の開始タグの途中でドキュメントが突然終了しています"
-#: ../glib/gmarkup.c:1898
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -511,533 +509,531 @@ msgstr ""
"属性名の後にある等号記号の次でドキュメントが突然終了しています: 属性値があり"
"ません"
-#: ../glib/gmarkup.c:1905
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ドキュメントが属性値の途中で突然終了しています"
-#: ../glib/gmarkup.c:1921
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "ドキュメントが要素 '%s' の閉じタグの途中で突然終了しています"
-#: ../glib/gmarkup.c:1927
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"ドキュメントがコメントあるいはプロセシング指示子の途中で突然終了しています"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "不正なオブジェクト"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "内部エラーまたは不正なオブジェクト"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "メモリが足りません"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "バックトラック処理の上限に達しました"
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
msgid "the pattern contains items not supported for partial matching"
msgstr "パターンに含まれているアイテムは部分マッチングをサポートしていません"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
msgid "internal error"
msgstr "内部エラー"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr "条件の後方参照は部分マッチングをサポートしていません"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "再帰の上限に達しました"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "空の部分文字列に対する作業領域の上限に達しました"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "改行フラグの連携が間違っています"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "原因不明のエラー"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "パタンの終端に \\ があります"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "パタンの終端に \\c があります"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "認識できない文字の後ろに \\ があります"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr ""
"ここに大/小文字の変換を行うエスケープ (\\l、\\L、\\u、\\U) を挿入できません"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "量指定子 '{}' の中にある数値の順番が間違っています"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "量指定子 '{}' の中にある数値が大きすぎます"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "文字クラスを表す終端文字 '] ' がありません"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "文字クラスの中に無効なエスケープ・シーケンスがあります"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "文字クラスで文字の順番が間違っています"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "繰り返すものがありません"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "'(?' の後ろに認識できない文字があります"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "'(?<' の後ろに認識できない文字があります"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "(?P の後ろに認識できない文字があります"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "POSIX の名前付きクラスはクラスの内部でのみ利用できます"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "終端文字の ')' がありません"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr "開始文字 '(' が無い終端文字 ')'"
#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
#. * sequences here, '(?-54' would be an example for the second group.
#.
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
msgid "(?R or (?[+-]digits must be followed by )"
msgstr "(?R または (?[+-]数値 が続く必要あり )"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "存在しないサブパタンへの参照です"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "コメントの後ろに ')' がありません"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "正規表現が長すぎます"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "メモリの確保に失敗しました"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "後読み (lookbehind assertion) が固定長ではありません"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "'(?(' の後ろに不正な形式の数値または名前があります"
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "条件グループに二つ以上のブランチがあります"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "assertion expected after (?("
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "不明な POSIX のクラス名"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "POSIX では照合順序の要素はサポートしていません"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "\\x{...} の中にある文字値が大きすぎます"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "条件の '(?(0)' が間違っています"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "後読みのアサーションでは \\C を指定できません"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "繰り返しの呼び出しが無限ループになっています"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "サブパタンの名前に終端文字がありません"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "二つある名前付きサブパタンが同じ名前です"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "不正な \\P または \\p のシーケンスです"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "\\P または \\p の後ろにあるプロパティ名が不明です"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "サブパタンの名前が長すぎます (32 文字以下にして下さい)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "名前付きサブパタンが多すぎます (10,000 個以下にして下さい)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "8進数値が \\377 よりも大きいです"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "DEFINE グループに1つ以上のブランチが含まれています"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "DEFINE グループは繰り返せません"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "NEWLINE オプションに矛盾があります"
-#: ../glib/gregex.c:333
+#: glib/gregex.c:333
msgid ""
"\\g is not followed by a braced name or an optionally braced non-zero number"
msgstr ""
"ブレース名の後ろに \\g が存在していないか、または0以外の数値でブレースしてい"
"ます"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "想定外の繰り返しです"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "コードがオーバーフローしました"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "正規表現をコンパイルする領域で上限を超えました"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "直前にチェックしたサブパタンのリファレンスが見つかりませんでした"
-#: ../glib/gregex.c:526 ../glib/gregex.c:1593
+#: glib/gregex.c:526 glib/gregex.c:1593
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "正規表現 %s でマッチングしている際にエラー: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "お使いの PCRE ライブラリは UTF-8 をサポートしていません"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "お使いの PCRE library は UTF-8 のプロパティをサポートしていません"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "正規表現 %s をコンパイルする際にエラー (%d 文字目): %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "正規表現 %s を最適化する際にエラー: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "16進数の数値または '}' を想定していました"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "16進数の数値を想定していました"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "シンボル参照の中に '<' がありません"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "中途半端なシンボル参照です"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "サイズが0のシンボル参照です"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "数値を想定していました"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "シンボル参照が間違っています"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "最後の '\\' に対応するシンボルがありません"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "不明なエスケープ・シーケンスです"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, 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')"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
msgid "Text was empty (or contained only whitespace)"
msgstr "テキストが空です (あるいは空白のみ)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "子プロセスからデータを読み出せません"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "子プロセスとの通信用のパイプを作成できません (%s)"
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "子パイプから読み出せません (%s) "
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "'%s' というディレクトリへ移動できません (%s)"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "子プロセスを起動できません (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "プログラム名が無効です: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "%d の引数ベクタに不正な文字列があります: %s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "環境変数に不正な文字列があります: %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "作業ディレクトリが不正です: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "ヘルパー・プログラム (%s) の起動が失敗しました"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
msgstr ""
"g_io_channel_win32_poll() が子プロセスからデータを読み出す際に想定外のエラー"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "子プロセスからデータを読めません (%s)"
-#: ../glib/gspawn.c:325
+#: glib/gspawn.c:325
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "子プロセスからデータを読み出す際に select() で想定外のエラー (%s)"
-#: ../glib/gspawn.c:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "waitpid() で想定外のエラー (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "fork 失敗 (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "子プロセスを起動できません \"%s\" (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "子プロセスの出力、または入力をリダイレクトできません (%s)"
-#: ../glib/gspawn.c:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "子プロセスを fork できません (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "子プロセスの実行時に不明なエラー \"%s\""
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "子 pid パイプから十分なデータを読めません (%s)"
-#: ../glib/gutf8.c:1029
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "UTF-8 の範囲外の文字です"
-#: ../glib/gutf8.c:1123 ../glib/gutf8.c:1132 ../glib/gutf8.c:1264
-#: ../glib/gutf8.c:1273 ../glib/gutf8.c:1414 ../glib/gutf8.c:1510
+#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "変換する入力で無効なシーケンスがあります"
-#: ../glib/gutf8.c:1425 ../glib/gutf8.c:1521
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "UTF-16 の範囲外の文字です"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "用法:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[オプション...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "ヘルプのオプション:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "ヘルプのオプションを表示する"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "ヘルプのオプションを全て表示する"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "アプリケーションのオプション:"
-#: ../glib/goption.c:849 ../glib/goption.c:919
+#: glib/goption.c:849 glib/goption.c:919
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "%2$s の整数値 '%1$s' を解析できません"
-#: ../glib/goption.c:859 ../glib/goption.c:927
+#: glib/goption.c:859 glib/goption.c:927
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "%2$s の整数値 '%1$s' は範囲外の値です"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "%2$s の実数値 '%1$s' を解析できません"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "%2$s の実数値 '%1$s' は範囲外の値です"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "オプション %s の解析中にエラー"
-#: ../glib/goption.c:1260 ../glib/goption.c:1371
+#: glib/goption.c:1260 glib/goption.c:1371
#, c-format
msgid "Missing argument for %s"
msgstr "%s の引数がありません"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "%s は不明なオプションです"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
msgid "Valid key file could not be found in search dirs"
msgstr "検索ディレクトリには妥当なキー・ファイルがありませんでした"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
msgid "Not a regular file"
msgstr "通常のファイルではありません"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
msgid "File is empty"
msgstr "ファイルが空です"
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
#, c-format
msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -1045,48 +1041,48 @@ msgstr ""
"キー・ファイルの行 '%s' がキー/値のペア、グループ、またはコメントではありませ"
"ん"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "グループ名が無効です: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
msgid "Key file does not start with a group"
msgstr "キー・ファイルがグループで始まっていません"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "キーの名前が無効です: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "キー・ファイルにサポートしてないエンコーディング '%s' があります"
-#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "キー・ファイルにグループ '%s' がありません"
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "キー・ファイルにキー '%s' がありません"
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "キー・ファイルのキー '%s' の値 '%s' が UTF-8 ではありません"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "キー・ファイルのキー '%s' の値を解釈できませんでした"
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1094,122 +1090,119 @@ msgid ""
msgstr ""
"キー・ファイルのグループ '%2$s' にあるキー '%1$s' の値を解釈できませんでした"
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "キー・ファイルにはグループ '%2$s' のキー '%1$s' がありません"
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
msgid "Key file contains escape character at end of line"
msgstr "キー・ファイルの行末にエスケープ文字が含まれています"
-#: ../glib/gkeyfile.c:3496
+#: glib/gkeyfile.c:3496
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "キー・ファイルに無効なエスケープ・シーケンス '%s' が含まれています"
-#: ../glib/gkeyfile.c:3638
+#: glib/gkeyfile.c:3638
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "値 '%s' を数値として解釈できません"
-#: ../glib/gkeyfile.c:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "整数値 '%s' は範囲外の値です"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "値 '%s' を実数値として解釈できません"
-#: ../glib/gkeyfile.c:3709
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "値 '%s' を論理値として解釈できません"
-#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:193
-#: ../gio/ginputstream.c:325 ../gio/ginputstream.c:566
-#: ../gio/ginputstream.c:691 ../gio/goutputstream.c:202
-#: ../gio/goutputstream.c:656
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "%s に引き渡した値が大きすぎます"
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:901
-#: ../gio/goutputstream.c:1085
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "既にストリームは閉じています"
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "操作がキャンセルされました"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "不明な種類"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "%s (ファイルの種類)"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "%s (種類)"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "想定していたよりも早くストリームの最後に到達しました"
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "名前なし"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "デスクトップ・ファイルで Exec 項目を指定してませんでした"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "アプリケーションで必要な端末が見つかりませんでした"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "ユーザのアプリケーション設定フォルダ %s を生成できません: %s"
-#: ../gio/gdesktopappinfo.c:1136
+#: gio/gdesktopappinfo.c:1136
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "ユーザの MIME 型設定フォルダ %s を生成できません: %s"
-#: ../gio/gdesktopappinfo.c:1475
+#: gio/gdesktopappinfo.c:1475
#, c-format
msgid "Can't create user desktop file %s"
msgstr "ユーザのデスクトップ・ファイル %s を生成できません"
-#: ../gio/gdesktopappinfo.c:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "%s に対する独自の設定"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "ドライブ側で取り出しの操作を実装していません"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "ドライブ側でポーリングによるメディアの検出を実装していません"
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2686 ../gio/gfile.c:2740
-#: ../gio/gfile.c:2871 ../gio/gfile.c:2911 ../gio/gfile.c:3238
-#: ../gio/gfile.c:3640 ../gio/gfile.c:3724 ../gio/gfile.c:3807
-#: ../gio/gfile.c:3887 ../gio/gfile.c:4217 ../gio/win32/gwinhttpfile.c:427
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "サポートしていない操作です"
@@ -1221,87 +1214,87 @@ msgstr "サポートしていない操作です"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "マウントを含んでいるものはありません"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "ディレクトリ全体をコピーできません"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "ディレクトリからディレクトリへコピーできません"
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "対象となるファイルが存在しています"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "ディレクトリを再帰的にコピーできません"
-#: ../gio/gfile.c:2861
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "指定したシンボリックリンクは間違っています"
-#: ../gio/gfile.c:2954
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "ゴミ箱はサポートしていません"
-#: ../gio/gfile.c:3003
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ファイル名に '%c' を含めることはできません"
-#: ../gio/gfile.c:4985 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "ボリュームはマウントを実装していません"
-#: ../gio/gfile.c:5093
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "このファイルを扱うアプリケーションが登録されていません"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "Enumerator は閉じています"
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "File enumerator has outstanding operation"
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "ファイルの Enumerator は既に閉じています"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "ファイル"
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr "アイコンの情報を格納したファイルです"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "ストリームは query_info をサポートしていません"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "ストリームにおけるシークはサポートしていません"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "入力ストリームで切りつめることはできません"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "ストリームにおける切りつめはサポートしていません"
-#: ../gio/ginputstream.c:202
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "入力ストリームで読み込みを実装していません"
@@ -1311,361 +1304,361 @@ msgstr "入力ストリームで読み込みを実装していません"
#. Translators: This is an error you get if there is
#. * already an operation running against this stream when
#. * you try to start one
-#: ../gio/ginputstream.c:911 ../gio/goutputstream.c:1095
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Stream has outstanding operation"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
msgid "Unable to find default local directory monitor type"
msgstr ""
"ローカル・ディレクトリを監視するデフォルト・モニタの種類が見つかりません"
-#: ../gio/glocalfile.c:601 ../gio/win32/gwinhttpfile.c:410
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "ファイル名が無効です: %s"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "ファイルシステムの情報を取得する際にエラー: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "ルート・ディレクトリの名前は変更できません"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "ファイル名を変更できません (既に存在しているため)"
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:505
-#: ../gio/glocalfileoutputstream.c:550 ../gio/glocalfileoutputstream.c:967
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "無効なファイル名です"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "ファイル名を変更する際にエラー: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "ファイルをオープンする際にエラー: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "ディレクトリをオープンできません"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "ファイルを削除する際にエラー: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "ファイルをゴミ箱へ移動する際にエラー: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "ゴミ箱のディレクトリ (%s) の生成に失敗しました: %s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "ゴミ箱のトップレベルなディレクトリが見つかりません"
-#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "ゴミ箱ディレクトリが存在しないか生成できません"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "ゴミ箱の情報ファイルを生成できません: %s"
-#: ../gio/glocalfile.c:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "ファイルをゴミ箱へ移動できません: %s"
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "ディレクトリを生成する際にエラー: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "シンボリック・リンクを生成する際にエラー: %s"
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "ファイルを移動する際にエラー: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "ディレクトリからディレクトリへ移動できません"
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:819
-#: ../gio/glocalfileoutputstream.c:833 ../gio/glocalfileoutputstream.c:848
-#: ../gio/glocalfileoutputstream.c:864 ../gio/glocalfileoutputstream.c:878
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "バックアップ・ファイルの生成に失敗しました"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "対象となるファイルを削除する際にエラー: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "マウント間の移動はサポートしていません"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "属性値を NULL にしないで下さい"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "属性の種類が無効です (文字列を想定していた)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "拡張属性の名前が無効です"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "'%s' という拡張属性をセットする際にエラー: %s"
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:706
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' というファイルの状態を取得する際にエラー: %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (無効なエンコーディング)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "ファイル・ディスクリプタの状態を取得する際にエラー: %s"
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "属性の種類が無効です (uint32 型を想定していた)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "属性の種類が無効です (uint64 型を想定していた)"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "属性の種類が無効です (バイト型の文字列を想定していた)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "アクセス権をセットする際にエラー: %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "所有者をセットする際にエラー: %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "シンボリックリンクを NULL にしないで下さい"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "シンボリックリンクをセットする際にエラー: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
msgid "Error setting symlink: file is not a symlink"
msgstr "シンボリックリンクの指定でエラー: ファイルがリンクではない"
-#: ../gio/glocalfileinfo.c:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "SELinux のコンテキストを NULL にしないで下さい"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "SELinux のコンテキストを指定する際にエラー: %s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "このシステムでは SELinux が有効になっていません"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s という属性値はセットできません"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:603
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "ファイルから読み込む際にエラー: %s"
-#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203
-#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:405
-#: ../gio/glocalfileoutputstream.c:896
+#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "ファイルでシークする際にエラー: %s"
-#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:208
-#: ../gio/glocalfileoutputstream.c:303
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "ファイルを閉じる際にエラー: %s"
-#: ../gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:198
msgid "Unable to find default local file monitor type"
msgstr "ローカル・ファイルを監視するデフォルト・モニタの種類が見つかりません"
-#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:624
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "ファイルに書き込む際ににエラー: %s"
-#: ../gio/glocalfileoutputstream.c:235
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "古いバックアップのリンクを削除する際にエラー: %s"
-#: ../gio/glocalfileoutputstream.c:249 ../gio/glocalfileoutputstream.c:262
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "バックアップのコピーを生成する際にエラー: %s"
-#: ../gio/glocalfileoutputstream.c:280
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "作業用のファイル名を変更する際にエラー: %s"
-#: ../gio/glocalfileoutputstream.c:451 ../gio/glocalfileoutputstream.c:913
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "ファイルを切りつめる際にエラー: %s"
-#: ../gio/glocalfileoutputstream.c:511 ../gio/glocalfileoutputstream.c:556
-#: ../gio/glocalfileoutputstream.c:688 ../gio/glocalfileoutputstream.c:973
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "'%s' というファイルをオープンする際にエラー: %s"
-#: ../gio/glocalfileoutputstream.c:719
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "対象となるファイルはディレクトリです"
-#: ../gio/glocalfileoutputstream.c:724
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "対象となるファイルは通常のファイルではありません"
-#: ../gio/glocalfileoutputstream.c:736
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "ファイルが外部で変更されました"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "不正な GSeekType が指定されました"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "無効なシークの要求です"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "GMemoryInputStream を切りつめることはできません"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "データ配列の上限に到達しました"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "メモリ出力ストリームの大きさは変更できません"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
msgstr "メモリ出力ストリームの大きさを変更できませんでした"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr "mount はアンマウントを実装していません"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr "mount は取り出しを実装していません"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "mount は再マウントを実装していません"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "mount にはメディアの種類を推測するような実装はありません"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount には同期させてメディアの種類を推測するような実装はありません"
-#: ../gio/goutputstream.c:211 ../gio/goutputstream.c:412
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "出力ストリームは書き込みを実装していません"
-#: ../gio/goutputstream.c:372 ../gio/goutputstream.c:780
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "ソース・ストリームは既に閉じています"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "名前"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "アイコンの名前です"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "名前の集合"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "アイコンの名前を格納した配列です"
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "デフォルトのフォールバックを使用する"
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1673,60 +1666,60 @@ msgstr ""
"'-' という代替え文字で名前を省略するデフォルトのフォールバックを使用するかど"
"うかです (複数の名前を指定すると一番最初の名前より後ろの名前を全て無視します)"
-#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "unix から読み込む際にエラー: %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "unix を閉じる際にエラー: %s"
-#: ../gio/gunixmounts.c:1779 ../gio/gunixmounts.c:1816
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "ファイルシステムのルート"
-#: ../gio/gunixoutputstream.c:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "unix に書き込む際にエラー: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "ボリュームは取り出しを実装していません"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "アプリケーションが見つかりません"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "アプリケーションを起動する際にエラー: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
msgid "URIs not supported"
msgstr "URI はサポートしていません"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
msgid "association changes not supported on win32"
msgstr "win32 で組み合わせの変更はサポートしていません"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
msgid "Association creation not supported on win32"
msgstr "win32 で組み合わせの生成はサポートしていません"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "エントリを隠さない"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "長い形式で一覧表示する"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[ファイル...]"
diff --git a/po/ka.po b/po/ka.po
index 666440cc9..a1793bbac 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ka\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2007-09-14 12:15+0200\n"
"Last-Translator: Vladimer Sichinava ვლადიმერ სიჭინავა <vsichi@gnome.org>\n"
"Language-Team: Georgian <http://mail.gnome.org/mailman/listinfo/gnome-ge-"
@@ -20,73 +20,72 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0\n"
"X-Generator: KBabel 1.11.4\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "მოულოდნელი ატრიბუტი '%s' ელემენტ '%s'-თვის"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "ატრიბუტი'%s' ელემენტისთვის '%s' ვერ მოიძებნა"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "უცნობი ჭდე '%s', მოსალოდნელი იყო '%s'"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "უცნობი ჭდე '%s' - '%s'-ში"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "მონაცემთა დასტებში მართებული საკვანძო ფაილი ვერ მოიძებნა"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s' სანიშნე უკვე არსებობს"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s'-თვის სანიშნე ვერ მოიძებნა"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s' სანიშნეში MIME ტიპი არ მითითებულა"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s' სანიშნეში პირადი ალამი არ მითითებულა"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s' სანიშნეში ჯგუფები არ მითითებულა"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "პროგრამისთვის სახელით '%s' არ მითითებულა სანიშნე '%s'"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "შეუძლებელია '%s' exec line-ს გაფართოება, მისამართით URI '%s'"
@@ -1350,8 +1349,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "მასპინძლის მცდარი სახელი"
@@ -1422,9 +1421,9 @@ msgstr "ფაილის \"%s\" წაკითხვის შეცდომ
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1455,7 +1454,7 @@ msgstr "დოკუმენტი მოულოდნელად დას
msgid "Error setting extended attribute '%s': %s"
msgstr "შეცდომ \"%s\" დასტის გახსნისას: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
@@ -1526,19 +1525,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "სიმბოლური ბმების გამოყენება არაა რეალიზებული"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
@@ -1547,47 +1547,47 @@ msgstr "ფაილის \"%s\" წაკითხვის შეცდომ
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "შეცდომის გაანალიზების პარამეტრი: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
#, fuzzy
msgid "Target file is not a regular file"
msgstr "ფაილი ჩვეულებრივი არაა"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/kn.po b/po/kn.po
index 69a35937e..030a0c9a2 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.kn\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-02-13 14:34+0530\n"
"Last-Translator: Shankar Prasad <svenkate@redhat.com>\n"
"Language-Team: Kannada <en@li.org>\n"
@@ -17,73 +17,72 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "'%s'ಘಟಕಕ್ಕೆ ಅನಪೇಕ್ಷಿತ ಗುಣ ವಿಶೇಷ '%s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "'%s' ದ ಘಟಕಕ್ಕೆ '%s' ಗುಣವಿಶೇಷ ಪತ್ತೆಯಾಗಿಲ್ಲ"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "ಅನಪೇಕ್ಷಿತ ಪದಗುಚ್ಛ '%s', ಪದಗುಚ್ಛ '%s' ವನ್ನು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "'%s' ದ ಒಳಗೆ ಅನಪೇಕ್ಷಿತ ಪದಗುಚ್ಛ '%s"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "ದತ್ತಾಂಶ ಕೋಶದಲ್ಲಿ ಯಾವುದೇ ಮಾನ್ಯ ಬುಕ್ ಮಾರ್ಕ್ ಕಂಡು ಬಂದಿಲ್ಲ"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s' ಗೆ ಈಗಾಗಲೆ ಒಂದು ಬುಕ್ ಮಾರ್ಕ್ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s' ಗೆ ಯಾವುದೇ ಬುಕ್ ಮಾರ್ಕ್ ಕಂಡು ಬಂದಿಲ್ಲ"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s' ಗಾಗಿನ ಬುಕ್ ಮಾರ್ಕಿನಲ್ಲಿ ಯಾವುದೇ MIME ಪ್ರಕಾರವು ಕಂಡುಬಂದಿಲ್ಲ"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s' ನ ಬುಕ್ ಮಾರ್ಕಿನಲ್ಲಿ ಯಾವುದೇ ಖಾಸಗಿ ನಿಶಾನೆಯು ಸೂಚಿತವಾಗಿಲ್ಲ"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s' ಗಾಗಿ ಯಾವುದೇ ಸಮೂಹವು ಸಂಯೋಜಿತವಾಗಿಲ್ಲ"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' ಎಂಬ ಹೆಸರಿನ ಯಾವುದೇ ಅನ್ವಯವು '%s' ಗಾಗಿ ಒಂದು ಬುಕ್-ಮಾರ್ಕನ್ನು ನೊಂದಾಯಿಸಿಲ್ಲ"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "exec ಸಾಲು '%s' ಅನ್ನು URI '%s' ನೊಂದಿಗೆ ವಿಸ್ತರಿಸುವಲ್ಲಿ ವಿಫಲತೆ ಎದುರಾಗಿದೆ"
@@ -1332,8 +1331,8 @@ msgid "Can't rename file, filename already exist"
msgstr "ಕಡತದ ಹೆಸರನ್ನು ಬದಲಾಯಿಸಲಾಗಲಿಲ್ಲ, ಈ ಹೆಸರಿನ ಕಡತವು ಈಗಾಗಲೆ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "ಅಮಾನ್ಯ ಕಡತದ ಹೆಸರು"
@@ -1403,9 +1402,9 @@ msgstr "ಕಡತವನ್ನು ಸ್ಥಳಾಂತರಿಸುವಲ್ಲ
msgid "Can't move directory over directory"
msgstr "ಕೋಶವನ್ನು ಇನ್ನೊಂದು ಕೋಶಕ್ಕೆ ಸ್ಥಳಾಂತರಿಸಲಾಗುವುದಿಲ್ಲ"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "ಬ್ಯಾಕ್ ಕಡತವನ್ನು ನಿರ್ಮಿಸುವಲ್ಲಿ ವಿಫಲತೆ"
@@ -1435,7 +1434,7 @@ msgstr "ಅಮಾನ್ಯವಾದ ವಿಸ್ತರಿಸಲ್ಪಟ್ಟ
msgid "Error setting extended attribute '%s': %s"
msgstr "ವಿಸ್ತರಿಸಲ್ಪಟ್ಟ ವೈಶಿಷ್ಟ್ಯ '%s' ಅನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' ಕಡತವನ್ನು ವ್ಯಕ್ತಪಡಿಸುವಲ್ಲಿ ದೋಷ: %s"
@@ -1506,19 +1505,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "%s ವೈಶಿಷ್ಟ್ಯಗಳನ್ನು ಹೊಂದಿಸುವುದು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "ಕಡತದಿಂದ ಓದುವಲ್ಲಿ ದೋಷ: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "ಕಡತದಲ್ಲಿ ಕೋರುವಾಗ ದೋಷ: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "ಕಡತವನ್ನು ಮುಚ್ಚುವಲ್ಲಿ ದೋಷ: %s"
@@ -1527,46 +1527,46 @@ msgstr "ಕಡತವನ್ನು ಮುಚ್ಚುವಲ್ಲಿ ದೋಷ: %s
msgid "Unable to find default local file monitor type"
msgstr "ಪೂರ್ವನಿಯೋಜಿತವಾದ ಸ್ಥಳೀಯ ಕಡತ ಮೇಲ್ವಿಚಾರಕದ ಬಗೆಯನ್ನು ಪತ್ತೆ ಮಾಡಲಾಗಿಲ್ಲ"
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "ಕಡತಕ್ಕೆ ಬರೆಯುವಲ್ಲಿ ದೋಷ: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "ಹಳೆಯ ಬ್ಯಾಕ್ಅಪ್ ಕೊಂಡಿಯನ್ನು ತೆಗೆದುಹಾಕುವಲ್ಲಿ ದೋಷ: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "ಬ್ಯಾಕ್ಅಪ್ ಪ್ರತಿಯನ್ನು ನಿರ್ಮಿಸುವಲ್ಲಿ ದೋಷ: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "ತಾತ್ಕಾಲಿಕ ಕಡತದ ಹೆಸರನ್ನು ಬದಲಾಯಿಸುವಲ್ಲಿ ದೋಷ: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "ಕಡತವನ್ನು ಟ್ರಂಕೇಟ್‍ ಮಾಡುವಲ್ಲಿ ಲಿ ದೋಷ: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "'%s' ಕಡತವನ್ನು ತೆರೆಯುವಲ್ಲಿ ದೋಷ: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "ಸೂಚಿತ ಕಡತವು ಒಂದು ಕೋಶವಾಗಿದೆ"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "ಸೂಚಿತ ಕಡತವು ಒಂದು ಸಾಮಾನ್ಯ ಕಡತವಲ್ಲ"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "ಕಡತವು ಹೊರಗಿನಿಂದ ಮಾರ್ಪಡಿಸಲ್ಪಟ್ಟಿದೆ"
diff --git a/po/ko.po b/po/ko.po
index 81d722cc0..5a7039542 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-08-04 22:17+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: GNOME Korea <gnome-kr-hackers@lists.kldp.net>\n"
@@ -18,73 +18,72 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "예상치 못하게 '%2$s' 엘리먼트에 '%1$s' 애트리뷰트가 있습니다"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "'%2$s' 엘리먼트에 '%1$s' 애트리뷰트가 없습니다"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "예상치 못하게 '%s' 태그가 있습니다. '%s' 태그가 있어야 합니다"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "예상치 못하게 '%2$s' 안에 '%1$s' 태그가 있습니다"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "데이터 디렉토리에 올바른 북마크 파일이 없습니다"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "'%s' URL에 대한 북마크가 이미 있습니다"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "'%s' URL에 대한 북마크가 없습니다"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "'%s' URL에 대한 북마크에 MIME 타입이 없습니다"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "'%s' URL에 대한 북마크에 개인 플래그가 없습니다"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "'%s' URL에 대한 북마크에 그룹이 설정되어 있지 않습니다"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "이름이 '%s'인 어떤 프로그램도 '%s'에 대한 북마크를 등록하지 않았습니다"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "URI '%s'을(를) 사용해 '%s' 실행줄 확장하기에 실패했습니다"
@@ -1338,8 +1337,8 @@ msgid "Can't rename file, filename already exist"
msgstr "파일 이름을 바꿀 수 없습니다. 파일이 이미 있습니다"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "잘못된 파일 이름"
@@ -1409,9 +1408,9 @@ msgstr "파일 옮기는 데 오류: %s"
msgid "Can't move directory over directory"
msgstr "디렉토리를 덮어 써서 디렉토리를 옮길 수 없습니다"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "백업 파일 만들기가 실패했습니다"
@@ -1441,7 +1440,7 @@ msgstr "잘못된 확장 에트리뷰트 이름"
msgid "Error setting extended attribute '%s': %s"
msgstr "확장 애트리뷰트 '%s' 설정 중 오류: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' 파일의 정보를 읽는 중 오류: %s"
@@ -1512,19 +1511,20 @@ msgstr "이 시스템은 SELinux를 사용하지 않습니다"
msgid "Setting attribute %s not supported"
msgstr "%s 애트리뷰트 설정은 지원하지 않습니다"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "파일을 읽는 중 오류: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "파일에서 seek하는 중 오류: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "파일을 닫는 중 오류: %s"
@@ -1533,46 +1533,46 @@ msgstr "파일을 닫는 중 오류: %s"
msgid "Unable to find default local file monitor type"
msgstr "기본 로컬 파일 모니터 종류를 찾을 수 없습니다"
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "파일에 쓰는 중 오류: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "예전 백업 링크를 지우는 중 오류: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "백업 사본을 만드는 중 오류: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "임시 파일의 이름을 바꾸는 오류: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "파일을 자르는 중 오류: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "'%s' 파일을 여는 중 오류: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "대상 파일이 디렉토리입니다"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "대상 파일이 일반 파일이 아닙니다"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "파일이 외부에서 바뀌었습니다"
diff --git a/po/ku.po b/po/ku.po
index d4b9b4ac3..e460ae9be 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.glib-2-8\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -16,73 +16,72 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.10\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Vekirina dosiya '%s' serneket: %s"
@@ -1287,8 +1286,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "Navê hostê nederbasdar e"
@@ -1359,9 +1358,9 @@ msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1391,7 +1390,7 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
@@ -1462,19 +1461,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr ""
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
@@ -1483,46 +1483,46 @@ msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr ""
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr ""
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/lt.po b/po/lt.po
index d85119019..b124b6838 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: lt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-24 20:36-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-08-24 20:36-0400\n"
"Last-Translator: Žygimantas Beručka <zygis@gnome.org>\n"
"Language-Team: Lithuanian <gnome-lt@lists.akl.lt>\n"
@@ -21,297 +21,295 @@ msgstr ""
"100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: KBabel 1.11.4\n"
-#: ../glib/gbookmarkfile.c:733 ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899 ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Netikėtas požymis „%s“ elementui „%s“"
-#: ../glib/gbookmarkfile.c:744 ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833 ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Elemento „%2$s“ požymis „%1$s“ nerastas"
-#: ../glib/gbookmarkfile.c:1127 ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Netikėta žymė „%s“, tikėtasi žymės „%s“"
-#: ../glib/gbookmarkfile.c:1152 ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234 ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Netikėta žymė „%s“ viduje „%s“"
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "Duomenų aplankuose nerasta tinkamo žymelių failo"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI „%s“ žymelė jau egzistuoja"
-#: ../glib/gbookmarkfile.c:2061 ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304 ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469 ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630 ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751 ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974 ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240 ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494 ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Žymelė URI „%s“ nerasta"
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI „%s“ žymelėje neapibrėžtas MIME tipas"
-#: ../glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI „%s“ žymelėje neapibrėžta privati vėliavėlė"
-#: ../glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI „%s“ žymelėje nenurodyta jokia grupė"
-#: ../glib/gbookmarkfile.c:3258 ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Nėra programos pavadinimu „%s“ registravusios „%s“ žymelę"
-#: ../glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Nepavyko išskleisti vykdomosios eilutės „%s“ su URI „%s“"
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Keitimas iš koduotės „%s“ į koduotę „%s“ nepalaikomas"
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Nepavyko atverti keitiklio iš „%s“ į „%s“"
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2216 ../glib/gutf8.c:955
-#: ../glib/gutf8.c:1404
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Klaidinga baitų seka keitimo įvedime"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "Klaida keitimo metu: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:951 ../glib/gutf8.c:1155
-#: ../glib/gutf8.c:1296 ../glib/gutf8.c:1400
+#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Nepilna simbolio seka įvedimo pabaigoje"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Negalima keisti atgalinio varianto „%s“ į koduotę „%s“"
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "Adresas „%s“ nėra absoliutus adresas naudojantis „file“ schemą"
-#: ../glib/gconvert.c:1747
+#: glib/gconvert.c:1747
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Vietinio failo adresas „%s“ negali turėti simbolio „#“"
-#: ../glib/gconvert.c:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "Adresas „%s“ yra klaidingas"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Kompiuterio vardas „%s“ adrese yra klaidingas"
-#: ../glib/gconvert.c:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Adrese „%s“ yra klaidingai perkoduoti symboliai"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Kelias „%s“ nėra absoliutus"
-#: ../glib/gconvert.c:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "Klaidingas kompiuterio vardas"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Klaida atidarant aplanką „%s“: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Nepavyko paskirti %lu baitų reikalingų perskaityti failą „%s“"
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Klaida skaitant failą „%s“: %s"
-#: ../glib/gfileutils.c:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "Failas „%s“ per didelis"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Nepavyko perskaityti failo „%s“: %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Nepavyko atverti failo „%s“: %s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Nepavyko gauti failo „%s“ požymių: fstat() klaida: %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Nepavyko atverti failo „%s“: fdopen() klaida: %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Nepavyko pervadinti failo „%s“ į „%s“: g_rename() klaida: %s"
-#: ../glib/gfileutils.c:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Nepavyko sukurti failo „%s“: %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Nepavyko atverti failo „%s“ rašymui: fdopen() klaida: %s"
-#: ../glib/gfileutils.c:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Nepavyko įrašyti failo „%s“: fwrite() klaida: %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Nepavyko užverti failo „%s“: fclose() klaida: %s"
-#: ../glib/gfileutils.c:1123
+#: glib/gfileutils.c:1123
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Nepavyko pašalinti egzistuojančio failo „%s“: g_unlink() failed: %s"
-#: ../glib/gfileutils.c:1367
+#: glib/gfileutils.c:1367
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Šablonas „%s“ klaidingas, jame negali būti „%s“"
-#: ../glib/gfileutils.c:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Šablone „%s“ nėra XXXXXX"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Nepavyko perskaityti simbolinės nuorodos „%s“: %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
msgid "Symbolic links not supported"
msgstr "Simbolinės nuorodos nepalaikomos"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Nepavyko atverti keitiklio iš „%s“ į „%s“: %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Negalima vykdyti tiesioginio skaitymo iš g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "Nepakeistų duomenų likučiai skaitymo buferyje"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "Kanalas pasibaigia nepilnu simboliu"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Negalima vykdyti tiesioginio skaitymo 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 "Nepavyko atverti failo „%s“: open() klaida: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Nepavyko rasti failo „%s“: mmap() klaida: %s"
-#: ../glib/gmarkup.c:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "Klaida eilutėje %d simbolyje %d: "
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "Klaida eilutėje %d: %s"
-#: ../glib/gmarkup.c:483
+#: glib/gmarkup.c:483
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Aptiktas tuščias elementas '&;'; galimi elementai yra: &amp; &quot; &lt; "
"&gt; &apos;"
-#: ../glib/gmarkup.c:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -322,17 +320,17 @@ msgstr ""
"elemento įvedimą; jei šis ampersendas nėra elemento pradžia, apeikite jį su "
"&amp;"
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Simbolis „%s“ nepriimtinas elemento varde"
-#: ../glib/gmarkup.c:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nežinomas elemento vardas „%s“"
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
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;"
@@ -340,7 +338,7 @@ msgstr ""
"Elementas nepasibaigė kabliataškiu; greičiausiai Jūs panaudojote ampersendo "
"simbolį nepradėdami elemento įvedimo - apeikite ampersendą įvesdami &amp;"
-#: ../glib/gmarkup.c:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -349,16 +347,16 @@ msgstr ""
"Nepavyko apdoroti „%-.*s“, kuris galėjo turėti skaičius simbolio aprašyme "
"(pvz. &#234;) - gal skaičius per didelis"
-#: ../glib/gmarkup.c:650
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Simbolio aprašymas „%-.*s“ neatitinka leistinus simbolius"
-#: ../glib/gmarkup.c:665
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tuščias simbolio aprašymas; ten turėtų būti skaičiai, pvz. &#454;"
-#: ../glib/gmarkup.c:675
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -368,32 +366,32 @@ msgstr ""
"ampersendo simbolį nepradėdami elemento įvedimo - apeikite ampersendą "
"įvesdami &amp;"
-#: ../glib/gmarkup.c:761
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Nebaigtas elemento aprašymas"
-#: ../glib/gmarkup.c:767
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Nebaigtas simbolio aprašymas"
-#: ../glib/gmarkup.c:1053
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Klaidingai koduotas UTF-8 tekstas – per ilga seka"
-#: ../glib/gmarkup.c:1081
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Klaidingai koduotas UTF-8 tekstas – ne pradžios simbolis"
-#: ../glib/gmarkup.c:1117
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Klaidingai koduotas UTF-8 tekstas – netinkamas „%s“"
-#: ../glib/gmarkup.c:1155
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentas turėtų prasidėti elementu (pvz. <book>)"
-#: ../glib/gmarkup.c:1195
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -401,7 +399,7 @@ msgid ""
msgstr ""
"„%s“ negali būti rašomas po „<“ simbolio; jis nepradeda jokio elemento vardo"
-#: ../glib/gmarkup.c:1263
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -410,7 +408,7 @@ msgstr ""
"Neįprastas simbolis „%s“, tikėtasi sulaukti „>“ simbolio, užbaigiančio "
"tuščią elementą „%s“"
-#: ../glib/gmarkup.c:1352
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -418,7 +416,7 @@ msgstr ""
"Neįprastas simbolis „%1$s“, tikėtasi sulaukti „=“ po elemento „%3$s“ požymio "
"vardo „%2$s“"
-#: ../glib/gmarkup.c:1394
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -429,7 +427,7 @@ msgstr ""
"užbaigiančių elementą „%s“, arba papildomo požymio; gal Jūs panaudojote "
"netinkama simbolį požymio varde"
-#: ../glib/gmarkup.c:1480
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -438,7 +436,7 @@ msgstr ""
"Neįprastas simbolis „%1$s“, po lygybės tikėtasi sulaukti atidarančio "
"citavimo simbolio pradedant „%3$s“ elemento „%2$s“ požymio reikšmę"
-#: ../glib/gmarkup.c:1622
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -447,7 +445,7 @@ msgstr ""
"„%s“ negali būti rašomas po simbolių „</“; „%s“ negali būti kokio nors "
"elemento vardu"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -456,29 +454,29 @@ msgstr ""
"„%s“ negali būti rašomas po uždarančio elemento vardo „%s“; leistinas "
"simbolis yra „>“"
-#: ../glib/gmarkup.c:1673
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
"Elemento „%s“ uždarymo simbolis sutiktas anksčiau už elemento atidarymo "
"simbolį"
-#: ../glib/gmarkup.c:1682
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Sutiktas elemento „%s“ uždarymo simbolis, tačiau šiuo metu atidarytas kitas "
"elementas „%s“"
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentas tuščias arba susideda tik iš tarpų"
-#: ../glib/gmarkup.c:1859
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentas netikėtai pasibaigė tuoj po atidarančių skliaustų '<'"
-#: ../glib/gmarkup.c:1867 ../glib/gmarkup.c:1912
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -487,7 +485,7 @@ msgstr ""
"Dokumentas netikėtai pasibaigė neuždarius dalies elementų - „%s“ yra "
"paskutinis atviras elementas"
-#: ../glib/gmarkup.c:1875
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -496,19 +494,19 @@ msgstr ""
"Dokumentas netikėtai pasibaigė, nesulaukta uždarančių skliaustų simbolio <%s/"
">"
-#: ../glib/gmarkup.c:1881
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentas netikėtai pasibaigė elemento varde"
-#: ../glib/gmarkup.c:1887
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentas netikėtai pasibaigė požymio varde"
-#: ../glib/gmarkup.c:1892
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumentas netikėtai pasibaigė elemento atvėrimo žyme."
-#: ../glib/gmarkup.c:1898
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -516,398 +514,396 @@ msgstr ""
"Dokumentas netikėtai pasibaigė lygybės simboliu einančio po požymio vardo; "
"nerasta požymio reikšmė"
-#: ../glib/gmarkup.c:1905
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentas netikėtai pasibaigė požymio verte"
-#: ../glib/gmarkup.c:1921
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokumentas netikėtai pasibaigė elemento „%s“ uždarančiame simbolyje"
-#: ../glib/gmarkup.c:1927
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumentas netikėtai pasibaigė komentaruose arba apdorojimo instrukcijose"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "sugadintas objektas"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "vidinė klaida arba sugadintas objektas"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "nebėra atminties"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "pasiekta atgalinio sekimo riba"
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
msgid "the pattern contains items not supported for partial matching"
msgstr "šablone yra dalinio atitikimo nepalaikomų elementų "
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
msgid "internal error"
msgstr "vidinė klaida"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr "atgalinės nuorodos kaip sąlygos nepalaikomos daliniam atitikimui"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "pasiekta rekursijos riba"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "pasiekta tuščių poeilių darbalaukio riba"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "netinkama naujos eilutės vėliavėlių kombinacija"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "nežinoma klaida"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ šablono pabaigoje"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c šablono pabaigoje"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "neatpažintas simbolis po \\"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr "kodai, keičiantys registrą, (\\l, \\L, \\u, \\U) čia neleistini"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "skaičiai ne iš eilės {} kvantoriuje"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "skaičius per didelis {} kvantoriuje"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "trūksta baigiamojo ] simbolio klasei"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "klaidinga speciali seka simbolio klasėje"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "ruožas ne iš eilės simbolio klasėje"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "nėra ką kartoti"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "neatpažintas simbolis po (?"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "neatpažintas simbolis po (?<"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "neatpažintas simbolis po (?P"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "klasės POSIX vardais leidžiamos tik klasių viduje"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "trūksta baigiamojo )"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") be atveriamojo ("
#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
#. * sequences here, '(?-54' would be an example for the second group.
#.
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
msgid "(?R or (?[+-]digits must be followed by )"
msgstr "po (?R arba (?[+-]skaitmenys turi būti )"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "nuoroda į neegzistuojantį pošablonį"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "trūksta ) po komentaro"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "reguliarioji išraiška per didelė"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "nepavyko rezervuoti atminties"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "žiūros atgal teiginys nefiksuoto ilgio"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "netaisyklingas skaičius ar vardas po (?("
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "sąlyginė grupė turi daugiau negu dvi šakas"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "tikimasi teiginio po (?("
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "nežinomas POSIX klasės vardas"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "POSIX gretinimo elementai nepalaikomi"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "simbolio reikšmė \\x{...} sekoje per didelė"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "netaisyklinga sąlygą (?(0)"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "\\C neleistinas žiūros atgal teiginyje"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "rekursyvus iškvietimas gali veikti be galo"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "trūksta baigiamojo simbolio pošablonio pavadinime"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "du vardiniai pošabloniai turi tą patį vardą"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "netaisyklinga \\P arba \\p seka"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "nežinomas savybės vardas po \\P arba \\p"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "pošablonio vardas per ilgas (turi būti iki 32 simbolių)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "per daug vardinių pošablonių (iki 10000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "aštuntainė reikšmė didesnė už \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "DEFINE grupėje yra daugiau negu viena šaka"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "neleidžiama kartoti DEFINE grupės"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "nenuoseklios NEWLINE savybės"
-#: ../glib/gregex.c:333
+#: glib/gregex.c:333
msgid ""
"\\g is not followed by a braced name or an optionally braced non-zero number"
msgstr "po \\g nėra vardo riestiniuose skliaustuose arba teigiamo skaičiaus"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "netikėtas pakartojimas"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "kodo perviršis"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "perpildyta kompiliavimo sritis"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "anksčiau tikrintas nurodytas pošablonis nerastas"
-#: ../glib/gregex.c:526 ../glib/gregex.c:1593
+#: glib/gregex.c:526 glib/gregex.c:1593
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Klaida ieškant reguliariosios išraiškos %s atitikmens: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "PCRE biblioteka sukompiliuota be UTF8 palaikymo"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "PCRE biblioteka sukompiliuota be UTF8 ypatybių palaikymo"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Klaida kompiliuojanti reguliarią išraišką %s ties simboliu %d: %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Klaida optimizuojant reguliariąją išraišką %s: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "laukta šešioliktainio skaitmens arba „}“"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "laukta šešioliktainio skaitmens"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "simbolinėje nuorodoje trūksta „<“"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "nebaigta simbolinė nuoroda"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "nulinio ilgio simbolinė nuoroda"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "laukta skaitmens"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "neleistina simbolinė nuoroda"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "nevietoje galutinis „\\“"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "nežinoma kaitos seka"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Klaida apdorojant pakeitimo tekstą „%s“ ties simboliu %lu: %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Cituojamas tekstas neprasideda citavimo ženklu"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Nesutampantis citavimo simbolis komandinėje eilutėje arba kitame terpės "
"cituotame tekste"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Tekstas pasibaigė tuoj po „\\“ simbolio. (Tekste buvo įrašyta „%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 ""
"Tekstas pasibaigė nesulaukus %c atitinkančio citatos ženklo. (Tekste buvo "
"įrašyta „%s“)"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
msgid "Text was empty (or contained only whitespace)"
msgstr "Tekstas buvo tuščias arba turėjo vien tik tarpo simbolius)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "Nepavyko gauti duomenų iš antrinio proceso"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""
"Nepavyko sukurti konvejerio skirto keistis duomenimis su antriniu procesu (%"
"s)"
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Nepavyko perskaityti duomenų iš antrinio konvejerio (%s)"
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Nepavyko pakeisti į aplanką „%s“ (%s)"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Nepavyko paleisti antrinio proceso (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "Netinkamas programos pavadinimas: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Netinkama seka argumento vektoriuje, pozicijoje %d: %s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Netinka seka aplinkoje: %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "Netinkamas darbinis aplankas: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Nepavyko paleisti pagalbinės programos (%s)"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -915,139 +911,139 @@ msgstr ""
"Netikėta klaida tarp g_io_channel_win32_poll() funkcijos duomenų skaitymo iš "
"antrinio proceso metu"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Nepavyko gauti duomenis iš antrinio proceso (%s)"
-#: ../glib/gspawn.c:325
+#: glib/gspawn.c:325
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Netikėta klaida tarp select() funkcijos duomenų gavimo iš antrinio proceso (%"
"s) metu"
-#: ../glib/gspawn.c:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Netikėta klaida iš waitpid() (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "Nepavyko atskirti (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Nepavyko paleisti antrinio proceso „%s“ (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Nepavyko perimti antrinio proceso (%s) išvedimo arba įvedimo"
-#: ../glib/gspawn.c:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Nepavyko atskirti antrinio proceso (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Nežinoma klaida vykdant antrinį procesą „%s“"
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
"Nepavyko perskaityti reikiamo duomenų kiekio iš antrinio pid konvejerio (%s)"
-#: ../glib/gutf8.c:1029
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Simbolis neatitinka UTF-8 simbolių diapazono"
-#: ../glib/gutf8.c:1123 ../glib/gutf8.c:1132 ../glib/gutf8.c:1264
-#: ../glib/gutf8.c:1273 ../glib/gutf8.c:1414 ../glib/gutf8.c:1510
+#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Klaidinga seka keitimo įvestyje"
-#: ../glib/gutf8.c:1425 ../glib/gutf8.c:1521
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Simbolis neatitinka UTF-16 simbolių diapazono"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Naudojimas:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[PARINKTIS...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Pagalbos parinktys:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Rodyti pagalbos parinktis"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Rodyti visas pagalbos parinktis"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Programos parinktys:"
-#: ../glib/goption.c:849 ../glib/goption.c:919
+#: glib/goption.c:849 glib/goption.c:919
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "Nepavyko apdoroti sveikosios reikšmės „%s“, reikalingos %s"
-#: ../glib/goption.c:859 ../glib/goption.c:927
+#: glib/goption.c:859 glib/goption.c:927
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "Sveikoji reikšmė „%s“, reikalinga %s, viršija ribas"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Nepavyko apdoroti dvigubos reikšmės „%s“, reikalingos %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "Dviguboji reikšmė „%s“, reikalinga %s, viršija ribas"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Klaida apdorojant parinktį %s"
-#: ../glib/goption.c:1260 ../glib/goption.c:1371
+#: glib/goption.c:1260 glib/goption.c:1371
#, c-format
msgid "Missing argument for %s"
msgstr "%s trūksta argumento"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Nežinoma parinktis %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
msgid "Valid key file could not be found in search dirs"
msgstr "Paieškos aplankuose nepavyko rasti tinkamo raktų failo"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
msgid "Not a regular file"
msgstr "Nėra paprastas failas"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
msgid "File is empty"
msgstr "Failas yra tuščias"
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
#, c-format
msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -1055,49 +1051,49 @@ msgstr ""
"Raktų faile yra eilutė „%s“, kuri nėra raktas-reikšmė pora, grupė ar "
"komentaras"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Netinkamas grupės pavadinimas: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
msgid "Key file does not start with a group"
msgstr "Raktų failas neprasideda grupe"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Netinkamas rakto pavadinimas: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Raktų faile yra nepalaikoma koduotė „%s“"
-#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Raktų failas neturi grupės „%s“"
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Raktų failas neturi rakto „%s“"
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "Raktų faile yra raktas „%s“ su reikšme „%s“, kuri nėra UTF-8"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
"Raktų faile yra raktas „%s“, kuriame yra reikšmė, kurios negalima suprasti."
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1106,123 +1102,120 @@ msgstr ""
"Raktų faile yra raktas „%s“ grupėje „%s“, kuriame yra reikšmė, kurios "
"negalima suprasti."
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Raktų faile nėra rakto „%s“ grupėje „%s“"
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
msgid "Key file contains escape character at end of line"
msgstr "Raktų faile, eilutės pabaigoje yra pabėgimo simbolis"
-#: ../glib/gkeyfile.c:3496
+#: glib/gkeyfile.c:3496
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Raktų faile yra klaidinga pabėgimo eilutė „%s“"
-#: ../glib/gkeyfile.c:3638
+#: glib/gkeyfile.c:3638
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Reikšmės „%s“ negalima interpretuoti kaip skaičiaus."
-#: ../glib/gkeyfile.c:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Sveikoji reikšmė „%s“ viršija ribas"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr ""
"Reikšmės „%s“ negalima interpretuoti kaip slankiojo kablelio skaičiaus."
-#: ../glib/gkeyfile.c:3709
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Reikšmės „%s“ negalima interpretuoti kaip loginės."
-#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:193
-#: ../gio/ginputstream.c:325 ../gio/ginputstream.c:566
-#: ../gio/ginputstream.c:691 ../gio/goutputstream.c:202
-#: ../gio/goutputstream.c:656
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Per didelė skaičiavimo reikšmė perduota %s"
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:901
-#: ../gio/goutputstream.c:1085
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Srautas jau užvertas"
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Operacija nutraukta"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Nežinomas tipas"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "%s failo tipos"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "%s tipas"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "Netikėta ankstyva srauto pabaiga"
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Nepavadinta"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "Darbalaukio failas nenurodė Exec lauko"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "Nerastas terminalas, reikalingas programai"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Nepavyko sukurti naudotojo nustatymų aplanko %s: %s"
-#: ../gio/gdesktopappinfo.c:1136
+#: gio/gdesktopappinfo.c:1136
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Nepavyko sukurti naudotojo MIME nustatymų aplanko %s: %s"
-#: ../gio/gdesktopappinfo.c:1475
+#: gio/gdesktopappinfo.c:1475
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Nepavyko sukurti naudotojo darbalaukio failo %s"
-#: ../gio/gdesktopappinfo.c:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "Specialus apibrėžimas %s"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "įrenginys nerealizuoja išstūmimo"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "įrenginys nerealizuoja laikmenos tikrinimo užklausimo"
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2686 ../gio/gfile.c:2740
-#: ../gio/gfile.c:2871 ../gio/gfile.c:2911 ../gio/gfile.c:3238
-#: ../gio/gfile.c:3640 ../gio/gfile.c:3724 ../gio/gfile.c:3807
-#: ../gio/gfile.c:3887 ../gio/gfile.c:4217 ../gio/win32/gwinhttpfile.c:427
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operacija nepalaikoma"
@@ -1234,87 +1227,87 @@ msgstr "Operacija nepalaikoma"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "Tėvinis prijungimo taškas neegzistuoja"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "Negalima kopijuoti ant aplanko"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "Negalima kopijuoti aplanko ant aplanko"
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "Nurodytas failas jau egzistuoja"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "Negalima rekursyviai kopijuoti aplanko"
-#: ../gio/gfile.c:2861
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Netaisyklinga simbolinės nuorodos reikšmė"
-#: ../gio/gfile.c:2954
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Šiukšlės nepalaikomos"
-#: ../gio/gfile.c:3003
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Failų varduose negali būti '%c'"
-#: ../gio/gfile.c:4985 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "skirsnis nepalaiko prijungimo"
-#: ../gio/gfile.c:5093
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Nėra programos, priregistruotos kaip skaitančios šį failą"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "Enumeratorius užvartas"
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "Failų enumeratoriui liko neatlikta operacija"
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "Failų enumeratorius jau užvertas"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "failas"
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr "Failas, kuriame yra piktograma"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "Srautas nepalaiko query_info"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "Pozicijos perkėlimas srauto nepalaikomas"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "Trumpinimas įėjimo srauto nepalaikomas"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "Trumpinimas srauto nepalaikomas"
-#: ../gio/ginputstream.c:202
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Šaltinio srautas nerealizuoja skaitymo"
@@ -1324,360 +1317,360 @@ msgstr "Šaltinio srautas nerealizuoja skaitymo"
#. Translators: This is an error you get if there is
#. * already an operation running against this stream when
#. * you try to start one
-#: ../gio/ginputstream.c:911 ../gio/goutputstream.c:1095
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Srautui liko neįvykdyta operacija"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
msgid "Unable to find default local directory monitor type"
msgstr "Nepavyko rasti įprasto vietinių aplankų stebėjimo tipo"
-#: ../gio/glocalfile.c:601 ../gio/win32/gwinhttpfile.c:410
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Netaisyklingas failo vardas %s"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Klaida skaitant failų sistemos informaciją: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "Nepavyko pervadinti šakninio aplanko"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "Nepavyko pervadinti failo, failo vardas jau užimtas"
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:505
-#: ../gio/glocalfileoutputstream.c:550 ../gio/glocalfileoutputstream.c:967
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "netaisyklingas failo vardas"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "Klaida pervadinant failą: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "Klaida atveriant failą: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "Nepavyko atverti aplanko"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "Klaida trinant failą: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "Klaida perkeliant į šiukšles failą: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Nepavyko sukurti šiukšlių aplanko %s: %s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "Nepavyko rasti šakninio aplanko šiukšlėms"
-#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "Nepavyko rasti ar sukurti šiukšlių aplanko"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Nepavyko šiukšlių informacijos failo: %s"
-#: ../gio/glocalfile.c:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "Nepavyko į šiukšles perkelti failo: %s"
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "Klaida atveriant aplanką: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Klaida kuriant simbolinę nuorodą: %s"
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "Klaida perkeliant failą: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "Negalima perkelti aplanko per aplanką"
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:819
-#: ../gio/glocalfileoutputstream.c:833 ../gio/glocalfileoutputstream.c:848
-#: ../gio/glocalfileoutputstream.c:864 ../gio/glocalfileoutputstream.c:878
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Atsarginės kopijos sukūrimas nesėkmingas"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "Klaida trinant nurodytą failą: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "Perkėlimas tarp prijungimo taškų nepalaikomas"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "Atributo reikšmė turi būti netuščia"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "netaisyklingas atributo tipas (tikimasi simbolių sekos)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "netaisyklingas išplėstinio atributo pavadinimas"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Klaida nurodant išplėstinį atributą „%s“: %s"
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:706
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Klaida skaitant failo „%s“ informaciją: %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (netaisyklinga koduotė)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Klaida skaitant failo deskriptoriaus informaciją: %s"
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "Klaidingas atributo tipas (tikimasi uint32)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "Klaidingas atributo tipas (tikimasi uint64)"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Klaidingas atributo tipas (tikimasi baitų sekos)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "Klaida nustatant teises: %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "Klaida nustatant savininką: %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "Simbolinė nuoroda turi būti netuščia"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "Klaida nustatant simbolinę nuorodą: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
msgid "Error setting symlink: file is not a symlink"
msgstr "Klaida nustatant simbolinę nuorodą: failas nėra simbolinė nuoroda"
-#: ../gio/glocalfileinfo.c:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "SELinux kontekstas būti nelygus NULL"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Klaida nustatant SELinux kontekstą: %s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "SELinux šioje sistemoje neįjungtas"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Atributo %s nustatymas nepalaikomas"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:603
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Klaida skaitant failą: %s"
-#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203
-#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:405
-#: ../gio/glocalfileoutputstream.c:896
+#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Klaida keičiant poziciją faile: %s"
-#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:208
-#: ../gio/glocalfileoutputstream.c:303
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Klaida užveriant failą: %s"
-#: ../gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:198
msgid "Unable to find default local file monitor type"
msgstr "Nepavyko rasti numatytojo vietinių failų stebyklės tipo"
-#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:624
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Klaida rašant į failą: %s"
-#: ../gio/glocalfileoutputstream.c:235
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Klaida šalinant senos atsarginės kopijos nuorodą: %s"
-#: ../gio/glocalfileoutputstream.c:249 ../gio/glocalfileoutputstream.c:262
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Klaida kuriant atsarginę kopiją: %s"
-#: ../gio/glocalfileoutputstream.c:280
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Klaida pervadinant laikinąjį failą: %s"
-#: ../gio/glocalfileoutputstream.c:451 ../gio/glocalfileoutputstream.c:913
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Klaida trumpinant failą: %s"
-#: ../gio/glocalfileoutputstream.c:511 ../gio/glocalfileoutputstream.c:556
-#: ../gio/glocalfileoutputstream.c:688 ../gio/glocalfileoutputstream.c:973
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Klaida atveriant failą „%s“: %s"
-#: ../gio/glocalfileoutputstream.c:719
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Paskirties failas yra aplankas"
-#: ../gio/glocalfileoutputstream.c:724
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Paskirties failas nėra paprastas failas"
-#: ../gio/glocalfileoutputstream.c:736
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "Failas buvo pakeistas kitos programos"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "Netaisyklingas GSeekType"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "netaisyklinga seek užklausa"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "Nepavyko sutrumpinti GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "Pasiekta viršutinė duomenų masyvo riba"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "Atminties išvedimo srauto dydis nekeičiamas"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
msgstr "Nepavyko pakeisti atminties išvedimo srauto dydžio"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr "prijungimo taškas nepalaiko atjungimo"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr "prijungimo taškas nepalaiko išstūmimo"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "prijungimo taškas nepalaiko prijungimo iš naujo"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "prijungimo taškas nepalaiko turinio tipo spėjimo"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr "prijungimo taškas nepalaiko sinchroninio turinio tipo spėjimo"
-#: ../gio/goutputstream.c:211 ../gio/goutputstream.c:412
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Išvedimo srautas nepalaiko rašymo"
-#: ../gio/goutputstream.c:372 ../gio/goutputstream.c:780
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Šaltinio srautas jau užvertas"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "pavadinimas"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Piktogramos pavadinimas"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "pavadinimai"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Masyvas iš piktogramų pavadinimų"
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "naudoti numatytuosius atsarginius variantus"
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1686,61 +1679,61 @@ msgstr ""
"pavadinimą ties „-“ simboliais. Pavadinimai po pirmojo, jei duoti keli, "
"ignoruojami."
-#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "Klaida skaitant unix: %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "Klaida užveriant unix: %s"
-#: ../gio/gunixmounts.c:1779 ../gio/gunixmounts.c:1816
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Failų sistemos šaknis"
-#: ../gio/gunixoutputstream.c:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "Klaida rašant į unix: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "skirsnis nerealizuoja išstūmimo"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "Nepavyko rasti programos"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Klaida paleidžiant programą: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
msgid "URIs not supported"
msgstr "URI nepalaikomi"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
msgid "association changes not supported on win32"
msgstr "saitų keitimai win32 sistemose nepalaikomi"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
msgid "Association creation not supported on win32"
msgstr "Saitų kūrimas win32 sistemose nepalaikomas"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "neslėpti įrašų"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "naudoti išsamų sąrašo formatą"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[FAILAS...]"
diff --git a/po/lv.po b/po/lv.po
index b274d98c5..9b731e62a 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -14,74 +14,73 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"Savāda rakstzīme '%s', gaidīju '=' aiz atribūta nosaukuma '%s' elementam '%s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Neizdevās izveidot failu '%s': %s"
@@ -1330,8 +1329,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "Nepareizs hostdatora nosaukums"
@@ -1402,9 +1401,9 @@ msgstr "Kļūda nolasot failu '%s': %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1435,7 +1434,7 @@ msgstr "Dokuments negaidīti izbeidzās iekšā atribūta nosaukumā"
msgid "Error setting extended attribute '%s': %s"
msgstr "Kļūda atverot direktoriju '%s': %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Kļūda nolasot failu '%s': %s"
@@ -1506,19 +1505,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr ""
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Kļūda nolasot failu '%s': %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Kļūda nolasot failu '%s': %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Kļūda nolasot failu '%s': %s"
@@ -1527,46 +1527,46 @@ msgstr "Kļūda nolasot failu '%s': %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "Kļūda nolasot failu '%s': %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "Kļūda konversējot: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "Kļūda nolasot failu '%s': %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "Kļūda nolasot failu '%s': %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "Kļūda nolasot failu '%s': %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "Kļūda nolasot failu '%s': %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr ""
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/mai.po b/po/mai.po
index 70be197fd..e96502876 100644
--- a/po/mai.po
+++ b/po/mai.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gedit.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-19 13:02+0000\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-01-25 13:49+0530\n"
"Last-Translator: Sangeeta Kumari\n"
"Language-Team: <en@li.org>\n"
@@ -14,316 +14,317 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n\n\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
+"\n"
+"\n"
-#: ../glib/gbookmarkfile.c:733 ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899 ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "'%s' अप्रत्याशित गुण '%s' तत्व क' लेल"
-#: ../glib/gbookmarkfile.c:744 ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833 ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "'%s' तत्व '%s' क' गुण नहि भेटल"
-#: ../glib/gbookmarkfile.c:1127 ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "'%s' अप्रत्याशित टैग, '%s' टैग प्रत्याशित"
-#: ../glib/gbookmarkfile.c:1152 ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234 ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "अप्रत्याशित टैग '%s' '%s' क' भीतर"
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "कोनो वैध पुस्तकचिह्न फाइल आँकड़ा निर्देशिकामे नहि मिलल"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s' क' लेल पुस्तकचिह्न पहिनेसँ मोजुद अछि"
-#: ../glib/gbookmarkfile.c:2061 ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304 ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469 ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630 ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751 ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974 ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240 ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494 ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s' क' लेल कोनो पुस्तकचिह्न नहि मिलल"
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "कोनो MIME प्रकार URI '%s' क' लेल पुस्तकचिह्नमे परिभाषित नहि अछि"
-#: ../glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s' क' लेल पुस्तकचिह्नमे कोनो निज फ्लैग परिभाषित नहि अछि"
-#: ../glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s' क' लेल पुस्तकचिह्नमे कोनो समूह सेट नहि अछि"
-#: ../glib/gbookmarkfile.c:3258 ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' क' नामसँ कोनो अनुप्रयोग '%s' क' लेल पुस्तकचिह्न पंजीकृत नहि अछि"
-#: ../glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr ""
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "अक्षर समूह '%s' सँ '%s' मे परिवर्तन समर्थित नहि अछि"
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' सँ '%s' परिवर्तक नहि खोलल जाए सकल"
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2216 ../glib/gutf8.c:955
-#: ../glib/gutf8.c:1404
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "परिवर्तन इनपुटमे अवैध बाइट अनुक्रम"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "परिवर्तनक दौरान त्रुटि: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:951 ../glib/gutf8.c:1155
-#: ../glib/gutf8.c:1296 ../glib/gutf8.c:1400
+#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "इनपुट क' अंतमे आंशिक अक्षर अनुक्रम"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "फालबैक '%s' केँ कोड सेट '%s' मे बदएल नहि कए सकल"
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "\"file\" योजना क' उपयोग करैबला URI '%s' एकटा निरपेक्ष यूआरआई नहि अछि"
-#: ../glib/gconvert.c:1747
+#: glib/gconvert.c:1747
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "स्थानीय फाइल यूआरआई '%s' मे एकटा '#' सम्मिलित नहि अछि"
-#: ../glib/gconvert.c:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "यूआरआई '%s' अवैध अछि"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "यूआरआई '%s' क' होस्टनाम अवैध अछि"
-#: ../glib/gconvert.c:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "यूआरआई '%s' मे अवैध एस्केप्ड अक्षर सम्मिलित अछि"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "पथनाम '%s' एकटा निरपेक्ष पथ नहि अछि"
-#: ../glib/gconvert.c:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "अवैध होस्ट-नाम"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "निर्देशिका '%s' केँ खोलबामे त्रुटि: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr " %lu बाइट आबंटित नहि कएल जाए सकल फाइल \"%s\" केँ पढ़ै हेतु"
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "'%s' फाइल केँ पढ़बामे त्रुटि: %s"
-#: ../glib/gfileutils.c:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "फाइल '%s' सँ पढ़एमे असफल: %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "'%s' फाइल खोलबामे असफल :%s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "फाइल '%s' क विशेषतासभ पता करबामे असफल: fstat() असफल: %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "फाइल '%s': fdopen() खोलबामे असफल: %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "फाइल '%s' केँ '%s' मे नाम बदलए मे विफल: g_rename() विफल: %s"
-#: ../glib/gfileutils.c:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "फाइल '%s' बनाबैमे असफल: %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "फाइल '%s' केँ लिखबाक लेल खोलबा मे विफल: fdopen() विफल: %s"
-#: ../glib/gfileutils.c:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "'%s' फाइलकेँ लिखबामे विफल: fwrite() विफल: %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "'%s' फाइल बन्न करबामे विफल: fclose() विफल: %s"
-#: ../glib/gfileutils.c:1123
+#: glib/gfileutils.c:1123
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "'%s' मोजुदा फाइल हटाएल नहि जा सकैत अछि: g_unlink() विफल: %s"
-#: ../glib/gfileutils.c:1367
+#: glib/gfileutils.c:1367
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "टैम्पलेट '%s' अवैध अछि. एहिमे '%s' सामिल नहि अछि"
-#: ../glib/gfileutils.c:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "टैम्पलेट '%s' मे XXXXXX समाहित नहि अछि"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f कि.बा."
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f मे.बा."
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f गी.बा."
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "सिंबालिक लिंक '%s' सँ थीम पढ़बामे असफल %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
msgid "Symbolic links not supported"
msgstr "सिंबालिक लिंक समर्थित नहि अछि"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "'%s' सँ '%s' परिवर्तक नहि खोलल जाए सकल: %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "यहाँ एकटा रा रीड नहि कए सकैत g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "रीड बफर मे बचल अपरिवर्तित आँकड़ा"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "आंशिक अक्षर मे चैनल समाप्त होइछ"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
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' खोलबामे असफल: %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:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr ""
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "पँक्ति %d पर त्रुटि: %s"
-#: ../glib/gmarkup.c:483
-msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
+#: glib/gmarkup.c:483
+msgid ""
+"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "रिक्त एंटिटी '&;' देखलक; वैध एंटिटी अछि: &amp; &quot; &lt; &gt; &apos;"
-#: ../glib/gmarkup.c:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
"begins an entity; if this ampersand isn't supposed to be an entity, escape "
"it as &amp;"
msgstr ""
-"एकटा एंटिटी क' प्रारंभमे अक्षर '%s' वैध नहि अछि आओर & अक्षर एकटा एंटिटीकेँ प्रारंभ करैत अछि. "
-"जँ ई एम्परसेंड एकटा एंटिटी नहि अछि तँ एकरा एहिना एस्केप करू &amp;"
+"एकटा एंटिटी क' प्रारंभमे अक्षर '%s' वैध नहि अछि आओर & अक्षर एकटा एंटिटीकेँ प्रारंभ करैत "
+"अछि. जँ ई एम्परसेंड एकटा एंटिटी नहि अछि तँ एकरा एहिना एस्केप करू &amp;"
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "अक्षर '%s' एकटा एंटिटी नाम क' भीतर वैध नहि अछि"
-#: ../glib/gmarkup.c:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "एंटिटी नाम '%s' ज्ञात नहि अछि"
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
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;"
@@ -331,7 +332,7 @@ msgstr ""
"एंटिटी अर्धविराम पर समाप्त नहि होइछ, बेसी संभव अछि जे अहाँ एम्परसेन्ड अक्षर क' प्रयोग "
"कएनए छी आओर एकटा एंटिटी प्रारंभ नहि कएनाइ चाहैत छी- एम्परसेंड केँ एहिना एस्केप करू: &amp;"
-#: ../glib/gmarkup.c:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -340,70 +341,71 @@ msgstr ""
"'%-.*s' क' विश्लेषण करबामे असफल, जे अक्षर संदर्भ क' भीतर एकटा अँक होनाइ चाही (उदाहरण "
"क लेल, &#234) - साइत अँक बेसी पैघ अछि"
-#: ../glib/gmarkup.c:650
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "संप्रतीक संदर्भ '%-.*s' एकटा अनुमति प्राप्त संप्रतीक केँ एनकोड नहि करैत अछि"
-#: ../glib/gmarkup.c:665
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "रिक्त अक्षर संदर्भ, अँक जहिना &#454 सम्मिलित अवश्य होएबाक चाही;"
-#: ../glib/gmarkup.c:675
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
"अक्षर संदर्भ अर्धविराम चिन्ह क' सँग समाप्त नहि होइछ. बेसी संभव अछि जे अहाँ एकटा एम्परसेंड "
-"अक्षर क' उपयोग कएनए छी पर एकटा एंटिटी केँ प्रारंभ कएनाइ नहि चाहैत छी - एम्परसेंड केँ एस्केप करू "
-"एहिना &amp;"
+"अक्षर क' उपयोग कएनए छी पर एकटा एंटिटी केँ प्रारंभ कएनाइ नहि चाहैत छी - एम्परसेंड केँ "
+"एस्केप करू एहिना &amp;"
-#: ../glib/gmarkup.c:761
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "अपूर्ण एंटिटी संदर्भ"
-#: ../glib/gmarkup.c:767
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "अपूर्ण अक्षर संदर्भ"
-#: ../glib/gmarkup.c:1053
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr ""
-#: ../glib/gmarkup.c:1081
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr ""
-#: ../glib/gmarkup.c:1117
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr ""
-#: ../glib/gmarkup.c:1155
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "दस्ताबेज एकटा अवयव क' नामसँ प्रारंभ होनाइ चाही (उदाहरण क' लेल- <पुस्तक>)"
-#: ../glib/gmarkup.c:1195
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "< क' पश्चात आबल '%s' एकटा वैध वर्ण नहि अछि. ई अवयव नामसँ प्रारंभ नहि होइछ"
-#: ../glib/gmarkup.c:1263
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr ""
-#: ../glib/gmarkup.c:1352
+#: glib/gmarkup.c:1352
#, 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 "विषम अक्षर '%s', प्रत्याशित अछि एकटा '=' लक्षण नाम '%s' अवयव '%s' क' पश्चात"
-#: ../glib/gmarkup.c:1394
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -411,770 +413,778 @@ msgid ""
"character in an attribute name"
msgstr ""
"'%s' विसम संप्रतीक, एकटा '>' अथवा '/' संप्रतीक केँ '%s' तत्व क' आरंभ टैग केँ खत्म कएनाइ "
-"प्रत्याशित, अथवा विकल्पतः एकटा गुण; साइत अहाँ गुण नाममे एकटा अमान्य संप्रतीक क' प्रयोग कएनए छी"
+"प्रत्याशित, अथवा विकल्पतः एकटा गुण; साइत अहाँ गुण नाममे एकटा अमान्य संप्रतीक क' प्रयोग "
+"कएनए छी"
-#: ../glib/gmarkup.c:1480
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
-msgstr "पुरान अक्षर '%s', जखन विशेषता '%s', अवयव '%s' क' मान देल जाइत अछि तँ बराबर चिह्नक बाद एकटा खुलल कोट चिह्न वांछित अछि"
+msgstr ""
+"पुरान अक्षर '%s', जखन विशेषता '%s', अवयव '%s' क' मान देल जाइत अछि तँ बराबर चिह्नक "
+"बाद एकटा खुलल कोट चिह्न वांछित अछि"
-#: ../glib/gmarkup.c:1622
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
-msgstr "'%s' एकटा वैध अक्षर नहि अछि अक्षर '</' क' बाद; '%s' एकटा अवयव नाम सँ प्रारंभ नहि होइछ"
+msgstr ""
+"'%s' एकटा वैध अक्षर नहि अछि अक्षर '</' क' बाद; '%s' एकटा अवयव नाम सँ प्रारंभ नहि "
+"होइछ"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
-msgstr "'%s' एकटा वैध अक्षर नहि अछि क्लोज़ अवयव नाम '%s' क' बाद; स्वीकार्य अक्षर अछि '>'"
+msgstr ""
+"'%s' एकटा वैध अक्षर नहि अछि क्लोज़ अवयव नाम '%s' क' बाद; स्वीकार्य अक्षर अछि '>'"
-#: ../glib/gmarkup.c:1673
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "अवयव '%s' बन्द छला, कोनो अवयव वर्तमानमे खुलल नहि अछि"
-#: ../glib/gmarkup.c:1682
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "दस्ताबेज '%s' बन्द छला, मुदा वर्तमान खुलल अवयव अछि '%s'"
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "दस्ताबेज खाली छला अथवा ओकरामे सिर्फ श्वेत रिक्ति छला"
-#: ../glib/gmarkup.c:1859
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "दस्ताबेज क' अंत अप्रत्याशित रूप सँ एकटा खुलल एंगल ब्रेकेट '<' क' पश्चाते भ' गेल"
-#: ../glib/gmarkup.c:1867 ../glib/gmarkup.c:1912
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
-msgstr "दस्ताबेज क' अंत अप्रत्याशित रूप सँ अवयवसभ क' खुलल हए पर भ' गेल - '%s' अंतिम खुलल अवयव छला"
+msgstr ""
+"दस्ताबेज क' अंत अप्रत्याशित रूप सँ अवयवसभ क' खुलल हए पर भ' गेल - '%s' अंतिम खुलल अवयव "
+"छला"
-#: ../glib/gmarkup.c:1875
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
-"दस्ताबेज क' अंत अप्रत्याशित रूप सँ भ' गेल, वांछित छला देखनाइ टैगकेँ बन्द "
-"करैत एकटा क्लोज एंगल ब्रेकेट <%s/>"
+"दस्ताबेज क' अंत अप्रत्याशित रूप सँ भ' गेल, वांछित छला देखनाइ टैगकेँ बन्द करैत एकटा क्लोज एंगल "
+"ब्रेकेट <%s/>"
-#: ../glib/gmarkup.c:1881
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "दस्ताबेज क' अंत अप्रत्याशित रूपसँ अवयव नाम क' भीतर भ' गेल"
-#: ../glib/gmarkup.c:1887
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "दस्ताबेज क' अंत अप्रत्याशित रूप सँ विशेषता नाम क' भीतर भ' गेल"
-#: ../glib/gmarkup.c:1892
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "दस्ताबेज क' अंत अप्रत्याशित रूपसँ अवयव-खोलबाक टैगक भीतर भ' गेल."
-#: ../glib/gmarkup.c:1898
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
-"दस्ताबेज क' अंत अप्रत्याशित रूपसँ बराबर क' चिह्न क' बाद एकटा विशेषता नाम क' पश्चात भ' गेल; "
-"कोनो विशेषता मान नहि"
+"दस्ताबेज क' अंत अप्रत्याशित रूपसँ बराबर क' चिह्न क' बाद एकटा विशेषता नाम क' पश्चात भ' "
+"गेल; कोनो विशेषता मान नहि"
-#: ../glib/gmarkup.c:1905
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "दस्ताबेज क' अंत अप्रत्याशित रूपसँ विशेषता मान क' भीतर भ' गेल"
-#: ../glib/gmarkup.c:1921
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "दस्ताबेज क' अंत अप्रत्याशित रूपसँ अवयव '%s' लेल बन्द टैग क' भीतर भ' गेल"
-#: ../glib/gmarkup.c:1927
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "दस्ताबेज क' अंत अप्रत्याशित रूपसँ टिप्पणी अथवा प्रक्रिया निर्देश क' भीतर भ' गेल"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr ""
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr ""
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "स्मृतिक बाहर"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr ""
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
msgid "internal error"
msgstr ""
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr ""
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr ""
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr ""
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr ""
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "अज्ञात त्रुटि"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr ""
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr ""
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr ""
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr ""
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr ""
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr ""
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr ""
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr ""
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr ""
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr ""
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr ""
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr ""
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr ""
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr ""
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr ""
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ""
#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
#. * sequences here, '(?-54' would be an example for the second group.
#.
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
msgid "(?R or (?[+-]digits must be followed by )"
msgstr ""
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr ""
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr ""
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr ""
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr ""
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr ""
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr ""
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr ""
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr ""
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr ""
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr ""
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr ""
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr ""
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr ""
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr ""
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr ""
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr ""
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr ""
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr ""
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr ""
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr ""
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr ""
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr ""
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr ""
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr ""
-#: ../glib/gregex.c:333
-msgid "\\g is not followed by a braced name or an optionally braced non-zero number"
+#: glib/gregex.c:333
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
msgstr ""
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr ""
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr ""
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr ""
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr ""
-#: ../glib/gregex.c:526 ../glib/gregex.c:1593
+#: glib/gregex.c:526 glib/gregex.c:1593
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr ""
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr ""
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr ""
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr ""
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr ""
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr ""
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr ""
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr ""
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr ""
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr ""
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr ""
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr ""
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr ""
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr ""
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
-#: ../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')"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
msgid "Text was empty (or contained only whitespace)"
msgstr "पाठ रिक्त छला (अथवा ओकरामे सिर्फ श्वेत रिक्ति छला)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "शिशु प्रक्रियासँ आँकड़ा पढ़बामे असफल"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "शिशु प्रक्रिया (%s) सँ संचारण लेल पाइप बनाबैमे असफल"
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "चाइल्ड पाइप (%s) सँ पढ़बामे असफल"
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "निर्देशिका '%s' (%s) पर बदलबामे असफल"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "शिशु प्रक्रिया (%s) कार्यान्वित करबामे असफल"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "अवैध प्रोग्राम नाम: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "%d पर तर्क सदिशमे अवैध स्ट्रिंग: %s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "वातावरणमे अवैध स्ट्रिंग: %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "अवैध कार्यशील निर्देशिका: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "हेल्पर प्रोग्राम (%s) कार्यान्वित करबामे असफल"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
-msgstr "एकटा शिशु प्रक्रिया सँ आँकड़ा पढ़बामे g_io_channel_win32_poll() मे अप्रत्याशित त्रुटि"
+msgstr ""
+"एकटा शिशु प्रक्रिया सँ आँकड़ा पढ़बामे g_io_channel_win32_poll() मे अप्रत्याशित त्रुटि"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "शिशु प्रक्रिया (%s) सँ आँकड़ा पढ़बामे असफल"
-#: ../glib/gspawn.c:325
+#: glib/gspawn.c:325
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "एकटा चाइल्ड प्रक्रिया (%s) सँ चुनें() पढ़बाक आँकड़ामे अप्रत्याशित त्रुटि हुई"
-#: ../glib/gspawn.c:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "waitpid() (%s) मे अप्रत्याशित त्रुटि"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "(%s) फोर्क करबामे असफल"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "शिशु प्रक्रिया \"%s\" (%s) कार्यान्वित करबामे असफल"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "आउटपुट अथवा शिशु प्रक्रिया (%s) क' इनपुट केँ अनुप्रेषित करब मे असफल"
-#: ../glib/gspawn.c:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "शिशु प्रक्रिया (%s) फॉर्क करब मे असफल"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "शिशु प्रक्रिया \"%s\" कार्यान्वित करबामे अज्ञात त्रुटि"
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "शिशु पीआईडी पाइप (%s) सँ पर्याप्त आँकड़ा पढ़बामे असफल"
-#: ../glib/gutf8.c:1029
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "यूटीएफ-8 लेल अक्षर सीमासँ बाहर"
-#: ../glib/gutf8.c:1123 ../glib/gutf8.c:1132 ../glib/gutf8.c:1264
-#: ../glib/gutf8.c:1273 ../glib/gutf8.c:1414 ../glib/gutf8.c:1510
+#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "परिवर्तन इनपुटमे अवैध अनुक्रम"
-#: ../glib/gutf8.c:1425 ../glib/gutf8.c:1521
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "यूटीएफ-16 लेल अक्षर सीमासँ बाहर"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "प्रयोग:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[विकल्प...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "मद्दति विकल्प:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "मद्दति विकल्प देखाबू"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "सभटा मद्दति विकल्प देखाबू"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "अनुप्रयोग विकल्प:"
-#: ../glib/goption.c:849 ../glib/goption.c:919
+#: glib/goption.c:849 glib/goption.c:919
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "पूर्णांक मान '%s' केँ %s क' लेल विश्लेषण नहि कए सकैत अछि"
-#: ../glib/goption.c:859 ../glib/goption.c:927
+#: glib/goption.c:859 glib/goption.c:927
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "पूर्णांक मान '%s' %s क' लेल रेंज क' बाहर अछि"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "'%s' दोहराएल मान क' विश्लेषण %s क' लेल नहि कए सकैत अछि"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "'%s' दोहराएल मान %s क' लेल परिसरसँ बाहर अछि"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "%s विकल्प विश्लेषणमे त्रुटि"
-#: ../glib/goption.c:1260 ../glib/goption.c:1371
+#: glib/goption.c:1260 glib/goption.c:1371
#, c-format
msgid "Missing argument for %s"
msgstr "%s क' लेल गुम तर्क"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "अनजान विकल्प %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
msgid "Valid key file could not be found in search dirs"
msgstr ""
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
msgid "Not a regular file"
msgstr "एकटा सामान्य फाइल नहि"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
msgid "File is empty"
msgstr "फाइल खाली अछि"
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
#, c-format
-msgid "Key file contains line '%s' which is not a key-value pair, group, or comment"
-msgstr "कुंजी फाइलमे '%s' पंक्ति समाहित अछि जे एकटा कुँजी मान जोड़ा, समूह, अथवा टिप्पणी नहि अछि"
+msgid ""
+"Key file contains line '%s' which is not a key-value pair, group, or comment"
+msgstr ""
+"कुंजी फाइलमे '%s' पंक्ति समाहित अछि जे एकटा कुँजी मान जोड़ा, समूह, अथवा टिप्पणी नहि अछि"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "अवैध समूह नाम: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
msgid "Key file does not start with a group"
msgstr "कुंजी फाइल एकटा समूहक सँग शुरू नहि होइछ"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "अवैध कुँजी नाम: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "कुँजी फाइल मे असमर्थित एनकोडिंग '%s' समाहित अछि"
-#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "कुँजी फाइल मे '%s' समूह नहि अछि"
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "कुँजी फाइलमे '%s' कुँजी नहि अछि"
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "कुँजी फाइलमे '%s' कुँजी समाहित अछि '%s' मान क' सँग जे UTF-8 नहि अछि"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "कुँजी फाइलमे '%s' कुँजी अछि जकरा मान क' विश्लेषण नहि कएल जाए सकैत अछि."
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, 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:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "कुँजी फाइलमे '%s' कुँजी नहि अछि '%s' समूहमे"
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
msgid "Key file contains escape character at end of line"
msgstr "कुँजी फाइलमे पँक्ति क' अंतमे एस्केप संप्रतीक रहैत अछि"
-#: ../glib/gkeyfile.c:3496
+#: glib/gkeyfile.c:3496
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "कुँजी फाइल मे '%s' अमान्य श्रृंखला समाहित अछि"
-#: ../glib/gkeyfile.c:3638
+#: glib/gkeyfile.c:3638
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "मान '%s' केँ एकटा सँख्याक तरह नहि विश्लेषित कएल जाए सकैत अछि."
-#: ../glib/gkeyfile.c:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "पूर्णांक मान '%s' रेंज क' बाहर अछि"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "मान '%s' केँ एकटा फ्लोट सँख्याक तरह नहि विश्लेषित कएल जाए सकैत अछि."
-#: ../glib/gkeyfile.c:3709
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "मान '%s' केँ बुलियन क' तौर पर विश्लेषित नहि कएल जाए सकैत अछि."
-#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:193
-#: ../gio/ginputstream.c:325 ../gio/ginputstream.c:566
-#: ../gio/ginputstream.c:691 ../gio/goutputstream.c:202
-#: ../gio/goutputstream.c:656
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:901
-#: ../gio/goutputstream.c:1085
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "ऑपरेशन रद्द छल"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "अज्ञात प्रकार"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr ""
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr ""
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr ""
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "बेनाम"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr ""
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: ../gio/gdesktopappinfo.c:1136
+#: gio/gdesktopappinfo.c:1136
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: ../gio/gdesktopappinfo.c:1475
+#: gio/gdesktopappinfo.c:1475
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: ../gio/gdesktopappinfo.c:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr ""
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr ""
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr ""
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2686 ../gio/gfile.c:2740
-#: ../gio/gfile.c:2871 ../gio/gfile.c:2911 ../gio/gfile.c:3238
-#: ../gio/gfile.c:3640 ../gio/gfile.c:3724 ../gio/gfile.c:3807
-#: ../gio/gfile.c:3887 ../gio/gfile.c:4217 ../gio/win32/gwinhttpfile.c:427
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "ऑपरेशन समर्थित नहि अछि"
@@ -1186,87 +1196,87 @@ msgstr "ऑपरेशन समर्थित नहि अछि"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr ""
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr ""
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr ""
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr ""
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr ""
-#: ../gio/gfile.c:2861
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: ../gio/gfile.c:2954
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr ""
-#: ../gio/gfile.c:3003
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: ../gio/gfile.c:4985 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: ../gio/gfile.c:5093
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr ""
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr ""
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr ""
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "फाइल"
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr ""
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr ""
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr ""
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr ""
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr ""
-#: ../gio/ginputstream.c:202
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1276,420 +1286,419 @@ msgstr ""
#. Translators: This is an error you get if there is
#. * already an operation running against this stream when
#. * you try to start one
-#: ../gio/ginputstream.c:911 ../gio/goutputstream.c:1095
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: ../gio/glocalfile.c:601 ../gio/win32/gwinhttpfile.c:410
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr ""
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr ""
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr ""
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr ""
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:505
-#: ../gio/glocalfileoutputstream.c:550 ../gio/glocalfileoutputstream.c:967
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "अवैध फाइलनाम"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr ""
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr ""
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr ""
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr ""
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr ""
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr ""
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr ""
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr ""
-#: ../gio/glocalfile.c:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr ""
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr ""
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr ""
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr ""
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr ""
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:819
-#: ../gio/glocalfileoutputstream.c:833 ../gio/glocalfileoutputstream.c:848
-#: ../gio/glocalfileoutputstream.c:864 ../gio/glocalfileoutputstream.c:878
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr ""
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr ""
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr ""
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr ""
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr ""
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr ""
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:706
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr ""
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr ""
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr ""
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr ""
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr ""
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr ""
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr ""
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: ../gio/glocalfileinfo.c:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr ""
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr ""
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr ""
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:603
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr ""
-#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203
-#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:405
-#: ../gio/glocalfileoutputstream.c:896
+#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr ""
-#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:208
-#: ../gio/glocalfileoutputstream.c:303
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr ""
-#: ../gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:198
msgid "Unable to find default local file monitor type"
msgstr ""
-#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:624
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr ""
-#: ../gio/glocalfileoutputstream.c:235
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr ""
-#: ../gio/glocalfileoutputstream.c:249 ../gio/glocalfileoutputstream.c:262
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr ""
-#: ../gio/glocalfileoutputstream.c:280
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr ""
-#: ../gio/glocalfileoutputstream.c:451 ../gio/glocalfileoutputstream.c:913
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr ""
-#: ../gio/glocalfileoutputstream.c:511 ../gio/glocalfileoutputstream.c:556
-#: ../gio/glocalfileoutputstream.c:688 ../gio/glocalfileoutputstream.c:973
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr ""
-#: ../gio/glocalfileoutputstream.c:719
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: ../gio/glocalfileoutputstream.c:724
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr ""
-#: ../gio/glocalfileoutputstream.c:736
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr ""
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr ""
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr ""
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr ""
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: ../gio/goutputstream.c:211 ../gio/goutputstream.c:412
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: ../gio/goutputstream.c:372 ../gio/goutputstream.c:780
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr ""
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
msgstr ""
-#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr ""
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr ""
-#: ../gio/gunixmounts.c:1779 ../gio/gunixmounts.c:1816
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
-#: ../gio/gunixoutputstream.c:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr ""
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr ""
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr ""
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr ""
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
msgid "URIs not supported"
msgstr ""
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
msgid "association changes not supported on win32"
msgstr ""
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
msgid "Association creation not supported on win32"
msgstr ""
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr ""
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr ""
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[फाइल...]"
-
diff --git a/po/mg.po b/po/mg.po
index c3af46e97..fde41762a 100644
--- a/po/mg.po
+++ b/po/mg.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GLIB VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -14,74 +14,73 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Marika manokana '%s' ho an'ny '%s' tsy nampoizina"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Tsy hita ny marika manokana '%s' ho an'ny '%s'"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Tsy nampoizina ny taf '%s', nantenaina ny tag '%s'"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Misy tag '%s' tsy nampoizina anatin'ny '%s'"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "Tsy misy raki-drohy mitombina anatin'ny lahatahiry misy ny data"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Efa misy rohy ny URI '%s'"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Tsy nahitana rohy ny URI '%s'"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Tsy misy karazana MIME voafaritra ho an'ny rohin'ny URI '%s'"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Tsy misy saina manokana voafaritra ho an'ny rohin'ny URI '%s'"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Tsy misy vondrona voafaritra ho an'ny rohin'ny URI '%s'"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
"Tsy misy rindranasa mitondra ny anarana '%s' nanambara rohy ho an'ny '%s'"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Tsy voavaky ny rohy misolotena '%s': %s"
@@ -1365,8 +1364,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "Anaram-pampiantrano diso"
@@ -1437,9 +1436,9 @@ msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1470,7 +1469,7 @@ msgstr "Nifarana tampoka tanaty anarana marika manokana ilay tahirin-kevitra"
msgid "Error setting extended attribute '%s': %s"
msgstr "Nisy olana teo am-panokafana ny lahatahiry '%s': %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
@@ -1541,19 +1540,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Tsy raisina an-tànana ny rohy misolotena"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
@@ -1562,47 +1562,47 @@ msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "Nisy olana teo am-pizarazarana ny safidy %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
#, fuzzy
msgid "Target file is not a regular file"
msgstr "Rakitra tsy mahazatra"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/mk.po b/po/mk.po
index 772b062db..09d5025db 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.mk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-02-04 04:11+0100\n"
"Last-Translator: Jovan Naumovski <jovan@lugola.net>\n"
"Language-Team: Macedonian <mkde-l10n@lists.sourceforge.net>\n"
@@ -21,74 +21,73 @@ msgstr ""
"Plural-Forms: nplurals=3; plural= n%10==1 && n%100!=11 ? 0 : 1\n"
"X-Generator: KBabel 1.11.4\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Неочекуван атрибут „%s“ за елементот „%s“"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Атрибутот „%s“ на елементот „%s“ не е пронајден"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Неочекувана етикета „%s“, се очекуваше „%s“"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Неочекувана етикета „%s“ во „%s“"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Не е пронајдена валидна датотека за обележувач во дирекориумите со податоци"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Обележувач за URI „%s“ веќе постои"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Не е пронајден обележувач за URI „%s“"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Не е дефиниран MIME тип во обележувачот за URI „%s“"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Не е дефинирано приватно знаме за обележувачот за URI „%s“"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Не се поставени групи во обележувачот за URI „%s“"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Нема апликација со име „%s“ која регистрирала обележувач за „%s“"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Не успеав да ја проширам линијата за извршување „%s“ со URI „%s“"
@@ -1350,8 +1349,8 @@ msgid "Can't rename file, filename already exist"
msgstr "Не можам да ја преименувам датотеката, името на датотеката веќе постои"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Невалидно име на датотека"
@@ -1422,9 +1421,9 @@ msgstr "Грешка во преместувањето на датотеката
msgid "Can't move directory over directory"
msgstr "Не можам да го преместам директориумот над друг директориум"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Не успеа креирањето на бекап датотеката"
@@ -1454,7 +1453,7 @@ msgstr "Невалидно име на проширениот атрибут"
msgid "Error setting extended attribute '%s': %s"
msgstr "Грешка во поставувањето на проширениот атрибут „%s“: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Грешка во стартувањето на датотеката „%s“: %s"
@@ -1526,19 +1525,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Поставувањето на атрибутот %s не е поддржано"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Грешка при читањето од датотеката: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Грешка при барањето во датотеката: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Грешка во затворањето на датотеката: %s"
@@ -1547,46 +1547,46 @@ msgstr "Грешка во затворањето на датотеката: %s"
msgid "Unable to find default local file monitor type"
msgstr "Не можам да го откријам типот на локалниот надгледувач на датотеки"
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Грешка во запишувањето во датотеката: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Грешка во отстранувањето на старата бекап врска: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Грешка при креирањето на бекап копија: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Грешка во преименувањето на привремената датотека: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Грешка при скратувањето на датотеката: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Грешка при отворањето на датотеката „%s“: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Целната датотека е директориум"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Целната датотека не е обична датотека"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "Датотеката беше надворешно изменета"
diff --git a/po/ml.po b/po/ml.po
index dd6cabab7..1af3db01f 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.ml\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-03-03 17:37+0530\n"
"Last-Translator: Ani Peter <apeter@redhat.com>\n"
"Language-Team: Malayalam <smc-discuss@googlegroups.com>\n"
@@ -19,73 +19,72 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "r'%s' എലമെന്‍റിന് അപ്രതീക്ഷിതമായ സവിശേഷത '%s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "എലമെന്‍റ് '%s'-ന്‍റെ സവിശേഷതയായ '%s' കണ്ടുകിട്ടിയില്ല"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "അപ്രതീക്ഷിതമായ ടാഗ് '%s', ടാഗ് '%s' പ്രതീക്ഷിച്ചിരുന്നു"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "'%s'-ന്‍റെ ഉളളില്‍ അപ്രതീക്ഷിതമായ ടാഗ് '%s'"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "ഡേറ്റാ ഡയറക്ടറികളില്‍ സാധുതയുളള ബുക്ക് മാര്‍ക്ക് കണ്ടുകിട്ടിയില്ല"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s'-നുളള ബുക്ക് മാര്‍ക്ക് നിലവിലുണ്ട് "
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s'-നുളള ബുക്ക് മാര്‍ക്ക് ലഭ്യമല്ല"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s'-നുളള ബുക്ക് മാര്‍ക്കില്‍ MIME തരം വ്യക്തമാക്കിയിട്ടില്ല"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s'-നുളള ബുക്ക് മാര്‍ക്കില്‍ സ്വകാര്യ ഫ്ളാഗ് വ്യക്തമാക്കിയിട്ടില്ല"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s'-നുളള ബുക്ക് മാര്‍ക്കില്‍ ഗ്രൂപ്പുകളൊന്നും ക്രമീകരിച്ചിട്ടില്ല"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' എന്ന് പേരുളള ഒരു പ്രയോഗവും '%s'-നുളള ബുക്ക് മാര്‍ക്കില്‍ രജിസ്ടര്‍ ചെയ്തിട്ടില്ല"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "'%s' എന്ന URI ഉളള '%s' എന്ന exec വരി വികസിപ്പിക്കുന്നതില്‍ പരാജയപ്പെട്ടു"
@@ -1324,8 +1323,8 @@ msgid "Can't rename file, filename already exist"
msgstr "ഫയലിന്റെ പേര് മാറ്റുവാന്‍ സാധ്യമല്ല, കാരണം ഈ പേര് നിലവിലുണ്ട്"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "തെറ്റായ ഫയല്‍നാമം"
@@ -1395,9 +1394,9 @@ msgstr "ഫയല്‍ നീക്കുന്നതില്‍ പിശക
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "ബാക്കപ്പ് ഫയല്‍ ഉണ്ടാക്കുന്നതില്‍ പരാജയം"
@@ -1427,7 +1426,7 @@ msgstr "തെറ്റായ എക്സ്റ്റെന്‍ഡട് ആ
msgid "Error setting extended attribute '%s': %s"
msgstr "എക്സ്റ്റെന്‍ഡട് ആട്രിബ്യൂട്ട് ആയ '%s' ക്രമികരിക്കുന്നതില്‍ പിശക്: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' എന്ന ഫയല്‍ സ്റ്റാറ്റ് ചെയ്യുന്നതില്‍ പിശക്: %s"
@@ -1498,19 +1497,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "%s ആട്രിബ്യൂട്ട് ക്രമികരണം പിന്തുണയ്ക്കുന്നില്ല"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "ഫയലില്‍ നിന്നും വായിക്കുന്നതില്‍ പിശക്: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "ഫയലില്‍ തിരയുന്നതില്‍ പിശക് : %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "ഫയല്‍ അടയ്ക്കുന്നതില്‍ പിശക് : %s"
@@ -1519,46 +1519,46 @@ msgstr "ഫയല്‍ അടയ്ക്കുന്നതില്‍ പി
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "ഫയലിലേക്ക് എഴുതുന്നതില്‍ പിശക്: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "പഴയ ബാക്കപ്പിലേക്കുള്ള ലിങ്ക് നീക്കം ചെയ്യുന്നതില്‍ പിശക്: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "ബാക്കപ്പ് പകര്‍പ്പ് ഉണ്ടാക്കുന്നതില്‍ പിശക്: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "താല്‍ക്കാലിക ഫയലിന്റെ പേര് മാറ്റുന്നതില്‍ പിശക്: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr ""
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "'%s' ഫയല്‍ തുറക്കുന്നതില്‍ പിശക്: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "ലക്ഷ്യസ്ഥാനത്തുള്ള ഫയല്‍ ഒരു ഡയറക്ടറി ആകുന്നു"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "ലക്ഷ്യസ്ഥാനത്തുള്ള ഫയല്‍ ഒരു സാധാരണ ഫയല്‍ അല്ല"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/mn.po b/po/mn.po
index 5947b83a9..0dd6248e1 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -23,76 +23,75 @@ msgstr ""
"X-Poedit-Country: MONGOLIA\n"
"X-Poedit-SourceCharset: utf-8\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"Сонин тэмдэгт »%s«, »%s« элементийн »%s« аттрибутын нэрийн дараа »=« хүлээгдэж "
"байна"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
#, fuzzy
msgid "No valid bookmark file found in data dirs"
msgstr "Өгөгдлийн лавлахаас хүчинтэй утга олдсонгүй"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "»%s« символик холбоос уншигдсангүй: %s"
@@ -1359,8 +1358,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "Хүчингүй хостын нэр"
@@ -1431,9 +1430,9 @@ msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1464,7 +1463,7 @@ msgstr "Баримт нэгэн аттрибут нэрийн дотор гэн
msgid "Error setting extended attribute '%s': %s"
msgstr "»%s« лавлахыг нээхэд алдаа: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
@@ -1535,19 +1534,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Символик холбоос дэмжигдээгүй"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
@@ -1556,47 +1556,47 @@ msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "Хөрвүүлж байхад алдаа: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
#, fuzzy
msgid "Target file is not a regular file"
msgstr "Тохиромжгүй файл"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/mr.po b/po/mr.po
index 9f4a48336..32fb0eab3 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mr\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-08-13 19:46+0530\n"
"Last-Translator: Sandeep Shedmake <sandeep.shedmake@gmail.com>\n"
"Language-Team: marathi\n"
@@ -17,73 +17,72 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
"X-Generator: KBabel 1.11.4\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "'%s' घटकाकरीता '%s' अनपेक्षित गुणधर्म"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "'%s' घटकाकरीता '%s' गुणधर्म आढळले नाही"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "अनपेक्षीत टॅग '%s', टॅग '%s' अपेक्षीत"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "'%2$s' च्या आत, '%1$s' अनपेक्षीत टॅग"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "माहिती संचयीकेत वैध ओळखचिन्ह आढळले नाही"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s' करीता ओळखचिन्ह आधिपासूनच अस्तित्वात आहे"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s' करीता ओळखचिन्ह आढळले नाही"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s' करीता ओळखचिन्हात MIME प्रकार व्याख्यीत नाही"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s' करीता ओळखचिन्हात वैयक्तिक बाब व्याख्यीत नाही"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s' करीता ओळखचिन्हात गट निश्चित नाही"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' नामांकीत कुठल्याही अनुप्रयोगाने '%s' करीता ओळखचिन्ह पंजीकृत केले नाही"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "'%s' पासून कार्यान्वीत ओळ '%s' विस्तारीत करू शकले नाही"
@@ -1309,8 +1308,8 @@ msgid "Can't rename file, filename already exist"
msgstr "फाइल पुनःनामांकीत करू शकत नाही, फाइलनाव आधिपासूनच अस्तित्वात आहे"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "अवैध फाइल नाव"
@@ -1380,9 +1379,9 @@ msgstr "फाइल स्थानांतरन करतेवेळी त
msgid "Can't move directory over directory"
msgstr "संचयीकेवर संचयीका हलवू शकत नाही"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "प्रतिकृत फाइल निर्माण अपयशी"
@@ -1412,7 +1411,7 @@ msgstr "अवैध विस्तारीत गुणधर्म नाव
msgid "Error setting extended attribute '%s': %s"
msgstr "विस्तारीत गुणधर्म निश्चित करतेवेळी त्रूटी '%s': %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "फाइल '%s' सुरू करतेवेळी त्रूटी: %s"
@@ -1483,19 +1482,20 @@ msgstr "SELinux या प्रणालीवर कार्यान्व
msgid "Setting attribute %s not supported"
msgstr "%s गुणधर्म स्थापित करणे समर्थित नाही"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "फाइल पासून वाचतेवेळी त्रूटी: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "फाइल शोधतेवळी त्रूटी: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "फाइल बंद करतेवेळी त्रूटी: %s"
@@ -1504,46 +1504,46 @@ msgstr "फाइल बंद करतेवेळी त्रूटी: %s"
msgid "Unable to find default local file monitor type"
msgstr "मुलभूत स्थानीक फाइल मॉनीटर प्रकार शोधता आले नाही"
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "फाइलवर लिहीतेवेळी त्रूटी: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "जुने प्रतिकृत लिंक काढून टाकतेवेळी त्रूटी: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "प्रतिकृत प्रत बनवितेवेळी त्रूटी: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "तातपूरती फाइल पुनःनामांकीत करतेवेळी त्रूटी: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "फाइल ट्रंकेट करतेवेळी त्रूटी: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "फाइल '%s' उघडतेवेळी त्रूटी: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "लक्ष्य फाइल संचयीका आहे"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "लक्ष्य फाइल सामान्य फाइल नाही"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "फाइल बाहेरुन संपादित करण्यात आली"
diff --git a/po/ms.po b/po/ms.po
index 06aab6700..e9a80739a 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -14,74 +14,73 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"Aksara ganjil '%s', dijangkakan '=' selepas nama atribut '%s' unsur '%s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Gagal membaca pautan simbolik '%s': %s"
@@ -1330,8 +1329,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "Namahos tidak sah"
@@ -1402,9 +1401,9 @@ msgstr "Ralat membaca fail '%s': %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1435,7 +1434,7 @@ msgstr "Dokumen berakhir tanpa diduga di dalam nama atribut"
msgid "Error setting extended attribute '%s': %s"
msgstr "Ralat membuka direktori %s': %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Ralat membaca fail '%s': %s"
@@ -1506,19 +1505,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Pautan simbolik tidak disokong"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Ralat membaca fail '%s': %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Ralat membaca fail '%s': %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Ralat membaca fail '%s': %s"
@@ -1527,46 +1527,46 @@ msgstr "Ralat membaca fail '%s': %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "Ralat membaca fail '%s': %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "Ralat semasa penukaran: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "Ralat membaca fail '%s': %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "Ralat membaca fail '%s': %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "Ralat membaca fail '%s': %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "Ralat membaca fail '%s': %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr ""
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/nb.po b/po/nb.po
index bd3e9b99a..6395333c1 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.13.x\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-08-15 13:01+0200\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian bokmal <i18n-nb@lister.ping.uio.no>\n"
@@ -17,73 +17,72 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Uventet attributt «%s» for element «%s»"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Attributt «%s» i element «%s» ble ikke funnet"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Uventet tagg «%s», tagg «%s» forventet"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Uventet tagg «%s» i «%s»"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "Ingen gyldig bokmerkefil ble funnet i datakatalogene"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Et bokmerke eksisterer allerede for URI «%s»"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Ingen bokmerker funnet for URI «%s»"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Ingen MIME-type definert i bokmerke for URI «%s»"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Ingen private flagg er definert i bokmerke for URI «%s»"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Ingen grupper satt i bokmerke for URI «%s»"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Ingen program med navn «%s» har registrert et bokmerke for «%s»"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Feil under utvidelse av exec-linje «%s» med URI «%s»"
@@ -1328,8 +1327,8 @@ msgid "Can't rename file, filename already exist"
msgstr "Kan ikke endre navn på filen. Filnavnet eksisterer allerede"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Ugyldig filnavn"
@@ -1399,9 +1398,9 @@ msgstr "Feil under flytting av fil: %s"
msgid "Can't move directory over directory"
msgstr "Kan ikke flytte katalog over katalog"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Oppretting av sikkerhetskopi feilet"
@@ -1431,7 +1430,7 @@ msgstr "Ugyldig navn på utvidet attributt"
msgid "Error setting extended attribute '%s': %s"
msgstr "Feil under setting av utvidet attributt «%s»: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Feil ved henting av informasjon om fil «%s»: %s"
@@ -1502,19 +1501,20 @@ msgstr "SELinux er ikke slått på på dette systemet"
msgid "Setting attribute %s not supported"
msgstr "Støtter ikke å sette attributt %s"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Feil under lesing fra fil: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Feil under søking i fil: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Feil under lukking av fil: %s"
@@ -1523,46 +1523,46 @@ msgstr "Feil under lukking av fil: %s"
msgid "Unable to find default local file monitor type"
msgstr "Kan ikke finne forvalgt lokal filovervåkingstype"
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Feil under skriving til fil: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Feil ved fjerning av gammel sikkerhetskopi av lenke: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Feil under oppretting av sikkerhetskopi: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Feil ved endring av navn på midlertidig fil: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Feil under avkorting av fil: «%s»"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Feil under åpning av fil «%s»: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Målfilen er en katalog"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Målfilen er ikke en vanlig fil"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "Filen ble endret eksternt"
diff --git a/po/ne.po b/po/ne.po
index 4723071fc..d198e88b7 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.glib-2-10.ne\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -21,74 +21,73 @@ msgstr ""
"X-Generator: KBabel 1.10.2\n"
"Plural-Forms: nplurals=2;plural=(n!=1)\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "विजोड क्यारेक्टर '%s' ले,'%s' तत्वको गुण नाम '%s' पछि अपेक्षा गरिएको एउटा '=' "
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
#, fuzzy
msgid "No valid bookmark file found in data dirs"
msgstr "वैध कुञ्जी फाइल डेटा डाइरेक्टरीहरूमा फेला परेन"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "सांकेतिक सम्बन्ध '%s' पढ्न असफल: %s"
@@ -1334,8 +1333,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "अवैध होस्टनाम "
@@ -1406,9 +1405,9 @@ msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1439,7 +1438,7 @@ msgstr "विशेषता नाम भित्र कागजात अ
msgid "Error setting extended attribute '%s': %s"
msgstr "डाइरेक्टरी '%s' खोल्दा त्रुटि: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
@@ -1510,19 +1509,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
@@ -1531,47 +1531,47 @@ msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "पद वर्णन विकल्पमा त्रुटि %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
#, fuzzy
msgid "Target file is not a regular file"
msgstr "नियमित फाइल होइन"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/nl.po b/po/nl.po
index ce4a995f5..e331c6259 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-02 12:26+0200\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-09-02 02:13+0200\n"
"Last-Translator: Tino Meinen <a.t.meinen@chello.nl>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
@@ -19,81 +19,81 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:737
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Onverwacht attribuut ‘%s’ voor element ‘%s’"
# aangetroffen hier mooier dan gevonden
-#: ../glib/gbookmarkfile.c:748 ../glib/gbookmarkfile.c:819
-#: ../glib/gbookmarkfile.c:829 ../glib/gbookmarkfile.c:936
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Attribuut ‘%s’ van element ‘%s’ is niet aangetroffen"
-#: ../glib/gbookmarkfile.c:1106 ../glib/gbookmarkfile.c:1171
-#: ../glib/gbookmarkfile.c:1235 ../glib/gbookmarkfile.c:1245
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Onverwachte tag ‘%s’, tag ‘%s’ werd verwacht"
-#: ../glib/gbookmarkfile.c:1131 ../glib/gbookmarkfile.c:1145
-#: ../glib/gbookmarkfile.c:1213 ../glib/gbookmarkfile.c:1265
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Onverwachte tag ‘%s’ binnen ‘%s’"
-#: ../glib/gbookmarkfile.c:1793
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "Er is geen geldig bladwijzerbestand gevonden in de datamappen"
-#: ../glib/gbookmarkfile.c:1994
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Er bestaat al een bladwijzer voor de URI ‘%s’"
-#: ../glib/gbookmarkfile.c:2040 ../glib/gbookmarkfile.c:2198
-#: ../glib/gbookmarkfile.c:2283 ../glib/gbookmarkfile.c:2363
-#: ../glib/gbookmarkfile.c:2448 ../glib/gbookmarkfile.c:2531
-#: ../glib/gbookmarkfile.c:2609 ../glib/gbookmarkfile.c:2688
-#: ../glib/gbookmarkfile.c:2730 ../glib/gbookmarkfile.c:2827
-#: ../glib/gbookmarkfile.c:2953 ../glib/gbookmarkfile.c:3143
-#: ../glib/gbookmarkfile.c:3219 ../glib/gbookmarkfile.c:3384
-#: ../glib/gbookmarkfile.c:3473 ../glib/gbookmarkfile.c:3563
-#: ../glib/gbookmarkfile.c:3691
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Geen bladwijzer gevonden voor URI ‘%s’"
-#: ../glib/gbookmarkfile.c:2372
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Er is geen MIME-type gedefinieerd in de bladwijzer voor URI ‘%s’"
-#: ../glib/gbookmarkfile.c:2457
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Er is geen privé-vlag gedefinieerd in de bladwijzer voor URI ‘%s’"
-#: ../glib/gbookmarkfile.c:2836
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Er zijn geen groepen ingesteld in de bladwijzer voor URI ‘%s’"
-#: ../glib/gbookmarkfile.c:3237 ../glib/gbookmarkfile.c:3394
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
"Er is geen programma genaamd ‘%s’ die een bladwijzer geregistreerd heeft "
"voor ‘%s’"
-#: ../glib/gbookmarkfile.c:3417
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Exec-regel ‘%s’ kon niet worden verwerkt met URI ‘%s’"
# is niet mogelijk/wordt niet ondersteund
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Het omzetten van tekenset ‘%s’ naar ‘%s’ is niet mogelijk"
@@ -103,235 +103,234 @@ msgstr "Het omzetten van tekenset ‘%s’ naar ‘%s’ is niet mogelijk"
# Openen van converteerder van '%s' naar '%s' mislukt
# Openen van het programma voor het omzetten van s naar s is mislukt
# (tekenreeks komt verderop nog een keer voor)
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr ""
"Kon het conversieprogramma voor het omzetten van ‘%s’ naar ‘%s’ niet openen"
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2216 ../glib/gutf8.c:955
-#: ../glib/gutf8.c:1404
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Ongeldige bytereeks in conversie-invoer"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "Fout tijdens omzetten: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:951 ../glib/gutf8.c:1155
-#: ../glib/gutf8.c:1296 ../glib/gutf8.c:1400
+#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Onvolledige tekenreeks aan het eind van de invoer"
# wordt hier niet character set ipv codeset bedoeld?
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Kan vanaf codeverzameling ‘%s’ niet terugvallen op ‘%s’"
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
"De URI ‘%s’ is geen absolute URI die gebruik maakt van het schema ‘bestand’"
-#: ../glib/gconvert.c:1747
+#: glib/gconvert.c:1747
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "De lokale bestands-URI ‘%s’ mag het teken ‘#’ niet bevatten"
-#: ../glib/gconvert.c:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "De URI ‘%s’ is ongeldig"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "De hostnaam van de URI ‘%s’ is ongeldig"
# controle-tekens/ontsnappingstekens/sturingstekens
# betere vertaling?
-#: ../glib/gconvert.c:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "De URI ‘%s’ bevat tekens met een foutief controleteken"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Het pad ‘%s’ is geen absoluut pad"
-#: ../glib/gconvert.c:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "Ongeldige hostnaam"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Fout bij het openen van map ‘%s’: %s"
# Allocatie van %lu bytes om bestand "%s" te lezen is mislukt<
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Kon geen %lu byte geheugenruimte reserveren om bestand ‘%s’ te lezen"
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Fout bij het lezen van bestand ‘%s’: %s"
-#: ../glib/gfileutils.c:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "Bestand ‘%s’ is te groot"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Lezen uit bestand ‘%s’ is mislukt: %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Openen van bestand ‘%s’ is mislukt: %s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Opvragen gegevens van bestand ‘%s’ is mislukt: fstat() is mislukt: %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Openen van bestand ‘%s’ is mislukt: fdopen() is mislukt: %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"Hernoemen van bestand ‘%s’ naar ‘%s’ is mislukt: g_rename() is mislukt: %s"
-#: ../glib/gfileutils.c:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Aanmaken van bestand ‘%s’ is mislukt: %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
"Openen van bestand ‘%s’ voor schrijven is mislukt: fdopen() is mislukt: %s"
-#: ../glib/gfileutils.c:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Schrijven van bestand ‘%s’ is mislukt: fwrite() is mislukt: %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Sluiten van bestand ‘%s’ is mislukt: fclose() is mislukt: %s"
# bestaand bestand is een beetje dubbelop
-#: ../glib/gfileutils.c:1123
+#: glib/gfileutils.c:1123
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Bestand ‘%s’ kon niet worden verwijderd: g_unlink() is mislukt: %s"
-#: ../glib/gfileutils.c:1367
+#: glib/gfileutils.c:1367
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Sjabloon ‘%s’ is ongeldig, het zou geen ‘%s’ moeten bevatten"
-#: ../glib/gfileutils.c:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Sjabloon ‘%s’ bevat geen XXXXXX"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Lezen van symbolische verwijzing ‘%s’ is mislukt: %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
msgid "Symbolic links not supported"
msgstr "Symbolische verwijzingen zijn niet mogelijk"
# Openen van converteerder van '%s' naar '%s' mislukt: %s
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr ""
"Kon het conversieprogramma voor omzetten van ‘%s’ naar ‘%s’ niet openen: %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
"Een kale ('raw') leesoperatie is niet mogelijk in "
"g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "Restant aan ongeconverteerde data in de leesbuffer"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "Kanaal eindigt in een gedeeltelijk teken"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr ""
"Een kale ('raw') leesoperatie is niet mogelijk in 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 "Openen van bestand ‘%s’ is mislukt: open() is mislukt: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Openen van bestand ‘%s’ is mislukt: mmap() is mislukt: %s"
-#: ../glib/gmarkup.c:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "Fout in regel %d teken %d: "
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "Fout in regel %d: %s"
-#: ../glib/gmarkup.c:483
+#: glib/gmarkup.c:483
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Lege entiteit ‘&;’ gevonden; geldige entiteiten zijn: &amp; &quot; &lt; "
"&gt; &apos;"
-#: ../glib/gmarkup.c:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -341,17 +340,17 @@ msgstr ""
"Teken ‘%s’ is niet geldig aan het begin van een entiteitnaam; het &-teken "
"begint een entiteit; indien dat niet de bedoeling is, gebruik dan &amp;"
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Het teken ‘%s’ is niet geldig in een entiteitnaam"
-#: ../glib/gmarkup.c:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entiteitnaam ‘%s’ is niet bekend"
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
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;"
@@ -360,7 +359,7 @@ msgstr ""
"ampersand-teken gebruikt zonder daarmee een entiteit te willen beginnen - "
"gebruik in plaats daarvan &amp;"
-#: ../glib/gmarkup.c:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -370,16 +369,16 @@ msgstr ""
"zou moeten zijn (bijvoorbeeld &#234;) - misschien is het getal te groot"
# niet geoorloofd/toegestaan/ongeoorloofd
-#: ../glib/gmarkup.c:650
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Tekenreferentie ‘%-.*s’ staat niet voor een geoorloofd teken"
-#: ../glib/gmarkup.c:665
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Lege tekenreferentie; ze zou een getal moeten bevatten, zoals &#454;"
-#: ../glib/gmarkup.c:675
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -389,33 +388,33 @@ msgstr ""
"ampersand-teken gebruikt zonder daarmee een entiteit te willen beginnen - "
"gebruik in plaats daarvan &amp;"
-#: ../glib/gmarkup.c:761
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Onbeëindigde entiteitreferentie"
-#: ../glib/gmarkup.c:767
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Onbeëindigde tekenreferentie"
-#: ../glib/gmarkup.c:1053
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ongeldige UTF-8-gecodeerde tekst - de reeks is te lang"
# het is geen startteken/er is geen startteken
-#: ../glib/gmarkup.c:1081
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ongeldige UTF-8-gecodeerde tekst - geen startteken"
-#: ../glib/gmarkup.c:1117
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ongeldige UTF-8-gecodeerde tekst - niet geldig ‘%s’"
-#: ../glib/gmarkup.c:1155
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Het document moet beginnen met een element (bijv. <book>)"
-#: ../glib/gmarkup.c:1195
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -423,7 +422,7 @@ msgid ""
msgstr ""
"‘%s’ is geen geldig teken na ‘<’; een elementnaam mag er niet mee beginnen"
-#: ../glib/gmarkup.c:1263
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -432,7 +431,7 @@ msgstr ""
"Onverwacht teken ‘%s’, er werd een ‘>’-teken verwacht om de ledig-element-"
"tag ‘%s’ af te sluiten"
-#: ../glib/gmarkup.c:1352
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -440,7 +439,7 @@ msgstr ""
"Onverwacht teken ‘%s’, er werd een ‘=’ verwacht na de attribuutnaam ‘%s’ van "
"element ‘%s’"
-#: ../glib/gmarkup.c:1394
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -451,7 +450,7 @@ msgstr ""
"start-tag van element ‘%s’ af te sluiten, of eventueel een attribuut; "
"misschien heeft u ongeldige tekens gebruikt in een attribuutnaam"
-#: ../glib/gmarkup.c:1480
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -460,7 +459,7 @@ msgstr ""
"Onverwacht teken ‘%s’, er werd een ‘\"’-teken verwacht na het ‘=’-teken bij "
"de attribuutwaarde van ‘%s’ in element ‘%s’"
-#: ../glib/gmarkup.c:1622
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -468,7 +467,7 @@ msgid ""
msgstr ""
"‘%s’ is geen geldig teken na ‘</’; een elementnaam mag niet met ‘%s’ beginnen"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -477,25 +476,25 @@ msgstr ""
"‘%s’ is geen geldig teken na de elementnaam ‘%s’ in de afluitingstag; het "
"teken dat toegestaan is is ‘>’ "
-#: ../glib/gmarkup.c:1673
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element ‘%s’ is afgesloten, er is nu geen enkel element open"
-#: ../glib/gmarkup.c:1682
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element ‘%s’ is afgesloten, maar op dit moment is element ‘%s’ open"
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Het document was leeg of bevatte slechts lege ruimte"
-#: ../glib/gmarkup.c:1859
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Het document eindigde onverwacht na een openingshaakje: ‘<’"
-#: ../glib/gmarkup.c:1867 ../glib/gmarkup.c:1912
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -504,7 +503,7 @@ msgstr ""
"Het document eindigde onverwacht met niet-afgesloten elementen - ‘%s’ is het "
"laatstgeopende element"
-#: ../glib/gmarkup.c:1875
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -513,19 +512,19 @@ msgstr ""
"Het document eindigde onverwacht, er werd een sluithaakje (‘>’) verwacht "
"voor de tag <%s/>"
-#: ../glib/gmarkup.c:1881
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Het document eindigde onverwacht in een elementnaam"
-#: ../glib/gmarkup.c:1887
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Het document eindigde onverwacht in een attribuutnaam"
-#: ../glib/gmarkup.c:1892
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Het document eindigde onverwacht in een element-openingstag."
-#: ../glib/gmarkup.c:1898
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -533,177 +532,177 @@ msgstr ""
"Het document eindigde onverwacht na een ‘=’-teken dat op een attribuutnaam "
"volgde; geen attribuutwaarde"
-#: ../glib/gmarkup.c:1905
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Het document eindigde onverwacht in een attribuutwaarde"
-#: ../glib/gmarkup.c:1921
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Het document eindigde onverwacht in een een afsluitingstag voor element ‘%s’"
-#: ../glib/gmarkup.c:1927
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Het document eindigde onverwacht in commentaar of een bewerkingsinstructie"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "beschadigd object"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "interne fout of beschadigd object"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "onvoldoende geheugen"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "limiet voor backtracking bereikt"
# voor deelzoeken
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
msgid "the pattern contains items not supported for partial matching"
msgstr "het patroon bevat niet-ondersteunde tekens"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
msgid "internal error"
msgstr "interne fout"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr "achterwaartse referenties als condities zijn niet mogelijk"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "recursielimiet bereikt"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "limiet voor lege substrings bereikt"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "ongeldige combinatie van nieuwe-regelvlaggen"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "onbekende fout"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ aan het einde van het patroon"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c aan het einde van het patroon"
# onbekend/niet herkend
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "onbekend teken volgt na \\"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr ""
"tekens die hoofd,- en kleine letters wijzigen zijn hier niet toegestaan"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "getallen in verkeerde volgorde in {} waardegever"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "getal te groot in {} waardegever"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "sluithaakje ] ontbreekt bij lettertekenklasse"
# controleteken/sturingsteken/stuurcode/escape-teken
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "ongelde stuurcode in lettertekenklasse"
# [Z-a]
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "bereik in verkeerde volgorde in lettertekenklasse"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "niets te herhalen"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "onbekend teken na (?"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "onbekend teken na (?<"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "onbekend teken na (?P"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "POSIX benoemde klassen zijn alleen ondersteund binnen een klasse"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "ontbrekend sluithaakje: )"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") zonder openingshaakje: ("
#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
#. * sequences here, '(?-54' would be an example for the second group.
#.
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
msgid "(?R or (?[+-]digits must be followed by )"
msgstr "(?R of (?[+-]cijfers moeten gevolgd worden door )"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "verwijzing naar een niet-bestaand subpatroon"
# opmerking/commentaar
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "ontbrekend sluithaakje ) na commentaar"
# te groot/te lang
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "reguliere expressie te groot"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "kon onvoldoende geheugen krijgen"
# terugkijkbewering
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "‘lookbehind assertion’ heeft geen vaste lengte"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "foutief getal of naam na (?("
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "voorwaardelijke groep bevat meer dan twee vertakkingen"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "bewering verwacht na (?("
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "onbekende POSIX-klassenaam"
@@ -712,243 +711,241 @@ msgstr "onbekende POSIX-klassenaam"
# het betreft het beschouwen van meerdere tekens als 1 teken
# samengesteld teken
# geordende elementen/samengestelde elementen
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "POSIX-samengestelde elementen worden niet ondersteund"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "lettertekenwaarde in de reeks \\x{...} is te groot"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "ongeldige voorwaarde (?(0)"
# terugkijkbewering
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "\\C niet toegestaan in ‘lookbehind assertion’"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "recursieve aanroep zou oneindig kunnen doorlopen"
# afsluiter/afsluitteken
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "afsluitteken ontbreekt in naam subpatroon"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "twee genoemde subpatronen hebben dezelfde naam"
# onjuist samengesteld/gevormd
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "onjuist gevormde \\P of \\p reeks"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "onbekende eigenschapnaam na \\P of \\p"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "naam van subpatroon is te lang (maximaal 32 tekens)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "teveel genoemde subpatronen (maximaal 10.000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "octale waarde is groter dan \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "DEFINE-groep bevat meer dan één vertakking"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "herhalen van een DEFINE-groep is niet toegestaan"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "inconsistente NEWLINE-opties"
-#: ../glib/gregex.c:333
+#: glib/gregex.c:333
msgid ""
"\\g is not followed by a braced name or an optionally braced non-zero number"
msgstr ""
"\\g wordt niet gevolgd door een naam tussen haakjes, of getal niet gelijk "
"aan nul, optioneel tussen haakjes"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "onverwachte herhaling"
# te weinig geheugen voor code/code overstroomt/
# programmacode loopt over
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "overstroming programmacode"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "compile-werkruimte is overlopen"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "eerder nagekeken gerefereerd subpatroon niet gevonden"
-#: ../glib/gregex.c:526 ../glib/gregex.c:1593
+#: glib/gregex.c:526 glib/gregex.c:1593
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Fout bij reguliere expressie %s: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "PCRE-bibliotheek is gecompileerd zonder ondersteuning voor UTF8"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr ""
"PCRE-bibliotheek is gecompileerd zonder ondersteuning voor UTF8-eigenschappen"
# opbouwen/compileren
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Fout bij compileren van reguliere expressie %s op teken %d:%s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Fout bij optimaliseren van reguliere expressie %s: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "hexadecimaal getal of ‘}’ verwacht"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "hexadecimaal getal verwacht"
# tekort/ontbreekt/te weinig
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "‘<’ ontbreekt in verwijzing"
# symbolische verwijzing
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "onafgemaakte verwijzing"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "verwijzing heeft nullengte"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "cijfer verwacht"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "ongeldige verwijzing"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "extra afsluiting ‘\\’"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "onbekende escape-reeks"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Fout bij inlezen vervangende tekst ‘%s’ op teken %lu:%s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Aangehaalde tekst begint niet met een ‘\"’-teken"
# solitair "-teken/ongebalanceerd
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Solitair ‘\"’-teken in opdrachtregel of andere shell-aangehaalde tekst"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Tekst eindigde na een ‘\\’-teken (de tekst was ‘%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 ""
"De tekst eindigde voordat een afsluitend aanhalingsteken was gevonden voor %"
"c (de tekst was ‘%s’)"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
msgid "Text was empty (or contained only whitespace)"
msgstr "De tekst was leeg (of bevatte slechts lege ruimte)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "Lezen van data van dochterproces is mislukt"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""
"Aanmaken van pijplijn voor het communiceren met dochterproces is mislukt (%s)"
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Lezen van pijplijn naar dochter (%s) is mislukt"
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Wijzigen naar map ‘%s’ is mislukt (%s)"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Uitvoeren van dochterproces is mislukt (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "Ongeldige programmanaam: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Ongeldige tekenreeks in argumentvector bij %d: %s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Ongeldige tekenreeks in omgeving: %s"
# werkmap/huidige map
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "Ongeldige werkmap: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Uitvoeren van het hulpprogramma (%s) is mislukt"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -956,141 +953,141 @@ msgstr ""
"Onverwachte fout in g_io_channel_win32_poll() bij het lezen van data van een "
"dochterproces"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Lezen van data van dochterproces is mislukt (%s)"
-#: ../glib/gspawn.c:325
+#: glib/gspawn.c:325
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Onverwachte fout in select() bij het lezen van data van een dochterproces (%"
"s)"
-#: ../glib/gspawn.c:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Onverwachte fout in waitpid() (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "De fork is mislukt (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Uitvoeren van dochterproces ‘%s’ is mislukt (%s)"
# was eerst: herleiden
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr ""
"Doorsluizen van invoer of uitvoer van een dochterproces is mislukt (%s)"
-#: ../glib/gspawn.c:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Het forken van een dochterproces is mislukt (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Onbekende fout bij het uitvoeren van dochterproces ‘%s’"
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Lezen van voldoende data van pijplijn van dochter-pid is mislukt (%s)"
-#: ../glib/gutf8.c:1029
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Teken valt buiten het bereik van UTF-8"
-#: ../glib/gutf8.c:1123 ../glib/gutf8.c:1132 ../glib/gutf8.c:1264
-#: ../glib/gutf8.c:1273 ../glib/gutf8.c:1414 ../glib/gutf8.c:1510
+#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Ongeldige reeks in conversieinvoer"
-#: ../glib/gutf8.c:1425 ../glib/gutf8.c:1521
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Teken valt buiten het bereik van UTF-16"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Gebruik:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[OPTIE...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Hulpopties:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Deze hulptekst tonen"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Alle hulpteksten tonen"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Programmaopties:"
-#: ../glib/goption.c:849 ../glib/goption.c:919
+#: glib/goption.c:849 glib/goption.c:919
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "Kan het geheel getal ‘%s’ voor %s niet verwerken"
-#: ../glib/goption.c:859 ../glib/goption.c:927
+#: glib/goption.c:859 glib/goption.c:927
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "Het geheel getal ‘%s’ voor %s valt buiten het bereik"
# integer-double
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Kan het lange geheel getal ‘%s’ voor %s niet verwerken"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "Het lange geheel getal ‘%s’ voor %s valt buiten het bereik"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Fout bij verwerken van optie %s"
-#: ../glib/goption.c:1260 ../glib/goption.c:1371
+#: glib/goption.c:1260 glib/goption.c:1371
#, c-format
msgid "Missing argument for %s"
msgstr "Ontbrekend argument voor %s"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Onbekende optie %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
msgid "Valid key file could not be found in search dirs"
msgstr "Er kon geen geldig sleutelbestand gevonden worden in de zoekmappen"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
msgid "Not a regular file"
msgstr "Geen gewoon bestand"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
msgid "File is empty"
msgstr "Bestand is leeg"
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
#, c-format
msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -1098,51 +1095,51 @@ msgstr ""
"Sleutelbestand bevat regel ‘%s’ wat geen sleutelwaarde-paar, groep of "
"opmerking is."
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Ongeldige groepsnaam: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
msgid "Key file does not start with a group"
msgstr "Het sleutelbestand start niet met een groep"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Ongeldige sleutelnaam: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Het sleutelbestand bevat de niet-ondersteunde tekenset ‘%s’"
-#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Het sleutelbestand bevat geen groep ‘%s’"
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Het sleutelbestand bevat geen sleutel ‘%s’"
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr ""
"Het sleutelbestand bevat sleutel ‘%s’ met waarde ‘%s’ wat geen UTF-8 is"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
"Het sleutelbestand bevat sleutel ‘%s’ die een waarde heeft die niet "
"geïnterpreteerd kan worden."
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1151,129 +1148,126 @@ msgstr ""
"Het sleutelbestand bevat sleutel ‘%s’ in groep ‘%s’ die een waarde heeft die "
"niet geïnterpreteerd kan worden."
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Het sleutelbestand bevat geen sleutel ‘%s’ in groep ‘%s’"
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
msgid "Key file contains escape character at end of line"
msgstr ""
"Het sleutelbestand bevat een ontsnappingsteken aan het einde van een regel"
-#: ../glib/gkeyfile.c:3496
+#: glib/gkeyfile.c:3496
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Het sleutelbestand bevat ongeldige ontsnappingstekens ‘%s’"
-#: ../glib/gkeyfile.c:3638
+#: glib/gkeyfile.c:3638
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "De waarde ‘%s’ kan niet geïnterpreteerd worden als een getal."
-#: ../glib/gkeyfile.c:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Het geheel getal ‘%s’ valt buiten het bereik"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr ""
"De waarde ‘%s’ kan niet geïnterpreteerd worden als een getal van het type "
"float."
-#: ../glib/gkeyfile.c:3709
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "De waarde ‘%s’ kan niet geïnterpreteerd worden als een boolese."
-#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:193
-#: ../gio/ginputstream.c:325 ../gio/ginputstream.c:566
-#: ../gio/ginputstream.c:691 ../gio/goutputstream.c:202
-#: ../gio/goutputstream.c:656
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "De telwaarde die aan %s werd gegeven is te groot"
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:901
-#: ../gio/goutputstream.c:1085
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "De stroom is al gesloten"
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "De bewerking werd afgebroken"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Onbekend type"
# bestandssoort/bestandstype
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "bestandstype %s"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "type %s"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "Voortijdig einde aan gegevensstroom"
# naamloos/zonder naam/onbenoemd
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Zonder naam"
# bureaubladbestand/desktopbestand
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "Desktopbestand bevat geen Exec-veld"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "Kan geen terminalvenster vinden voor het uitvoeren van het programma"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Kan persoonlijke programmaconfiguratiemap %s niet aanmaken: %s"
-#: ../gio/gdesktopappinfo.c:1136
+#: gio/gdesktopappinfo.c:1136
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Kan persoonlijke MIME-configuratiemap %s niet aanmaken: %s"
-#: ../gio/gdesktopappinfo.c:1475
+#: gio/gdesktopappinfo.c:1475
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Kan desktopbestand %s niet aanmaken"
-#: ../gio/gdesktopappinfo.c:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "Zelfgemaakte definitie voor %s"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "dit station begrijpt de opdracht ‘uitwerpen’ niet"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "dit station kan niet onderzocht worden op de aanwezigheid van media"
# niet ondersteund/niet mogelijk
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2686 ../gio/gfile.c:2740
-#: ../gio/gfile.c:2871 ../gio/gfile.c:2911 ../gio/gfile.c:3238
-#: ../gio/gfile.c:3640 ../gio/gfile.c:3724 ../gio/gfile.c:3807
-#: ../gio/gfile.c:3887 ../gio/gfile.c:4217 ../gio/win32/gwinhttpfile.c:427
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "De bewerking is niet mogelijk"
@@ -1286,98 +1280,98 @@ msgstr "De bewerking is niet mogelijk"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "Het koppelpunt hiervan bestaat niet"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "Kan niet over map kopiëren"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "Kan map niet over map kopiëren"
# er is al een bestand met die naam?
# Het doelbestand bestaat (al)
# er was ook een msgid: Target file already exists
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "Doelbestand bestaat al"
# map/de map
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "Kan map niet recursief kopiëren"
-#: ../gio/gfile.c:2861
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Ongeldige symbolische verwijzing gegeven"
# wordt hier niet ondersteund
# (dus bijv. op een aangekoppelde externe opslag?)
-#: ../gio/gfile.c:2954
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Prullenbak wordt ondersteund"
# Een bestandsnaam mag het teken / niet bevatten
-#: ../gio/gfile.c:3003
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Het teken ‘%c’ mag niet in een bestandsnaam voorkomen"
-#: ../gio/gfile.c:4985 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "volumen begrijpt de opdracht ‘aankoppelen’ niet"
-#: ../gio/gfile.c:5093
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Er is geen programma toegewezen om dit bestand te openen"
# opsomming/teller
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "Teller is gesloten"
# hmm
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "Bestandsteller bevat een lopende bewerking"
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "Bestandsteller is al gesloten"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "bestand"
# dat het pictogram bevat/met het pictogram
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr "Een bestand met het pictogram"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "Datastroom ondersteunt query_info niet"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "Zoeken binnen datastroom niet mogelijk"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "Afkappen is niet toegestaan op een invoerdatastroom"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "Afkappen wordt niet ondersteund op een datastroom"
# huh?
-#: ../gio/ginputstream.c:202
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Invoerdatastroom begrijpt de opdracht ‘lezen’ niet"
@@ -1388,307 +1382,307 @@ msgstr "Invoerdatastroom begrijpt de opdracht ‘lezen’ niet"
#. Translators: This is an error you get if there is
#. * already an operation running against this stream when
#. * you try to start one
-#: ../gio/ginputstream.c:911 ../gio/goutputstream.c:1095
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Datastroom is nog bezig"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
msgid "Unable to find default local directory monitor type"
msgstr "Kon de standaard ‘directory monitor type’ niet vinden"
-#: ../gio/glocalfile.c:601 ../gio/win32/gwinhttpfile.c:410
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Ongeldige bestandsnaam: %s"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Fout bij het ophalen van informatie over bestandssysteem: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "Kan de root-map niet hernoemen"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "Kan het bestand niet hernoemen, de bestandsnaam bestaat al"
# ongeldige naam voor bestand/ongeldige bestandsnaam
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:505
-#: ../gio/glocalfileoutputstream.c:550 ../gio/glocalfileoutputstream.c:967
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Ongeldige bestandsnaam"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "Fout bij het hernoemen van bestand: %s"
# openen/lezen
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "Fout bij het openen van bestand: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "Kan map niet openen"
# volledig verwijderen/definitief verwijderen/verwijderen
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "Fout bij het verwijderen van bestand: %s"
# naar prullenbak verplaatsen/verwijderen
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "Fout bij het verplaatsen naar de prullenbak van bestand: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Kan de prullenbakmap %s niet aanmaken: %s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "Kan de bovenliggende map voor de prullenbak niet vinden"
-#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "Kan prullenbakmap niet vinden of aanmaken"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Kan prullenbak-informatiebestand ‘%s’ niet aanmaken"
-#: ../gio/glocalfile.c:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "Kan het bestand ‘%s’ niet naar de prullenbak verplaatsen"
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "Fout bij het aanmaken van map: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Fout bij het maken van symbolische verwijzing: %s"
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "Fout bij het verplaatsen van bestand: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "Kan map niet over map verplaatsen"
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:819
-#: ../gio/glocalfileoutputstream.c:833 ../gio/glocalfileoutputstream.c:848
-#: ../gio/glocalfileoutputstream.c:864 ../gio/glocalfileoutputstream.c:878
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Aanmaken van backupbestand is mislukt"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "Fout bij het verwijderen doelbestand: %s"
# (nog) niet mogelijk/niet ondersteund
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "Verplaatsen tussen aankoppelpunten is niet mogelijk"
# technotalk
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "Attribuutwaarde moet niet-NULL zijn"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "Ongeldig attribuuttype (hoort een tekenreeks te zijn)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "Ongeldige uitgebreide attribuutnaam"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Fout bij het instellen van uitgebreid attribuut ‘%s’: %s"
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:706
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Fout bij het benaderen van bestand ‘%s’: %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (ongeldige codering)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Fout bij het benaderen van ‘file descriptor’: %s"
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ongeldig attribuuttype (hoort een uint32 te zijn)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ongeldig attribuuttype (hoort een uint64 te zijn)"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Ongeldig attribuuttype (hoort een byte-tekenreeks te zijn)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "Fout bij instellen toegangsrechten: %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "Fout bij instellen eigenaar: %s"
# technotalk
# symlink/symbolische verwijzing
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "symbolische verwijzing moet niet-NULL zijn"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "Fout bij instellen symbolische verwijzing: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Fout bij instellen symbolische verwijzing: bestand is geen symbolische "
"verwijzing"
# technotalk
-#: ../gio/glocalfileinfo.c:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "SELinux-context moet niet-NULL zijn"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Fout bij instellen SELinux-context: %s"
# geactiveerd/aangezet
# systeem/computer
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "SELinux is niet geactiveerd op dit systeem"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Instellen van attribuut %s is niet mogelijk"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:603
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Fout bij het lezen van bestand: %s"
-#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203
-#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:405
-#: ../gio/glocalfileoutputstream.c:896
+#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Fout bij het doorzoeken van bestand: %s"
-#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:208
-#: ../gio/glocalfileoutputstream.c:303
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Fout bij het sluiten van bestand: %s"
-#: ../gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:198
msgid "Unable to find default local file monitor type"
msgstr "Kon de standaard ‘file monitor type’ niet vinden"
-#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:624
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Fout bij het schrijven naar bestand: %s"
-#: ../gio/glocalfileoutputstream.c:235
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Fout bij verwijderen van oude verwijzing naar reservekopie: %s"
-#: ../gio/glocalfileoutputstream.c:249 ../gio/glocalfileoutputstream.c:262
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Fout bij het aanmaken van reservekopie: %s"
-#: ../gio/glocalfileoutputstream.c:280
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Fout bij het hernoemen van tijdelijk bestand: %s"
-#: ../gio/glocalfileoutputstream.c:451 ../gio/glocalfileoutputstream.c:913
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Fout bij het afkappen bestand: %s"
# lezen/openen
-#: ../gio/glocalfileoutputstream.c:511 ../gio/glocalfileoutputstream.c:556
-#: ../gio/glocalfileoutputstream.c:688 ../gio/glocalfileoutputstream.c:973
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Fout bij het openen van bestand ‘%s’: %s"
-#: ../gio/glocalfileoutputstream.c:719
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Doelbestand is geen map"
-#: ../gio/glocalfileoutputstream.c:724
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Doelbestand is geen gewoon bestand"
-#: ../gio/glocalfileoutputstream.c:736
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "Het bestand is door een ander programma gewijzigd"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "Ongeldig GSeekType geleverd"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "Ongeldige zoekopdracht"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "Kan GMemoryInputStream niet afkappen"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "Maximum data-arraylimiet bereikt"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "Wijzigen van geheugenruimte uitvoerdatastroom is niet mogelijk"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
msgstr "Wijzigen van geheugenruimte uitvoerdatastroom is mislukt"
@@ -1698,71 +1692,71 @@ msgstr "Wijzigen van geheugenruimte uitvoerdatastroom is mislukt"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr "ontkoppelen niet ondersteund door koppeling"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr "uitwerpen niet ondersteund door koppeling"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "opnieuw koppelen niet ondersteund door koppeling"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "inhoudstype raden niet ondersteund door koppeling"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr "op synchrone wijze inhoudstype raden niet ondersteund door koppeling"
# uitvoerdatastroom begrijpt de opdracht 'scrijven' niet
-#: ../gio/goutputstream.c:211 ../gio/goutputstream.c:412
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "schrijven wordt niet ondersteund door de uitvoerdatastroom"
# bronstroom/datastroom van de bron
-#: ../gio/goutputstream.c:372 ../gio/goutputstream.c:780
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Datastroom is al gesloten"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "naam"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Naam van het pictogram"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "namen"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Een lijst met de pictogramnamen"
# Vrij vertaald (Wouter Bolsterlee)
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "standaard terugvalmechanisme gebruiken"
# Vrij vertaald (Wouter Bolsterlee)
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1771,66 +1765,66 @@ msgstr ""
"het ‘-’-teken af te knippen. Als meerdere namen worden gegeven wordt de "
"eerste gebruikt."
-#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "Fout bij lezen van unix: %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "Fout bij sluiten van unix: %s"
# hoofdmap van bestandssysteem
-#: ../gio/gunixmounts.c:1779 ../gio/gunixmounts.c:1816
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Hoofdmap bestandssysteem"
-#: ../gio/gunixoutputstream.c:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "Fout bij schrijven naar unix: %s"
# volumen kan niet uitgeworpen worden/implemeteert 'uitwerpen' niet/
# begrijpt de opdracht 'uitwerpen' niet
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "volumen begrijpt de opdracht ‘uitwerpen’ niet"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "Kan het programma niet vinden"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Fout bij het opstarten van het programma: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
msgid "URIs not supported"
msgstr "URI's worden niet ondersteund"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
msgid "association changes not supported on win32"
msgstr "associatiewijzigingen niet mogelijk op win32"
# Associeren/associaties aanmaken
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
msgid "Association creation not supported on win32"
msgstr "Associaties aanmaken niet mogelijk op win32"
# vrij vertaald
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "ook de verborgen items tonen"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "gebruik een uitgebreide opsomming"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[BESTAND...]"
diff --git a/po/nn.po b/po/nn.po
index 37a4259dc..03abde6ce 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: nn\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-02-24 17:33+0100\n"
"Last-Translator: Åsmund Skjæveland <aasmunds@ulrik.uio.no>\n"
"Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n"
@@ -17,74 +17,73 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Uventa attributt «%s» til elementet «%s»"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Attributt «%s» til elementet «%s» ikkje funne"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Uventa merke «%s», venta merket «%s»"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Uventa merke «%s» inni «%s»"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "Klarte ikkje å finna gyldig bokmerkefil i datamappene"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Eit bokmerke for adressa «%s» finst frå før"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Klarte ikkje å finna noko bokmerke for adressa «%s»"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Det er ikkje definert nokon MIME-type i bokmerket for adressa «%s»"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Privat-flagg er ikkje definert i bokmerket for adressa «%s»"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Det er ikkje laga nokon grupper i bokmerket for adressa «%s»"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
"Det er ikkje nokon program som heiter «%s» som har registrert bokmerke for «%s»"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Klarte ikkje å utvida køyrelinja «%s» med adressa «%s»"
@@ -1330,8 +1329,8 @@ msgid "Can't rename file, filename already exist"
msgstr "Kan ikkje gje fila nytt namn, filnamnet finst frå før"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Ugyldig filnamn"
@@ -1401,9 +1400,9 @@ msgstr "Feil under flytting av fil: %s"
msgid "Can't move directory over directory"
msgstr "Kan ikkje flytta mappa over ei mappe"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Klarte ikkje å laga tryggleikskopi av fila"
@@ -1433,7 +1432,7 @@ msgstr "Ugyldig utvida attributtnamn"
msgid "Error setting extended attribute '%s': %s"
msgstr "Feil under endring av utvida attributtverdi «%s»: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Feil under lesing av informasjon om fila «%s»: %s"
@@ -1505,19 +1504,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Å setja attributten %s er ikkje støtta"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Feil ved lesing frå fila: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Feil ved søking i fila: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Feil ved stenging av fila: %s"
@@ -1526,46 +1526,46 @@ msgstr "Feil ved stenging av fila: %s"
msgid "Unable to find default local file monitor type"
msgstr "Klarer ikkje å finna typen standard lokal filovervakar"
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Feil ved skriving til fila: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Feil under fjerning av gamal tryggleikskopilenkje: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Feil ved oppretting av tryggleikskopi: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Feil ved namnebyte på mellombels fil: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Feil ved trunkering av fila: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Feil ved opning av fila «%s»: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Målfila er ei mappe"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Målfila er ikkje ei vanleg fil"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "Fila vart endra utanfrå"
diff --git a/po/oc.po b/po/oc.po
index b395a75b0..4f7b8428d 100644
--- a/po/oc.po
+++ b/po/oc.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: oc\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-04-23 10:42+0200\n"
"Last-Translator: Yannig Marchegay (Kokoyaya) <yannig@marchegay.org>\n"
"Language-Team: Occitan <ubuntu-l10n-oci@lists.ubuntu.com>\n"
@@ -17,73 +17,72 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr ""
@@ -1287,8 +1286,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Nom d'òste invalid"
@@ -1358,9 +1357,9 @@ msgstr ""
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1390,7 +1389,7 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr ""
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr ""
@@ -1461,19 +1460,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr ""
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr ""
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr ""
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr ""
@@ -1482,46 +1482,46 @@ msgstr ""
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr ""
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr ""
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr ""
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr ""
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr ""
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr ""
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr ""
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/or.po b/po/or.po
index 627ad29be..9e5573d34 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: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -23,73 +23,72 @@ msgstr ""
"\n"
"\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "'%s' ର ଗୁଣ '%s' ଉପାଦାନ ପାଇଁ ଅପ୍ରତ୍ଯାଶିତ ଅଟେ"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "'%s' ଗୁଣକୁ '%s' ଉପାଦାନ ପାଇଁ ଖୋଜି ପାରିଲା ନାହିଁ"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "ଅପ୍ରତ୍ଯାଶିିତ '%s' ସୂଚକ, '%s' ସୂଚକକୁ ଆଶା କରାଯାଉଥିଲା"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "ଅପ୍ରତ୍ଯାଶିିତ '%s' ସୂଚକଟି '%s' ମଧ୍ଯରେ ଅଛି"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "ତଥ୍ଯ ଡିରେକ୍ଟୋରି ମାନଙ୍କରେ କୌଣସି ବୈଧ ଚିହ୍ନିତ ସ୍ଥାନ ମିଳିଲା ନାହିଁ"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "'%s' ୟୁ.ଆର.ଆଇ. ପାଇଁ ଗୋଟିଏ ବୁକ୍ ମାର୍କ ପୂର୍ବରୁ ଅବସ୍ଥିତ ଅଛି"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "'%s' ୟୁ.ଆର.ଆଇ. ପାଇଁ କୌଣସି ବୁକ୍ ମାର୍କ ମିଳିଲା ନାହିଁ"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "'%s' ୟୁ.ଆର.ଆଇ. ପାଇଁ ବୁକ୍ ମାର୍କରେ କୌଣସି MIME ପ୍ରକାରକୁ ବ୍ଯାଖ୍ଯା କରାଯାଇ ନାହିଁ"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "'%s' ୟୁ.ଆର.ଆଇ. ପାଇଁ ବୁକ୍ ମାର୍କରେ କୌଣସି ଗୁପ୍ତ ଚିହ୍ନକକୁ ବ୍ଯାଖ୍ଯା କରାଯାଇ ନାହିଁ"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "'%s' ୟୁ.ଆର.ଆଇ. ପାଇଁ ବୁକ୍ ମାର୍କରେ କୈଣସି ସମୂହକୁ ସେଟ କରାଯାଇ ନାହିଁ"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' ନାମରେ ନାମିତ କୌଣସି ପ୍ରୟୋଗ '%s' ପାଇଁ ଗୋଟିଏ ବୁକ୍ ମାର୍କକୁ ପଞ୍ଜିକ୍ରୁତ କରିନାହିଁ"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "'%s' ୟୁ.ଆର.ଆଇ. ସହିତ '%s' ନିଷ୍ପାଦନ ଧାଡିକୁ ବର୍ଦ୍ଧନ କରିବାରେ ବିଫଳ"
@@ -1334,8 +1333,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "ଅବୈଧ ଆଧାର ନାମ"
@@ -1406,9 +1405,9 @@ msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1439,7 +1438,7 @@ msgstr "ଗୁଣର ନାମ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍
msgid "Error setting extended attribute '%s': %s"
msgstr "%s' ଡିରେକ୍ଟୋରି ଖୋଲିବାରେ ତ୍ରୁଟି: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
@@ -1510,19 +1509,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
@@ -1531,47 +1531,47 @@ msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "ରୁପାନ୍ତରଣ ର ବିକଲ୍ପ ରେ ତ୍ରୁଟି: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
#, fuzzy
msgid "Target file is not a regular file"
msgstr "ଏହା ଏକ ନିୟମିତ ଫାଇଲ ନୁହେଁ"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/pa.po b/po/pa.po
index 0dd027e84..e321273d3 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-03-04 23:30+0530\n"
"Last-Translator: Amanpreet Singh Alam <apreet.alam@gmail.com>\n"
"Language-Team: Punjabi/Panjabi <punjabi-users@list.sf.net>\n"
@@ -24,73 +24,72 @@ msgstr ""
"X-Generator: LoKalize 0.2\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "ਇਕਾਈ '%2$s' ਲਈ ਗਲਤ ਗੁਣ '%1$s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "ਇਕਾਈ '%2$s' ਲਈ '%1$s' ਗੁਣ ਨਹੀਂ ਲੱਭਿਆ"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "ਗਲਤ ਟੈਗ '%s', ਟੈਗ '%s' ਲੋੜੀਦਾ ਸੀ"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "'%2$s' ਵਿੱਚ '%1$s' ਟੈਗ"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "ਡਾਟਾ ਡਾਇਰੈਕਟਰੀਆਂ ਵਿੱਚ ਕੋਈ ਢੁੱਕਵੀਂ ਬੁੱਕਮਾਰਕ ਫਾਇਲ ਨਹੀਂ ਲੱਭੀ"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s' ਲਈ ਇੱਕ ਬੁੱਕਮਾਰਕ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s' ਲਈ ਕੋਈ ਬੁੱਕਮਾਰਕ ਨਹੀਂ ਲੱਭਾ"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s' ਲਈ ਬੁੱਕਮਾਰਕ ਵਿੱਚ ਕੋਈ MIME ਕਿਸਮ ਪਰਿਭਾਸ਼ਿਤ ਨਹੀਂ ਹੈ"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s' ਲਈ ਬੁੱਕਮਾਰਕ ਕੋਈ ਪ੍ਰਾਈਵੇਟ ਫਲੈਗ ਨਹੀਂ ਦੱਸਿਆ ਗਿਆ"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s' ਲਈ ਬੁੱਕਮਾਰਕ ਵਿੱਚ ਕੋਈ ਗਰੁੱਪ ਸੈੱਟ ਨਹੀਂ ਕੀਤਾ ਗਿਆ"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "ਕਿਸੇ ਕਾਰਜ ਨੇ '%2$s' ਲਈ '%1$s' ਨਾਂ ਨਾਲ ਕੋਈ ਬੁੱਕਮਾਰਕ ਰਜਿਸਟਰ ਨਹੀਂ ਕੀਤਾ"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "exec ਲਾਈਨ '%s' ਨੂੰ URI '%s' ਨਾਲ ਫੈਲਾਉਣ ਲਈ ਫੇਲ੍ਹ ਹੋਇਆ"
@@ -1318,8 +1317,8 @@ msgid "Can't rename file, filename already exist"
msgstr "ਫਾਇਲ ਦਾ ਨਾਂ ਨਹੀਂ ਬਦਲਿਆ ਜਾ ਸਕਦਾ, ਫਾਇਲ ਨਾਂ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "ਗਲਤ ਫਾਇਲ ਨਾਂ"
@@ -1389,9 +1388,9 @@ msgstr "ਫਾਇਲ ਭੇਜਣ ਦੌਰਾਨ ਗਲਤੀ: %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "ਬੈਕਅੱਪ ਫਾਇਲ ਬਣਾਉਣ ਲਈ ਫੇਲ੍ਹ"
@@ -1421,7 +1420,7 @@ msgstr "ਗਲਤ ਐਕਸਟੈੱਡ ਗੁਣ ਨਾਂ"
msgid "Error setting extended attribute '%s': %s"
msgstr "ਐਕਸਟੈੱਡ ਗੁਣ '%s' ਸੈੱਟ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' ਫਾਈਲ ਦੇਣ'ਚ ਗਲਤੀ: %s"
@@ -1492,19 +1491,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "ਗੁਣ %s ਸੈਟਿੰਗ ਸਹਾਇਕ ਨਹੀਂ"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "ਫਾਈਲ ਤੋਂ ਪੜ੍ਹਨ ਦੌਰਾਨ ਗਲਤੀ: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "ਫਾਈਲ 'ਚ ਵੇਖਣ ਦੌਰਾਨ ਗਲਤੀ: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "ਫਾਈਲ ਬੰਦ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s"
@@ -1513,46 +1513,46 @@ msgstr "ਫਾਈਲ ਬੰਦ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s"
msgid "Unable to find default local file monitor type"
msgstr "ਡਿਫਾਲਟ ਲੋਕਲ ਫਾਈਲ ਮਾਨੀਟਰ ਟਾਈਪ ਖੋਜਣ ਲਈ ਅਸਮਰੱਥ"
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "ਫਾਈਲ ਲਿਖਣ ਦੌਰਾਨ ਗਲਤੀ: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "ਪੁਰਾਣਾ ਬੈਕਅੱਪ ਲਿੰਕ ਹਟਾਉਣ ਦੌਰਾਨ ਗਲਤੀ: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "ਬੈਕਅੱਪ ਕਾਪੀ ਬਣਾਉਣ ਦੌਰਾਨ ਗਲਤੀ: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "ਆਰਜ਼ੀ ਫਾਈਲ ਨਾਂ ਬਦਲਣ ਦੌਰਾਨ ਗਲਤੀ: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "ਫਾਈਲ ਸੰਖੇਪ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "'%s' ਫਾਈਲ ਖੋਲ੍ਹਣ 'ਚ ਗਲਤੀ: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਡਾਇਰੈਕਟਰੀ ਹੈ"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਇੱਕ ਰੈਗੂਲਰ ਫਾਇਲ ਨਹੀਂ ਹੈ"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "ਫਾਇਲ ਬਾਹਰੋਂ ਸੋਧੀ ਗਈ ਸੀ"
diff --git a/po/pl.po b/po/pl.po
index 7ed549c15..7c17b976e 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: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2007-09-14 17:12+0200\n"
"Last-Translator: wadim dziedzic <wdziedzi@aviary.pl>\n"
"Language-Team: Polish <translators@gnomepl.org>\n"
@@ -23,73 +23,72 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Niespodziewany atrybut \"%s\" dla elementu \"%s\""
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Nie odnaleziono atrybutu \"%s\" dla elementu \"%s\""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Nieoczekiwany znacznik \"%s\", oczekiwano znacznika \"%s\""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Nieoczekiwany znacznik \"%s\" wewnątrz \"%s\""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "Nie można odnaleźć poprawnego pliku zakładek w katalogach danych"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Zakładka dla URI \"%s\" już istnieje"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Nie znaleziono zakładki dla URI \"%s\""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Nie zdefiniowano typu MIME w zakładce dla URI \"%s\""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Nie zdefiniowano prywatnej flag w zakładce dla URI \"%s\""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Nie ustawiono grup w zakładce dla URI \"%s\""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Żadna aplikacja o nazwie \"%s\" nie zarejestrowała zakładki dla \"%s\""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Rozwinięcie linii \"%s\" z adresem URI \"%s\" nie powiodło się"
@@ -1379,8 +1378,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "Niepoprawna nazwa komputera"
@@ -1451,9 +1450,9 @@ msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1484,7 +1483,7 @@ msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz nazwy atrybutu"
msgid "Error setting extended attribute '%s': %s"
msgstr "Wystąpił błąd przy otwieraniu katalogu \"%s\": %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
@@ -1555,19 +1554,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Dowiązania symboliczne nie są obsługiwane"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
@@ -1576,47 +1576,47 @@ msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "Błąd podczas przetwarzania opcji %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
#, fuzzy
msgid "Target file is not a regular file"
msgstr "To nie jest zwykły plik"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/ps.po b/po/ps.po
index a0d03f1c6..3b5dfecb5 100644
--- a/po/ps.po
+++ b/po/ps.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.head\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-07-14 19:07-0800\n"
"Last-Translator: Zabeeh Khan <zabeehkhan@gmail.com>\n"
"Language-Team: Pashto <pathanisation@googlegroups.com>\n"
@@ -17,73 +17,72 @@ msgstr ""
"X-Poedit-Language: Pashto, Pushto\n"
"X-Poedit-Country: AFGHANISTAN\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "په اومتوک درکموندونو کې کومه سمه ليکنښه دوتنه ونه موندل شوه"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "لپاره يوه ليکنښه د مخکې نه شته دی URI '%s' د"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "لپاره کومه ليکنښه ونه مونل شوه URI '%s' د"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr ""
@@ -1288,8 +1287,8 @@ msgid "Can't rename file, filename already exist"
msgstr "دوتنه نه شي بيانومولی، دوتنه نوم د مخکې نه شته"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "ناسم دوتنه نوم"
@@ -1359,9 +1358,9 @@ msgstr "%s :دوتنه خوځولو کې ستونزه"
msgid "Can't move directory over directory"
msgstr "يو درکموند پر بل درکموند نه شي خوځولی"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "د شاتړ دوتنې جوړونه پاتې راغله"
@@ -1391,7 +1390,7 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr ""
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr ""
@@ -1462,19 +1461,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr ""
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "%s :دوتنې نه لوستلو کې ستونزه"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr ""
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "%s :دوتنه بندولو کې ستونزه"
@@ -1483,46 +1483,46 @@ msgstr "%s :دوتنه بندولو کې ستونزه"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "%s :پر دوتنې ليکلو کې ستونزه"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "%s :د زوړ شاتړ تړون په ړنګولو کې ستونزه"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "%s :شاتړ لمېسې جوړولو کې ستونزه"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "%s :د لنډمهاله دوتنې په بيانومولو کې ستونزه"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr ""
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "%s :دوتنه پرانيستلو کې ستونزه '%s'"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "موخه دوتنه يوه پوښۍ ده"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "موخه دوتنه ساده دوتنه نه ده"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "دوتنه په بهرنۍ توګه بدله شوې وه"
diff --git a/po/pt.po b/po/pt.po
index 853233d84..ffe1a734d 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.24\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-08-09 09:25+0000\n"
"Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n"
"Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n"
@@ -16,75 +16,74 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Atributo '%s' inesperado para o elemento '%s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Atributo '%s' do elemento '%s' não foi encontrado"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Etiqueta '%s' inesperada, esperada a etiqueta '%s'"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Etiqueta '%s' inesperada dentro de '%s'"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Não foi encontrado nenhum ficheiro de marcador válido nos directórios de "
"dados"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Já existe um marcador para o URI '%s'"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Não foi encontrado nenhum marcador para o URI '%s'"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Nenhum tipo MIME definido no marcador para o URI '%s'"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Nenhum sinal privado definido no marcador para o URI '%s'"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Nenhum grupo definido no marcador para o URI '%s'"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Nenhuma aplicação denominada '%s' registou um marcador para '%s'"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Falha ao expandir a linha de execução '%s' com o URI '%s'"
@@ -1349,8 +1348,8 @@ msgid "Can't rename file, filename already exist"
msgstr "Incapaz de renomear o ficheiro, o nome já existe"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Nome de ficheiro inválido"
@@ -1420,9 +1419,9 @@ msgstr "Erro ao mover o ficheiro: %s"
msgid "Can't move directory over directory"
msgstr "Incapaz de mover um directório sobre um directório"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Falha ao criar o ficheiro de cópia de segurança"
@@ -1452,7 +1451,7 @@ msgstr "Nome de atributo extendido inválido"
msgid "Error setting extended attribute '%s': %s"
msgstr "Erro ao definir o atributo extendido '%s': %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Erro ao verificar o ficheiro '%s': %s"
@@ -1523,19 +1522,20 @@ msgstr "O SELinux não está activo neste sistema"
msgid "Setting attribute %s not supported"
msgstr "Não é suportada a definição do atributo %s"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Erro ao ler do ficheiro: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Erro ao procurar no ficheiro: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Erro ao fechar o ficheiro: %s"
@@ -1544,46 +1544,46 @@ msgstr "Erro ao fechar o ficheiro: %s"
msgid "Unable to find default local file monitor type"
msgstr "Incapaz de encontrar tipo de monitor por omissão de ficheiro local"
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Erro ao escrever no ficheiro: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Erro ao remover o atalho para a cópia de segurança antiga: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Erro ao criar a cópia da cópia de segurança: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Erro ao renomear ficheiro temporário: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Erro ao truncar ficheiro: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Erro ao abrir o ficheiro '%s': %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Ficheiro de destino é um directório"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "O ficheiro de destino não é um ficheiro comum"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "O ficheiro foi alterado externamente"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index c875f58eb..6e6e62b83 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-08-13 23:23-0300\n"
"Last-Translator: Henrique P Machado <zehrique@gmail.com>\n"
"Language-Team: Brazilian Portuguese <gnome-l10n-br@listas.cipsga.org.br>\n"
@@ -23,74 +23,73 @@ msgstr ""
"X-Poedit-Country: BRAZIL\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Atributo \"%s\" inesperado para elemento \"%s\""
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Não foi localizado atributo \"%s\" do elemento \"%s\""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Marca \"%s\" inesperada, esperava marca \"%s\""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Marca \"%s\" inesperada dentro de \"%s\""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Não foi localizado arquivo de marcadores válido nos diretórios de dados"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Já existe um marcador para o URI \"%s\""
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Não foi localizado marcador para o URI \"%s\""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Não foi definido tipo MIME no marcador para o URI \"%s\""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Não foi definido sinal de particular no marcador para o URI \"%s\""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Não há grupos definidos no marcador para o URI \"%s\""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Nenhum aplicativo chamado \"%s\" registrou um marcador para \"%s\""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Falha em expandir linha de execução \"%s\" com URI \"%s\""
@@ -1358,8 +1357,8 @@ msgid "Can't rename file, filename already exist"
msgstr "Não foi possível renomear o arquivo, o nome do arquivo já existe"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Nome de arquivo inválido"
@@ -1429,9 +1428,9 @@ msgstr "Erro ao mover arquivo: %s"
msgid "Can't move directory over directory"
msgstr "Não foi possível mover diretório sobre diretório"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Falha ao criar arquivo de backup"
@@ -1461,7 +1460,7 @@ msgstr "Nome de atributo estendido inválido"
msgid "Error setting extended attribute '%s': %s"
msgstr "Erro ao definir atributo estendido \"%s\": %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Erro ao iniciar arquivo \"%s\": %s"
@@ -1532,19 +1531,20 @@ msgstr "SELinux não está habilitado neste sistema"
msgid "Setting attribute %s not supported"
msgstr "Não há suporte à definição do atributo %s"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Erro ao ler do arquivo: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Erro ao buscar no arquivo: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Erro ao fechar arquivo: %s"
@@ -1553,46 +1553,46 @@ msgstr "Erro ao fechar arquivo: %s"
msgid "Unable to find default local file monitor type"
msgstr "Não foi possível localizar o tipo de arquivo monitor local padrão"
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Erro ao escrever no arquivo: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Erro ao remover link antigo de backup: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Erro ao criar cópia de backup: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Erro ao renomear arquivo temporário: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Erro ao truncar arquivo: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Erro ao abrir arquivo \"%s\": %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Arquivo alvo é um diretório"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Arquivo alvo não é um arquivo comum"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "O arquivo foi modificado externamente"
diff --git a/po/ro.po b/po/ro.po
index 5b62411cc..f4be784c3 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-03-06 23:16+0200\n"
"Last-Translator: Mişu Moldovan <dumol@gnome.ro>\n"
"Language-Team: Română <gnomero-list@lists.sourceforge.net>\n"
@@ -17,74 +17,73 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
"20)) ? 1 : 2;\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Nu se aştepta un atribut „%s” pentru elementul „%s”"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Atributul „%s” al elementului „%s” nu a putut fi găsit"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "S-a primit eticheta „%s”, se aştepta eticheta „%s”"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Nu se aştepta eticheta „%s” în „%s”"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "Nu s-a găsit un fişier valid cu favorite în directoarele de date"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Un favorit pentru URI-ul „%s” există deja"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Nu s-a găsit nici un favorit pentru URI-ul „%s”"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Nu există un tip MIME definit în favoritul URI-ului „%s”"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Nu există un indicator privat definit în favoritul URI-ului „%s”"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Nu există grupuri definite în favoritul URI-ului „%s”"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
"Nu există o aplicaţie cu numele „%s” înregistrată în favoritul pentru „%s”"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Nu s-a putut expanda linia de comandă „%s” cu URI-ul %s"
@@ -1350,8 +1349,8 @@ msgid "Can't rename file, filename already exist"
msgstr "Nu se poate redenumi fişierul, numele de fişier există deja"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Nume invalid de fişier"
@@ -1421,9 +1420,9 @@ msgstr "Eroare la mutarea fişierului: %s"
msgid "Can't move directory over directory"
msgstr "Nu se poate muta un director peste un alt director"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Crearea fişierului de „backup” a eşuat"
@@ -1454,7 +1453,7 @@ msgstr "Nume invalid de atribut extins"
msgid "Error setting extended attribute '%s': %s"
msgstr "Eroare la stabilirea atributului extins „%s”: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Eroare la citirea detaliilor fişierului „%s”: %s"
@@ -1527,19 +1526,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Definirea atributului %s nu este implementată"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Eroare la citirea din fişier: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Eroare la căutarea în fişier: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Eroare la închiderea fişierului: %s"
@@ -1548,46 +1548,46 @@ msgstr "Eroare la închiderea fişierului: %s"
msgid "Unable to find default local file monitor type"
msgstr "Nu s-a găsit tipul implicit de monitorizare a fişierelor locale"
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Eroare la scrierea în fişier: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Eroare la ştergerea vechii legături simbolice de backup: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Eroare la crearea copiei de backup: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Eroare la redenumirea fişierului temporar: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Eroare la trunchierea fişierului: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Eroare la deschiderea fişierului „%s”: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Fişierul destinaţie este un director"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Fişierul destinaţie nu este un fişier obişnuit"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "Fişierul a fost modificat de o terţă parte"
diff --git a/po/ru.po b/po/ru.po
index a9468259b..4b6bbb868 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib trunk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-03-11 20:54+0300\n"
"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
"Language-Team: Russian <gnome-cyr@gnome.org>\n"
@@ -21,73 +21,72 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Встретился неожиданный атрибут «%s» элемента «%s»"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Не найден атрибут «%s» элемента «%s»"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Неожиданный тэг «%s», ожидался тэг «%s»"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Неожиданный тэг «%s» внутри «%s»"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "Не удалось найти допустимый файл закладок в каталогах поиска"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Закладка для ресурса URI «%s» уже существует"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Для ресурса URI «%s» закладок не найдено"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "В закладке на ресурс «%s» не определён тип MIME"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Отметка о приватности данных в закладке для URI «%s» не определена"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "В закладке для URI «%s» не определена группа"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Нет приложения с именем «%s», создавшего закладку для «%s»"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Не удалось дополнить строку выполнения «%s» с помощью URI «%s»"
@@ -1372,8 +1371,8 @@ msgid "Can't rename file, filename already exist"
msgstr "Не удалось переименовать файл, такое имя файла уже есть"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Недопустимое имя файла"
@@ -1443,9 +1442,9 @@ msgstr "Произошла ошибка при перемещении файла
msgid "Can't move directory over directory"
msgstr "Нельзя переместить каталог поверх каталога"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Не удалось создать резервный файл"
@@ -1475,7 +1474,7 @@ msgstr "Недопустимое имя расширенного атрибут
msgid "Error setting extended attribute '%s': %s"
msgstr "Произошла ошибка при установке расширенного атрибута «%s»: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Произошла ошибка при получении сведений о файле «%s»: %s"
@@ -1548,19 +1547,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Установка атрибута %s не поддерживается"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Произошла ошибка при чтении из файла: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Произошла ошибка при переходе по файлу: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Произошла ошибка при закрытии файла: %s"
@@ -1569,46 +1569,46 @@ msgstr "Произошла ошибка при закрытии файла: %s"
msgid "Unable to find default local file monitor type"
msgstr "Не удалось найти тип монитора локальных файлов по умолчанию"
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Произошла ошибка при записи в файл: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Произошла ошибка при удалении старой резервной ссылки: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Произошла ошибка при создании резервной копии: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Произошла ошибка при переименовании временного файла: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Произошла ошибка при усечении файла: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Произошла ошибка при открытии файла «%s»: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Целевой файл является каталогом"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Целевой файл не является обычным файлом"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "Файл был изменён извне"
diff --git a/po/rw.po b/po/rw.po
index b3d8735f4..7fad5f87a 100644
--- a/po/rw.po
+++ b/po/rw.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.12\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -23,74 +23,73 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Inyuguti Ikitezwe: a Nyuma Ikiranga Izina: Bya Ikigize:"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
#, fuzzy
msgid "No valid bookmark file found in data dirs"
msgstr "Urufunguzo IDOSIYE OYA Byabonetse in Ibyatanzwe"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Kuri Gusoma Ihuza"
@@ -1355,8 +1354,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "Izina ry'inturo:"
@@ -1432,9 +1431,9 @@ msgstr "Ikosa mu gusoma idosiye"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1467,7 +1466,7 @@ msgid "Error setting extended attribute '%s': %s"
msgstr "Gufungura %s%S bushyinguro"
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Ikosa mu gusoma idosiye"
@@ -1540,21 +1539,22 @@ msgid "Setting attribute %s not supported"
msgstr "amahuza OYA"
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Ikosa mu gusoma idosiye"
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Ikosa mu gusoma idosiye"
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Ikosa mu gusoma idosiye"
@@ -1564,51 +1564,51 @@ msgid "Unable to find default local file monitor type"
msgstr ""
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "Ikosa mu gusoma idosiye"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "Ihindurangero"
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "Ikosa mu gusoma idosiye"
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "Ikosa mu gusoma idosiye"
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "Ikosa mu gusoma idosiye"
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "Ikosa mu gusoma idosiye"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
#, fuzzy
msgid "Target file is not a regular file"
msgstr "a Ibisanzwe IDOSIYE"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/si.po b/po/si.po
index 4f0b9e648..72d54f635 100644
--- a/po/si.po
+++ b/po/si.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.si\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2007-06-20 14:56+0530\n"
"Last-Translator: Danishka Navin <snavin@redhat.com>\n"
"Language-Team: Sinhala <en@li.org>\n"
@@ -17,73 +17,72 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "'%s' මූලය සඳහා බලාපොරොත්තු නොවු '%s' විශේෂණය"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "'%s' මූලයෙහි '%s' විශේෂණය හමුවුයේ නැත"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "'%s'බලාපොරොත්තු නොවු ටැගයකි, බලාපොරොත්තු වුයේ '%s' ටැගයයි"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "'%s'බලාපොරොත්තු නොවු ටැගයක් '%s' තුළ ඇත"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "දත්ත බහලුම් තුළ නිරවද්‍ය පිටු සළකුණක් හමුවූයෙ නැත"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "'%s' URI සඳහා වු පිටු සළකුණ දැනට භාවිතයේ ඇත"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "'%s' URI සඳහා පිටු සළකුණු හමුවුයේ නැත"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "'%s' URI සඳහා වු පිටු සළකුණු තුළ MIME වර්‍හගයක් සදහන් කරුයේ නැත"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "'%s' URI සඳහා වු පිටු සළකුණු තුළ සමූහ කට්ටලය නැත"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr ""
@@ -1299,8 +1298,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "සාවද්‍ය ධාරක නාමය"
@@ -1371,9 +1370,9 @@ msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1403,7 +1402,7 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr "'%s' ගහලුම විවෘත කිරීම දෝෂ සහිතයි: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
@@ -1474,19 +1473,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
@@ -1495,46 +1495,46 @@ msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr ""
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr ""
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/sk.po b/po/sk.po
index c3dba6bb7..6a189f963 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-03-15 15:01+0100\n"
"Last-Translator: Marcel Telka <marcel@telka.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
@@ -19,74 +19,73 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural= (n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Neočakávaná vlastnosť '%s' prvku '%s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Vlastnosť '%s' prvku '%s' nenájdená"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Neočakávaná značka '%s', bola očakávaná značka '%s'"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Neočakávaná značka '%s' vo vnútri '%s'"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
#, fuzzy
msgid "No valid bookmark file found in data dirs"
msgstr "Nepodarilo sa nájsť platný súbor kľúčov v dátových adresároch"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Záložka pre URI '%s' už existuje"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Nenastavené skupiny v záložke pre URI '%s'"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Nepodarilo sa prečítať symbolický odkaz '%s': %s"
@@ -1337,8 +1336,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Neplatný názov súboru"
@@ -1408,9 +1407,9 @@ msgstr "Chyba pri čítaní súboru '%s': %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1441,7 +1440,7 @@ msgstr "Dokument neočakávane skončil v mene atribútu"
msgid "Error setting extended attribute '%s': %s"
msgstr "Chyba pri nastavovaní rozšírenej vlastnostii '%s': %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Chyba pri čítaní súboru '%s': %s"
@@ -1512,19 +1511,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Symbolické odkazy nepodporované"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Chyba pri čítaní zo súboru: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Chyba pri čítaní súboru '%s': %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Chyba pri zatváraní súboru: %s"
@@ -1533,46 +1533,46 @@ msgstr "Chyba pri zatváraní súboru: %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Chyba pri zápise do súboru: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Chyba pri odstraňovaní starého záložného odkazu: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Chyba pri vytváraní záložnej kópie: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Chyba pri premenúvaní dočasného súboru: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "Chyba pri čítaní súboru '%s': %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Chyba pri otváraní súboru '%s': %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Cieľový súbor je priečinok"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Cieľový súbor nie je obyčajný súbor"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/sl.po b/po/sl.po
index 92d58c144..e72f17ca8 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-03-21 19:16+0100\n"
"Last-Translator: Matej Urbančič <mateju@svn.gnome.org>\n"
"Language-Team: Slovenian <sl@li.org>\n"
@@ -21,73 +21,72 @@ msgstr ""
"X-Poedit-Language: Slovenian\n"
"X-Poedit-SourceCharset: utf-8\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Nepričakovan atribut '%s' za element '%s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Atribut '%s' elementa '%s' ni najden"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Nepričakovana oznaka '%s'. Pričakovana je oznaka '%s'"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Nepričakovana oznaka '%s' znotraj '%s'"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "Ni veljavne datoteke zaznamkov v podatkovnih mapah"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Zaznamek za URI '%s' že obstaja"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Ni veljavnega zaznamka za URI '%s'"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "V zaznamku za URI '%s' ni določena vrsta MIME"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "V zaznamku za URI '%s' ni določene zasebne zastavice"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "V zaznamku za URI '%s' ni nastavljenih skupin"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Program z imenom '%s' ni ustvaril zaznamka za '%s'"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Napaka pri razširjanju ukazne vrstice '%s' z URI '%s'"
@@ -1340,8 +1339,8 @@ msgid "Can't rename file, filename already exist"
msgstr "Ni mogoče preimenovati datoteke, izbrano ime že obstaja"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Neveljavno ime datoteke"
@@ -1411,9 +1410,9 @@ msgstr "Napaka med premikanjem datoteke: %s"
msgid "Can't move directory over directory"
msgstr "Ni mogoče premakniti mape čez mapo"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Ni mogoče ustvariti varnostne kopije"
@@ -1443,7 +1442,7 @@ msgstr "Neveljavno razširjeno ime atributa"
msgid "Error setting extended attribute '%s': %s"
msgstr "Napaka med določanjem razširjenega atributa '%s': %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Napaka med potrjevanjem datoteke '%s': %s"
@@ -1515,19 +1514,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Določanje atributa %s ni podprto"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Napaka med branjem iz datoteke: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Napaka med iskanjem v datoteki: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Napaka med zapiranjem datoteke: %s"
@@ -1536,46 +1536,46 @@ msgstr "Napaka med zapiranjem datoteke: %s"
msgid "Unable to find default local file monitor type"
msgstr "Ni mogoče najti privzete lokalne datoteke nadzora"
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Napaka med pisanjem v datoteko: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Napaka med odstranjevanjem stare varnostne povezave: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Napaka med ustvarjanjem varnostne kopije: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Napaka med preimenovanjem začasne datoteke: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Napaka med obrezovanjem datoteke: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Napaka med odpiranjem datoteke '%s': %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Ciljna datoteka je mapa"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Ciljna datoteka ni običajna datoteka"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "Datoteka je bila zunanje spremenjena"
diff --git a/po/sq.po b/po/sq.po
index 08186dad6..fbb4ad383 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-08-18 10:19+0200\n"
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
"Language-Team: albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n"
@@ -15,74 +15,73 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Atribut i papritur '%s' për elementin '%s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Atributi '%s' i elementit '%s' nuk u gjet"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Tag '%s' i papritur, pritej tag '%s'"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Tag '%s' i papritur në brendësi të '%s'"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Nuk u gjet asnjë file i vlefshëm libërshënimesh tek directory e të dhënave"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Një libërshënim për URI '%s' ekziston rregullisht"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Nuk u gjet asnjë libërshënim për URI '%s'"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Asnjë përcaktim i llojit të MIME në libërshënimin për URI '%s'"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Nuk është përcaktuar asnjë flag privat në libërshënimin për URI '%s'"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Nuk është përcaktuar asnjë grup për URI '%s'"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Asnjë aplikativ me emrin '%s' ka regjistruar një libërshënues për '%s'"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Zgjerimi i rreshtit exec '%s' me URI '%s' dështoi"
@@ -1481,8 +1480,8 @@ msgstr "I pamundur riemërtimi i file, emër ekzistues file"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Emër i pavlefshëm file"
@@ -1589,9 +1588,9 @@ msgid "Can't move directory over directory"
msgstr "E pamundur lëvizja e directory mbi directory"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Krijimi i file backup dështoi"
@@ -1631,7 +1630,7 @@ msgid "Error setting extended attribute '%s': %s"
msgstr "Gabim gjatë caktimit të atributit të zgjeruar '%s': %s"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "E pamundur kryerja e stat të file '%s': %s"
@@ -1726,7 +1725,7 @@ msgstr "Caktimi i atributit %s nuk suportohet"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings
# (pofilter) printf: checks whether printf format strings match
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Gabim gjatë leximit nga file: %s"
@@ -1736,8 +1735,8 @@ msgstr "Gabim gjatë leximit nga file: %s"
# (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings
# (pofilter) printf: checks whether printf format strings match
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Gabim gjatë pikëvendosjes në brendësi të file: %s"
@@ -1746,7 +1745,8 @@ msgstr "Gabim gjatë pikëvendosjes në brendësi të file: %s"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings
# (pofilter) printf: checks whether printf format strings match
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Gabim gjatë mbylljes së file: %s"
@@ -1760,13 +1760,13 @@ msgstr "E pamundur gjetja e llojit të monitorit të paracaktuar për file lokal
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings
# (pofilter) printf: checks whether printf format strings match
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Gabim gjatë shkrimit tek file: %s"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Gabim gjatë heqjes së lidhjes së vjetër të backup: %s"
@@ -1775,7 +1775,7 @@ msgstr "Gabim gjatë heqjes së lidhjes së vjetër të backup: %s"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings
# (pofilter) printf: checks whether printf format strings match
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Gabim gjatë krijimit të kopjes së backup: %s"
@@ -1784,7 +1784,7 @@ msgstr "Gabim gjatë krijimit të kopjes së backup: %s"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings
# (pofilter) printf: checks whether printf format strings match
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Gabim gjatë riemërtimit të përkohshëm të file: %s"
@@ -1793,30 +1793,30 @@ msgstr "Gabim gjatë riemërtimit të përkohshëm të file: %s"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings
# (pofilter) printf: checks whether printf format strings match
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Gabim gjatë ndarjes së file: %s"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Gabim gjatë hapjes së file '%s': %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "File objektiv është një directory"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "File objektiv nuk është një file i rregullt"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "File është ndryshuar nga jashtë"
diff --git a/po/sr.po b/po/sr.po
index 2eb26474f..01ecc0ea2 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.8\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2007-09-06 21:11+0100\n"
"Last-Translator: Горан Ракић <grakic@devbase.net>\n"
"Language-Team: Serbian (sr) <gnom@prevod.org>\n"
@@ -20,75 +20,74 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Неочекивано својство „%s“ елемента „%s“"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Својство „%s“ елемента „%s“ није пронађено"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Неочекивана ознака „%s“, очекивано је „%s“"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Неочекивана ознака „%s“ унутар „%s“"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Не могу да нађем исправну датотеку са обележивачима међу фасциклама са "
"подацима"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Обележивач ка „%s“ већ постоји"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Није пронађен обележивач ка „%s“"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "У обележивачу ка „%s“ није одређен МИМЕ тип"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "У обележивачу ка „%s“ није одређена приватна заставица"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "У обележивачу ка „%s“ нису одређене групе"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Програм „%s“ није регистровао обележивач ка „%s“"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Не могу да проширим комадну линију „%s“ са везом ка „%s“"
@@ -1346,8 +1345,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "Неисправно име домаћина"
@@ -1418,9 +1417,9 @@ msgstr "Грешка при читању датотеке „%s“: %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1451,7 +1450,7 @@ msgstr "Документ завршен неочекивано усред име
msgid "Error setting extended attribute '%s': %s"
msgstr "Грешка при отварању директоријума „%s“: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Грешка при читању датотеке „%s“: %s"
@@ -1522,19 +1521,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Симболичке везе нису подржане"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
@@ -1543,47 +1543,47 @@ msgstr "Грешка при читању датотеке „%s“: %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "Грешка при рашчлањивању могућности %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "Грешка при читању датотеке „%s“: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
#, fuzzy
msgid "Target file is not a regular file"
msgstr "Није обична датотека"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/sr@ije.po b/po/sr@ije.po
index c4c445de6..16b794f67 100644
--- a/po/sr@ije.po
+++ b/po/sr@ije.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.4\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -18,73 +18,72 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Чудан знак „%s“, очекивао сам „=“ после особине „%s“ елемента „%s“"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Не могу да прочитам симболичку везу „%s“: %s"
@@ -1348,8 +1347,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "Неисправно име домаћина"
@@ -1420,9 +1419,9 @@ msgstr "Грешка при читању датотеке „%s“: %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1453,7 +1452,7 @@ msgstr "Документ завршен неочекивано усред име
msgid "Error setting extended attribute '%s': %s"
msgstr "Грешка при отварању директоријума „%s“: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Грешка при читању датотеке „%s“: %s"
@@ -1524,19 +1523,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Симболичке везе нису подржане"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
@@ -1545,46 +1545,46 @@ msgstr "Грешка при читању датотеке „%s“: %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "Грешка при претварању: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "Грешка при читању датотеке „%s“: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr ""
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/sr@latin.po b/po/sr@latin.po
index f8d89ba42..191e3f9a3 100644
--- a/po/sr@latin.po
+++ b/po/sr@latin.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.8\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2007-09-06 21:11+0100\n"
"Last-Translator: Goran Rakić <grakic@devbase.net>\n"
"Language-Team: Serbian (sr) <gnom@prevod.org>\n"
@@ -20,75 +20,74 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Neočekivano svojstvo „%s“ elementa „%s“"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Svojstvo „%s“ elementa „%s“ nije pronađeno"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Neočekivana oznaka „%s“, očekivano je „%s“"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Neočekivana oznaka „%s“ unutar „%s“"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Ne mogu da nađem ispravnu datoteku sa obeleživačima među fasciklama sa "
"podacima"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Obeleživač ka „%s“ već postoji"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Nije pronađen obeleživač ka „%s“"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "U obeleživaču ka „%s“ nije određen MIME tip"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "U obeleživaču ka „%s“ nije određena privatna zastavica"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "U obeleživaču ka „%s“ nisu određene grupe"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Program „%s“ nije registrovao obeleživač ka „%s“"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Ne mogu da proširim komadnu liniju „%s“ sa vezom ka „%s“"
@@ -400,8 +399,8 @@ msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
-"„%s“ ne predstavlja ispravan znak nakon znaka „<“; ime elementa ne može njime "
-"početi"
+"„%s“ ne predstavlja ispravan znak nakon znaka „<“; ime elementa ne može "
+"njime početi"
#: glib/gmarkup.c:1263
#, fuzzy, c-format
@@ -453,8 +452,8 @@ msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
-"„%s“ nije ispravan znak nakon imena zatvorenog elementa „%s“; dozvoljeni znak "
-"je „>“"
+"„%s“ nije ispravan znak nakon imena zatvorenog elementa „%s“; dozvoljeni "
+"znak je „>“"
#: glib/gmarkup.c:1673
#, c-format
@@ -1033,7 +1032,8 @@ msgstr "Nepoznata opcija %s"
#: glib/gkeyfile.c:358
msgid "Valid key file could not be found in search dirs"
msgstr ""
-"Ne mogu da nađem ispravnu datoteku sa ključevima među direktorijumima pretrage"
+"Ne mogu da nađem ispravnu datoteku sa ključevima među direktorijumima "
+"pretrage"
#: glib/gkeyfile.c:393
msgid "Not a regular file"
@@ -1346,8 +1346,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "Neispravno ime domaćina"
@@ -1418,9 +1418,9 @@ msgstr "Greška pri čitanju datoteke „%s“: %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1451,7 +1451,7 @@ msgstr "Dokument završen neočekivano usred imena atributa"
msgid "Error setting extended attribute '%s': %s"
msgstr "Greška pri otvaranju direktorijuma „%s“: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
@@ -1522,19 +1522,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Simboličke veze nisu podržane"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
@@ -1543,47 +1544,47 @@ msgstr "Greška pri čitanju datoteke „%s“: %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "Greška pri raščlanjivanju mogućnosti %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
#, fuzzy
msgid "Target file is not a regular file"
msgstr "Nije obična datoteka"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/sv.po b/po/sv.po
index 92c5d814b..b3123502e 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-25 20:50+0200\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-08-25 20:50+0100\n"
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -16,1205 +16,1207 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:733
-#: ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899
-#: ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Oväntat attribut \"%s\" för elementet \"%s\""
-#: ../glib/gbookmarkfile.c:744
-#: ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833
-#: ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Attributet \"%s\" för elementet \"%s\" hittades inte"
-#: ../glib/gbookmarkfile.c:1127
-#: ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256
-#: ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Oväntad tagg \"%s\"\", taggen \"%s\" förväntades"
-#: ../glib/gbookmarkfile.c:1152
-#: ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234
-#: ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Oväntad tagg \"%s\" inom \"%s\""
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "Ingen giltig bokmärkesfil hittades i datakataloger"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Ett bokmärke för uri \"%s\" finns redan"
-#: ../glib/gbookmarkfile.c:2061
-#: ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304
-#: ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469
-#: ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630
-#: ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751
-#: ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974
-#: ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240
-#: ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494
-#: ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Inget bokmärke hittades för uri \"%s\""
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, 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:2478
+#: glib/gbookmarkfile.c:2457
#, 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:2857
+#: glib/gbookmarkfile.c:2836
#, 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:3258
-#: ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, 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:3438
+#: glib/gbookmarkfile.c:3417
#, 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:431
-#: ../glib/gconvert.c:509
-#: ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#, 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:435
-#: ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Kunde inte öppna konverteraren från \"%s\" till \"%s\""
-#: ../glib/gconvert.c:632
-#: ../glib/gconvert.c:1017
-#: ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372
-#: ../glib/giochannel.c:2216
-#: ../glib/gutf8.c:955
-#: ../glib/gutf8.c:1404
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Ogiltig bytesekvens i konverteringsindata"
-#: ../glib/gconvert.c:638
-#: ../glib/gconvert.c:944
-#: ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "Fel vid konvertering: %s"
-#: ../glib/gconvert.c:669
-#: ../glib/gutf8.c:951
-#: ../glib/gutf8.c:1155
-#: ../glib/gutf8.c:1296
-#: ../glib/gutf8.c:1400
+#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
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:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Kan inte konvertera reservsträngen \"%s\" till kodningen \"%s\""
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI:n \"%s\" är ingen absolut URI som använder \"file\"-schemat"
-#: ../glib/gconvert.c:1747
+#: glib/gconvert.c:1747
#, 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:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI:n \"%s\" är ogiltig"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Värdnamnet i URI:n \"%s\" är ogiltigt"
-#: ../glib/gconvert.c:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI:n \"%s\" innehåller ogiltigt kodade tecken"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, 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:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "Ogiltigt värdnamn"
-#: ../glib/gdir.c:110
-#: ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Fel vid öppning av katalogen \"%s\": %s"
-#: ../glib/gfileutils.c:557
-#: ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, 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:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "Filen \"%s\" är för stor"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Misslyckades med att läsa från filen \"%s\": %s"
-#: ../glib/gfileutils.c:720
-#: ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Misslyckades med att öppna filen \"%s\": %s"
-#: ../glib/gfileutils.c:737
-#: ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 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"
+msgstr ""
+"Misslyckades med att få tag på attributen på filen \"%s\": fstat() "
+"misslyckades: %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Misslyckades med att öppna filen \"%s\": fdopen() misslyckades: %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, 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"
+msgstr ""
+"Misslyckades med att byta namn på filen \"%s\" till \"%s\": g_rename() "
+"misslyckades: %s"
-#: ../glib/gfileutils.c:947
-#: ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Misslyckades med att skapa filen \"%s\": %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, 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"
+msgstr ""
+"Misslyckades med att öppna filen \"%s\" för skrivning: fdopen() "
+"misslyckades: %s"
-#: ../glib/gfileutils.c:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Misslyckades med att skriva filen \"%s\": fwrite() misslyckades: %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, 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:1123
+#: glib/gfileutils.c:1123
#, 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"
+msgstr ""
+"Befintliga filen \"%s\" kunde inte tas bort: g_unlink() misslyckades: %s"
-#: ../glib/gfileutils.c:1367
+#: glib/gfileutils.c:1367
#, 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:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Mallen \"%s\" innehåller inte XXXXXX"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, 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:1923
+#: glib/gfileutils.c:1923
msgid "Symbolic links not supported"
msgstr "Symboliska länkar stöds inte"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, 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:1507
+#: glib/giochannel.c:1507
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:1554
-#: ../glib/giochannel.c:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "Överbliven okonverterad data i läsbufferten"
-#: ../glib/giochannel.c:1635
-#: ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "Kanalen slutar med ett ofullständigt tecken"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
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:269
-#: ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "Fel på rad %d tecken %d:"
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "Fel på rad %d: %s"
-#: ../glib/gmarkup.c:483
-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:483
+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:493
+#: glib/gmarkup.c:493
#, c-format
-msgid "Character '%s' is not valid at the start of an entity name; the & character begins an entity; if this ampersand isn't supposed to be an entity, escape it as &amp;"
-msgstr "Tecknet \"%s\" är inte giltigt i början på ett entitetsnamn; tecknet & inleder en entitet. Om detta &-tecken inte ska vara en entitet måste du skriva om det som &amp;."
+msgid ""
+"Character '%s' is not valid at the start of an entity name; the & character "
+"begins an entity; if this ampersand isn't supposed to be an entity, escape "
+"it as &amp;"
+msgstr ""
+"Tecknet \"%s\" är inte giltigt i början på ett entitetsnamn; tecknet & "
+"inleder en entitet. Om detta &-tecken inte ska vara en entitet måste du "
+"skriva om det som &amp;."
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Tecknet \"%s\" är inte giltigt inuti ett entitetsnamn"
-#: ../glib/gmarkup.c:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitetsnamnet \"%s\" är okänt"
-#: ../glib/gmarkup.c:575
-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;"
-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:575
+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;"
+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:628
+#: glib/gmarkup.c:628
#, c-format
-msgid "Failed to parse '%-.*s', which should have been a digit inside a character reference (&#234; for example) - perhaps the digit is too large"
-msgstr "Misslyckades med att tolka \"%-.*s\", som skulle ha varit ett tal inuti en teckenreferens (&#234; till exempel). Talet är kanske för stort"
+msgid ""
+"Failed to parse '%-.*s', which should have been a digit inside a character "
+"reference (&#234; for example) - perhaps the digit is too large"
+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:650
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Teckenreferensen \"%-.*s\" kodar inte ett tillåtet tecken"
-#: ../glib/gmarkup.c:665
+#: glib/gmarkup.c:665
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:675
-msgid "Character reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &amp;"
-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:675
+msgid ""
+"Character reference did not end with a semicolon; most likely you used an "
+"ampersand character without intending to start an entity - escape ampersand "
+"as &amp;"
+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:761
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Oavslutad entitetsreferens"
-#: ../glib/gmarkup.c:767
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Oavslutad teckenreferens"
-#: ../glib/gmarkup.c:1053
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ogiltigt UTF-8-kodad text - för lång sekvens"
-#: ../glib/gmarkup.c:1081
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ogiltigt UTF-8-kodad text - inte ett starttecken"
-#: ../glib/gmarkup.c:1117
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ogiltigt UTF-8-kodad text - inte giltig \"%s\""
-#: ../glib/gmarkup.c:1155
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentet måste börja med ett element (exempelvis <book>)"
-#: ../glib/gmarkup.c:1195
+#: glib/gmarkup.c:1195
#, c-format
-msgid "'%s' is not a valid character following a '<' character; it may not begin an element name"
-msgstr "\"%s\" är inte ett giltigt tecken efter ett \"<\"-tecken. Det får inte inleda ett elementnamn"
+msgid ""
+"'%s' is not a valid character following a '<' character; it may not begin an "
+"element name"
+msgstr ""
+"\"%s\" är inte ett giltigt tecken efter ett \"<\"-tecken. Det får inte "
+"inleda ett elementnamn"
-#: ../glib/gmarkup.c:1263
+#: glib/gmarkup.c:1263
#, c-format
-msgid "Odd character '%s', expected a '>' character to end the empty-element tag '%s'"
-msgstr "Konstigt tecken \"%s\", ett \">\"-tecken förväntades för att avsluta taggen empty-element \"%s\""
+msgid ""
+"Odd character '%s', expected a '>' character to end the empty-element tag '%"
+"s'"
+msgstr ""
+"Konstigt tecken \"%s\", ett \">\"-tecken förväntades för att avsluta taggen "
+"empty-element \"%s\""
-#: ../glib/gmarkup.c:1352
+#: glib/gmarkup.c:1352
#, c-format
-msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
-msgstr "Konstigt tecken \"%s\", ett \"=\" förväntades efter attributnamnet \"%s\" till elementet \"%s\""
+msgid ""
+"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
+msgstr ""
+"Konstigt tecken \"%s\", ett \"=\" förväntades efter attributnamnet \"%s\" "
+"till elementet \"%s\""
-#: ../glib/gmarkup.c:1394
+#: glib/gmarkup.c:1394
#, c-format
-msgid "Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute name"
-msgstr "Konstigt tecken \"%s\", ett \">\"- eller \"/\"-tecken förväntades för att avsluta starttaggen för elementet \"%s\", eller möjligtvis ett attribut. Du kanske använde ett ogiltigt tecken i ett attributnamn"
+msgid ""
+"Odd character '%s', expected a '>' or '/' character to end the start tag of "
+"element '%s', or optionally an attribute; perhaps you used an invalid "
+"character in an attribute name"
+msgstr ""
+"Konstigt tecken \"%s\", ett \">\"- eller \"/\"-tecken förväntades för att "
+"avsluta starttaggen för elementet \"%s\", eller möjligtvis ett attribut. Du "
+"kanske använde ett ogiltigt tecken i ett attributnamn"
-#: ../glib/gmarkup.c:1480
+#: glib/gmarkup.c:1480
#, c-format
-msgid "Odd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'"
-msgstr "Konstigt tecken \"%s\", ett startcitationstecken förväntades efter likhetstecknet när värdet av attributet \"%s\" till elementet \"%s\" tilldelades"
+msgid ""
+"Odd character '%s', expected an open quote mark after the equals sign when "
+"giving value for attribute '%s' of element '%s'"
+msgstr ""
+"Konstigt tecken \"%s\", ett startcitationstecken förväntades efter "
+"likhetstecknet när värdet av attributet \"%s\" till elementet \"%s\" "
+"tilldelades"
-#: ../glib/gmarkup.c:1622
+#: glib/gmarkup.c:1622
#, c-format
-msgid "'%s' is not a valid character following the characters '</'; '%s' may not begin an element name"
-msgstr "\"%s\" är inte ett giltigt tecken efter tecknen \"</\". \"%s\" får inte inleda ett elementnamn"
+msgid ""
+"'%s' is not a valid character following the characters '</'; '%s' may not "
+"begin an element name"
+msgstr ""
+"\"%s\" är inte ett giltigt tecken efter tecknen \"</\". \"%s\" får inte "
+"inleda ett elementnamn"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
#, c-format
-msgid "'%s' is not a valid character following the close element name '%s'; the allowed character is '>'"
-msgstr "\"%s\" är inte ett giltigt tecken efter stängelementnamnet \"%s\". Det tillåtna tecknet är \">\""
+msgid ""
+"'%s' is not a valid character following the close element name '%s'; the "
+"allowed character is '>'"
+msgstr ""
+"\"%s\" är inte ett giltigt tecken efter stängelementnamnet \"%s\". Det "
+"tillåtna tecknet är \">\""
-#: ../glib/gmarkup.c:1673
+#: glib/gmarkup.c:1673
#, 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:1682
+#: glib/gmarkup.c:1682
#, 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\""
+msgstr ""
+"Elementet \"%s\" stängdes, men det element som är öppet för tillfället är \"%"
+"s\""
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentet var tomt eller innehöll endast tomrum"
-#: ../glib/gmarkup.c:1859
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentet tog oväntat slut efter ett öppningsklammer \"<\""
-#: ../glib/gmarkup.c:1867
-#: ../glib/gmarkup.c:1912
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
-msgid "Document ended unexpectedly with elements still open - '%s' was the last element opened"
-msgstr "Dokumentet tog oväntat slut då element fortfarande var öppna. \"%s\" var det senast öppnade elementet"
+msgid ""
+"Document ended unexpectedly with elements still open - '%s' was the last "
+"element opened"
+msgstr ""
+"Dokumentet tog oväntat slut då element fortfarande var öppna. \"%s\" var det "
+"senast öppnade elementet"
-#: ../glib/gmarkup.c:1875
+#: glib/gmarkup.c:1875
#, c-format
-msgid "Document ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>"
-msgstr "Dokumentet tog oväntat slut, en stängningsklammer föräntades för att avsluta taggen <%s/>"
+msgid ""
+"Document ended unexpectedly, expected to see a close angle bracket ending "
+"the tag <%s/>"
+msgstr ""
+"Dokumentet tog oväntat slut, en stängningsklammer föräntades för att avsluta "
+"taggen <%s/>"
-#: ../glib/gmarkup.c:1881
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentet tog oväntat slut inuti ett elementnamn"
-#: ../glib/gmarkup.c:1887
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentet tog oväntat slut inuti ett attributnamn"
-#: ../glib/gmarkup.c:1892
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumentet tog oväntat slut inuti en elementöppnande tagg."
-#: ../glib/gmarkup.c:1898
-msgid "Document ended unexpectedly after the equals sign following an attribute name; no attribute value"
-msgstr "Dokumentet tog oväntat slut efter likhetstecknet som följde ett attributnamn. Inget attributvärde"
+#: glib/gmarkup.c:1898
+msgid ""
+"Document ended unexpectedly after the equals sign following an attribute "
+"name; no attribute value"
+msgstr ""
+"Dokumentet tog oväntat slut efter likhetstecknet som följde ett "
+"attributnamn. Inget attributvärde"
-#: ../glib/gmarkup.c:1905
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentet tog oväntat slut inuti ett attributvärde"
-#: ../glib/gmarkup.c:1921
+#: glib/gmarkup.c:1921
#, 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\""
+msgstr ""
+"Dokumentet tog oväntat slut inuti stängningstaggen för elementet \"%s\""
-#: ../glib/gmarkup.c:1927
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
-msgstr "Dokumentet tog oväntat slut inuti en kommentar eller behandlingsinstruktion"
+msgstr ""
+"Dokumentet tog oväntat slut inuti en kommentar eller behandlingsinstruktion"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "skadat objekt"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "internt fel eller skadat objekt"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "slut på minne"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "bakåtspårningsgräns nådd"
-#: ../glib/gregex.c:152
-#: ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
msgid "the pattern contains items not supported for partial matching"
msgstr "mönstret innehåller objekt som inte stöds för delvis matchning"
-#: ../glib/gregex.c:154
-#: ../gio/glocalfile.c:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
msgid "internal error"
msgstr "internt fel"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
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:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "rekursionsgräns nådd"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "arbetsytans gräns för tomma understrängar nådd"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "ogiltig kombination av nyradsflaggor"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "okänt fel"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ på slutet av mönster"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c på slutet av mönster"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "okänt tecken efter \\"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr "skiftlägesändrade escape-tecken (\\l, \\L, \\u, \\U) tillåts inte här"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "tal är inte i ordning i {}-kvantifierare"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "tal för stort i {}-kvantifierare"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "saknar avslutande ] för teckenklass"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "ogiltig escape-sekvens i teckenklass"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "intervall är inte i ordning i teckenklass"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "ingenting att upprepa"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "okänt tecken efter (?"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "okänt tecken efter (?<"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "okänt tecken efter (?P"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "POSIX-namngivna klasser stöds endast inom en klass"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "saknar avslutande )"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") utan öppnande ("
#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
#. * sequences here, '(?-54' would be an example for the second group.
#.
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
msgid "(?R or (?[+-]digits must be followed by )"
msgstr "(?R eller (?[+-]siffror måste efterföljas av )"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "referens till icke-existerande undermönster"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "saknar ) efter kommentar"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "reguljärt uttryck för stort"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "misslyckades med att få minne"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "lookbehind-assertion är inte av fast längd"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "felformulerat tal eller namn efter (?("
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "villkorsgrupp innehåller fler än två grenar"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "assertion förväntades efter (?("
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "okänt POSIX-klassnamn"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "POSIX-sorteringselement stöds inte"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "teckenvärde i \\x{...}-sekvens är för stort"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "ogiltigt tillstånd (?(0)"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "\\C tillåts inte i lookbehind-assertion"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "rekursivt anrop kan gå in i en oändlig slinga"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "saknar avslutstecken i undermönstrets namn"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "två namngivna undermönster har samma namn"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "felformulerad \\P eller \\p-sekvens"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "okänt egenskapsnamn efter \\P eller \\p"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "undermönstrets namn är för långt (maximalt 32 tecken)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "för många namngivna undermönster (maximalt 10,000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "oktalt värde är större än \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "DEFINE-grupp innehåller fler än en gren"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "upprepning av en DEFINE-grupp tillåts inte"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "inkonsistenta NEWLINE-flaggor"
-#: ../glib/gregex.c:333
-msgid "\\g is not followed by a braced name or an optionally braced non-zero number"
-msgstr "\\g följs inte av ett namn inom klamrar eller ett valfri (icke-noll) tal inom klamrar"
+#: glib/gregex.c:333
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+"\\g följs inte av ett namn inom klamrar eller ett valfri (icke-noll) tal "
+"inom klamrar"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "oväntad upprepning"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "överflöde i kod"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "fyllde över kompileringsutrymme"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "tidigare kontrollerad refererande undermönster hittades inte"
-#: ../glib/gregex.c:526
-#: ../glib/gregex.c:1593
+#: glib/gregex.c:526 glib/gregex.c:1593
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Fel vid matchning av reguljära uttrycket %s: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "PCRE-biblioteket är byggt utan stöd för UTF8"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "PCRE-biblioteket är byggt utan stöd för UTF8-egenskaper"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, 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:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Fel vid optimering av reguljära uttrycket %s: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "hexadecimal siffra eller \"}\" förväntades"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "hexadecimal siffra förväntades"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "saknar \"<\" i symbolisk referens"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "oavslutad symbolisk referens"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "symbolisk referens med noll-längd"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "siffra förväntades"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "otillåten symbolisk referens"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "felplacerad avslutande \"\\\""
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "okänd escape-sekvens"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, 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\")."
+msgstr ""
+"Texten slutade innan matchande citationstecken hittades för %c (texten var "
+"\"%s\")."
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
msgid "Text was empty (or contained only whitespace)"
msgstr "Texten var tom (eller innehöll bara tomrum)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "Misslyckades med att läsa data från barnprocessen"
-#: ../glib/gspawn-win32.c:298
-#: ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, 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:336
-#: ../glib/gspawn-win32.c:344
-#: ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, 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:367
-#: ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Misslyckades med att byta till katalogen \"%s\" (%s)"
-#: ../glib/gspawn-win32.c:373
-#: ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Misslyckades med att köra barnprocess (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "Ogiltigt programnamn: %s"
-#: ../glib/gspawn-win32.c:454
-#: ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Ogiltig sträng i argumentvektorn vid %d: %s"
-#: ../glib/gspawn-win32.c:465
-#: ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Ogiltig sträng i miljön: %s"
-#: ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "Ogiltig arbetskatalog: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Misslyckades med att köra hjälparprogram (%s)"
-#: ../glib/gspawn-win32.c:1006
-msgid "Unexpected error in g_io_channel_win32_poll() reading data from a child process"
-msgstr "Oväntat fel i g_io_channel_win32_poll() vid inläsning av data från en barnprocess"
+#: glib/gspawn-win32.c:1006
+msgid ""
+"Unexpected error in g_io_channel_win32_poll() reading data from a child "
+"process"
+msgstr ""
+"Oväntat fel i g_io_channel_win32_poll() vid inläsning av data från en "
+"barnprocess"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, 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:325
+#: glib/gspawn.c:325
#, 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:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Oväntat fel i waitpid() (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "Misslyckades med att grena (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Misslyckades med att köra barnprocessen \"%s\" (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, 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)"
+msgstr ""
+"Misslyckades med att dirigera om utdata eller indata från barnprocess (%s)"
-#: ../glib/gspawn.c:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Misslyckades med att skapa barnprocess (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Okänt fel vid körning av barnprocessen \"%s\""
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, 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)"
+msgstr ""
+"Misslyckades med att läsa tillräckligt med data från röret till barnets pid "
+"(%s)"
-#: ../glib/gutf8.c:1029
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Tecknet är utanför intervallet för UTF-8"
-#: ../glib/gutf8.c:1123
-#: ../glib/gutf8.c:1132
-#: ../glib/gutf8.c:1264
-#: ../glib/gutf8.c:1273
-#: ../glib/gutf8.c:1414
-#: ../glib/gutf8.c:1510
+#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Ogiltig sekvens i konverteringsindata"
-#: ../glib/gutf8.c:1425
-#: ../glib/gutf8.c:1521
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Tecknet är utanför intervallet för UTF-16"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Användning:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[FLAGGA...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Hjälpflaggor:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Visa hjälpflaggor"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Visa alla hjälpflaggor"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Programflaggor:"
-#: ../glib/goption.c:849
-#: ../glib/goption.c:919
+#: glib/goption.c:849 glib/goption.c:919
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "Kan inte tolka heltalsvärdet \"%s\" för %s"
-#: ../glib/goption.c:859
-#: ../glib/goption.c:927
+#: glib/goption.c:859 glib/goption.c:927
#, 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:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Kan inte tolka dubbelvärdet \"%s\" för %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, 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:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Fel vid tolkning av flaggan %s"
-#: ../glib/goption.c:1260
-#: ../glib/goption.c:1371
+#: glib/goption.c:1260 glib/goption.c:1371
#, c-format
msgid "Missing argument for %s"
msgstr "Argument saknas för %s"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Okänd flagga %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
msgid "Valid key file could not be found in search dirs"
msgstr "Giltig nyckelfil kunde inte hittas i sökkatalogerna"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
msgid "Not a regular file"
msgstr "Inte en vanlig fil"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
msgid "File is empty"
msgstr "Filen är tom"
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
#, c-format
-msgid "Key file contains line '%s' which is not a key-value pair, group, or comment"
-msgstr "Nyckelfilen innehåller raden \"%s\" som inte är ett nyckel-värde-par, grupp eller kommentar"
+msgid ""
+"Key file contains line '%s' which is not a key-value pair, group, or comment"
+msgstr ""
+"Nyckelfilen innehåller raden \"%s\" som inte är ett nyckel-värde-par, grupp "
+"eller kommentar"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Ogiltigt gruppnamn: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
msgid "Key file does not start with a group"
msgstr "Nyckelfilen börjar inte med en grupp"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Ogiltigt nyckelnamn: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Nyckelfilen innehåller kodningen \"%s\" som inte stöds"
-#: ../glib/gkeyfile.c:1112
-#: ../glib/gkeyfile.c:1272
-#: ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558
-#: ../glib/gkeyfile.c:2693
-#: ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981
-#: ../glib/gkeyfile.c:3168
-#: ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Nyckelfilen har inte gruppen \"%s\""
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Nyckelfilen har inte nyckeln \"%s\""
-#: ../glib/gkeyfile.c:1386
-#: ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, 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"
+msgstr ""
+"Nyckelfilen innehåller nyckeln \"%s\" med värdet \"%s\" som inte är UTF-8"
-#: ../glib/gkeyfile.c:1406
-#: ../glib/gkeyfile.c:1519
-#: ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, 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."
+msgstr ""
+"Nyckelfilen innehåller nyckeln \"%s\" som har värde som inte kan tolkas."
-#: ../glib/gkeyfile.c:2109
-#: ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
-msgid "Key file contains key '%s' in group '%s' which has value that cannot be interpreted."
-msgstr "Nyckelfilen innehåller nyckeln \"%s\" i gruppen \"%s\" som har värde som inte kan tolkas."
+msgid ""
+"Key file contains key '%s' in group '%s' which has value that cannot be "
+"interpreted."
+msgstr ""
+"Nyckelfilen innehåller nyckeln \"%s\" i gruppen \"%s\" som har värde som "
+"inte kan tolkas."
-#: ../glib/gkeyfile.c:2505
-#: ../glib/gkeyfile.c:2708
-#: ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, 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:3474
+#: glib/gkeyfile.c:3474
msgid "Key file contains escape character at end of line"
msgstr "Nyckelfilen innehåller kontrolltecken i slutet på en rad"
-#: ../glib/gkeyfile.c:3496
+#: glib/gkeyfile.c:3496
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Nyckelfilen innehåller ogiltiga kontrollsekvensen \"%s\""
-#: ../glib/gkeyfile.c:3638
+#: glib/gkeyfile.c:3638
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Värdet \"%s\" kan inte tolkas som ett tal."
-#: ../glib/gkeyfile.c:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Heltalsvärdet \"%s\" är utanför intervallet"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, 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:3709
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Värdet \"%s\" kan inte tolkas som ett booleskt värde."
-#: ../gio/gbufferedinputstream.c:485
-#: ../gio/ginputstream.c:193
-#: ../gio/ginputstream.c:325
-#: ../gio/ginputstream.c:566
-#: ../gio/ginputstream.c:691
-#: ../gio/goutputstream.c:202
-#: ../gio/goutputstream.c:656
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "För stort räknevärde skickat till %s"
-#: ../gio/gbufferedinputstream.c:872
-#: ../gio/ginputstream.c:901
-#: ../gio/goutputstream.c:1085
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Strömmen är redan stängd"
-#: ../gio/gcancellable.c:295
-#: ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Åtgärden avbröts"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Okänd typ"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "%s-filtyp"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "%s-typ"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "Oväntat tidig end-of-stream"
-#: ../gio/gdesktopappinfo.c:429
-#: ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Namnlös"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "Skrivbordsfilen angav inget Exec-fält"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "Kunde inte hitta terminal som krävs för programmet"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Kan inte skapa programkonfigurationsmapp för användare %s: %s"
-#: ../gio/gdesktopappinfo.c:1136
+#: gio/gdesktopappinfo.c:1136
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Kan inte skapa MIME-konfigurationsmapp för användare %s: %s"
-#: ../gio/gdesktopappinfo.c:1475
+#: gio/gdesktopappinfo.c:1475
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Kan inte skapa skrivbordsfil för användare %s"
-#: ../gio/gdesktopappinfo.c:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "Anpassad definition för %s"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "enheten har inte implementerat utmatning"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "enheten har inte implementerat pollning av media"
-#: ../gio/gfile.c:825
-#: ../gio/gfile.c:1055
-#: ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426
-#: ../gio/gfile.c:1480
-#: ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620
-#: ../gio/gfile.c:2686
-#: ../gio/gfile.c:2740
-#: ../gio/gfile.c:2871
-#: ../gio/gfile.c:2911
-#: ../gio/gfile.c:3238
-#: ../gio/gfile.c:3640
-#: ../gio/gfile.c:3724
-#: ../gio/gfile.c:3807
-#: ../gio/gfile.c:3887
-#: ../gio/gfile.c:4217
-#: ../gio/win32/gwinhttpfile.c:427
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Åtgärden stöds inte"
@@ -1226,98 +1228,87 @@ msgstr "Åtgärden stöds inte"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1311
-#: ../gio/glocalfile.c:1064
-#: ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "Infattande montering finns inte"
-#: ../gio/gfile.c:1963
-#: ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "Kan inte kopiera över katalog"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "Kan inte kopiera katalog över katalog"
-#: ../gio/gfile.c:2031
-#: ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "Målfilen finns"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "Kan inte kopiera katalogen rekursivt"
-#: ../gio/gfile.c:2861
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Ogiltigt värde för symbolisk länk angivet"
-#: ../gio/gfile.c:2954
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Papperskorgen stöds inte"
-#: ../gio/gfile.c:3003
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Filnamn får inte innehålla \"%c\""
-#: ../gio/gfile.c:4985
-#: ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "volymen har inte implementerat montering"
-#: ../gio/gfile.c:5093
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Inget program är registrerat för hantering av denna fil"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "Numreraren är stängd"
-#: ../gio/gfileenumerator.c:212
-#: ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371
-#: ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "Filnumreraren har kvarstående åtgärd"
-#: ../gio/gfileenumerator.c:361
-#: ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "Filnumreraren är redan strängd"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "fil"
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr "Filen innehållandes ikonen"
-#: ../gio/gfileinputstream.c:157
-#: ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171
-#: ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "Strömmen saknar stöd för query_info"
-#: ../gio/gfileinputstream.c:339
-#: ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "Sökning stöds inte på strömmen"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "Kapning tillåts inte på inmatningsströmmen"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "Kapning stöds inte på strömmen"
-#: ../gio/ginputstream.c:202
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Inmatningsströmmen har inte implementerat läsning"
@@ -1327,454 +1318,423 @@ msgstr "Inmatningsströmmen har inte implementerat läsning"
#. Translators: This is an error you get if there is
#. * already an operation running against this stream when
#. * you try to start one
-#: ../gio/ginputstream.c:911
-#: ../gio/goutputstream.c:1095
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Strömmen har kvarstående åtgärd"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
msgid "Unable to find default local directory monitor type"
msgstr "Kunde inte hitta standardtyp för lokal katalogövervakare"
-#: ../gio/glocalfile.c:601
-#: ../gio/win32/gwinhttpfile.c:410
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Ogiltigt filnamn %s"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Fel vid hämtning av filsystemsinformation: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "Kan inte byta namn på rotkatalog"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "Kan inte byta namn på filen, filnamnet finns redan"
-#: ../gio/glocalfile.c:1139
-#: ../gio/glocalfile.c:2003
-#: ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186
-#: ../gio/glocalfileoutputstream.c:505
-#: ../gio/glocalfileoutputstream.c:550
-#: ../gio/glocalfileoutputstream.c:967
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Ogiltigt filnamn"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "Fel vid namnbyte av fil: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "Fel vid öppnade av fil: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "Kan inte öppna katalog"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "Fel vid borttagning av fil: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "Fel vid kastande av fil: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Kunde inte skapa papperskorgskatalogen %s: %s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "Kunde inte hitta toppnivåkatalog för papperskorg"
-#: ../gio/glocalfile.c:1819
-#: ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "Kunde inte hitta eller skapa papperskorgskatalog"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Kunde inte skapa information om kastad fil: %s"
-#: ../gio/glocalfile.c:1898
-#: ../gio/glocalfile.c:1973
-#: ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "Kunde inte kasta fil: %s"
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "Fel vid skapande av katalog: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Fel vid skapande av symbolisk länk: %s"
-#: ../gio/glocalfile.c:2096
-#: ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "Fel vid flyttning av fil: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "Kan inte flytta katalog över katalog"
-#: ../gio/glocalfile.c:2146
-#: ../gio/glocalfileoutputstream.c:819
-#: ../gio/glocalfileoutputstream.c:833
-#: ../gio/glocalfileoutputstream.c:848
-#: ../gio/glocalfileoutputstream.c:864
-#: ../gio/glocalfileoutputstream.c:878
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Misslyckades med att skapa säkerhetskopiefil"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "Fel vid borttagning av målfil: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "Flyttning mellan monteringar stöds inte"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "Attributvärde måste vara icke-NULL"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "Ogiltig attributtyp (sträng förväntades)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "Ogiltigt utökat attributnamn"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Fel vid inställning av utökat attribut \"%s\": %s"
-#: ../gio/glocalfileinfo.c:1456
-#: ../gio/glocalfileoutputstream.c:706
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Fel vid tillståndsläsning av filen \"%s\": %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (ogiltig kodning)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Fel vid tillståndsläsning av filhandtag: %s"
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ogiltig attributtyp (uint32 förväntades)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ogiltig attributtyp (uint64 förväntades)"
-#: ../gio/glocalfileinfo.c:1778
-#: ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Ogiltig attributtyp (bytesträng förväntades)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "Fel vid inställning av rättigheter: %s"
-#: ../gio/glocalfileinfo.c:1873
-#: ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "Fel vid inställning av ägare: %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "symbolisk länk måste vara icke-NULL"
-#: ../gio/glocalfileinfo.c:1906
-#: ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "Fel vid inställning av symbolisk länk: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
msgid "Error setting symlink: file is not a symlink"
msgstr "Fel vid inställning av symbolisk länk: filen är inte en symbolisk länk"
-#: ../gio/glocalfileinfo.c:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "SELinux-kontext måste vara icke-NULL"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Fel vid inställning av SELinux-kontext: %s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "SELinux är inte aktiverat på detta system"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Inställning av attributet %s stöds inte"
-#: ../gio/glocalfileinputstream.c:160
-#: ../gio/glocalfileoutputstream.c:603
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Fel vid läsning från fil: %s"
-#: ../gio/glocalfileinputstream.c:191
-#: ../gio/glocalfileinputstream.c:203
-#: ../gio/glocalfileinputstream.c:312
-#: ../gio/glocalfileoutputstream.c:405
-#: ../gio/glocalfileoutputstream.c:896
+#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Fel vid sökning i fil: %s"
-#: ../gio/glocalfileinputstream.c:233
-#: ../gio/glocalfileoutputstream.c:208
-#: ../gio/glocalfileoutputstream.c:303
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Fel vid stängning av fil: %s"
-#: ../gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:198
msgid "Unable to find default local file monitor type"
msgstr "Kunde inte hitta standardtyp för lokal filövervakare"
-#: ../gio/glocalfileoutputstream.c:172
-#: ../gio/glocalfileoutputstream.c:624
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Fel vid skrivning till fil: %s"
-#: ../gio/glocalfileoutputstream.c:235
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Fel vid borttagning av gamla länk till säkerhetskopia: %s"
-#: ../gio/glocalfileoutputstream.c:249
-#: ../gio/glocalfileoutputstream.c:262
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Fel vid skapande av säkerhetskopia: %s"
-#: ../gio/glocalfileoutputstream.c:280
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Fel vid namnbyte på temporärfil: %s"
-#: ../gio/glocalfileoutputstream.c:451
-#: ../gio/glocalfileoutputstream.c:913
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Fel vid kapning av fil: %s"
-#: ../gio/glocalfileoutputstream.c:511
-#: ../gio/glocalfileoutputstream.c:556
-#: ../gio/glocalfileoutputstream.c:688
-#: ../gio/glocalfileoutputstream.c:973
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Fel vid öppning av filen \"%s\": %s"
-#: ../gio/glocalfileoutputstream.c:719
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Målfilen är en katalog"
-#: ../gio/glocalfileoutputstream.c:724
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Målfilen är inte en vanlig fil"
-#: ../gio/glocalfileoutputstream.c:736
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "Filen blev externt ändrad"
-#: ../gio/gmemoryinputstream.c:487
-#: ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "Ogiltig GSeekType angavs"
-#: ../gio/gmemoryinputstream.c:497
-#: ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "Ogiltig sökbegäran"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "Kan inte kapa av GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "Nådde maximal gräns för datakedja"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "Storlek för minnesutmatningsström är inte ändringsbar"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
msgstr "Misslyckades med att ändra storlek på minnesutmatningsström"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr "montering har inte implementerat avmontering"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr "montering har inte implementerat utmatning"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "montering har inte implementerat återmontering"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "montering har inte implementerat estimering av innehållstyp"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr "montering har inte implementerat synkron estimering av innehållstyp"
-#: ../gio/goutputstream.c:211
-#: ../gio/goutputstream.c:412
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Utmatningsström har inte implementerat skrivning"
-#: ../gio/goutputstream.c:372
-#: ../gio/goutputstream.c:780
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Källströmmen är redan stängd"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "namn"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Namnet för ikonen"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "namn"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "En kedja innehållandes ikonnamnen"
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "använd standardvärden att falla tillbaka på"
-#: ../gio/gthemedicon.c:249
-msgid "Whether to use default fallbacks found by shortening the name at '-' characters. Ignores names after the first if multiple names are given."
-msgstr "Huruvida standardvärden att falla tillbaka på ska användas som hittas genom att förkorta namnet vid \"-\"-tecken. Ignorerar namn efter den första om flera namn anges."
+#: gio/gthemedicon.c:249
+msgid ""
+"Whether to use default fallbacks found by shortening the name at '-' "
+"characters. Ignores names after the first if multiple names are given."
+msgstr ""
+"Huruvida standardvärden att falla tillbaka på ska användas som hittas genom "
+"att förkorta namnet vid \"-\"-tecken. Ignorerar namn efter den första om "
+"flera namn anges."
-#: ../gio/gunixinputstream.c:201
-#: ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299
-#: ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "Fel vid läsning från unix: %s"
-#: ../gio/gunixinputstream.c:254
-#: ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243
-#: ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "Fel vid stängning av unix: %s"
-#: ../gio/gunixmounts.c:1779
-#: ../gio/gunixmounts.c:1816
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Filsystemsrot"
-#: ../gio/gunixoutputstream.c:189
-#: ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "Fel vid skrivning till unix: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "volymen har inte implementerat utmatning"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "Kan inte hitta programmet"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Fel vid start av program: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
msgid "URIs not supported"
msgstr "URI:er stöds inte"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
msgid "association changes not supported on win32"
msgstr "associeringsändringar stöds inte på win32"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
msgid "Association creation not supported on win32"
msgstr "Associeringsskapanden stöds inte på win32"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "dölj inga poster"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "använd ett långt listningsformat"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[FIL...]"
@@ -1782,53 +1742,74 @@ msgstr "[FIL...]"
#~ msgid_plural "%u bytes"
#~ msgstr[0] "%u byte"
#~ msgstr[1] "%u byte"
+
#~ msgid "cancelled"
#~ msgstr "avbröts"
+
#~ msgid "Error creating backup link: %s"
#~ msgstr "Fel vid skapande av länk till säkerhetskopia: %s"
+
#~ msgid "Can't load just created desktop file"
#~ msgstr "Kan inte läsa in nyligen skapad skrivbordsfil"
+
#~ msgid "Too large count value passed to g_input_stream_read_async"
#~ msgstr "För stort räknevärde skickat till g_input_stream_read_async"
+
#~ msgid "Too large count value passed to g_input_stream_skip"
#~ msgstr "För stort räknevärde skickat till g_input_stream_skip"
+
#~ msgid "Too large count value passed to g_input_stream_skip_async"
#~ msgstr "För stort räknevärde skickat till g_input_stream_skip_async"
+
#~ msgid "Target file already exists"
#~ msgstr "Målfilen finns redan"
+
#~ msgid "Too large count value passed to g_output_stream_write"
#~ msgstr "För stort räknevärde skickat till g_output_stream_write"
+
#~ msgid "Too large count value passed to g_output_stream_write_async"
#~ msgstr "För stort räknevärde skickat till g_output_stream_write_async"
+
#~ msgid "Could not change file mode: fork() failed: %s"
#~ msgstr "Kunde inte byta filläge: fork() misslyckades: %s"
+
#~ msgid "Could not change file mode: waitpid() failed: %s"
#~ msgstr "Kunde inte byta filläge: waitpid() misslyckades %s"
+
#~ msgid "Could not change file mode: chmod() failed: %s"
#~ msgstr "Kunde inte byta filläge: chmod() misslyckades: %s"
+
#~ msgid "Could not change file mode: Child terminated by signal: %s"
#~ msgstr "Kunde inte byta filläge: Barnet avslutades med signal: %s"
+
#~ msgid "Could not change file mode: Child terminated abnormally"
#~ msgstr "Kunde inte byta filläge: Barnet avslutades onormalt"
+
#~ msgid "Conversion from character set `%s' to `%s' is not supported"
#~ msgstr "Konvertering från teckentabellen \"%s\" till \"%s\" stöds inte"
+
#~ msgid "Could not open converter from `%s' to `%s': %s"
#~ msgstr "Kunde inte öppna konverteraren från \"%s\" till \"%s\": %s"
+
#~ msgid ""
#~ "Failed to parse '%s', which should have been a digit inside a character "
#~ "reference (&#234; for example) - perhaps the digit is too large"
#~ msgstr ""
#~ "Misslyckades med att tolka \"%s\", som skulle ha varit ett tal inuti en "
#~ "teckenreferens (&#234; till exempel). Talet är kanske för stort"
+
#~ msgid "Character reference '%s' does not encode a permitted character"
#~ msgstr "Teckenreferensen \"%s\" kodar inte ett tillåtet tecken"
+
#~ msgid "Incorrect message size"
#~ msgstr "Felaktig meddelandestorlek"
+
#~ msgid "Socket error"
#~ msgstr "Uttagsfel"
+
#~ msgid "Channel set flags unsupported"
#~ msgstr "Kanalinställningsflaggor stöds inte"
+
#~ msgid ""
#~ "The hostname of the URI `%s' is contains invalidly escaped characters"
#~ msgstr "Värdnamnet för URI:n \"%s\" innehåller felaktigt inbäddade tecken"
-
diff --git a/po/ta.po b/po/ta.po
index 4585efc2a..97d96ae00 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2007-08-13 09:47+0530\n"
"Last-Translator: Dr.T.Vasudevan <agnihot3@gmail.com>\n"
"Language-Team: TAMIL <ubuntu-l10n-tam@lists.ubuntu.com>\n"
@@ -21,73 +21,72 @@ msgstr ""
"\n"
"\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "எதிர்பாராத பண்புக்கூறு '%s' இந்த உறுப்புக்கு '%s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "மதிப்பு '%s' க்கு '%s' உறுப்பு எதுவும் இல்லை"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "எதிர்பாராத ஒட்டு'%s', ஒட்டு '%s' எதிர்பார்க்கப்பட்டது"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "'%s' க்குள் எதிர்பாராத ஒட்டு '%s' உள்ளது"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "தரவு அடைவுகளில் சரியான புத்தகக்குறி கோப்பு எதுவும் இல்லை"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s' க்கு ஏற்கனவே புத்தகக்குறி உள்ளது"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URIக்கு புத்தகக்குறி எதுவும் இல்லை '%s'"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s'க்கு MIME வகை எதுவும் புத்தகக்குறியில் குறிப்பிடப்படவில்லை"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s'க்கு புத்தகக்குறியில் தனிபட்ட கொடி எதுவும் குறிப்பிடப்படவில்லை"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s'க்கான புத்தகக்குறியில் குழுக்கள் எதுவும் அமைக்கப்படவில்லை"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' பெயரிலுள்ள பயன்பாடு '%s'க்கு ஒரு புத்தகக்குறியை பதிவு செய்தது"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "exec வரி '%s' ஐ யூஆர்ஐ (URI) '%s' உடன் விரிவாக்குதல் தோல்வியுற்றது"
@@ -1339,8 +1338,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "பிழையான விருந்தோம்புப்-பெயர்"
@@ -1411,9 +1410,9 @@ msgstr "'%s' கோப்பு வாசிக்கும் போது ப
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1444,7 +1443,7 @@ msgstr "பண்பு பெயர் உள்ளே ஆவணம் தி
msgid "Error setting extended attribute '%s': %s"
msgstr "'%s' அடைவு திறக்கும்போது பிழை: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
@@ -1515,19 +1514,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
@@ -1536,47 +1536,47 @@ msgstr "'%s' கோப்பு வாசிக்கும் போது ப
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "கூறிடும் போது பிழை: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
#, fuzzy
msgid "Target file is not a regular file"
msgstr "ஒரு முறையான கோப்பில்லை"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/te.po b/po/te.po
index e18a49956..c279d346e 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: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -18,74 +18,73 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "బేసి అక్షరము '%s', ఊహించిన '=' తర్వాత '%s' ఆపాదించు నామం '%s' మూలకం "
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
#, fuzzy
msgid "No valid bookmark file found in data dirs"
msgstr " సరియైన మీటదస్త్రం దత్తాంశవివరణలో లభించలేదు "
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr " '%s' చిహ్న పూరితజోడి చదువుటలో విఫలమయినావు : %s"
@@ -1324,8 +1323,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "నిస్సారమైన ఆతిథ్య నామము"
@@ -1396,9 +1395,9 @@ msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1429,7 +1428,7 @@ msgstr "పత్రం చివర ఊహించని ఆపాదననా
msgid "Error setting extended attribute '%s': %s"
msgstr " వివరణ తెరచుటలో దోషం '%s': %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
@@ -1500,19 +1499,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "చిహ్న పూరితజోడి సహకరించలెదు. "
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
@@ -1521,47 +1521,47 @@ msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "పరివర్తనం నందు దోషం కలదు: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
#, fuzzy
msgid "Target file is not a regular file"
msgstr "క్రమబద్దమైన దస్త్రం కాదు"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/th.po b/po/th.po
index 093d71a63..f519624d8 100644
--- a/po/th.po
+++ b/po/th.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.14.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-08-23 17:58+0700\n"
"Last-Translator: Theppitak Karoonboonyanan <thep@linux.thai.net>\n"
"Language-Team: Thai <thai-l10n@googlegroups.com>\n"
@@ -17,73 +17,72 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "พบแอตทริบิวต์ '%s' ที่ไม่ต้องการ สำหรับอิลิเมนต์ '%s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "ไม่พบแอตทริบิวต์ '%s' สำหรับอิลิเมนต์ '%s'"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "พบแท็ก '%s' ที่ไม่ต้องการ ขณะที่ต้องการแท็ก '%s'"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "พบแท็ก '%s' ที่ไม่ต้องการภายใน '%s'"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "ไม่พบแฟ้มที่คั่นหน้าที่ใช้การได้ในไดเรกทอรีข้อมูล"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "มีที่คั่นหน้าสำหรับ URI '%s' อยู่ก่อนแล้ว"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "ไม่พบที่คั่นหน้าสำหรับ URI '%s'"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "ไม่ได้กำหนดชนิด MIME ไว้ในที่คั่นหน้าสำหรับ URI '%s'"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "ไม่ได้กำหนดแฟล็กส่วนตัวไว้ในที่คั่นหน้าสำหรับ URI '%s'"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "ไม่ได้กำหนดกลุ่มไว้ในที่คั่นหน้าสำหรับ URI '%s'"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "ไม่มีโปรแกรมประยุกต์ชื่อ '%s' ที่ลงทะเบียนที่คั่นหน้าสำหรับ '%s' ไว้"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "กระจายบรรทัดคำสั่ง '%s' ด้วย URI '%s' ไม่สำเร็จ"
@@ -1301,8 +1300,8 @@ msgid "Can't rename file, filename already exist"
msgstr "ไม่สามารถเปลี่ยนชื่อแฟ้ม เนื่องจากมีแฟ้มชื่อเดียวกันอยู่ก่อนแล้ว"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "ชื่อแฟ้มผิดรูปแบบ"
@@ -1372,9 +1371,9 @@ msgstr "เกิดข้อผิดพลาดขณะย้ายแฟ้
msgid "Can't move directory over directory"
msgstr "ไม่สามารถย้ายไดเรกทอรีทับไดเรกทอรี"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "สร้างแฟ้มสำรองไม่สำเร็จ"
@@ -1404,7 +1403,7 @@ msgstr "ชื่อแอตทริบิวต์ส่วนขยายเ
msgid "Error setting extended attribute '%s': %s"
msgstr "เกิดข้อผิดพลาดขณะกำหนดแอตทริบิวต์ส่วนขยาย '%s': %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "เกิดข้อผิดพลาดขณะ stat แฟ้ม '%s': %s"
@@ -1475,19 +1474,20 @@ msgstr "ไม่ได้เปิดใช้งาน SELinux ในระบ
msgid "Setting attribute %s not supported"
msgstr "ไม่รองรับการกำหนดแอตทริบิวต์ %s"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "เกิดข้อผิดพลาดขณะอ่านข้อมูลจากแฟ้ม: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "เกิดข้อผิดพลาดขณะเลื่อนตำแหน่งอ่านเขียนแฟ้ม: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "เกิดข้อผิดพลาดขณะปิดแฟ้ม: %s"
@@ -1496,46 +1496,46 @@ msgstr "เกิดข้อผิดพลาดขณะปิดแฟ้ม
msgid "Unable to find default local file monitor type"
msgstr "ไม่สามารถหาชนิดปริยายของการเฝ้ามองแฟ้มในเครื่อง"
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "เกิดข้อผิดพลาดขณะเขียนข้อมูลลงแฟ้ม: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "เกิดข้อผิดพลาดขณะลบแฟ้มสำรองเก่า: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "เกิดข้อผิดพลาดขณะสร้างสำเนาสำรอง: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "เกิดข้อผิดพลาดขณะเปลี่ยนชื่อแฟ้มสำรอง: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "เกิดข้อผิดพลาดขณะตัดท้ายแฟ้มทิ้ง: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "เกิดข้อผิดพลาดขณะเปิดแฟ้ม '%s': %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "แฟ้มปลายทางเป็นไดเรกทอรี"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "แฟ้มปลายทางไม่ใช่แฟ้มปกติ"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "แฟ้มถูกแก้ไขโดยโปรแกรมอื่น"
diff --git a/po/tl.po b/po/tl.po
index 768035fc5..7f5a6f3e4 100644
--- a/po/tl.po
+++ b/po/tl.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -17,76 +17,75 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"Kakaibang karakter '%s', inasahan na '=' matapos ng pangalang attribute '%s' "
"ng elementong '%s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
#, fuzzy
msgid "No valid bookmark file found in data dirs"
msgstr "Walang mahanap na talaksang susi sa mga dir ng datos"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Sawi ang pagbasa ng symbolic link '%s': %s"
@@ -1375,8 +1374,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "Hindi tanggap na hostname"
@@ -1447,9 +1446,9 @@ msgstr "Error sa pagbasa ng talaksang '%s': %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1481,7 +1480,7 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr "Error sa pagbukas ng directory '%s': %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
@@ -1552,19 +1551,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Hindi suportado ang mga symbolic link"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
@@ -1573,47 +1573,47 @@ msgstr "Error sa pagbasa ng talaksang '%s': %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "Error habang nagco-convert: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
#, fuzzy
msgid "Target file is not a regular file"
msgstr "Hindi karaniwang talaksan"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/tr.po b/po/tr.po
index 2a2e631e1..faa4df827 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tr\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-03-11 18:56+0200\n"
"Last-Translator: Baris Cicek <baris@teamforce.name.tr>\n"
"Language-Team: Turkish <gnome-turk@gnome.org>\n"
@@ -20,73 +20,72 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: KBabel 1.11.4\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "'%2$s' öğesinde beklenmeyen '%1$s' özniteliği"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "'%2$s' öğesinde '%1$s' özelliği bulunamadı"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Beklenmeyen etiket '%s', '%s' bekleniyordu"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "'%2$s' içinde beklenmeyen etiket '%1$s'"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "Veri dizinlerinde geçerli bir yer imi dosyası bulunamadı"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s' için bir yer imi zaten var"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s' için bir yer imi bulunamadı"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s' için yer iminde hiç bir MIME tipi belirtilmedi"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s' için yer iminde özel işareti tanımlanmadı"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s' için yer iminde grup tanımlanmadı"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' adında hiçbir uygulama '%s' için yer imi kaydetmedi"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Exec satırı '%s' URI %s ile genişletilirken başarısız olundu"
@@ -1342,8 +1341,8 @@ msgid "Can't rename file, filename already exist"
msgstr "Dosya yeniden adlandırılamıyor, dosya ismi zaten mevcut"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Geçersiz dosya adı"
@@ -1413,9 +1412,9 @@ msgstr "Dosya taşınırken hata: %s"
msgid "Can't move directory over directory"
msgstr "Dizin dizin üzerine taşınamıyor"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Yedek dosyası oluşturma başarısız oldu"
@@ -1445,7 +1444,7 @@ msgstr "Geçersiz genişletilmiş öznitelik ismi"
msgid "Error setting extended attribute '%s': %s"
msgstr "Genişletilmiş öznitelik '%s' atanırken hata: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' dosyası durumlandırılırken hata: %s"
@@ -1516,19 +1515,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Öznitelik %s ataması desteklenmiyor"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Dosyadan okunurken hata: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Dosya içinde atlama yapılırken hata: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Dosya kapatılırken hata: %s"
@@ -1537,46 +1537,46 @@ msgstr "Dosya kapatılırken hata: %s"
msgid "Unable to find default local file monitor type"
msgstr "Öntanımlı yerel dosya izleme türü bulunamadı"
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Dosyaya yazılırken hata: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Eski yedek bağı silinirken hata: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Yedek kopyası oluşturulurken hata: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Geçici dosya yeniden adlandırılırken hata: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Dosyanın sonu kesilirken hata: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "'%s' dosyası açılırken hata: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Hedef dosya bir dizin"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Hedef dosya normal dosya değil"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "Dosya harici olarak değiştirilmiş"
diff --git a/po/tt.po b/po/tt.po
index ee674a804..4a1f57f97 100644
--- a/po/tt.po
+++ b/po/tt.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libgnome\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -13,73 +13,72 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "'%s' biremennän uqıp bulmadı: %s"
@@ -1287,8 +1286,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "Host adı yaraqsız"
@@ -1359,9 +1358,9 @@ msgstr "'%s' biremen uqığanda xata: %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1391,7 +1390,7 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr "'%s' törgägen açıp bulmadı: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' biremen uqığanda xata: %s"
@@ -1462,19 +1461,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr ""
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "'%s' biremen uqığanda xata: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "'%s' biremen uqığanda xata: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "'%s' biremen uqığanda xata: %s"
@@ -1483,47 +1483,47 @@ msgstr "'%s' biremen uqığanda xata: %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "'%s' biremen uqığanda xata: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "Äyländergändä xata çıqtı: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "'%s' biremen uqığanda xata: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "'%s' biremen uqığanda xata: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "'%s' biremen uqığanda xata: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "'%s' biremen uqığanda xata: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
#, fuzzy
msgid "Target file is not a regular file"
msgstr "Ğädäti birem tügel"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/uk.po b/po/uk.po
index bc6ec00d9..6ae021d64 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-24 07:27+0000\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-08-24 11:56+0300\n"
"Last-Translator: Maxim Dziumanenko <dziumanenko@gmail.com>\n"
"Language-Team: Ukrainian <uk@li.org>\n"
@@ -17,303 +17,301 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-#: ../glib/gbookmarkfile.c:733 ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899 ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Неочікуваний атрибут \"%s\" для елемента \"%s\""
-#: ../glib/gbookmarkfile.c:744 ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833 ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Атрибут \"%s\" для елемента \"%s\" не існує"
-#: ../glib/gbookmarkfile.c:1127 ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Неочікуваний тег \"%s\", очікувався тег \"%s\""
-#: ../glib/gbookmarkfile.c:1152 ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234 ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Неочікуваний тег '%s' у '%s'"
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "Не вдається знайти правильний файл закладок у каталогах даних"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Файл закладок для URI '%s' вже існує"
-#: ../glib/gbookmarkfile.c:2061 ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304 ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469 ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630 ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751 ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974 ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240 ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494 ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Не знайдено закладки для URI '%s'"
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Не визначено тип MIME у закладці для URI '%s'"
-#: ../glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Не вказано приватну ознаку у закладці для URI '%s'"
-#: ../glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Не встановлено групи у закладці для URI '%s'"
-#: ../glib/gbookmarkfile.c:3258 ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Не зареєстровано програму з назвою '%s' для закладки '%s'"
-#: ../glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Помилка розкривання рядка виконання \"%s\" для URI %s"
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Перетворення з набору символів \"%s\" у \"%s\" не підтримується"
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Не вдається відкрити модуль перетворення з \"%s\" у \"%s\""
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2216 ../glib/gutf8.c:955
-#: ../glib/gutf8.c:1404
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Неправильна послідовність байтів у перетворюваних вхідних даних"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "Помилка під час перетворення: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:951 ../glib/gutf8.c:1155
-#: ../glib/gutf8.c:1296 ../glib/gutf8.c:1400
+#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Незавершена символьна послідовність на кінці вводу"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Неможливо коректно перетворити символ \"%s\" у символ з набору \"%s\""
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
"Ідентифікатор URI \"%s\" не є абсолютним ідентифікатором при використанні "
"схеми \"file\""
-#: ../glib/gconvert.c:1747
+#: glib/gconvert.c:1747
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Ідентифікатор URI \"%s\" локального файла не може містити символ \"#\""
-#: ../glib/gconvert.c:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI \"%s\" - неправильний"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Неправильна назва вузла в URI \"%s\""
-#: ../glib/gconvert.c:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Ідентифікатор URI \"%s\" містить неправильно екранований символ"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Шлях \"%s\" не є абсолютним"
-#: ../glib/gconvert.c:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "Неправильна назва вузла"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Помилка відкривання каталогу \"%s\": %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Не вдається виділити %lu байтів для зчитування файла \"%s\""
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Помилка зчитування файлу \"%s\": %s"
-#: ../glib/gfileutils.c:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "Файл \"%s\" занадто великий"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Помилка зчитування з файлу \"%s\": %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Помилка відкривання файлу \"%s\": %s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Помилка отримання атрибутів файлу \"%s\": помилка fstat(): %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Помилка відкривання файлу \"%s\": помилка fdopen(): %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Помилка перейменування файлу \"%s\" на \"%s\": помилка g_rename(): %s"
-#: ../glib/gfileutils.c:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Помилка створення файлу \"%s\": %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Помилка відкривання файлу \"%s\" для запису: помилка fdopen(): %s"
-#: ../glib/gfileutils.c:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Помилка запису у файл \"%s\": помилка fwrite(): %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Помилка закривання файлу \"%s\": помилка fclose(): %s"
-#: ../glib/gfileutils.c:1123
+#: glib/gfileutils.c:1123
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Не вдається видалити існуючий файл \"%s\": помилка g_unlink(): %s"
-#: ../glib/gfileutils.c:1367
+#: glib/gfileutils.c:1367
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Шаблон \"%s\" неправильний, бо не може містити \"%s\""
-#: ../glib/gfileutils.c:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Шаблон \"%s\" не містить XXXXXX"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f кбайт"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f Мбайт"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f Гбайт"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Помилка читання символічного посилання \"%s\": %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
msgid "Symbolic links not supported"
msgstr "Символічні посилання не підтримуються"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Не вдається відкрити модуль перетворення з \"%s\" у \"%s\": %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
"Не вдається виконати безпосереднє зчитування у функції "
"g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "В буфері зчитування лишились не перетворені дані"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "Канал завершується на неповному символі"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
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:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "Помилка в рядку %d на символі %d: "
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "Помилка в рядку %d: %s"
-#: ../glib/gmarkup.c:483
+#: glib/gmarkup.c:483
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Виявлено порожній предикат \"&;\"; допустимими предикатами є: &amp; &quot; "
"&lt; &gt; &apos;"
-#: ../glib/gmarkup.c:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -324,17 +322,17 @@ msgstr ""
"\"; якщо цей символ вживається не для позначення початку предикату, то "
"повинен екрануватись як символ &amp;"
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Символ \"%s\" не допускається в назві предикату"
-#: ../glib/gmarkup.c:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Назва предикату \"%s\" невідома"
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
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;"
@@ -342,7 +340,7 @@ msgstr ""
"Предикат не закінчується крапкою з комою; очевидно, що символ & було "
"використано не для позначення початку предикату – екрануйте його як &amp;"
-#: ../glib/gmarkup.c:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -351,16 +349,16 @@ msgstr ""
"Помилка аналізу '%-.*s', де має бути число у символьному посиланні "
"(наприклад, &#234), можливо, число надто велике"
-#: ../glib/gmarkup.c:650
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Посилання на символ \"%-.*s\" не визначає дозволений символ"
-#: ../glib/gmarkup.c:665
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Порожнє посилання на символ, воно має включати число, наприклад &#454;"
-#: ../glib/gmarkup.c:675
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -369,37 +367,37 @@ msgstr ""
"Посилання на символ не закінчується крапкою з комою, схоже символ \"&\" було "
"використано не для позначення початку предикату – екрануйте його як &amp;."
-#: ../glib/gmarkup.c:761
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Незавершене посилання на предикат"
-#: ../glib/gmarkup.c:767
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Незавершене посилання на символ"
-#: ../glib/gmarkup.c:1053
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr ""
"Текст закодований як UTF-8 неприпустимим способом - надто довга послідовність"
-#: ../glib/gmarkup.c:1081
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr ""
"Текст закодований як UTF-8 неприпустимим способом - некоректний початок "
"символу"
-#: ../glib/gmarkup.c:1117
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr ""
"Текст закодований як UTF-8 неприпустимим способом - некоректна послідовність "
"'%s'"
-#: ../glib/gmarkup.c:1155
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документ має починатися з елемента (наприклад, <book>)"
-#: ../glib/gmarkup.c:1195
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -408,16 +406,16 @@ msgstr ""
"Символ \"%s\" не дозволяється вживати після символу \"<\", він не може "
"починати назву елемента"
-#: ../glib/gmarkup.c:1263
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr ""
-"Зайвий символ \"%s\", очікувався символ \">\" для закриття тегу порожнього елементу "
-"\"%s\""
+"Зайвий символ \"%s\", очікувався символ \">\" для закриття тегу порожнього "
+"елементу \"%s\""
-#: ../glib/gmarkup.c:1352
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -425,7 +423,7 @@ msgstr ""
"Зайвий символ \"%s\", очікувався символ \"=\" після назви ознаки \"%s\" "
"елемента \"%s\""
-#: ../glib/gmarkup.c:1394
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -436,7 +434,7 @@ msgstr ""
"початкового тегу елементу \"%s\", чи додаткова ознака; можливо, було "
"використано неприпустимий символ в назві ознаки"
-#: ../glib/gmarkup.c:1480
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -445,7 +443,7 @@ msgstr ""
"Зайвий символ \"%s\", очікувались відкриваючі лапки після знаку рівності на "
"присвоєнні значення ознаці \"%s\" елементу \"%s\""
-#: ../glib/gmarkup.c:1622
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -454,7 +452,7 @@ msgstr ""
"Символ \"%s\" неприпустимий після символів \"</\"; символ \"%s\" не може "
"починати назву елементу"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -463,26 +461,26 @@ msgstr ""
"Символ \"%s\" неприпустимий на закритті назви елемента \"%s\"; припустимим "
"символом є \">\""
-#: ../glib/gmarkup.c:1673
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Було закрито не відкритий елемент \"%s\""
-#: ../glib/gmarkup.c:1682
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Було закрито елемент \"%s\", але зараз відрито елемент \"%s\""
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Документ порожній чи містить лише пропуски"
-#: ../glib/gmarkup.c:1859
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Документ раптово закінчився відразу після початкової кутової дужки \"<\""
-#: ../glib/gmarkup.c:1867 ../glib/gmarkup.c:1912
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -491,7 +489,7 @@ msgstr ""
"Документ раптово закінчився, коли деякі елементи ще були відкритими – \"%s\" "
"був останнім відкритим елементом"
-#: ../glib/gmarkup.c:1875
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -500,19 +498,19 @@ msgstr ""
"Документ раптово закінчився, очікувалась кінцева кутова дужка для закриття "
"тегу <%s/>"
-#: ../glib/gmarkup.c:1881
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Документ раптово закінчився посеред назви елемента"
-#: ../glib/gmarkup.c:1887
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документ раптово закінчився посеред назви ознаки"
-#: ../glib/gmarkup.c:1892
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документ раптово закінчився у середині тегу, що відкривав елемент"
-#: ../glib/gmarkup.c:1898
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -520,402 +518,400 @@ msgstr ""
"Документ раптово закінчився після знака рівності, що йшов за назвою ознаки; "
"значення ознаки не вказано"
-#: ../glib/gmarkup.c:1905
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Документ раптово закінчився посеред значення ознаки"
-#: ../glib/gmarkup.c:1921
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Документ раптово закінчився у середині тегу, що закривав елемент \"%s\""
-#: ../glib/gmarkup.c:1927
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Документ раптово закінчився у середині коментарю чи інструкції обробки"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "пошкоджений об'єкт"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "внутрішня помилка або пошкоджений об'єкт"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "недостатньо пам'яті"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "закінчилось обмеження зворотного ходу"
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
msgid "the pattern contains items not supported for partial matching"
msgstr ""
"шаблон містить елементи, які не підтримуються при пошуку часткової "
"відповідності"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
msgid "internal error"
msgstr "внутрішня помилка"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr ""
"умови у вигляді зворотних посилань при пошуку часткової відповідності не "
"підтримуються"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "досягнуто межу рекурсії"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "досягнуто межу робочого простору для порожніх підрядків"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "некоректна комбінація ознак переведення рядка"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "невідома помилка"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ наприкінці шаблону"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c наприкінці шаблону"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "нерозпізнаний символ за послідовністю \\"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr "escape-символи (\\l, \\L, \\u, \\U) неприпустимі тут"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "неправильний порядок чисел у специфікаторі {}"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "надто велике число у специфікаторі {}"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "відсутній завершальний символ ] для класу символів"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "Неправильна escape-послідовність у класі символів"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "неправильний порядок у діапазоні у класі символів"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "немає що повторювати"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "нерозпізнаний символ після (?"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "нерозпізнаний символ після (?<"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "нерозпізнаний символ після (?P"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "назви класів у стилі POSIX підтримуються лише у межах класі"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "відсутній завершальний символ )"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") без початкової дужки ("
#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
#. * sequences here, '(?-54' would be an example for the second group.
#.
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
msgid "(?R or (?[+-]digits must be followed by )"
msgstr "(за ?R або (?[+-]цифри має бути вказано дужку )"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "посилання на неіснуючий вкладений шаблон"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "відсутня дужка ) після коментаря"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "регулярний вираз надто довгий"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "не вдається отримати пам'ять"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "твердження lookbehind має не фіксовану довжину"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "неправильне число або назва після (?("
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "група умови містить більше ніж дві гілки"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "після (?( очікується твердження"
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "невідома POSIX-назва класу"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "елементи порівняння у стилі POSIX не підтримуються"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "значення символу у послідовності \\x{...} надто велике"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "неправильний вираз (?(0)"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "\\C неприпустимий у твердженні lookbehind"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "рекурсивний виклик може увійти у нескінчений цикл"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "відсутній завершальний символ у назві вкладеного шаблону"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "два іменовані вкладені шаблони мають однакову назву"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "неправильна послідовність \\P чи \\p"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "невідома назва властивості після \\P чи \\p"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "вкладена назва шаблону надто довга (максимум 32 символів)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "надто багато іменованих вкладених шаблонів (максимум 10,000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "вісімкове значення більше ніж \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "група DEFINE містить більш ніж одну гілку"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "повтор групи DEFINE неприпустимий"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "неузгоджені параметри NEWLINE"
-#: ../glib/gregex.c:333
+#: glib/gregex.c:333
msgid ""
"\\g is not followed by a braced name or an optionally braced non-zero number"
msgstr ""
"\\g не завершується скріпленою назвою чи необов'язковим скріпленим не-"
"нульове число"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "неочікуваний повтор"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "переповнення коду"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "переповнення при компіляції робочого простору"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr ""
"раніше перевірений вкладений шаблон, на який йде посилання не знайдений"
-#: ../glib/gregex.c:526 ../glib/gregex.c:1593
+#: glib/gregex.c:526 glib/gregex.c:1593
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Помилка під час пошуку відповідності регулярному виразу %s: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "Бібліотека PCRE не підтримує UTF8"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "Бібліотека PCRE не підтримує властивості у кодуванні UTF8"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Помилка при компіляції регулярного виразу %s на символі %d: %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "При оптимізації регулярного виразу %s виникла помилка: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "очікується шістнадцяткова цифра або символ '}'"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "очікується шістнадцяткова цифра"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "у символьному рядку відсутня '<'"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "незакінчене символьне посилання"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "символьне посилання нульової довжини"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "очікується цифра"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "некоректне символьне посилання"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "відкидати кінцеві '\\'"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "невідома escape-послідовність"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, 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\")"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
msgid "Text was empty (or contained only whitespace)"
msgstr "Текст порожній (чи містить лише пропуски)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "Помилка зчитування даних з дочірнього процесу"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Помилка створення каналу для обміну з дочірнім процесом (%s)"
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Помилка зчитування з дочірнього каналу (%s)"
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Помилка переходу в каталог \"%s\" (%s)"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Помилка виконання дочірнього процесу (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "Неправильна назва програми: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Неправильний рядок у векторі аргументів %d: %s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Неправильний рядок у оточенні: %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "Неправильний робочий каталог: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Не вдається виконати допоміжну програму (%s)"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -923,138 +919,138 @@ msgstr ""
"Неочікувана помилка в зчитуванні даних з дочірнього процесу через "
"g_io_channel_win32_poll() "
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Помилка зчитування даних з дочірнього процесу (%s)"
-#: ../glib/gspawn.c:325
+#: glib/gspawn.c:325
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Неочікувана помилка під час очікування на зміну стану файлового дескриптора "
"дочірнього процесу (%s)"
-#: ../glib/gspawn.c:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Неочікувана помилка у waitpid() (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "Помилка створення процесу (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Помилка виконання дочірнього процесу \"%s\" (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Помилка перенаправлення виводу чи вводу дочірнього процесу (%s)"
-#: ../glib/gspawn.c:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Помилка запуску дочірнього процесу (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Невідома помилка виконання дочірнього процесу \"%s\""
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Не вдається зчитати достатню кількість даних з дочірнього каналу (%s)"
-#: ../glib/gutf8.c:1029
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Символ не входить в набір UTF-8"
-#: ../glib/gutf8.c:1123 ../glib/gutf8.c:1132 ../glib/gutf8.c:1264
-#: ../glib/gutf8.c:1273 ../glib/gutf8.c:1414 ../glib/gutf8.c:1510
+#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Неправильна послідовність у перетворюваному вводі"
-#: ../glib/gutf8.c:1425 ../glib/gutf8.c:1521
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Символ не входить в набір UTF-16"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Використання:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[ПАРАМЕТР...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Параметри довідки:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Показати параметри довідки"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Показати усі параметри довідки"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Параметри програми:"
-#: ../glib/goption.c:849 ../glib/goption.c:919
+#: glib/goption.c:849 glib/goption.c:919
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "Не вдається розібрати числове ціле значення '%s' для %s"
-#: ../glib/goption.c:859 ../glib/goption.c:927
+#: glib/goption.c:859 glib/goption.c:927
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "Числове ціле значення '%s' для %s поза межами діапазону"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Не вдається розібрати числове значення подвійної точності '%s' для %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "Числове значення подвійної точності '%s' для %s поза межами діапазону"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Помилка розбору параметра %s"
-#: ../glib/goption.c:1260 ../glib/goption.c:1371
+#: glib/goption.c:1260 glib/goption.c:1371
#, c-format
msgid "Missing argument for %s"
msgstr "Відсутній аргумент %s"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Невідомий параметр %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
msgid "Valid key file could not be found in search dirs"
msgstr "Не вдається знайти правильний ключовий файл у каталогах ключів"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
msgid "Not a regular file"
msgstr "Не є звичайним файлом"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
msgid "File is empty"
msgstr "Файл порожній"
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
#, c-format
msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -1062,50 +1058,50 @@ msgstr ""
"Ключовий файл містить рядок '%s, який не є парою ключ-значення, групою або "
"коментарем"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Неправильна назва групи: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
msgid "Key file does not start with a group"
msgstr "Ключовий файл не починається з групи"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Неправильна назва ключа: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Ключовий фал містить кодування, що не підтримується '%s'"
-#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Ключовий файл не містить групи '%s'"
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Ключовий файл не містить ключ '%s'"
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr ""
"Ключовий файл містить ключ '%s' зі значенням '%s', кодування якого не UTF-8"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
"Ключовий файл містить ключ '%s', що має значення, яке не вдається розібрати."
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1114,122 +1110,119 @@ msgstr ""
"Ключовий файл містить '%s' у групі '%s', що має значення, яке неможливо "
"розібрати."
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Ключовий файл не містить ключ '%s' у групі '%s'"
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
msgid "Key file contains escape character at end of line"
msgstr "Ключовий файл містить escape-символ наприкінці рядка"
-#: ../glib/gkeyfile.c:3496
+#: glib/gkeyfile.c:3496
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Ключовий файл містить неправильну escape-послідовність '%s'"
-#: ../glib/gkeyfile.c:3638
+#: glib/gkeyfile.c:3638
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Не вдається розібрати значення '%s' як число."
-#: ../glib/gkeyfile.c:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Числове ціле значення '%s' поза межами діапазону"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Значення '%s' не вдається перетворити у число з рухомою комою."
-#: ../glib/gkeyfile.c:3709
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Не вдається розібрати значення '%s' як логічне значення."
-#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:193
-#: ../gio/ginputstream.c:325 ../gio/ginputstream.c:566
-#: ../gio/ginputstream.c:691 ../gio/goutputstream.c:202
-#: ../gio/goutputstream.c:656
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "До %s передано надто велике значення лічильника"
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:901
-#: ../gio/goutputstream.c:1085
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Потік вже закрито"
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Операцію скасовано"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Невідомий тип"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "тип файлу %s"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "тип %s"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "Неочікуваний передчасний кінець потоку"
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Без назви"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "У Desktop-файлі не визначено поле Exec"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "Неможливо знайти термінал, що потрібен програмі"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Не вдається створити теку параметрів програми %s: %s"
-#: ../gio/gdesktopappinfo.c:1136
+#: gio/gdesktopappinfo.c:1136
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Не вдається створити теку параметрів MIME %s: %s"
-#: ../gio/gdesktopappinfo.c:1475
+#: gio/gdesktopappinfo.c:1475
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Не вдається створити для користувача desktop-файл %s"
-#: ../gio/gdesktopappinfo.c:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "Власне визначення %s"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "пристрій не має функції витягування носія"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "пристрій не має функції опитування наявності носія"
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2686 ../gio/gfile.c:2740
-#: ../gio/gfile.c:2871 ../gio/gfile.c:2911 ../gio/gfile.c:3238
-#: ../gio/gfile.c:3640 ../gio/gfile.c:3724 ../gio/gfile.c:3807
-#: ../gio/gfile.c:3887 ../gio/gfile.c:4217 ../gio/win32/gwinhttpfile.c:427
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Операція не підтримується"
@@ -1241,87 +1234,87 @@ msgstr "Операція не підтримується"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "Вкладена точка монтування не існує"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "Не вдається копіювати у каталог"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "Не вдається копіювати каталог у каталог"
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "Цільовий файл існує"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "Не вдається рекурсивно скопіювати каталог"
-#: ../gio/gfile.c:2861
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Неправильне значення символьного посилання"
-#: ../gio/gfile.c:2954
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Смітник не підтримується"
-#: ../gio/gfile.c:3003
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "назви файлів не можуть містити символ '%c'"
-#: ../gio/gfile.c:4985 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "том не підтримує операцію монтування"
-#: ../gio/gfile.c:5093
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Не зареєстровано програму для обробки цього файлу"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "Лічильник закрито"
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "Лічильник файлів має невиконані операції"
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "Лічильник файлів вже закритий"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "файл"
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr "Файл, що містить значок"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "Потік не підтримує query_info"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "Операція встановлення позиції не підтримується для потоків"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "Операція урізання не підтримується для вхідного потоку"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "Операція урізання не підтримується для потоку"
-#: ../gio/ginputstream.c:202
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Вхідний потік не підтримує операцію читання"
@@ -1331,424 +1324,428 @@ msgstr "Вхідний потік не підтримує операцію чи
#. Translators: This is an error you get if there is
#. * already an operation running against this stream when
#. * you try to start one
-#: ../gio/ginputstream.c:911 ../gio/goutputstream.c:1095
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Для потоку є незавершена операція"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
msgid "Unable to find default local directory monitor type"
msgstr "Не вдається знайти типовий різновид монітору локального каталогу"
-#: ../gio/glocalfile.c:601 ../gio/win32/gwinhttpfile.c:410
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Неправильна назва файлу %s"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Помилка при отриманні інформації з файлової системи: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "Не можна перейменовувати кореневий каталог"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "Не вдається перейменувати файлу, файл з такою назвою вже існує"
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:505
-#: ../gio/glocalfileoutputstream.c:550 ../gio/glocalfileoutputstream.c:967
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Неправильна назва файлу"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "Помилка при перейменуванні файлу: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "Помилка при відкриванні файлу: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "Не вдається відкрити каталог"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "Помилка при видаленні файлу: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "Помилка при переміщенні файлу до смітника: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Помилка при створенні каталогу смітника %s: %s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "Не вдається знайти каталог верхнього рівня для смітника"
-#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "не вдається знайти чи створити каталог смітника"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Помилка створення файл у смітнику: %s"
-#: ../gio/glocalfile.c:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "Не вдається перемістити файл до смітника: %s"
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "Помилка при створенні каталогу: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Помилка при створенні символьного посилання: %s"
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "Помилка при переміщенні файлу: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "Не вдається перемістити каталог у каталог"
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:819
-#: ../gio/glocalfileoutputstream.c:833 ../gio/glocalfileoutputstream.c:848
-#: ../gio/glocalfileoutputstream.c:864 ../gio/glocalfileoutputstream.c:878
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Помилка при створенні файлу резервної копії"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "Помилка при зчитуванні цільового файлу: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "Переміщення між різними точками монтування не підтримується"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "Значення атрибуту не можу бути NULL"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "неправильний тип атрибуту (очікувався рядок)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "Неправильна назва розширеного атрибуту"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Помилка при встановленні розширеного атрибуту \"%s\": %s"
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:706
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Помилка отримання інформації про файл \"%s\": %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (неправильне кодування)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Помилка отримання інформації для дескриптору файлу: %s"
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "Неправильний тип атрибута (очікувався uint32)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "Неправильний тип атрибуту (очікувався uint64)"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Неправильний тип атрибуту (очікувався рядок байтів)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "Помилка встановлення прав доступу: %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "Помилка встановлення власник: %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "символьне посилання не може мати значення NULL"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "Помилка при встановленні символьного посилання: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"помилка при встановленні символьного посилання: файл не є символьним "
"посиланням"
-#: ../gio/glocalfileinfo.c:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "Контекст SELinux не може значення NULL"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Помилка при встановленні контексту SELinux: %s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "SELinux не увімкнено у цій системі"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Встановлення атрибуту %s не підтримуються"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:603
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Помилка при читанні файлу: %s"
-#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203
-#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:405
-#: ../gio/glocalfileoutputstream.c:896
+#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Помилка при встановленні позиції у файлі: %s"
-#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:208
-#: ../gio/glocalfileoutputstream.c:303
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Помилка при закриванні файлу: %s"
-#: ../gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:198
msgid "Unable to find default local file monitor type"
msgstr "Не вдається знайти типовий різновид монітору локального файлу"
-#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:624
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Помилка при записі до файлу: %s"
-#: ../gio/glocalfileoutputstream.c:235
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Помилка при видаленні старої резервної копії посилання: %s"
-#: ../gio/glocalfileoutputstream.c:249 ../gio/glocalfileoutputstream.c:262
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Помилка при створенні резервної копії: %s"
-#: ../gio/glocalfileoutputstream.c:280
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Помилка при перейменуванні тимчасового файлу: %s"
-#: ../gio/glocalfileoutputstream.c:451 ../gio/glocalfileoutputstream.c:913
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Помилка при усіканні файлу: %s"
-#: ../gio/glocalfileoutputstream.c:511 ../gio/glocalfileoutputstream.c:556
-#: ../gio/glocalfileoutputstream.c:688 ../gio/glocalfileoutputstream.c:973
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Помилка при відкритті файлу \"%s\": %s"
-#: ../gio/glocalfileoutputstream.c:719
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Цільовий файл є каталогом"
-#: ../gio/glocalfileoutputstream.c:724
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Цільовий файл не є звичайним файлом"
-#: ../gio/glocalfileoutputstream.c:736
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "Файл був змінений іншою програмою"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "Вказано неправильний GSeekType"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "Неправильний тип операції зміни позиції у файлі"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "Не можна усікати GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "Досягнуто верхню межу масиву даних"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "Не можна змінювати розмір потоку виводу у пам'ять"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
msgstr "Помилка при зміні розміру потоку виводу у пам'ять"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr "для точки монтування не реалізовано операцію відмонтування"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr "для точки монтування не реалізовано операцію витягування носія"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "для точки монтування не реалізовано перемонтування"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
-msgstr "для точки монтування не реалізовано автоматичне визначення типу контексту"
+msgstr ""
+"для точки монтування не реалізовано автоматичне визначення типу контексту"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
-msgstr "для точки монтування не реалізовано автоматичне визначення типу синхронного змісту"
+msgstr ""
+"для точки монтування не реалізовано автоматичне визначення типу синхронного "
+"змісту"
-#: ../gio/goutputstream.c:211 ../gio/goutputstream.c:412
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "У потоці виводу не реалізовано операцію запису"
-#: ../gio/goutputstream.c:372 ../gio/goutputstream.c:780
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Вхідний потік вже закритий"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "назва"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Назва значка"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "назви"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Масив, що містить назви значків"
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "використовувати резервні типові значення"
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
msgstr ""
-"Чи використовувати резервні типові значення, які знайдені скороченням назви на символах '-'. "
-"Ігноруються всі назви після першої, якщо вказано декілька назв."
+"Чи використовувати резервні типові значення, які знайдені скороченням назви "
+"на символах '-'. Ігноруються всі назви після першої, якщо вказано декілька "
+"назв."
-#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "Помилка при зчитуванні unix-сокету: %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "Помилка при закриванні unix-сокету: %s"
-#: ../gio/gunixmounts.c:1779 ../gio/gunixmounts.c:1816
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Корінь файлової системи"
-#: ../gio/gunixoutputstream.c:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "Помилка при записі до unix-сокету: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "том не підтримує операцію витягування носія"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "Не вдається знайти програму"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Помилка при запусканні програми: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
msgid "URIs not supported"
msgstr "URI не підтримуються"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
msgid "association changes not supported on win32"
msgstr "Зміни асоціацій розширень не підтримуються на win32"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
msgid "Association creation not supported on win32"
msgstr "Створення асоціацій розширень не підтримуються на win32"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "не приховувати елементи"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "використовувати довгий формат списку"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[ФАЙЛ...]"
diff --git a/po/vi.po b/po/vi.po
index bf894daec..518ff4e4c 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib GNOME TRUNK\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 13:17+0000\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-08-22 11:52+0700\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
@@ -17,300 +17,298 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: LocFactoryEditor 1.7b1\n"
-#: ../glib/gbookmarkfile.c:733 ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899 ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Thuộc tính bất thường « %s » cho yếu tố « %s »"
-#: ../glib/gbookmarkfile.c:744 ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833 ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Không tìm thấy thuộc tính « %s » của yếu tố « %s »"
-#: ../glib/gbookmarkfile.c:1127 ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Thẻ bất thường « %s », mong đợi thẻ « %s »"
-#: ../glib/gbookmarkfile.c:1152 ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234 ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Thẻ bất thường « %s » bên trong « %s »"
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "Không tìm thấy tập tin liên kết lưu hợp lệ trong các thư mục dữ liệu"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Một liên kết lưu URI « %s » đã có"
-#: ../glib/gbookmarkfile.c:2061 ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304 ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469 ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630 ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751 ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974 ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240 ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494 ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Không tìm thấy liên kết lưu URI « %s »"
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Chưa xác định kiểu MIME trong liên kết lưu URI « %s »"
-#: ../glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Chưa xác định cờ riêng trong liên kết lưu URI « %s »"
-#: ../glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Chưa đặt nhóm trong liên kết lưu URI « %s »"
-#: ../glib/gbookmarkfile.c:3258 ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Không có ứng dụng tên « %s » đã đăng ký một liên kết lưu « %s »"
-#: ../glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Lỗi mở rộng dòng thực hiện « %s » bằng URI « %s »"
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Không hỗ trợ khả năng chuyển đổi từ bộ ký tự « %s » sang « %s »"
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Không thể mở bộ chuyển đổi từ « %s » sang « %s »"
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2216 ../glib/gutf8.c:955
-#: ../glib/gutf8.c:1404
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Gặp dây byte không hợp lệ trong dữ liệu nhập chuyển đổi"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "Gặp lỗi khi chuyển đổi: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:951 ../glib/gutf8.c:1155
-#: ../glib/gutf8.c:1296 ../glib/gutf8.c:1400
+#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Dây ký tự riêng phần ở cuối dữ liệu nhập"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Không thể chuyển đổi đồ dữ trữ « %s » thành bộ mã « %s »"
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
"URI « %s » không phải là một URI tuyệt đối sử dụng lược đồ « file » (tập tin)"
-#: ../glib/gconvert.c:1747
+#: glib/gconvert.c:1747
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Không cho phép URI tập tin cục bộ « %s » chứa dấu thăng « # »"
-#: ../glib/gconvert.c:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI « %s » không hợp lệ"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Tên máy của URI « %s » không hợp lệ"
-#: ../glib/gconvert.c:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI « %s » chứa một số ký tự đã thoát không hợp lệ"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Tên đường dẫn « %s » không phải là một đường dẫn tuyệt đối"
-#: ../glib/gconvert.c:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "Tên máy không hợp lệ"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Gặp lỗi khi mở thư mục « %s »: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Không thẻ cấp phát %lu byte để đọc tập tin « %s »"
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Gặp lỗi khi đọc tập tin « %s »: %s"
-#: ../glib/gfileutils.c:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "Tập tin \"%s\" quá lớn"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Lỗi đọc từ tập tin « %s »: %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Lỗi mở tập tin « %s »: %s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Lỗi lấy các thuộc tính của tập tin « %s »: lỗi « fstat() »: %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Lỗi mở tập tin « %s »: lỗi « fdopen() »: %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Lỗi thay đổi tên tập tin « %s » thành « %s »: lỗi « g_rename() »: %s"
-#: ../glib/gfileutils.c:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Lỗi tạo tập tin « %s »: %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Lỗi mở tập tin « %s »: lỗi « fdopen() »: %s"
-#: ../glib/gfileutils.c:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Lỗi ghi tập tin « %s »: lỗi « fdopen() »: %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Lỗi đóng tập tin « %s »: lỗi « fclose() »: %s"
-#: ../glib/gfileutils.c:1123
+#: glib/gfileutils.c:1123
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Không thể gỡ bỏ tập tin tồn tại « %s »: lỗi « g_unlink() »: %s"
-#: ../glib/gfileutils.c:1367
+#: glib/gfileutils.c:1367
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Biểu mẫu « %s » không hợp lệ, không nên chứa « %s »"
-#: ../glib/gfileutils.c:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Biểu mẫu « %s » không chứa XXXXXX"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Lỗi đọc liên kết tượng trưng « %s »: %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
msgid "Symbolic links not supported"
msgstr "Không hỗ trợ khả năng sử dụng liên kết tượng trưng"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Không thể mở bộ chuyển đổi từ « %s » sang « %s »: %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
"Không thể thực hiện tiến trình đọc thô trong « g_io_channel_read_line_string »"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "Có dữ liệu chưa được chuyển đổi còn lại nằm trong bộ đệm đọc"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "Kênh tận hết trong ký tự riêng phần"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr ""
"Không thể thực hiện tiến trình đọc thô trong « 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 "Lỗi mở tập tin « %s »: lỗi « fdopen() »: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Lỗi ánh xạ tập tin « %s »: lỗi « mmap() »: %s"
-#: ../glib/gmarkup.c:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "Lỗi trên dòng %d ký tự %d: "
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "Lỗi trên dòng %d: %s"
-#: ../glib/gmarkup.c:483
+#: glib/gmarkup.c:483
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Thấy thực thể rỗng « &; »; những thực thể hợp lệ là: &amp; &quot; &lt; &gt; "
"&apos;"
-#: ../glib/gmarkup.c:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -321,17 +319,17 @@ msgstr ""
"một thực thể; nếu dấu và này không nên là một thực thể, hãy thoát nó như là « "
"&amp; »"
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Ký tự « %s » không phải là hợp lệ bên trong tên thực thể"
-#: ../glib/gmarkup.c:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Không biết tên thực thể « %s »"
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
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;"
@@ -339,7 +337,7 @@ msgstr ""
"Thực thể không có dấu chấm phẩy cuối cùng; dường như bạn đã dùng dấu và mà "
"không định bắt đầu một thực thể — hãy thoát dấu và như là « &amp; »"
-#: ../glib/gmarkup.c:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -348,16 +346,16 @@ msgstr ""
"Lỗi phân tách « %-.*s », nó nên là một chữ số bên trong một tham chiếu ký tự "
"(v.d. « &#234 ») — có lẽ chư số quá lớn."
-#: ../glib/gmarkup.c:650
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Tham chiếu ký tự « %-.*s » không mã hóa một ký tự được phép."
-#: ../glib/gmarkup.c:665
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tham chiếu ký tự trống; nên chứa chữ số như là « &#454; »."
-#: ../glib/gmarkup.c:675
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -366,32 +364,32 @@ msgstr ""
"Tham chiếu ký tự không có dấu chấm phẩy cuối cùng; dường như bạn đã dùng một "
"dấu và mà không định bắt đầu một thực thể — hãy thoát dấu và như là « &amp; »"
-#: ../glib/gmarkup.c:761
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Tham chiếu thực thể chưa hoàn thành"
-#: ../glib/gmarkup.c:767
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Tham chiếu ký tự chưa hoàn thành"
-#: ../glib/gmarkup.c:1053
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Văn bản được mã hoá UTF-8 không hợp lệ: dáy quá dài"
-#: ../glib/gmarkup.c:1081
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Văn bản được mã hoá UTF-8 không hợp lệ: không phải ký tự bắt đầu"
-#: ../glib/gmarkup.c:1117
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Văn bản được mã hoá UTF-8 không hợp lệ: không phải « %s » hợp lệ"
-#: ../glib/gmarkup.c:1155
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Tài liệu phải bắt đầu bằng một yếu tố (v.d. <book> [quyển sách])"
-#: ../glib/gmarkup.c:1195
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -400,35 +398,44 @@ msgstr ""
"« %s » không phải là một ký tự hợp lệ đi theo một dấu ngoặc nhọn mở « < » ; "
"không cho phép nó bắt đầu một tên yếu tố"
-#: ../glib/gmarkup.c:1263
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
-msgstr "Ký tự lạ « %s », mong đợi một dấu ngoặc nhọn đóng « > » để kết thúc thẻ rỗng « %s »"
+msgstr ""
+"Ký tự lạ « %s », mong đợi một dấu ngoặc nhọn đóng « > » để kết thúc thẻ rỗng « %"
+"s »"
-#: ../glib/gmarkup.c:1352
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
-msgstr "Ký tự lạ « %s », mong đợi một dấu bằng « = » nằm sau tên thuộc tính « %s » của yếu tố « %s »"
+msgstr ""
+"Ký tự lạ « %s », mong đợi một dấu bằng « = » nằm sau tên thuộc tính « %s » của "
+"yếu tố « %s »"
-#: ../glib/gmarkup.c:1394
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
"element '%s', or optionally an attribute; perhaps you used an invalid "
"character in an attribute name"
-msgstr "Ký tự lạ « %s », mong đợi một dấu ngoặc nhọn đóng « > » hay dấu xuyệc « / » để kết thúc thẻ khởi đầu của yếu tố « %s », hay tùy ý một thuộc tính; có lẽ bạn đã dùng một ký tự không hợp lệ trong một tên thuộc tính."
+msgstr ""
+"Ký tự lạ « %s », mong đợi một dấu ngoặc nhọn đóng « > » hay dấu xuyệc « / » để "
+"kết thúc thẻ khởi đầu của yếu tố « %s », hay tùy ý một thuộc tính; có lẽ bạn "
+"đã dùng một ký tự không hợp lệ trong một tên thuộc tính."
-#: ../glib/gmarkup.c:1480
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
-msgstr "Ký tự lạ « %s », mong đợi một dấu nháy kép mở nằm sau dấu bằng khi đưa giá trị cho thuộc tính « %s » của yếu tố « %s »"
+msgstr ""
+"Ký tự lạ « %s », mong đợi một dấu nháy kép mở nằm sau dấu bằng khi đưa giá "
+"trị cho thuộc tính « %s » của yếu tố « %s »"
-#: ../glib/gmarkup.c:1622
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -437,7 +444,7 @@ msgstr ""
"« %s » không phải là một ký tự hợp lệ nằm theo các ký tự « </ » ; không cho "
"phép « %s » bắt đầu một tên yếu tố"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -446,25 +453,25 @@ msgstr ""
"« %s » không phải là một ký tự hợp lệ nằm theo tên yếu tố đóng « %s »; ký tự "
"được phép là « > »."
-#: ../glib/gmarkup.c:1673
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Yếu tố « %s » đã được đóng, không có yếu tố mở hiện thời"
-#: ../glib/gmarkup.c:1682
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Yếu tố « %s » đã được đóng, nhưng yếu tố mở hiện thời là « %s »"
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Tài liệu rỗng hay chứa chỉ khoảng trắng"
-#: ../glib/gmarkup.c:1859
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Tài liệu đã kết thúc bất thường ngay sau một dấu ngoặc nhọn mở « < »"
-#: ../glib/gmarkup.c:1867 ../glib/gmarkup.c:1912
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -473,7 +480,7 @@ msgstr ""
"Tài liệu đã kết thúc bất thường với các yếu tố vẫn còn mở — « %s » là yếu tố "
"đã mở cuối cùng"
-#: ../glib/gmarkup.c:1875
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -482,19 +489,19 @@ msgstr ""
"Tài liệu kết thúc bất thường, mong đợi thấy dấu ngoặc nhọn đóng kết thúc thẻ "
"« <%s/> »"
-#: ../glib/gmarkup.c:1881
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Tài liệu đã kết thúc bất thường bên trong một tên yếu tố"
-#: ../glib/gmarkup.c:1887
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Tài liệu đã kết thúc bất thường bên trong một tên thuộc tính"
-#: ../glib/gmarkup.c:1892
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Tài liệu đã kết thúc bất thường bên trong một thẻ mở yếu tố"
-#: ../glib/gmarkup.c:1898
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -502,401 +509,399 @@ msgstr ""
"Tài liệu đã kết thúc bất thường sau dấu bằng nằm sau một tên thuộc tính; "
"không có giá trị thuộc tính"
-#: ../glib/gmarkup.c:1905
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Tài liệu đã kết thúc bất thường trong khi nằm trong một giá trị thuộc tính"
-#: ../glib/gmarkup.c:1921
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Tài liệu đã kết thúc bất thường bên trong thẻ đóng cho yếu tố « %s »"
-#: ../glib/gmarkup.c:1927
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Tài liệu đã kết thúc bất thường bên trong một chú thích hay hướng dẫn xử lý"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "đối tượng bị hỏng"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "lỗi nội bộ hay đối tượng bị hỏng"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "hết bộ nhớ"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "không thể rút lùi nữa"
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
msgid "the pattern contains items not supported for partial matching"
msgstr "mẫu chứa mục không được hỗ trợ khi khớp bộ phận"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
msgid "internal error"
msgstr "lỗi nội bộ"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr "khi khớp bộ phận, không hỗ trợ rút lui làm điều kiện"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "không thể đề qui nữa"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "vùng làm việc không thể chứa chuỗi con rỗng nữa"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "kết hợp cờ dòng mới một cách không hợp lệ"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "lỗi lạ"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ ở kết thúc của mẫu"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c ở kết thúc của mẫu"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "có ký tự lạ phía sau \\"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr ""
"ở đây thì không cho phép ký tự thoát thay đổi chữ hoa/thường (\\l, \\L, \\u, "
"\\U)"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "các con số không theo thứ tự đúng trong chuỗi xác định số lượng {}"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "con số quá lớn trong chuỗi xác định số lượng {}"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "thiếu ] chấm dứt cho hạng ký tự"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "gặp dây thoát không hợp lệ trong hạng ký tự"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "phạm vi không theo thứ tự đúng trong hạng ký tự"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "không có gì cần lặp lại"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "không nhận dạng ký tự nằm sau (?"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "không nhận dạng ký tự nằm sau (?<"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "không nhận dạng ký tự nằm sau (?P"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "Hạng POSIX có tên chỉ được hỗ trợ bên trong hạng"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "thiếu ) chấm dứt"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr "có ) không có ( đầu tiên"
#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
#. * sequences here, '(?-54' would be an example for the second group.
#.
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
msgid "(?R or (?[+-]digits must be followed by )"
msgstr "(?R hay (?[+-]chữ số phải có ) theo sau"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "tham chiếu đến mẫu phụ không tồn tại"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "thiếu ) nằm sau chú thích"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "biểu thức chính quy quá lớn"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "không lấy được bộ nhớ"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "khẳng định lookbehind (thấy ở sau) không có độ dài cố định"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "có con số hay tên dạng sai nằm sau (?("
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "nhóm điều kiện chứa nhiều hơn hai nhánh"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "mong đợi khẳng định nằm sau (?("
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "không rõ tên hạng POSIX"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "Không hỗ trợ yếu tố đối chiếu POSIX"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "dãy \\x{...} chứa giá trị ký tự quá lớn"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "điều kiện không hợp lệ (?(0)"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "\\C không được phép trong khẳng định lookbehind (thấy ở sau)"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "lời gọi đệ quy có thể bị lặp vô hạn"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "thiếu dấu chấm dứt trong tên mẫu phụ"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "hai mẫu phụ có tên cũng có cùng một tên"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "dãy \\P hay \\p dạng sai"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "có tên thuộc tính không rõ nằm sau \\P hay \\p"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "tên mẫu phụ quá dài (tối đa 32 ký tự)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "quá nhiều mẫu phụ có tên (tối đa 10 000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "giá trị bát phân lớn hơn \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "nhóm DEFINE (định nghĩa) chứa nhiều hơn một nhánh"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "không cho phép lặp lại một nhóm DEFINE (định nghĩa)"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "các tùy chọn NEWLINE (dòng mới) không thống nhất với nhau"
-#: ../glib/gregex.c:333
+#: glib/gregex.c:333
msgid ""
"\\g is not followed by a braced name or an optionally braced non-zero number"
msgstr ""
"\\g không đi trước một tên có dấu ngoặc móc hoặc một con số không phải số "
"không có dấu ngoặc móc tùy chọn"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "lặp lại bất thường"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "tràn mã"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "tràn vùng làm việc biên dịch"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "không tìm thấy mẫu phụ đã tham chiếu mà đã kiểm tra trước"
-#: ../glib/gregex.c:526 ../glib/gregex.c:1593
+#: glib/gregex.c:526 glib/gregex.c:1593
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Gặp lỗi trong khi khớp biểu thức chính quy %s: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "Thư viện PCRE đã biên dịch không có khả năng hỗ trợ UTF-8"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "Thư viện PCRE đã biên dịch không có khả năng hỗ trợ tài sản UTF-8"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Gặp lỗi trong khi biên dịch biểu thức chính quy %s ở ký tự %d: %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Gặp lỗi trong khi tối hưu hoá biểu thức chính quy %s: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "đợi chữ số thập lục hay dấu ngoặc móc đóng « } »"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "đợi chữ số thập lục"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "thiếu dấu ngoặc nhọn mở « < » trong tham chiếu tượng trưng"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "tham chiếu tượng trưng chưa hoàn thành"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "tham chiếu tượng trưng có độ dài số không"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "đợi chữ số"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "tham chiếu tượng trưng không cho phép"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "dấu xuyệc ngược kết thúc rải rác « \\ »"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "dãy thoạt lạ"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Gặp lỗi trong khi phân tách văn bản thay thế « %s » ở ký tự %lu: %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Văn bản trích dẫn không bắt đầu bằng một dấu trích dẫn"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Dấu ngoặc kép không ăn khớp nằm trên dòng lệnh hay trong văn bản khác đã "
"trích dẫn trong trình bao"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Văn bản đã kết thúc ngay sau dấu xuyệc ngược « \\ » (văn bản là « %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 ""
"Văn bản đã kết thúc trước khi tìm dấu ngoặc kép tương ứng với « %c » (văn bản "
"là « %s »)"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
msgid "Text was empty (or contained only whitespace)"
msgstr "Văn bản rỗng (hay chưa chỉ khoảng trắng)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "Lỗi đọc dữ liệu từ tiến trình con"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Lỗi tạo ống dẫn để liên lạc với tiến trình con (%s)"
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Lỗi đọc từ ống dẫn con (%s)"
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Lỗi chuyển đổi sang thư mục « %s » (%s)"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Lỗi thực hiện tiến trình con (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "Tên chương trình không hợp lệ: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Gặp chuỗi không hợp lệ nằm trong véc-tơ đối số tại %d: %s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Gặp chuỗi không hợp lệ nằm trong môi trường: %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "Thư mục làm việc không hợp lệ: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Lỗi thực hiện chương trình bổ trợ (%s)"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -904,138 +909,138 @@ msgstr ""
"Gặp lỗi bất thường nằm trong « g_io_channel_win32_poll() » khi đọc dữ liệu từ "
"tiến trình con"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Lỗi đọc dữ liệu từ tiến trình con (%s)"
-#: ../glib/gspawn.c:325
+#: glib/gspawn.c:325
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Gặp lỗi bất thường nằm trong « select() » khi đọc dữ liệu từ tiến trình con (%"
"s)"
-#: ../glib/gspawn.c:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Gặp lỗi bất thường nằm trong « waitpid() » (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "Lỗi tạo tiến trình con (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Lỗi thực hiện tiến trình con « %s » (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Lỗi chuyển hướng kết nhập hay kết xuất của tiến trình con (%s)"
-#: ../glib/gspawn.c:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Lỗi tạo tiến trình con (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Gặp lỗi không rõ khi thực hiện tiến trình con « %s »"
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Lỗi đọc đủ dữ liệu từ ống dẫn PID con (%s)"
-#: ../glib/gutf8.c:1029
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Ký tự ở ngoại phạm vi UTF-8"
-#: ../glib/gutf8.c:1123 ../glib/gutf8.c:1132 ../glib/gutf8.c:1264
-#: ../glib/gutf8.c:1273 ../glib/gutf8.c:1414 ../glib/gutf8.c:1510
+#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Dãy không hợp lệ nằm trong dữ liệu nhập việc chuyển đổi"
-#: ../glib/gutf8.c:1425 ../glib/gutf8.c:1521
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Ký tự ở ngoại phạm vi UTF-16"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Sử dụng:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[TÙY_CHỌN...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Tùy chọn trợ giúp:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Hiển thị các tùy chọn trợ giúp"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Hiển thị mọi tùy chọn trợ giúp"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Tùy chọn ứng dụng:"
-#: ../glib/goption.c:849 ../glib/goption.c:919
+#: glib/goption.c:849 glib/goption.c:919
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "Không thể phân tách giá trị số nguyên « %s » cho %s"
-#: ../glib/goption.c:859 ../glib/goption.c:927
+#: glib/goption.c:859 glib/goption.c:927
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "Giá trị số nguyên « %s » cho %s ở ngoại phạm vi"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Không thể phân tách giá trị đôi « %s » cho %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "Giá trị đôi « %s » cho %s ở ngoại phạm vi"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Gặp lỗi khi phân tách tùy chọn %s"
-#: ../glib/goption.c:1260 ../glib/goption.c:1371
+#: glib/goption.c:1260 glib/goption.c:1371
#, c-format
msgid "Missing argument for %s"
msgstr "Thiếu đối số cho %s"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Không biết tùy chọn %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
msgid "Valid key file could not be found in search dirs"
msgstr "Không tìm thấy tập tin khoá hợp lệ nằm trong thư mục tìm kiếm"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
msgid "Not a regular file"
msgstr "Không phải là một tập tin chuẩn"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
msgid "File is empty"
msgstr "Tập tin rỗng"
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
#, c-format
msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -1043,49 +1048,49 @@ msgstr ""
"Tập tin khóa chứa dòng « %s » mà không phải là một cặp giá trị khóa, nhóm, "
"hay chú thích"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Tên nhóm không hợp lệ: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
msgid "Key file does not start with a group"
msgstr "Tập tin khóa không bắt đầu với nhóm"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Tên khoá không hợp lệ: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Tập tin khóa chứa bảng mã không được hỗ trợ « %s »"
-#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Tập tin khóa không có nhóm « %s »"
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Tập tin khóa không có khóa « %s »"
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "Tập tin khóa chứa khóa « %s » với giá trị « %s » mà không phải là UTF-8"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
"Tập tin khóa chứa khóa « %s » mà có giá trị không có khả năng giải dịch."
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1094,122 +1099,119 @@ msgstr ""
"Tập tin khóa chứa khóa « %s » trong nhóm « %s » mà có giá trị không có khả "
"năng giải dịch."
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Tập tin khóa không có khóa « %s » trong nhóm « %s »"
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
msgid "Key file contains escape character at end of line"
msgstr "Tập tin khóa chứa ký tự thoát tại kết thúc của dòng"
-#: ../glib/gkeyfile.c:3496
+#: glib/gkeyfile.c:3496
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Tập tin khóa chứa dãy thoát không hợp lệ « %s »"
-#: ../glib/gkeyfile.c:3638
+#: glib/gkeyfile.c:3638
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Không thể giải dịch giá trị « %s » dạng con số."
-#: ../glib/gkeyfile.c:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Giá trị số nguyên « %s » ở ngoại phạm vi"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Không thể giải dịch giá trị « %s » dạng con số nổi."
-#: ../glib/gkeyfile.c:3709
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Không thể giải dịch giá trị « %s » dạng bun (đúng/sai)."
-#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:193
-#: ../gio/ginputstream.c:325 ../gio/ginputstream.c:566
-#: ../gio/ginputstream.c:691 ../gio/goutputstream.c:202
-#: ../gio/goutputstream.c:656
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Giá trị đếm quá lớn được gửi cho %s"
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:901
-#: ../gio/goutputstream.c:1085
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Luồng đã bị đóng"
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Thao tác bị thôi"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Không rõ kiểu"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "kiểu tập tin %s"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "kiểu %s"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "Kết thúc luồng sớm bất thường"
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Không có tên"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "Tập tin Desktop không ghi rõ trường Exec (thực hiện)"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "Không tìm thấy thiết bị cuối cần thiết cho ứng dụng"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Không thể tạo thư mục cấu hình ứng dụng người dùng %s: %s"
-#: ../gio/gdesktopappinfo.c:1136
+#: gio/gdesktopappinfo.c:1136
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Không thể tạo thư mục cấu hình MIME người dùng %s: %s"
-#: ../gio/gdesktopappinfo.c:1475
+#: gio/gdesktopappinfo.c:1475
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Không thể tạo tập tin desktop %s"
-#: ../gio/gdesktopappinfo.c:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "Lời định nghĩa riêng cho %s"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "ổ đĩa không thực hiện chức năng đẩy ra"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "ổ đĩa không thực hiện chức năng thăm dò có phương tiện không"
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2686 ../gio/gfile.c:2740
-#: ../gio/gfile.c:2871 ../gio/gfile.c:2911 ../gio/gfile.c:3238
-#: ../gio/gfile.c:3640 ../gio/gfile.c:3724 ../gio/gfile.c:3807
-#: ../gio/gfile.c:3887 ../gio/gfile.c:4217 ../gio/win32/gwinhttpfile.c:427
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Thao tác không được hỗ trợ"
@@ -1221,87 +1223,87 @@ msgstr "Thao tác không được hỗ trợ"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "Bộ lắp chứa không tồn tại"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "Không thể sao chép đè lên thư mục"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "Không thể sao chép thư mục đè lên thư mục"
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "Tập tin đích đã có"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "Không thể sao chép đệ quy thư mục"
-#: ../gio/gfile.c:2861
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Đưa ra giá trị liên kết tượng trưng không hợp lệ"
-#: ../gio/gfile.c:2954
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Thùng rác không được hỗ trợ"
-#: ../gio/gfile.c:3003
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Tên tập tin không thể chứa « %c »"
-#: ../gio/gfile.c:4985 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "hàm volume (khối tin) không thực hiện chức năng mount (lắp)"
-#: ../gio/gfile.c:5093
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Không có ứng dụng đăng ký xử lý tập tin này"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "Bộ đếm bị đóng"
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "Bộ đếm tập tin có thao tác còn chạy"
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "Bộ đếm tập tin đã bị đóng"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "tập tin"
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr "Tập tin chứa biểu tượng"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "Luồng không hỗ trợ hàm « query_info »"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "Chức năng seek (tìm nơi) không được hỗ trợ trên luồng"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "Không cho phép cắt ngắn luồng nhập vào"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "Không cho phép cắt ngắn luồng"
-#: ../gio/ginputstream.c:202
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Luồng nhập vào không thực hiện chức năng đọc"
@@ -1311,361 +1313,362 @@ msgstr "Luồng nhập vào không thực hiện chức năng đọc"
#. Translators: This is an error you get if there is
#. * already an operation running against this stream when
#. * you try to start one
-#: ../gio/ginputstream.c:911 ../gio/goutputstream.c:1095
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Luồng có thao tác còn chạy"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
msgid "Unable to find default local directory monitor type"
msgstr "Không tìm thấy kiểu theo dõi thư mục cục bộ mặc định"
-#: ../gio/glocalfile.c:601 ../gio/win32/gwinhttpfile.c:410
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Tên tập tin không hợp lệ: %s"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Gặp lỗi khi lấy tập tin về hệ thống tập tin: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "Không thể thay đổi tên của thư mục gốc"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "Không thể thay đổi tên của tập tin, vì tên tập tin đã có"
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "Tên tập tin không hợp lệ"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "Gặp lỗi khi thay đổi tên của tập tin: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "Gặp lỗi khi mở tập tin: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "Không thể mở thư mục"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "Gặp lỗi khi gỡ bỏ tập tin: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "Gặp lỗi khi chuyển tập tin vào sọt rác: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Không thể tạo thư mục sọt rác %s: %s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "Không tìm thấy thư mục cấp đầu cho sọt rác"
-#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "Không tìm thấy hay không thể tạo thư mục sọt rác"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Không thể tạo tập tin thông tin sọt rác: %s"
-#: ../gio/glocalfile.c:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "Không thể chuyển tập tin vào sọt rác: %s"
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "Lỗi tạo thư mục: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Gặp lỗi khi tạo liên kết tượng trưng: %s"
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "Gặp lỗi khi di chuyển tập tin: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "Không thể di chuyển thư mục đè lên thư mục"
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "Lỗi tạo tập tin sao lưu"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "Gặp lỗi khi gỡ bỏ tập tin đích: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "Không hỗ trợ chức năng di chuyển giữa các bộ lắp"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "Giá trị thuộc tính phải có giá trị"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "Kiểu thuộc tính không hợp lệ (mong đợi chuỗi)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "Tên thuộc tính đã mở rộng không hợp lệ"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Gặp lỗi khi đặt thuộc tính đã mở rộng « %s »: %s"
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Gặp lỗi khi lấy trạng thái về tập tin « %s »: %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (bảng mã không hợp lệ)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Gặp lỗi khi lấy trạng thái về mô tả tập tin: %s"
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "Kiểu thuộc tính không hợp lệ (mong đợi uint32)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "Kiểu thuộc tính không hợp lệ (mong đợi uint64)"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Kiểu thuộc tính không hợp lệ (mong đợi chuỗi byte)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "Gặp lỗi khi đặt quyền hạn: %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "Gặp lỗi khi đặt người sở hữu : %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "liên kết tượng trưng phải có giá trị"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "Gặp lỗi khi đặt liên kết tượng trưng: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Gặp lỗi khi đặt liên kết tượng trưng: tập tin không phải là liên kết tượng "
"trưng"
-#: ../gio/glocalfileinfo.c:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "Ngữ cảnh SELinux phải khác NULL"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Lỗi đặt ngữ cảnh SELinux: %s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "SELinux chưa được bật trên hệ thống này"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Không hỗ trợ chức năng đặt thuộc tính %s"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "Gặp lỗi khi đọc từ tập tin: %s"
-#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203
-#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372
-#: ../gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "Gặp lỗi khi tìm nơi trong tập tin: %s"
-#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "Gặp lỗi khi đóng tập tin: %s"
-#: ../gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:198
msgid "Unable to find default local file monitor type"
msgstr "Không tìm thấy kiểu theo dõi tập tin cục bộ mặc định"
-#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "Gặp lỗi khi ghi vào tập tin: %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Gặp lỗi khi gỡ bỏ liên kết sao lưu cũ : %s"
-#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Gặp lỗi khi tạo bản sao lưu : %s"
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Gặp lỗi khi thay đổi tên của tập tin tạm thời: %s"
-#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "Gặp lỗi khi cắt ngắn tập tin: %s"
-#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523
-#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Gặp lỗi khi mở tập tin « %s »: %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "Tập tin đích là một thư mục"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "Tập tin đích không phải là một tập tin bình thường"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "Tập tin đã bị sửa đổi bên ngoài"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "GSeekType được cung cấp không hợp lệ"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "Yêu cầu tìm không hợp lệ"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "Không thể cắt GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "Đã đạt ngưỡng mảng dữ liệu tối đa"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "Luồng ra bộ nhớ không thể thay đổi kích thước"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
msgstr "Lỗi thay đổi kích thước luồng ra bộ nhớ"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr "hàm mount (lắp) không thực hiện hàm unmount (bỏ lắp)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr "hàm mount (lắp) không thực hiện hàm eject (đầy ra)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "hàm mount (lắp) không thực hiện hàm remount (lắp lại)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "hàm mount (lắp) không thực hiện đoán nội dung"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr "hàm mount (lắp) không thực hiện đoán nội dung đồng bộ"
-#: ../gio/goutputstream.c:211 ../gio/goutputstream.c:412
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Luồng xuất không thực hiện hàm write (ghi)"
-#: ../gio/goutputstream.c:372 ../gio/goutputstream.c:780
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Luồng nguồn đã bị đóng"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "tên"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Tên của biểu tượng"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "tên"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Mảng chứa tên biểu tượng"
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "dùng dự phòng mặc định"
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1673,61 +1676,61 @@ msgstr ""
"Có dùng dự phòng mặc định được tìm thấy bằng cách rút ngắn tên tại ký tự '-' "
"hay không. Chỉ xét tên đầu tiên nếu trùng tên."
-#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "Gặp lỗi khi đọc từ UNIX: %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "Gặp lỗi khi đóng UNIX: %s"
-#: ../gio/gunixmounts.c:1779 ../gio/gunixmounts.c:1816
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Gốc hệ thống tập tin"
-#: ../gio/gunixoutputstream.c:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "Gặp lỗi khi ghi vào UNIX: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "hàm volume (khối tin) không thực hiện hàm eject (đầy ra)"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "Không tìm thấy ứng dụng"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Gặp lỗi khi khởi chạy ứng dụng: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
msgid "URIs not supported"
msgstr "Không hỗ trợ địa chỉ URI"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
msgid "association changes not supported on win32"
msgstr "các thay đổi liên quan không được hỗ trợ trên win32"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
msgid "Association creation not supported on win32"
msgstr "chức năng tạo sự liên quan không được hỗ trợ trên win32"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "đừng ẩn mục nhập"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "dùng định dạng liệt kê dài"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[TẬP_TIN...]"
diff --git a/po/wa.po b/po/wa.po
index d84f1e8ab..5b25b87be 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -20,73 +20,72 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Dji n' a savou lére li loyén simbolike «%s»: %s"
@@ -1306,8 +1305,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "No d' lodjoe nén valide"
@@ -1378,9 +1377,9 @@ msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1410,7 +1409,7 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr "Åk n' a nén stî tot drovant l' ridant «%s»: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
@@ -1481,19 +1480,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Loyéns simbolikes nén sopoirtés"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
@@ -1502,46 +1502,46 @@ msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "Åk n' a nén stî tot cviersant: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr ""
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/xh.po b/po/xh.po
index 31e258546..4668df9f9 100644
--- a/po/xh.po
+++ b/po/xh.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -16,77 +16,76 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"Uphawu olutenxileyo '%s', lulindele '=' emva kwegama lophawu '%s' "
"lwesiqalelo '%s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
#, fuzzy
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Iqhosha elisebenzayo lefayili alifumanekanga kwidata yoovimba beefayili"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Akuphumelelanga ukufunda ikhonkco elingumfuziselo '%s': %s"
@@ -1370,8 +1369,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "Igama lomququzeleli elingasebenziyo"
@@ -1442,9 +1441,9 @@ msgstr "Impazamo yokufunda ifayili '%s': %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1475,7 +1474,7 @@ msgstr "Uxwebhu luphele ngesiquphe ngaphakathi kwegama lophawu"
msgid "Error setting extended attribute '%s': %s"
msgstr "Impazamo yokuvula uvimba weefayili '%s': %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
@@ -1546,19 +1545,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "Ikhonkco elingumfuziselo alixhaswanga"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
@@ -1567,47 +1567,47 @@ msgstr "Impazamo yokufunda ifayili '%s': %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "Impazamo ngelixa lenguqulo: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
#, fuzzy
msgid "Target file is not a regular file"
msgstr "Asiyofayili esebenza rhoqo"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/yi.po b/po/yi.po
index e3ea3c97d..32779f4b1 100644
--- a/po/yi.po
+++ b/po/yi.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -14,75 +14,74 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '=' שריפֿטצײכן נאָך אַטריבוט־נאָמען %s פֿונעם "
"עלעמענט '%s'"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "ניט געקענט שאַפֿן טעקע %s: %s"
@@ -1334,8 +1333,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
#, fuzzy
msgid "Invalid filename"
msgstr "אומלעקסיקער מאַשין־נאָמען"
@@ -1406,9 +1405,9 @@ msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr ""
@@ -1439,7 +1438,7 @@ msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אי
msgid "Error setting extended attribute '%s': %s"
msgstr "דורכפֿאַל אין עפֿענען פּאַפּקע %s: %s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
@@ -1510,19 +1509,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr ""
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
@@ -1531,46 +1531,46 @@ msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
msgid "Unable to find default local file monitor type"
msgstr ""
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, fuzzy, c-format
msgid "Error creating backup copy: %s"
msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, fuzzy, c-format
msgid "Error renaming temporary file: %s"
msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, fuzzy, c-format
msgid "Error truncating file: %s"
msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, fuzzy, c-format
msgid "Error opening file '%s': %s"
msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr ""
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr ""
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 2793b3d0e..913e73efa 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-03-13 10:20+0800\n"
"Last-Translator: Deng Xiyue <manphiz@gmail.com>\n"
"Language-Team: i18n-zh <i18n-zh@googlegroups.com>\n"
@@ -18,73 +18,72 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "元素“%2$s”的意外属性“%1$s”"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "元素“%2$s”的属性“%1$s”未找到"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "意外标签“%s”,需要标签“%s”"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "“%2$s”的意外标签“%1$s”"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "无法在数据目录中找到有效的书签文件"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI“%s”的书签已经存在"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "未找到 URI“%s”的书签"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI“%s”的书签未定义 MIME 类型"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI“%s”的书签未定义私有标志"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI“%s”的书签未设定组"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "没有名为“%s”的应用程序为“%s”注册书签"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "用 URI “%2$s”展开 exec 行“%1$s”失败"
@@ -1297,8 +1296,8 @@ msgid "Can't rename file, filename already exist"
msgstr "无法重命名文件,该文件名已存在"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "无效的文件名"
@@ -1368,9 +1367,9 @@ msgstr "移动文件出错:%s"
msgid "Can't move directory over directory"
msgstr "无法将目录移动到目录"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "备份文件创建失败"
@@ -1400,7 +1399,7 @@ msgstr "无效的扩展属性名"
msgid "Error setting extended attribute '%s': %s"
msgstr "设置扩展属性“%s”出错:%s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "获取文件“%s”状态出错:%s"
@@ -1471,19 +1470,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "不支持设置属性 %s"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "读取文件出错:%s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "在文件中查找时出错:%s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "关闭文件出错:%s"
@@ -1492,46 +1492,46 @@ msgstr "关闭文件出错:%s"
msgid "Unable to find default local file monitor type"
msgstr "无法找到默认的本地文件监视器类型"
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "写入文件出错:%s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "移除旧的备份链接出错:%s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "创建备份拷贝:%s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "重命名临时文件出错:%s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "截断文件出错:%s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "打开文件“%s”出错:%s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "目标文件是目录"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "目标文件不是普通文件"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "文件已经被其他程序修改"
diff --git a/po/zh_HK.po b/po/zh_HK.po
index 11debdad9..97344d7de 100644
--- a/po/zh_HK.po
+++ b/po/zh_HK.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.17.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-0400\n"
"PO-Revision-Date: 2008-07-14 16:27+0800\n"
"Last-Translator: Woodman Tuen <wmtuen@gmail.com>\n"
"Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"
@@ -19,73 +19,72 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "元素‘%2$s’中的不明屬性‘%1$s’"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "找不到元素‘%2$s’的屬性‘%1$s’"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "不明的標籤‘%s’,應為標籤‘%s’"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "‘%2$s’中有不明的標籤‘%1$s’"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "在資料目錄中找不到有效的書籤檔案"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI‘%s’的書籤已經存在"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "找不到 URI‘%s’的書籤"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI‘%s’的書籤中沒有定義 MIME 類型"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI‘%s’的書籤中沒有定義 private flag"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI‘%s’的書籤中並沒有設定羣組"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "沒有一個名為‘%s’的應用程式註冊一個書籤給‘%s’"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "以 URI‘%2$s’ 展開 exec 行‘%1$s’失敗"
@@ -1300,8 +1299,8 @@ msgid "Can't rename file, filename already exist"
msgstr "不能重新命名檔案,該檔案名稱已存在"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "無效的檔案名稱"
@@ -1371,9 +1370,9 @@ msgstr "移動檔案時發生錯誤:%s"
msgid "Can't move directory over directory"
msgstr "不能將目錄移動到目錄"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "備份檔案建立失敗"
@@ -1403,7 +1402,7 @@ msgstr "無效的延伸屬性名稱"
msgid "Error setting extended attribute '%s': %s"
msgstr "設定延伸屬性「%s」時發生錯誤:%s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "取得檔案「%s」狀態時發生錯誤:%s"
@@ -1474,19 +1473,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "不支援設定屬性 %s"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "從檔案讀取時發生錯誤:%s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "在檔案中搜尋時發生錯誤:%s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "關閉檔案時發生錯誤:%s"
@@ -1495,46 +1495,46 @@ msgstr "關閉檔案時發生錯誤:%s"
msgid "Unable to find default local file monitor type"
msgstr "無法找到預設的本地端檔案監視器類型"
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "寫入至檔案時發生錯誤:%s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "移除舊備份連結時發生錯誤:%s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "建立備份複本時發生錯誤:%s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "重新命名暫存檔案時發生錯誤:%s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "截短檔案時發生錯誤:%s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "開啟檔案「%s」時發生錯誤:%s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "目標檔案是一個目錄"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "目標檔案不是正規的檔案"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "該檔案已被外部程式修改"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index c2efb97da..6cd1dac88 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.17.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-18 00:50-0400\n"
+"POT-Creation-Date: 2008-09-02 15:48-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"
@@ -19,73 +19,72 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0\n"
-#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
-#: glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "元素‘%2$s’中的不明屬性‘%1$s’"
-#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
-#: glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "找不到元素‘%2$s’的屬性‘%1$s’"
-#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
-#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "不明的標籤‘%s’,應為標籤‘%s’"
-#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
-#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "‘%2$s’中有不明的標籤‘%1$s’"
-#: glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "在資料目錄中找不到有效的書籤檔案"
-#: glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI‘%s’的書籤已經存在"
-#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
-#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
-#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
-#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
-#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
-#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
-#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
-#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
-#: glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "找不到 URI‘%s’的書籤"
-#: glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI‘%s’的書籤中沒有定義 MIME 類型"
-#: glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI‘%s’的書籤中沒有定義 private flag"
-#: glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI‘%s’的書籤中並沒有設定群組"
-#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "沒有一個名為‘%s’的應用程式註冊一個書籤給‘%s’"
-#: glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "以 URI‘%2$s’ 展開 exec 行‘%1$s’失敗"
@@ -1300,8 +1299,8 @@ msgid "Can't rename file, filename already exist"
msgstr "不能重新命名檔案,該檔案名稱已存在"
#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
-#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
-#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:505
+#: gio/glocalfileoutputstream.c:550 gio/glocalfileoutputstream.c:967
msgid "Invalid filename"
msgstr "無效的檔案名稱"
@@ -1371,9 +1370,9 @@ msgstr "移動檔案時發生錯誤:%s"
msgid "Can't move directory over directory"
msgstr "不能將目錄移動到目錄"
-#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
-#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
-#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:819
+#: gio/glocalfileoutputstream.c:833 gio/glocalfileoutputstream.c:848
+#: gio/glocalfileoutputstream.c:864 gio/glocalfileoutputstream.c:878
msgid "Backup file creation failed"
msgstr "備份檔案建立失敗"
@@ -1403,7 +1402,7 @@ msgstr "無效的延伸屬性名稱"
msgid "Error setting extended attribute '%s': %s"
msgstr "設定延伸屬性「%s」時發生錯誤:%s"
-#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:706
#, c-format
msgid "Error stating file '%s': %s"
msgstr "取得檔案「%s」狀態時發生錯誤:%s"
@@ -1474,19 +1473,20 @@ msgstr ""
msgid "Setting attribute %s not supported"
msgstr "不支援設定屬性 %s"
-#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:603
#, c-format
msgid "Error reading from file: %s"
msgstr "從檔案讀取時發生錯誤:%s"
#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
-#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
-#: gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:405
+#: gio/glocalfileoutputstream.c:896
#, c-format
msgid "Error seeking in file: %s"
msgstr "在檔案中搜尋時發生錯誤:%s"
-#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:208
+#: gio/glocalfileoutputstream.c:303
#, c-format
msgid "Error closing file: %s"
msgstr "關閉檔案時發生錯誤:%s"
@@ -1495,46 +1495,46 @@ msgstr "關閉檔案時發生錯誤:%s"
msgid "Unable to find default local file monitor type"
msgstr "無法找到預設的本地端檔案監視器類型"
-#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:624
#, c-format
msgid "Error writing to file: %s"
msgstr "寫入至檔案時發生錯誤:%s"
-#: gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:235
#, c-format
msgid "Error removing old backup link: %s"
msgstr "移除舊備份連結時發生錯誤:%s"
-#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:249 gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error creating backup copy: %s"
msgstr "建立備份複本時發生錯誤:%s"
-#: gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:280
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "重新命名暫存檔案時發生錯誤:%s"
-#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:451 gio/glocalfileoutputstream.c:913
#, c-format
msgid "Error truncating file: %s"
msgstr "截短檔案時發生錯誤:%s"
-#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
-#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:511 gio/glocalfileoutputstream.c:556
+#: gio/glocalfileoutputstream.c:688 gio/glocalfileoutputstream.c:973
#, c-format
msgid "Error opening file '%s': %s"
msgstr "開啟檔案「%s」時發生錯誤:%s"
-#: gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:719
msgid "Target file is a directory"
msgstr "目標檔案是一個目錄"
-#: gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:724
msgid "Target file is not a regular file"
msgstr "目標檔案不是正規的檔案"
-#: gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:736
msgid "The file was externally modified"
msgstr "該檔案已被外部程式修改"