summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--INSTALL4
-rw-r--r--README2
-rw-r--r--docs/reference/ChangeLog4
-rw-r--r--gio/ChangeLog4
-rw-r--r--glib/pcre/Makefile.am1
-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.po172
-rw-r--r--po/ar.po172
-rw-r--r--po/as.po172
-rw-r--r--po/az.po172
-rw-r--r--po/be.po172
-rw-r--r--po/be@latin.po765
-rw-r--r--po/bg.po172
-rw-r--r--po/bn.po172
-rw-r--r--po/bn_IN.po172
-rw-r--r--po/bs.po172
-rw-r--r--po/ca.po809
-rw-r--r--po/cs.po172
-rw-r--r--po/cy.po172
-rw-r--r--po/da.po172
-rw-r--r--po/de.po172
-rw-r--r--po/dz.po172
-rw-r--r--po/el.po765
-rw-r--r--po/en_CA.po172
-rw-r--r--po/en_GB.po765
-rw-r--r--po/eo.po172
-rw-r--r--po/es.po822
-rw-r--r--po/et.po172
-rw-r--r--po/eu.po822
-rw-r--r--po/fa.po172
-rw-r--r--po/fi.po771
-rw-r--r--po/fr.po817
-rw-r--r--po/ga.po172
-rw-r--r--po/gl.po765
-rw-r--r--po/gu.po172
-rw-r--r--po/he.po773
-rw-r--r--po/hi.po172
-rw-r--r--po/hr.po172
-rw-r--r--po/hu.po834
-rw-r--r--po/hy.po172
-rw-r--r--po/id.po172
-rw-r--r--po/is.po172
-rw-r--r--po/it.po770
-rw-r--r--po/ja.po765
-rw-r--r--po/ka.po172
-rw-r--r--po/kn.po172
-rw-r--r--po/ko.po765
-rw-r--r--po/ku.po172
-rw-r--r--po/lt.po765
-rw-r--r--po/lv.po172
-rw-r--r--po/mg.po172
-rw-r--r--po/mk.po172
-rw-r--r--po/ml.po172
-rw-r--r--po/mn.po172
-rw-r--r--po/mr.po172
-rw-r--r--po/ms.po172
-rw-r--r--po/nb.po172
-rw-r--r--po/ne.po172
-rw-r--r--po/nl.po765
-rw-r--r--po/nn.po172
-rw-r--r--po/oc.po172
-rw-r--r--po/or.po172
-rw-r--r--po/pa.po172
-rw-r--r--po/pl.po172
-rw-r--r--po/pt.po846
-rw-r--r--po/pt_BR.po765
-rw-r--r--po/ro.po172
-rw-r--r--po/ru.po797
-rw-r--r--po/rw.po172
-rw-r--r--po/si.po172
-rw-r--r--po/sk.po765
-rw-r--r--po/sl.po1083
-rw-r--r--po/sq.po856
-rw-r--r--po/sr.po172
-rw-r--r--po/sr@Latn.po172
-rw-r--r--po/sr@ije.po172
-rw-r--r--po/sv.po1123
-rw-r--r--po/ta.po172
-rw-r--r--po/te.po172
-rw-r--r--po/th.po172
-rw-r--r--po/tl.po172
-rw-r--r--po/tr.po804
-rw-r--r--po/tt.po172
-rw-r--r--po/uk.po172
-rw-r--r--po/vi.po813
-rw-r--r--po/wa.po172
-rw-r--r--po/xh.po172
-rw-r--r--po/yi.po172
-rw-r--r--po/zh_CN.po765
-rw-r--r--po/zh_HK.po172
-rw-r--r--po/zh_TW.po172
95 files changed, 15624 insertions, 15712 deletions
diff --git a/ChangeLog b/ChangeLog
index a6720397a..a93a87fcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2008-03-31 Matthias Clasen <mclasen@redhat.com>
+ * === Released 2.16.2 ===
+
* NEWS: More updates
2008-03-31 Tor Lillqvist <tml@novell.com>
diff --git a/INSTALL b/INSTALL
index b51b782c2..1d7bd3b55 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
Simple install procedure
========================
- % gzip -cd glib-2.16.1.tar.gz | tar xvf - # unpack the sources
- % cd glib-2.16.1 # change to the toplevel directory
+ % gzip -cd glib-2.16.2.tar.gz | tar xvf - # unpack the sources
+ % cd glib-2.16.2 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB
diff --git a/README b/README
index cd3d40da6..3c42c0c6e 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is GLib version 2.16.1. GLib is the low-level core
+This is GLib version 2.16.2. GLib is the low-level core
library that forms the basis for projects such as GTK+ and GNOME. It
provides data structure handling for C, portability wrappers, and
interfaces for such runtime functionality as an event loop, threads,
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 90da98458..a32c3fb85 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-31 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.16.2 ===
+
2008-03-10 Matthias Clasen <mclasen@redhat.com>
* === Released 2.16.1 ===
diff --git a/gio/ChangeLog b/gio/ChangeLog
index 485b60b25..ceccd65ec 100644
--- a/gio/ChangeLog
+++ b/gio/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-31 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.16.2 ===
+
2008-03-31 Alexander Larsson <alexl@redhat.com>
* glocalfile.c (get_parent):
diff --git a/glib/pcre/Makefile.am b/glib/pcre/Makefile.am
index c5aedb673..47563574e 100644
--- a/glib/pcre/Makefile.am
+++ b/glib/pcre/Makefile.am
@@ -62,3 +62,4 @@ EXTRA_DIST = \
COPYING \
makefile.msc
+test:
diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog
index c3cb7cc6c..89628f776 100644
--- a/gmodule/ChangeLog
+++ b/gmodule/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-31 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.16.2 ===
+
2008-03-10 Matthias Clasen <mclasen@redhat.com>
* === Released 2.16.1 ===
diff --git a/gobject/ChangeLog b/gobject/ChangeLog
index c71f130fa..e074a20c9 100644
--- a/gobject/ChangeLog
+++ b/gobject/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-31 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.16.2 ===
+
2008-03-10 Matthias Clasen <mclasen@redhat.com>
* === Released 2.16.1 ===
diff --git a/gthread/ChangeLog b/gthread/ChangeLog
index 39da76795..62a529d6e 100644
--- a/gthread/ChangeLog
+++ b/gthread/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-31 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.16.2 ===
+
2008-03-10 Matthias Clasen <mclasen@redhat.com>
* === Released 2.16.1 ===
diff --git a/po/ChangeLog b/po/ChangeLog
index 413fd6b8b..adc67bc1c 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-31 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.16.2 ===
+
2008-03-30 Changwoo Ryu <cwryu@debian.org>
* ko.po: Updated Korean translation.
diff --git a/po/am.po b/po/am.po
index 32e2da059..8c52c6670 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -299,22 +299,22 @@ msgstr ""
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr ""
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr ""
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr ""
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -322,93 +322,93 @@ msgid ""
"it as &amp;"
msgstr ""
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr ""
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr ""
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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 ""
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, 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 ""
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
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 ""
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr ""
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr ""
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "የማይሰራ የUTF-8 ጽሑፍ"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "የማይሰራ የUTF-8 ጽሑፍ"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "የማይሰራ የUTF-8 ጽሑፍ"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -416,87 +416,87 @@ msgid ""
"character in an attribute name"
msgstr ""
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, 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 ""
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr ""
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr ""
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -520,7 +520,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1116,7 +1116,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1183,9 +1183,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr ""
@@ -1204,7 +1204,7 @@ msgstr ""
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1214,7 +1214,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1224,26 +1224,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1254,12 +1254,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1325,8 +1325,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1347,69 +1347,69 @@ msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr ""
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr ""
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1434,62 +1434,62 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
@@ -1562,12 +1562,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል"
@@ -1577,17 +1577,17 @@ msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1661,7 +1661,7 @@ msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
msgid "Error closing unix: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/ar.po b/po/ar.po
index 8a3779d47..3fd9c3974 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.ar\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-02-06 02:05+0200\n"
"Last-Translator: Khaled Hosny <khaledhosny@eglug.org>\n"
"Language-Team: Arabic <doc@arabeyes.org>\n"
@@ -308,22 +308,22 @@ msgstr "فشل فتح الملف '%s': فشل open(): %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "فشل في مقابلة الملف'%s': mmap() فشل: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "خطأ في السطر %d الرمز %d: "
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "خطأ في السطر %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "رُؤي كيان فارغ '&;'، الكيانات السليمة هي:&amp; &quot; &lt; &gt; &apos; "
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -333,17 +333,17 @@ msgstr ""
"المحرف '%s' غير سليم عند بداية اسم الكيان؛ المحرف & يبدأ كيانا، ان كان علامة "
"اﻻمبارساند هذه غير موضوعة على انها كيان، تخطاها باعتبارها &amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "المحرف '%s' غير موجود داخل اسم أي كيان"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "اسم الكيان '%s' غير معروف"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -351,7 +351,7 @@ msgstr ""
"اسم الكيان لم ينته بفاصلة منقوطة؛ الأرجح أنك استخدمت علامة امبارساند دون أن "
"تنوي بدء كيان - تخطا العلامة عن طريق اعتبارها &amp;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -360,16 +360,16 @@ msgstr ""
"فشل في تحليل '%-.*s'، والتي كان لابد من كتبتها بالأرقام داخل مرجع محرف "
"(&#234; كمثال) - ربما الرقم كبير جداً"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "مرجع المحرف '%-.*s' لا يقوم بترميز محرف مسموح به"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "مرجع محرف فارغ؛ يجب أن يتضمن رقما مثل &#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
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,52 +378,52 @@ msgstr ""
"مرجع المحرف لم ينته بفاصلة منقوطة؛ الأرجح أنك استخدمت علامة امبارساند دون أن "
"تنوي بدء كيان - تخطا العلامت عن طريق اعتبارها &amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "مرجع كيان غير مكتمل"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "مرجع محرف غير مكتمل"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "نص مرمّز بـ UTF-8 غير سليم - سلسة طويلة جدا"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "نص مرمّز بـ UTF-8 غير سليم - ليس محرف بداية"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "نص مرمّز بـ UTF-8 غير سليم - غير سليم '%s'"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "يجب أن يبدأ المستند بعنصر (<book> مثلا)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'%s' محرف غير سليم بعد المحرف '<'؛ ربما لا يبدأ هذا المحرف اسم عنصر"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "محرف غريب '%s'، توقعت محرف '>' لإنهاء بداية علامة العنصر '%s'"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "محرف غريب '%s'، توقعت '=' بعد اسم الصفة '%s' للعنصر '%s'"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -433,7 +433,7 @@ msgstr ""
"محرف غريب '%s'، توقعت المحرف '>' أو '/' لإنهاء علامة البداية للعنصر '%s'، أو "
"بشكل اختياري صفة؛ ربما استخدمت محرفاً غير صالح في اسم صفة"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -442,39 +442,39 @@ msgstr ""
"محرف غريب '%s'، توقعت علامة اقتباس مفتوحة بعد علامة التساوي عند إعطاء قيمة "
"من الصفة '%s' للعنصر '%s'"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, 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:1577
+#: glib/gmarkup.c:1583
#, 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:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "العنصر '%s' كان مغلقا، لا عنصر مفتوح حاليا"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "العنصر '%s' كان مغلقا، لكن العنصر المفتوح حاليا هو '%s'"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "المستند كان فارغا أو كان يحتوي فقط على مساحات فارغة"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "انتهى المستند بشكل غير متوقع بعد قوس بزاوية '<'"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -483,7 +483,7 @@ msgstr ""
"انتهى المستند بشكل غير متوقع مع عناصر لا زالت مفتوحة - '%s' كان آخر عنصر "
"مفتوح"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -491,19 +491,19 @@ msgid ""
msgstr ""
"انتهى المستند بشكل غير متوقع، توقعت رؤية قوس ذا زاوية لينهي العلامة<%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "انتهى المستند بشكل غير متوقع داخل اسم عنصر"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "انتهى المستند بشكل غير متوقع داخل اسم صفة"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "انتهى المستند بشكل غير متوقع بعد علامة فتح عنصر"
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -511,16 +511,16 @@ msgstr ""
"انتهى المستند بشكل غير متوقع بعد علامة التساوي اثر اسم صفة؛ لا توجد قيمة "
"للصفة"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "انتهى المستند بشكل غير متوقع وهو داخلَ قيمة صفة"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "انتهى المستند بشكل غير متوقع داخل علامة انهاء للعنصر '%s'"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "انتهى المستند بشكل غير متوقع داخل تعليق أو تعليمات معالجة"
@@ -544,7 +544,7 @@ msgstr "وُصِلَ للحد المسموح به من أمكنة الرجوع
msgid "the pattern contains items not supported for partial matching"
msgstr "المثال يحتوي على عناصر لا تحتمل التطابق الجزئي"
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "خطأ داخلي"
@@ -1143,7 +1143,7 @@ msgstr "مُرِّرت قيمة كبيرة جدّا إلى %s"
msgid "Stream is already closed"
msgstr "سبق إغلاق الدَفق "
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "أُلغيت العملية "
@@ -1210,9 +1210,9 @@ msgid "drive doesn't implement polling for media"
msgstr "محرك الأقراص لا ينفذ جسّ الوسائط"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "عمليّة غير مدعومة"
@@ -1231,7 +1231,7 @@ msgstr "عمليّة غير مدعومة"
msgid "Containing mount does not exist"
msgstr "الوصل الحاوي غير موجود"
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "لا يمكنك نقل دليل على دليل"
@@ -1241,7 +1241,7 @@ msgstr "لا يمكنك نقل دليل على دليل"
msgid "Can't copy directory over directory"
msgstr "لا يمكنك نسخ دليل على دليل"
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "الملف الهدف موجود مسبّقا"
@@ -1251,26 +1251,26 @@ msgstr "الملف الهدف موجود مسبّقا"
msgid "Can't recursively copy directory"
msgstr " لا يمكنك النسخ التكراري للدليل "
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr " قيمة الوصلة الرمزية المُعطاة غير سليمة"
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "المهملات غير مدعومة"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "لا يمكن لأسماء الملفات أن تحتوي على '%c' "
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "الجهاز لا ينفذ الوَصل"
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "لم يسجل أي تطبيق كمعالج لهذا الملف"
@@ -1281,12 +1281,12 @@ msgid "Enumerator is closed"
msgstr "المُعدِّد مغلق"
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "مُعدد الملف له عملية عالقة"
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "مُعدد الملف سبق إغلاقه"
@@ -1352,8 +1352,8 @@ msgstr " لا يمكنك إعادة تسمية الدليل الجذري "
msgid "Can't rename file, filename already exist"
msgstr "لا يمكنك إعادة تسمية الملف، اسم الملف موجود بالفعل"
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
@@ -1374,69 +1374,69 @@ msgstr "خطأ عند فتح الملف: %s"
msgid "Can't open directory"
msgstr "لا يمكن فتح الدّليل"
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "خطأ عند حذف الملف: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "خطأ عند ارسال الملف للمهملات: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "غير قادر على إنشاء مجلد سلة المهملات %s: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "غير قادر على إيجاد دليل المستوى الأعلى للمهملات"
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "غير قادر على ايجاد أو إنشاء دليل المهملات"
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "تعذّر إنشاء ملف المُهْملات: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "غير قادر على نقل الملف: %s إلى المهملات "
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "خطأ أثناء تشكيل الوصلة الرمزية: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "خطأ عندنقل الملف: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "لا يمكنك نقل دليل على دليل"
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "فشل إنشاء ملف النسخة الاحتياطية"
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "خطأ في إزالة الملف الهدف: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "النقل بين الوصلات غير مدعوم"
@@ -1461,62 +1461,62 @@ msgstr "اسم غير سليم للخاصية الممتدة"
msgid "Error setting extended attribute '%s': %s"
msgstr "خطأ عند تعيين الخاصية الممتدة '%s': %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "خطأ عند تناول الملف '%s': %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (ترميز غير سليم)"
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "خطأ فى تناول واصف الملف: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "نوع الخاصية غير سليم ( يُفترض uint32 )"
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "نوع الخاصية غير سليم ( يُفترض uint64 )"
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "نوع الخاصية غير سليم ( يُنتضر مقطع بايت )"
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "خطأ تعيين الأذونات: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "خطأ تعيين المالك: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "يجب أن يكون فهرس القائمة غير سلبي."
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "خطأ أثناء تعيين الوصلة الرمزية: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "خطأ في تعيين الوصلة الرمزية: الملف ليس وصلة رمزية"
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr "تعيين الصفة %s غير مُدَعَّم"
@@ -1589,12 +1589,12 @@ msgstr "الملف الهدف هو ليس ملفاً عادياً."
msgid "The file was externally modified"
msgstr "تمّ تعديل الملف خارجيّا"
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "تم تقديم GSeekType غير سليم"
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "طلب بحث غير سليم"
@@ -1604,17 +1604,17 @@ msgstr "طلب بحث غير سليم"
msgid "Cannot truncate GMemoryInputStream"
msgstr "تعذر بَتْرُGMemoryInputStream"
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "تَمَّ بُلوغ أقصى حد لمصفوفة المعطيات"
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "دَفْقُ الاخراج للذاكرة غير قابل لتغيير القياس"
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "فشل تغيير قياس دَفْقُ الاخراج للذاكرة"
@@ -1691,7 +1691,7 @@ msgstr "خطأ عند القراءة من يونكس: %s"
msgid "Error closing unix: %s"
msgstr "خطأ عند غلق يونكس: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "جذر نظام الملفّات"
diff --git a/po/as.po b/po/as.po
index 9efd7adca..6a17c93b0 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -300,23 +300,23 @@ msgstr "'%s' নথিপত্ৰ খোলোঁতে বিফল: open()
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' নথিপত্ৰ map কৰোঁতে বিফল: mmap() বিফল: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "%d শাৰীৰ %d আখৰত ভুল:"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "%d শাৰীত ভুল: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"ৰিক্ত পদাৰ্থ '&;' দেখা গ'ল; বৈধ পদাৰ্থসমূহ হ'ল: &amp; &quot; &lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -326,17 +326,17 @@ msgstr ""
"'%s' আখৰ পদাৰ্থৰ নামৰ আৰম্ভনিৰ বাবে বৈধ নহয়; & আখৰে এটা পদাৰ্থ আৰম্ভ কৰে; যদি এই "
"এম্পাৰছেন্দ এটা পদাৰ্থ হ'ব নালাগে, তাক &amp; হিচাপে নিৰ্গমন কৰক"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "'%s' আখৰ পদাৰ্থৰ নামৰ ভিতৰত বৈধ নহয়"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "পদাৰ্থৰ নাম '%s' অজ্ঞাত"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -344,7 +344,7 @@ msgstr ""
"পদাৰ্থ এটা ছেমিকলনেৰে অন্ত ন'হ'ল; পদাৰ্থ এটা আৰম্ভ কৰিব নিবিচাৰিও অতি সম্ভৱ আপুনি "
"এটা এম্পাৰছেন্দ আখৰ ব্যৱহাৰ কৰিছে - এম্পাৰছেন্দক &amp; হিচাপে নিৰ্গমন কৰক"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -353,17 +353,17 @@ msgstr ""
"'%-.*s' বিশ্লেষণ কৰোঁতে ভুল, যি কোনো আখৰৰ উল্লেখৰ ভিতৰৰ এটা সংখ্যা হ'ব লাগিছিল "
"(&#২৩৪; যেনে) - হয়তো সংখ্যাটো বৰ ডাঙৰ"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
"আখৰৰ উল্লেখ থকা '%-.*s' এ এটা আজ্ঞা থকা আখৰক সাঙ্কেতিক লিপিলৈ পৰিবৰ্তিত নকৰে"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ৰিক্ত আখৰৰ সঙ্কেত; এটা সংখ্যা থাকিব লাগে যেনে &#৪৫৪;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -372,52 +372,52 @@ msgstr ""
"আখৰৰ উল্লেখ এটা ছেমিকলনেৰে অন্ত ন'হ'ল; পদাৰ্থ এটা আৰম্ভ কৰিব নিবিচাৰিও অতি সম্ভৱ "
"আপুনি এটা এম্পাৰছেন্দ আখৰ ব্যৱহাৰ কৰিছে - এম্পাৰছেন্দক &amp; হিচাপে নিৰ্গমন কৰক"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "অসম্পূৰ্ণ পদাৰ্থৰ উল্লেখ"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "অসম্পূৰ্ণ আখৰৰ উল্লেখ"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "অবৈধ UTF-8 সাঙ্কেতিক লিপি - overlong ক্ৰম"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "অবৈধ UTF-8 সাঙ্কেতিক লিপি - এটা আৰম্ভৰ আখৰ নহয়"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "অবৈধ UTF-8 সাঙ্কেতিক লিপি - অবৈধ '%s'"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "প্ৰলেক্ষ এটা পদাৰ্থৰ সৈতে আৰম্ভ হ'ব লাগিব (যেনে <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -425,93 +425,93 @@ msgid ""
"character in an attribute name"
msgstr ""
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, 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 ""
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "প্ৰলেক্ষ ৰিক্ত বা অকল ৰিক্ত স্থান আছিলে"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
#, fuzzy
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "প্ৰলেক্ষ"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, fuzzy, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "প্ৰলেক্ষ"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, fuzzy, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "প্ৰলেক্ষ"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
#, fuzzy
msgid "Document ended unexpectedly inside an element name"
msgstr "প্ৰলেক্ষ"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
#, fuzzy
msgid "Document ended unexpectedly inside an attribute name"
msgstr "প্ৰলেক্ষ"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
#, fuzzy
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "প্ৰলেক্ষ."
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
#, fuzzy
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "প্ৰলেক্ষ"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
#, fuzzy
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "প্ৰলেক্ষ"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, fuzzy, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "প্ৰলেক্ষ"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
#, fuzzy
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "প্ৰলেক্ষ"
@@ -536,7 +536,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1138,7 +1138,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1205,9 +1205,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়"
@@ -1226,7 +1226,7 @@ msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহ
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1236,7 +1236,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1246,26 +1246,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "'%s' নামৰ কোনো অনুপ্ৰয়োগে '%s' ৰ বাবে কোনো পত্ৰচিহ্ন পঞ্জীভূক্ত কৰা নাই"
@@ -1276,12 +1276,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1347,8 +1347,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1369,69 +1369,69 @@ msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "'%s' নথিপত্ৰ সৃষ্টি কৰোঁতে বিফল: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "'%s' নথিপত্ৰ সৃষ্টি কৰোঁতে বিফল: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "'%s' নথিপত্ৰ সৃষ্টি কৰোঁতে বিফল: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "%d শাৰীত ভুল: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1456,62 +1456,62 @@ msgstr "প্ৰলেক্ষ"
msgid "Error setting extended attribute '%s': %s"
msgstr "'%s' পঞ্জিকা খোলোঁতে ভুল: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "সলনি কৰাৰ সময়ত ভুল: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "সলনি কৰাৰ সময়ত ভুল: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "%d শাৰীত ভুল: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়"
@@ -1584,12 +1584,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "অবৈধ গৃহস্থৰনাম"
@@ -1599,17 +1599,17 @@ msgstr "অবৈধ গৃহস্থৰনাম"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1684,7 +1684,7 @@ msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
msgid "Error closing unix: %s"
msgstr "%d শাৰীত ভুল: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/az.po b/po/az.po
index 74ce0de96..143749474 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -300,23 +300,23 @@ msgstr "Fayl açma iflası '%s': fdopen() iflası: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Fayl açma iflası '%s': fdopen() iflası: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "%d. sətir %d. xarakterində xəta: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "%d sətirində xəta : %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Boş element '&;' tapldı; hökmlü elementlər: &amp; &quot; &lt; &qt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -327,17 +327,17 @@ msgstr ""
"başlayar; əgər bu ampersand bir element olaraq var sayılmazsa, &amp olaraq "
"işlədə bilərsiniz"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Xarakter '%s' bir element adının içində hökmlü deyildir"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Element adı '%s' bilinmir"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -346,7 +346,7 @@ msgstr ""
"işlətdiniz bir element başlanğıcı ola bilməyən hərf üçün ampersandı &amp "
"olaraq işlədin"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -355,16 +355,16 @@ msgstr ""
"'%s' i şərhləndirmə xətası, hərf içində bir rəqəm olmalıdır referens (məs; "
"&#234) - belki rəqəm çok böyükdür"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Xarakter referens '%s' icazə verilən xarakteri kodlaya bilmir"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Boş hərf referens; &#454 kimi bir rəqəm daxil etməlidir;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -374,34 +374,34 @@ msgstr ""
"xarakteri elementə başlamaq üçün işlətmədiniz - ampersand yerinə &amp işlədə "
"bilərsiniz"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Bitirilməmiş varlıq mə'lumatı"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Bitirilməmiş xarakter mə'lumatı"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Hökmsüz UTF-8 kodlanmış mətn"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Hökmsüz UTF-8 kodlanmış mətn"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Hökmsüz UTF-8 kodlanmış mətn"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Sənəd bir element ilə başlamalıdır (məs. <kitab>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -410,7 +410,7 @@ msgstr ""
"'<' xarakterindən sonra gələn '%s' hökmlü bir xarakter deyil; bir element "
"adı olmaya bilər"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -419,14 +419,14 @@ msgstr ""
"Tək hərf '%s', Elementın başlanğıç etiketinin sonuna '>' xarakteri "
"gözlənilir '%s'"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Tək hərf '%s', xüsusiyyət adı '%s' olan element '%s' dən sonra '=' gözlənilir"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -437,7 +437,7 @@ msgstr ""
"gözlənilir, və ya bir xüsusiyyət; xüsusiyyət adında hökmsüz bir hərf "
"işlədilmiş ola bilərsiniz"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -446,7 +446,7 @@ msgstr ""
"Tək hərf '%s',element '%s'in xüsusiyyəti '%s''ə qiymət verilirkən bərabərdir "
"işarətindən sonra açıq alıntı işarəti gözlənilir"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -455,7 +455,7 @@ msgstr ""
"'</' xarakterlərini təqib edən '%s' hökmlü bir xarakter deyildir; '%s' bir "
"element adı ilə başlamır dəyəsən"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -464,26 +464,26 @@ msgstr ""
"Bağlı element '%s' dən sonra gələn '%s' hökmlü bir hərf deyildir; icazə "
"verilən hərf isə '>'"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' bağlanıb, heç bir element açıq deyildir"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' bağlanıb, fəqət indi açıq element '%s'"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Sənəd boşdur və ya təkcə boşluq xarakteri daxil etməkdədir"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Sənəd açıq üçbucaq mötərizə '<'den sonra gözlənilməz bir şəkildə qurtardı"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -492,7 +492,7 @@ msgstr ""
"Sənəd elementləri hələ açıq olaraq gözlənilməz bir şəkildə qurtardı - son "
"element '%s' açıq idi"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -501,19 +501,19 @@ msgstr ""
"Sənəd gözlənilməz bir şəkildə qurtardı, etiket <%s/> ilə qurtaran qapalı "
"üçbucaq mötərizə gözlənilir"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Sənəd bir elementin içində gözlənilməz bir şəkildə qurtardı"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Sənəd bir xüsusiyyət adı içində gözlənilməz bir şəkildə qurtardı"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Sənəd bir element-açma etiketi içində gözlənilməz bir şəkildə qurtardı"
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -521,17 +521,17 @@ msgstr ""
"Sənəd xüsusiyyət adını təqib edən bərabərdir işarətindən sonra gözlənilməz "
"bir şəkildə qurtardı: xüsusiyyət qiyməti yoxdur"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Sənəd bir xüsusiyyət qiyməti içində ikən gözlənilməz bir şəkildə qurtardı"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Sənəd bağlı etiket '%s' içində gözlənilməz bir şəkildə qurtardı"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Sənəd bir şərh və ya gedişat göstərişi içində ikən gözlənilməz bir şəkildə "
@@ -557,7 +557,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1161,7 +1161,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1228,9 +1228,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Simvolik körpülər dəstəklənmir"
@@ -1249,7 +1249,7 @@ msgstr "Simvolik körpülər dəstəklənmir"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1259,7 +1259,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1269,26 +1269,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Simvolik körpülər dəstəklənmir"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1299,12 +1299,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1370,8 +1370,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1392,69 +1392,69 @@ msgstr "Fayl oxuma xətası: '%s': %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Fayl oxuma xətası: '%s': %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Fayl oxuma xətası: '%s': %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Fayl yaratma iflası '%s': %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Fayl yaratma iflası '%s': %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Fayl yaratma iflası '%s': %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Dönüşdürmə sırasında xəta yarandı: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Fayl oxuma xətası: '%s': %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Fayl oxuma xətası: '%s': %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1479,62 +1479,62 @@ 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:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Fayl oxuma xətası: '%s': %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Fayl oxuma xətası: '%s': %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Dönüşdürmə sırasında xəta yarandı: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Dönüşdürmə sırasında xəta yarandı: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "%d sətirində xəta : %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Simvolik körpülər dəstəklənmir"
@@ -1607,12 +1607,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Hökmsüz qovşaq adı"
@@ -1622,17 +1622,17 @@ msgstr "Hökmsüz qovşaq adı"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1707,7 +1707,7 @@ msgstr "Fayl oxuma xətası: '%s': %s"
msgid "Error closing unix: %s"
msgstr "%d sətirində xəta : %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/be.po b/po/be.po
index db7dc26a9..e573731a3 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -346,26 +346,26 @@ msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Збой мапаваньня файлу '%s': збой mmap(): %s"
# glib/gmarkup.c:219
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Памылка ў радку %d сымбаль %d: %s"
# glib/gmarkup.c:303
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Памылка ў радку %d: %s"
# glib/gmarkup.c:382
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Пусты запіс \"&;\" адшуканы; дапушчальныя: &amp; &quot; &lt; &gt; &apos;"
# glib/gmarkup.c:392
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -377,19 +377,19 @@ msgstr ""
"тады экрануйце яго запісам &amp;"
# glib/gmarkup.c:428
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Сымбаль \"%s\" недапушчальны ўнутры назвы сутнасьці"
# glib/gmarkup.c:472
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Невядомая назва сутнасьці \"%s\""
# glib/gmarkup.c:482
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -398,7 +398,7 @@ msgstr ""
"не для пазначэньня пачатку сутнасьці - экрануйце яго як &amp;"
# glib/gmarkup.c:528
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -408,18 +408,18 @@ msgstr ""
"(&#234; напрыклад) - мажліва, нумар завялікі"
# glib/gmarkup.c:553
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Лучыва на сымбаль '%-.*s' не вызначае дазволены сымбаль"
# glib/gmarkup.c:570
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Пустое лучыва да сымбалю: мусіць уключаць нумар, напрыклад &#454;"
# glib/gmarkup.c:580
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -428,39 +428,39 @@ msgstr ""
"Лучыва да сымбалю не канчаецца кропкай з коскай; здаецца, што сымбаль & быў "
"выкарыстаны ня для пазначэньня пачатка сутнасьці - экрануйце яго як &amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Незавершанае лучыва сутнасьці"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Незавершанае лучыва сымбалю"
# glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Недапушчальна закадаваны тэкст UTF-8"
# glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Недапушчальна закадаваны тэкст UTF-8"
# glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Недапушчальна закадаваны тэкст UTF-8"
# glib/gmarkup.c:932
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Дакумэнт мусіць пачынацца з элемэнту (напрыклад <book>)"
# glib/gmarkup.c:970
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -470,7 +470,7 @@ msgstr ""
"сымбаль ня можа пачынаць назву элемэнту"
# glib/gmarkup.c:1033
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -480,7 +480,7 @@ msgstr ""
"\""
# glib/gmarkup.c:1120
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -489,7 +489,7 @@ msgstr ""
"элемэнту \"%s\""
# glib/gmarkup.c:1161
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -501,7 +501,7 @@ msgstr ""
"выкарыстаны недапушчальны сымбаль у назве атрыбуту"
# glib/gmarkup.c:1244
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -511,7 +511,7 @@ msgstr ""
"надаецца значэньне атрыбуту \"%s\" элемэнту \"%s\""
# glib/gmarkup.c:1384
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -521,7 +521,7 @@ msgstr ""
"s\" ня можа пачынаць назву элемэнту"
# glib/gmarkup.c:1422
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -531,30 +531,30 @@ msgstr ""
"\"; дапушчальным сымбалем зьяўляецца \">\""
# glib/gmarkup.c:1433
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
"Элемэнт \"%s\" быў закрыты, аніводны элемэнт у бягучы момант не адкрыты"
# glib/gmarkup.c:1442
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Элемэнт \"%s\" быў закрыты, але ў гэты час адкрыты \"%s\""
# glib/gmarkup.c:1574
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Дакумэнт быў пусты ці утрымліваў толькі прагалы"
# glib/gmarkup.c:1588
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Дакумэнт нечакана скончыўся адразу пасьля вуглавой дужкі \"<\""
# glib/gmarkup.c:1596 glib/gmarkup.c:1640
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -564,7 +564,7 @@ msgstr ""
"апошнім адкрытым элемэнтам"
# glib/gmarkup.c:1604
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -573,22 +573,22 @@ msgstr ""
"Дакумэнт нечакана скончыўся, чакаецца вуглавая дужка якая закрывае тэг <%s/>"
# glib/gmarkup.c:1610
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Дакумэнт нечакана скончыўся ўнутры назвы элемэнту"
# glib/gmarkup.c:1615
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Дакумэнт нечакана скончыўся ўнутры назвы атрыбуту"
# glib/gmarkup.c:1620
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Дакумэнт нечакана скончыўся ўнутры элемэнту які адкрывае тэг."
# glib/gmarkup.c:1626
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -597,18 +597,18 @@ msgstr ""
"атрыбуту: не пазначана значэньне атрыбуту"
# glib/gmarkup.c:1633
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Дакумэнт нечакана скончыўся ўнутры значэньня атрыбуту"
# glib/gmarkup.c:1648
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Дакумэнт нечакана скончыўся ўнутры элемэнту \"%s\" які закрывае тэг"
# glib/gmarkup.c:1654
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Дакумэнт нечакана скончыўся ўнутры камэнтару ці інструкцыі"
@@ -632,7 +632,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1284,7 +1284,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1352,9 +1352,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Сымбалічныя спасылкі не падтрымліваюцца"
@@ -1373,7 +1373,7 @@ msgstr "Сымбалічныя спасылкі не падтрымліваюц
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1383,7 +1383,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1393,26 +1393,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Сымбалічныя спасылкі не падтрымліваюцца"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1423,12 +1423,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1497,8 +1497,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
# glib/gconvert.c:1729
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1522,64 +1522,64 @@ msgid "Can't open directory"
msgstr ""
# glib/gfileutils.c:348
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
# glib/gfileutils.c:348
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
# glib/gfileutils.c:745
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Збой стварэньня файлу \"%s\": %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
# glib/gfileutils.c:745
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Збой стварэньня файлу \"%s\": %s"
# glib/gfileutils.c:745
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Збой стварэньня файлу \"%s\": %s"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Памылка ў часе пераўтварэньня: %s"
# glib/gfileutils.c:348
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
@@ -1587,12 +1587,12 @@ msgid "Backup file creation failed"
msgstr ""
# glib/gfileutils.c:348
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1620,68 +1620,68 @@ msgid "Error setting extended attribute '%s': %s"
msgstr "Памылка ў часе адкрыцьця каталёгу \"%s\": %s"
# glib/gfileutils.c:348
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
# glib/gfileutils.c:348
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Памылка ў часе пераўтварэньня: %s"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Памылка ў часе пераўтварэньня: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
# glib/gmarkup.c:303
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Памылка ў радку %d: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Сымбалічныя спасылкі не падтрымліваюцца"
@@ -1764,13 +1764,13 @@ msgstr "Не зьяўляецца звычайным файлам"
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
# glib/gconvert.c:1729
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Недапушчальная назва праграмы: %s"
@@ -1780,17 +1780,17 @@ msgstr "Недапушчальная назва праграмы: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1868,7 +1868,7 @@ msgstr "Памылка чытаньня файлу \"%s\": %s"
msgid "Error closing unix: %s"
msgstr "Памылка ў радку %d: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/be@latin.po b/po/be@latin.po
index 214dc06f4..c4218d401 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-03-16 12:37+0200\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-03-16 12:40+0200\n"
"Last-Translator: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>\n"
"Language-Team: Belarusian Latin <i18n@mova.org>\n"
@@ -18,88 +18,88 @@ msgstr ""
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
# glib/gmarkup.c:1120
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Niečakany atrybut '%s' dla elementu '%s'"
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Atrybut '%s' elementu '%s' nia znojdzieny"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Niečakany značnik '%s', spadziavalisia značnika '%s'"
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Niečakany značnik '%s' unutry '%s'"
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
#, c-format
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:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Zakładka dla URI '%s' užo isnuje"
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Dla URI '%s' nia znojdziena zakładak"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, 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:2444
+#: glib/gbookmarkfile.c:2444
#, 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:2823
+#: glib/gbookmarkfile.c:2823
#, 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:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
"Nivodnaja aplikacyja pad nazvaj '%s' nie zarehistravała zakładki dla '%s'"
# glib/gfileutils.c:745
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Prablema z razhortvańniem radka zapusku '%s' z URI '%s'"
# glib/gconvert.c:390
-#: ../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 "Kanversija naboru znakaŭ '%s' na '%s' nie padtrymlivajecca"
# glib/gconvert.c:394
-#: ../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 "Niemahčyma adčynić kanverter z '%s' na '%s'"
@@ -107,123 +107,123 @@ msgstr "Niemahčyma adčynić kanverter z '%s' na '%s'"
# glib/gconvert.c:592 glib/gconvert.c:882 glib/giochannel.c:1282
# glib/giochannel.c:1324 glib/giochannel.c:2163 glib/gutf8.c:875
# glib/gutf8.c:1320
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
#, c-format
msgid "Invalid byte sequence in conversion input"
msgstr "Niapravilnaja paśladoŭnaść bajtaŭ na ŭvachodzie kanversii"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "Pamyłka padčas kanversii: %s"
# glib/gconvert.c:615 glib/gutf8.c:871 glib/gutf8.c:1071 glib/gutf8.c:1212
# glib/gutf8.c:1316
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
#, c-format
msgid "Partial character sequence at end of input"
msgstr "Niapoŭny znak u kancy ŭvachodnaha radka"
# glib/gconvert.c:788
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Niemahčyma pierakanvertavać surahat znaku '%s' na nabor znakaŭ '%s'"
# glib/gconvert.c:1593
-#: ../glib/gconvert.c:1734
+#: glib/gconvert.c:1734
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
"URI '%s' nie źjaŭlajucca absalutnym URI vykarystańnia \"fajłavaj\" schiemy"
# glib/gconvert.c:1603
-#: ../glib/gconvert.c:1744
+#: glib/gconvert.c:1744
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "URI '%s' miascovaha fajłu nia moža ŭklučać '#'"
# glib/gconvert.c:1620
-#: ../glib/gconvert.c:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' niapravilny"
# glib/gconvert.c:1632
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Niapravilnaja nazva hostu ŭ URI '%s' "
# glib/gconvert.c:1648
-#: ../glib/gconvert.c:1789
+#: glib/gconvert.c:1789
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' utrymlivaje nieadpaviedna cytavanyja znaki"
# glib/gconvert.c:1719
-#: ../glib/gconvert.c:1884
+#: glib/gconvert.c:1884
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Ściežka '%s nie źjaŭlajecca absalutnaj"
# glib/gconvert.c:1729
-#: ../glib/gconvert.c:1894
+#: glib/gconvert.c:1894
#, c-format
msgid "Invalid hostname"
msgstr "Niapravilnaja nazva kamputara"
# glib/gdir.c:79
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Pamyłka pry adčynieńni katalohu '%s': %s"
# glib/gfileutils.c:337 glib/gfileutils.c:402
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Nie atrymałasia raźmierkavać %lu bajtaŭ dla adčytańnia fajłu \"%s\""
# glib/gfileutils.c:348
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Pamyłka adčytańnia fajłu '%s': %s"
# glib/gfileutils.c:426
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Pamyłka čytańnia z fajłu '%s': %s"
# glib/gfileutils.c:465 glib/gfileutils.c:533
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Niemahčyma adčynić fajł '%s': %s"
# glib/gfileutils.c:479
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Niemahčyma atrymać atrybuty fajłu '%s': funkcyja fstat() vyvieła pamyłku: %s"
# glib/gfileutils.c:505
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Niemahčyma adčynić fajł '%s': funkcyja fdopen() vyvieła pamyłku: %s"
# glib/gfileutils.c:505
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
@@ -231,49 +231,49 @@ msgstr ""
"pamyłku: %s"
# glib/gfileutils.c:745
-#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Niemahčyma stvaryć fajł '%s': %s"
# glib/gfileutils.c:505
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
"Niemahčyma adčynic fajł %s' dla zapisu: funkcyja fdopen() vyvieła pamyłku: %s"
# glib/gfileutils.c:505
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:971
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Niemahčyma zapisać fajł '%s': funkcyja fwrite() vyvieła pamyłku: %s"
# glib/gfileutils.c:505
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Niemahčyma začynić fajł %s': funkcyja fclose() vyvieła pamyłku: %s"
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
"Niemahčyma vydalić najaŭny fajł '%s': funkcyja g_unlink() vyvieła pamyłku: %s"
# glib/gfileutils.c:712
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Šablon '%s' niapravilny, u im nie pavinna być '%s'"
# glib/gfileutils.c:724
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "U šablonie '%s' niama XXXXXX"
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -281,40 +281,40 @@ msgstr[0] "%u bajt"
msgstr[1] "%u bajty"
msgstr[2] "%u bajtaŭ"
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
# glib/gfileutils.c:745
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Niemahčyma pračytać symbalnuju spasyłku '%s': %s"
-#: ../glib/gfileutils.c:1908
+#: glib/gfileutils.c:1908
#, c-format
msgid "Symbolic links not supported"
msgstr "Symbalnyja spasyłki nie padtrymlivajucca"
# glib/giochannel.c:1114
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Nielha adčynić kanverter z '%s' na '%s': %s"
# glib/giochannel.c:1460
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
@@ -322,57 +322,56 @@ msgstr ""
"g_io_channel_read_line_string"
# glib/giochannel.c:1507 glib/giochannel.c:1761 glib/giochannel.c:1847
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "U bufery čytańnia zastalisia niepieraŭtvoranyja źviestki"
# glib/giochannel.c:1587 glib/giochannel.c:1661
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
#, c-format
msgid "Channel terminates in a partial character"
msgstr "Na kancy kanału isnuje paśladoŭnaść, jakaja adpaviadaje častcy znaku"
# glib/giochannel.c:1647
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr ""
"Niemahčyma vykanać niepasrednaje čytańnie ŭ funkcyi g_io_channel_read_to_end"
# glib/gfileutils.c:505
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "Niemahčyma adčynić fajł '%s': funkcyja open() vyvieła pamyłku: %s"
# glib/gfileutils.c:505
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Niemahčyma zmapavać fajł '%s': funkcyja mmap() vyvieła: %s"
# glib/gmarkup.c:219
-#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Pamyłka ŭ %d radku pry znaku %d: "
# glib/gmarkup.c:303
-#: ../glib/gmarkup.c:344
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Pamyłka ŭ radku %d: %s"
# glib/gmarkup.c:382
-#: ../glib/gmarkup.c:448
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "Pusty zapis '&;' adšukany; dapuščalnyja: &amp; &quot; &lt; &gt; &apos;"
# glib/gmarkup.c:392
-#: ../glib/gmarkup.c:458
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -383,19 +382,19 @@ msgstr ""
"kali hety znak nie pavinien pačynać adzinki, zamianicie jaho na znak &amp;"
# glib/gmarkup.c:428
-#: ../glib/gmarkup.c:492
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak '%s' niedapuščalny ŭnutry nazvy adzinki"
# glib/gmarkup.c:472
-#: ../glib/gmarkup.c:529
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nieviadomaja nazva adzinki '%s'"
# glib/gmarkup.c:482
-#: ../glib/gmarkup.c:540
+#: glib/gmarkup.c:540
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;"
@@ -404,7 +403,7 @@ msgstr ""
"nia mieŭ aznačać pačatku adzinki — zamianicie jaho na &amp;"
# glib/gmarkup.c:528
-#: ../glib/gmarkup.c:593
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -414,18 +413,18 @@ msgstr ""
"znaku (naprykład &#234;) — mahčyma, ličba zavialikaja"
# glib/gmarkup.c:553
-#: ../glib/gmarkup.c:618
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Spasyłka na znak '%-.*s' nie źjaŭlajecca zapisam dazvolenaha znaku"
# glib/gmarkup.c:570
-#: ../glib/gmarkup.c:633
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Pustaja spasyłka na znak: u joj pavinien być numar, naprykład &#454;"
# glib/gmarkup.c:580
-#: ../glib/gmarkup.c:643
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -435,37 +434,37 @@ msgstr ""
"nie dla paznačeńnia pačatku adzinki — u takim vypadku zamianicie jaho jak "
"&amp;"
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Niezavieršanaja spasyłka na adzinku"
-#: ../glib/gmarkup.c:735
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Niezavieršanaja spasyłka na znak"
# glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896
-#: ../glib/gmarkup.c:978
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Niapravilna kadavany tekst UTF-8 - zadoŭhaja paśladoŭnaść"
# glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896
-#: ../glib/gmarkup.c:1006
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Niapravilna kadavany tekst UTF-8 - nie pačatkovy znak"
# glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896
-#: ../glib/gmarkup.c:1042
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Niapravilna kadavany tekst UTF-8 - niapravilny \"%s\""
# glib/gmarkup.c:932
-#: ../glib/gmarkup.c:1080
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dakument musić pačynacca z elementu (naprykład <book>)"
# glib/gmarkup.c:970
-#: ../glib/gmarkup.c:1120
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -475,7 +474,7 @@ msgstr ""
"pačynać nazvy adzinki"
# glib/gmarkup.c:1033
-#: ../glib/gmarkup.c:1184
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -484,7 +483,7 @@ msgstr ""
"Dziŭny znak '%s', čakaŭsia znak '>' dla zakančeńnia značnika elementu '%s'"
# glib/gmarkup.c:1120
-#: ../glib/gmarkup.c:1273
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -492,7 +491,7 @@ msgstr ""
"Dziŭny znak '%s', čakaŭsia znak '=' paśla nazvy atrybutu '%s' elementu '%s'"
# glib/gmarkup.c:1161
-#: ../glib/gmarkup.c:1315
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -504,7 +503,7 @@ msgstr ""
"niedapuščalny znak u nazovie atrybutu"
# glib/gmarkup.c:1244
-#: ../glib/gmarkup.c:1401
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -514,7 +513,7 @@ msgstr ""
"nadajecca značeńnie atrybutu '%s' elementu '%s'"
# glib/gmarkup.c:1384
-#: ../glib/gmarkup.c:1543
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -524,7 +523,7 @@ msgstr ""
"pačynać nazovu elementu"
# glib/gmarkup.c:1422
-#: ../glib/gmarkup.c:1583
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -534,29 +533,29 @@ msgstr ""
"dapuščalnym znakam źjaŭlajecca '>'"
# glib/gmarkup.c:1433
-#: ../glib/gmarkup.c:1594
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' byŭ začynieny, dziejna niama adčynienych elementaŭ"
# glib/gmarkup.c:1442
-#: ../glib/gmarkup.c:1603
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' byŭ začynieny, ale dziejna adčynieny '%s'"
# glib/gmarkup.c:1574
-#: ../glib/gmarkup.c:1763
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dakument byŭ pusty albo ŭtrymlivaŭ tolki prabieły"
# glib/gmarkup.c:1588
-#: ../glib/gmarkup.c:1777
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Adrazu paśla znaku '%s' dakument niečakana skončyŭsia"
# glib/gmarkup.c:1596 glib/gmarkup.c:1640
-#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -566,7 +565,7 @@ msgstr ""
"— '%s' byŭ apošnim adčynienym elementam"
# glib/gmarkup.c:1604
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -576,22 +575,22 @@ msgstr ""
"značnik <%s/>"
# glib/gmarkup.c:1610
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dakument niečakana skončyŭsia ŭnutry nazvy elementu"
# glib/gmarkup.c:1615
-#: ../glib/gmarkup.c:1805
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dakument niečakana skončyŭsia ŭnutry nazvy atrybutu"
# glib/gmarkup.c:1620
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dakument niečakana skončyŭsia ŭnutry elementu, jaki adkryvaje značnik."
# glib/gmarkup.c:1626
-#: ../glib/gmarkup.c:1816
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -600,336 +599,336 @@ msgstr ""
"atrybutu: niama vartaści atrybutu"
# glib/gmarkup.c:1633
-#: ../glib/gmarkup.c:1823
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dakument niečakana skončyŭsia ŭnutry vartaści atrybutu"
# glib/gmarkup.c:1648
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dakument niečakana skončyŭsia ŭnutry značnika zamykańnia elementu '%s'"
# glib/gmarkup.c:1654
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dakument niečakana skončyŭsia ŭnutry kamentara albo instrukcyi"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "sapsavany abjekt"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "unutranaja pamyłka ci sapsavany abjekt"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "nie chapiła pamiaci"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "limit viartańnia (backtracking) dasiahnutaja"
-#: ../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 ""
"šablon utrymlivaje elementy, jakija nie padtrymvajucca dla častkovaj "
"adpaviadnaści"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1962
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "unutranaja pamyłka"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr ""
"advarotnyja spasyłki jak umovy nie padtrymvajucca dla častkovaj adpaviadnaści"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "limit rekursii dasiahnuty"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "limit rabočaj prastory dla pustych padradkoŭ dasiahnuty"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "niapravilnaja kambinacyja ściažkoŭ novych radkoŭ"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "nieviadomaja pamyłka"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ u kancy šablonu"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c u kancy šablonu"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "za \\ śleduje nieviadomy znak"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr ""
"escapy, jakija źmianiajuć rehistar (\\l, \\L, \\u, \\U), tut nie dazvolenyja"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "niečarhovyja liki ŭ quantyfikatary {}"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "zavialiki lik u quantyfikatary {}"
# glib/giochannel.c:1587 glib/giochannel.c:1661
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "nie staje kancavoj [ dziela znakavaj klasy"
# glib/gconvert.c:592 glib/gconvert.c:882 glib/giochannel.c:1282
# glib/giochannel.c:1324 glib/giochannel.c:2163 glib/gutf8.c:875
# glib/gutf8.c:1320
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "niapravilnaja paśladoŭnaść escape ŭ znakavaj klasie"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "dyjapazon nie ŭ paradku ŭ klasie znakaŭ"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "niama čaho paŭtarać"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "nieviadomy znak paśla (?"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "nieviadomy znak paśla (?<"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "nieviadomy znak paśla (?P"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "Nazvanyja klasy POSIX padtrymlivajucca tolki ŭ klasach"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "nie staje kancavoha )"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") biaz pačatkovaj ("
#. 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 ci (?[+-]ličby musić zakančvacca na )"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "spasyłka na niaisny padšablon"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "nie staje ) paśla kamentara"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "rehularny vyraz zavialiki"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "niemahčyma atrymać pamiaci"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "assertacyja lookbehind niastałaj daŭžyni"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "nierečaisny lik ci nazva paśla (?("
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "umoŭnaja hrupa maje bolej za dźvie haliny"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "čakaŭsia assert paśla (?("
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "nieviadomaja nazva klasy POSIX"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "elementy paradkavańnia POSIX nie padtrymlivajucca"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "znakavaja vartaść u paśladoŭnaści \\x{...} zavialikaja"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "niapravilnaja ŭmova (?(0)"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "\\C nie dazvoleny ŭ assertacyi lookbehind"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "rekursiŭny vyklik moža zacyklicca niapeŭnym čynam"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "nie staje terminatara ŭ naźvie padšablonu"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "dva nazvanyja padšablony adnolkava nazyvajucca"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "nierečaisnaja paśladoŭnaść \\P ci \\p"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "nazva nieviadomaj ułaścivaści paśla \\P ci \\p"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "nazva padšablonu zavialikaja (maksymalna 32 znakaŭ)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "zašmat nazvanych padšablonaŭ (maksymalna 10,000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "vaśmiarkovaja vartaść bolšaja za \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "Hrupa DEFINE źmiaščaje bolš za adnu halinu"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "paŭtor hrupy DEFINE nie dazvoleny"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "niapoŭnyja opcyi 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 ""
"paśla \\g nie padadziena nazvy ŭ dužkach ci nienulavoha liku ŭ "
"nieabaviazkovych dužkach"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "niečakany paŭtor"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "pierapaŭnieńnie kodu"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "rabočy abšar dla kampilavańnia pierapaŭnieńnia"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "raniej pravierany padšablon sa spasyłkami nia znojdzieny"
-#: ../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 "Pamyłka padčas pošuku adpaviednikaŭ dla rehularnaha vyrazu %s: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "Biblijateka PCRE skampilavanaja biez padtrymki UTF8"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "Biblijateka PCRE skampilavanaja biez padtrymki ŭłaścivaściaŭ UTF8"
# glib/gmarkup.c:219
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Pamyłka padčas kampilavańnia rehularnaha vyrazu %s pry znaku %d: %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Pamyłka padčas aptymizacyi rehularnaha vyrazu %s: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "šasnaccatkovaja ličba ci \"}\" čakalisia"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "šasnaccatkovaja ličba čakałasia"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "nie staje \"<\" u symbalnaj spasyłcy"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "niezavieršanaja symbalnaja spasyłka"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "symbalnaja spasyłka nulavoj daŭžyni"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "čakałasia ličba"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "zabaronienaja symbalnaja spasyłka"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "zabłukaŭšy kancavy \"\\\""
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "nieviadomaja cytavanaja paśladoŭnaść"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Pamyłka padčas razboru tekstu zamieny \"%s\" pry znaku %lu: %s"
# glib/gshell.c:71
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Cytavany znak nie pačynajecca znakam dvukośsia"
# glib/gshell.c:161
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
@@ -937,88 +936,86 @@ msgstr ""
"adzinočny znak cytavańnia"
# glib/gshell.c:529
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Tekst skončyŭsia adrazu paśla znaku '\\'. (Tekst byŭ '%s')"
# glib/gshell.c:536
-#: ../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 skončyŭsia pierad adpaviednym dvukośsiem dla %c. (Tekst byŭ '%s')"
# glib/gshell.c:548
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "Tekst byŭ pusty (albo ŭ im byli tolki prabieły)"
# glib/gspawn-win32.c:214
-#: ../glib/gspawn-win32.c:279
+#: glib/gspawn-win32.c:279
#, c-format
msgid "Failed to read data from child process"
msgstr "Niemahčyma adčytać źviestki pracesu-naščadka"
# glib/gspawn-win32.c:981 glib/gspawn.c:1228
-#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Nielha stvaryć płyniu dziela kamunikacyi z pracesam-naščadkam (%s)"
# glib/gspawn-win32.c:843 glib/gspawn.c:914
-#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Niemahčyma adčytać płyniu naščadka (%s)"
# glib/gspawn-win32.c:931 glib/gspawn.c:1119
-#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Niemahčyma źmianić kataloh na '%s' (%s)"
# glib/gspawn-win32.c:940
-#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Niemahčyma vykanać praces-naščadka (%s)"
# glib/gconvert.c:1729
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "Niapravilnaja nazva prahramy: %s"
-#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Niapravilny paradak u arhumencie %d: %s"
# glib/gutf8.c:1039 glib/gutf8.c:1048 glib/gutf8.c:1180 glib/gutf8.c:1189
# glib/gutf8.c:1330 glib/gutf8.c:1426
-#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Niapravilny radok u asiarodździ: %s"
# glib/gdir.c:79
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, c-format
msgid "Invalid working directory: %s"
msgstr "Niapravilny rabočy kataloh: %s"
# glib/gspawn-win32.c:940
-#: ../glib/gspawn-win32.c:787
+#: glib/gspawn-win32.c:787
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Niemahčyma ŭklučyć prahramu dapamohi (%s)"
# glib/gspawn-win32.c:365
-#: ../glib/gspawn-win32.c:1002
+#: glib/gspawn-win32.c:1002
#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -1028,13 +1025,13 @@ msgstr ""
"adbyłasia nieviadomaja pamyłka"
# glib/gspawn.c:161
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Niemahčyma adčytać źviestki pracesu-naščadka (%s)"
# glib/gspawn.c:293
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
@@ -1042,145 +1039,145 @@ msgstr ""
"naščadka (%s)"
# glib/gspawn.c:376
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Niečakanaja pamyłka ŭ waitpid() (%s)"
# glib/gspawn.c:979
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
#, c-format
msgid "Failed to fork (%s)"
msgstr "Niemahčyma stvaryć praces (%s)"
# glib/gspawn.c:1129
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Niemahvyma vykanać praces-naščadka \"%s\" (%s)"
# glib/gspawn.c:1139
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Niemahčyma pierakiravać uvachod albo vyjście pracesu-naščadka (%s)"
# glib/gspawn.c:1148
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Niemahčyma stvaryć praces-naščadka (%s)"
# glib/gspawn.c:1156
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Nieviadomaja pamyłka vykanańnia pracesu-naščadka \"%s\""
# glib/gspawn.c:1178
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
"Niemahčyma adčytać adpaviednuju kolkaść źviestak ź PID kanału naščadka (%s)"
# glib/gutf8.c:950
-#: ../glib/gutf8.c:1030
+#: glib/gutf8.c:1030
#, c-format
msgid "Character out of range for UTF-8"
msgstr "Znak pa-za dyjapazonam UTF-8"
# glib/gutf8.c:1039 glib/gutf8.c:1048 glib/gutf8.c:1180 glib/gutf8.c:1189
# glib/gutf8.c:1330 glib/gutf8.c:1426
-#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
#, c-format
msgid "Invalid sequence in conversion input"
msgstr "Niapravilny paradak na ŭvachodzie kanversii"
# glib/gutf8.c:1341 glib/gutf8.c:1437
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
#, c-format
msgid "Character out of range for UTF-16"
msgstr "Znak pa-za dyjapazonam UTF-16"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Vykarystańnie:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[OPCYJA...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Opcyi dapamohi:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Pakažy opcyi dapamohi"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Pakažy ŭsie opcyi dapamohi"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Opcyi aplikacyi:"
-#: ../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 "Niemahčyma pierapracavać ličbavaj vartaści '%s' dla %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 "Ličbavaja vartaść '%s' dla %s pa-za dapuščalnymi miežami"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Nielha pierapracavać padvojnuju ličbavuju vartaść '%s' dla %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "Padvojnaja ličbavaja vartaść '%s' dla %s pa-za dapuščalnymi miežami"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Pamyłka padčas pierapracoŭki %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 "Adsutny parametar dla %s"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Nieviadomaja opcyja %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
#, c-format
msgid "Valid key file could not be found in search dirs"
msgstr "Niemahčyma znajści pravilnaha fajłu kluča ŭ katalohach pošuku"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
#, c-format
msgid "Not a regular file"
msgstr "Heta nie zvyčajny fajł"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
#, c-format
msgid "File is empty"
msgstr "Fajł pusty"
-#: ../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"
@@ -1189,53 +1186,53 @@ msgstr ""
"hrupaj, albo kamentarom"
# glib/gconvert.c:1729
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Niapravilnaja nazva hrupy: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
#, c-format
msgid "Key file does not start with a group"
msgstr "Fajł kluča nie pačynajecca ad hrupy"
# glib/gconvert.c:1729
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Niapravilnaja nazva kluča: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Fajł kluča ŭtrymlivaje kadavańnie '%s', jakoje nie absłuhoŭvajecca"
-#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Fajł kluča nie ŭklučaje ŭ siabie hrupy '%s'"
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Fajł kluča nie ŭklučaje ŭ siabie kluča '%s'"
-#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr ""
"Fajł kluča ŭklučaje ŭ siabie kluč '%s' z vartaściu '%s', nie zapisanaj jak "
"UTF-8"
-#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
"Fajł kluča ŭklučaje ŭ siabie kluč '%s' ź nieinterpretavalnaj vartaściu."
-#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1244,132 +1241,128 @@ msgstr ""
"Fajł kluča ŭklučaje ŭ siabie kluč '%s' u hrupie '%s', jaki maje "
"nieinterpretavalnuju vartaść."
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Fajł kluča nia maje kluča '%s' u hrupie '%s'"
-#: ../glib/gkeyfile.c:3471
+#: glib/gkeyfile.c:3471
#, c-format
msgid "Key file contains escape character at end of line"
msgstr "Fajł kluča maje ŭ sabie cytavany znak na kancy radka"
# glib/gconvert.c:1648
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3493
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Fajł kluča maje ŭ sabie niedapuščalny cytavalny łancužok '%s'"
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Nielha interpretavać '%s' jak ličbavuju vartaść."
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Ličbavaja vartaść '%s' pa-za dapuščalnymi miežami"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr ""
"Niemahčyma interpretavać značeńnie '%s' jak ličbavuju vartaść ź "
"niefiksavanaj koskaj."
-#: ../glib/gkeyfile.c:3706
+#: glib/gkeyfile.c:3706
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Ličbavuju vartaść '%s' niemahčyma interpretavać jak lahičnuju vartaść."
-#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, c-format
msgid "Too large count value passed to %s"
msgstr "Funkcyi %s pieradadzieny nadta vialiki ličylnik"
-#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
#, c-format
msgid "Stream is already closed"
msgstr "Płyń užo začynienaja"
-#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1955
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Aperacyja anulavanaja"
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
msgid "Unknown type"
msgstr "Nieviadomy typ"
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr "typ fajłaŭ %s"
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "typ %s"
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
#, c-format
msgid "Unexpected early end-of-stream"
msgstr "Zaŭčasny kaniec płyni"
-#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Nienazvany"
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
#, c-format
msgid "Desktop file didn't specify Exec field"
msgstr "Fajł stała nie akreślivaje pola Exec"
-#: ../gio/gdesktopappinfo.c:882
+#: gio/gdesktopappinfo.c:882
#, c-format
msgid "Unable to find terminal required for application"
msgstr "Niemahčyma znajści terminału, vymahanaha dla aplikacyi"
-#: ../gio/gdesktopappinfo.c:1114
+#: gio/gdesktopappinfo.c:1114
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
"Niemahčyma stvaryć kanfihuracyjny kataloh %s karystalnika dla aplikacyi: %s"
-#: ../gio/gdesktopappinfo.c:1118
+#: gio/gdesktopappinfo.c:1118
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Niemahčyma stvaryć kanfihuracyjny kataloh MIME %s dla karystalnika: %s"
-#: ../gio/gdesktopappinfo.c:1457
+#: gio/gdesktopappinfo.c:1457
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Niemahčyma stvaryć fajł stała %s dla karystalnika"
-#: ../gio/gdesktopappinfo.c:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr "Asablivaje aznačeńnie dla %s"
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr "pryłada nie zaimplementavała vysoŭvańnia (eject)"
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
msgid "drive doesn't implement polling for media"
msgstr "pryłada nie zaimplementavała apytańnia nośbitaŭ (poll)"
-#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639
-#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053
-#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621
-#: ../gio/gfile.c:3701
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Aperacyja nie padtrymlivajecca"
@@ -1382,93 +1375,93 @@ msgstr "Aperacyja nie padtrymlivajecca"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
#, c-format
msgid "Containing mount does not exist"
msgstr "Źmiaščalnaje mantavańnie nie isnuje"
-#: ../gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "Niemahčyma skapijavać zamiest katalohu"
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
#, c-format
msgid "Can't copy directory over directory"
msgstr "Niemahčyma skapijavać kataloh zamiest inšaha katalohu"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2109
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Metavy fajł isnuje"
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
#, c-format
msgid "Can't recursively copy directory"
msgstr "Niemahčyma rekursiŭna skapijavać kataloh"
-#: ../gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "Padadzienaja niapravilnaja vartaść symbalnaj spasyłki"
-#: ../gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "Śmietnica nie padtrymlivajacca"
-#: ../gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Nazvy fajłaŭ nia mohuć utrymlivać \"%c\""
-#: ../gio/gfile.c:4752 ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "masiŭ nie zaimplementavaŭ mantavańnia (mount)"
-#: ../gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "Nivodnaja aplikacyja nie zarehistravanaja dla pracy z hetym fajłam"
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
#, c-format
msgid "Enumerator is closed"
msgstr "Ličylnik začynieny"
-#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "U fajłavaha ličylnika jość važkaja aperacyja"
-#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Fajłavy ličylnik užo začynieny"
-#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
#, c-format
msgid "Stream doesn't support query_info"
msgstr "Płyń nie padtrymlivaje query_info"
-#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
#, c-format
msgid "Seek not supported on stream"
msgstr "Dla płyni nie padtrymlivajecca zruch"
-#: ../gio/gfileinputstream.c:380
+#: gio/gfileinputstream.c:380
#, c-format
msgid "Truncate not allowed on input stream"
msgstr "Dla ŭvachodnaj płyni nie dazvolenaje abcinańnie"
-#: ../gio/gfileoutputstream.c:457
+#: gio/gfileoutputstream.c:457
#, c-format
msgid "Truncate not supported on stream"
msgstr "Dla płyni nie padtrymlivajecca abcinańnie"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
#, c-format
msgid "Input stream doesn't implement read"
msgstr "Uvachodnaja płyń nie zaimplementavała čytańnia (read)"
@@ -1479,335 +1472,335 @@ msgstr "Uvachodnaja płyń nie zaimplementavała čytańnia (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:904 ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
#, c-format
msgid "Stream has outstanding operation"
msgstr "Dla płyni jość važkaja aperacyja"
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
#, c-format
msgid "Unable to find default local directory monitor type"
msgstr "Niemahčyma znajści zmoŭčany typ manitora dla lakalnaha katalohu"
# glib/gconvert.c:1729
-#: ../gio/glocalfile.c:599
+#: gio/glocalfile.c:599
#, c-format
msgid "Invalid filename %s"
msgstr "Niapravilnaja nazva fajłu %s"
# glib/gfileutils.c:348
-#: ../gio/glocalfile.c:962
+#: gio/glocalfile.c:962
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Pamyłka atrymańnia źviestak ab fajłavaj systemie: %s"
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
#, c-format
msgid "Can't rename root directory"
msgstr "Niemahčyma źmianić nazvu dla karaniovaha katalohu"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "Niemahčyma źmianić nazvu dla fajłu, taki fajł užo isnuje"
# glib/gconvert.c:1729
-#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2013
-#: ../gio/glocalfile.c:2162 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Niapravilnaja nazva fajłu"
# glib/gfileutils.c:348
-#: ../gio/glocalfile.c:1125
+#: gio/glocalfile.c:1125
#, c-format
msgid "Error renaming file: %s"
msgstr "Pamyłka adčytańnia fajłu: %s"
# glib/gfileutils.c:348
-#: ../gio/glocalfile.c:1244
+#: gio/glocalfile.c:1244
#, c-format
msgid "Error opening file: %s"
msgstr "Pamyłka adčynieńnia fajłu: %s"
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
#, c-format
msgid "Can't open directory"
msgstr "Niemahčyma adčynić kataloh"
# glib/gfileutils.c:348
-#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1988
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Pamyłka vydaleńnia fajłu: %s"
# glib/gfileutils.c:348
-#: ../gio/glocalfile.c:1677
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Pamyłka vykidańnia ŭ śmietnicu fajłu: %s"
# glib/gfileutils.c:745
-#: ../gio/glocalfile.c:1700
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Niemahčyma stvaryć kataloh śmietnicy %s: %s"
-#: ../gio/glocalfile.c:1721
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Niemahčyma znajści najvyšejšy kataloh dziela śmiećcia"
-#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Niemahčyma znajści ci stvaryć kataloh dziela śmiećcia"
# glib/gfileutils.c:745
-#: ../gio/glocalfile.c:1854
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Niemahčyma stvaryć śmiaćciovy fajł źviestak: %s"
# glib/gfileutils.c:745
-#: ../gio/glocalfile.c:1879 ../gio/glocalfile.c:1954 ../gio/glocalfile.c:1961
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Niemahčyma vykinuć u śmietnicu fajł: %s"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: ../gio/glocalfile.c:2017
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Pamyłka stvareńnia symbalnaj spasyłki: %s"
# glib/gfileutils.c:348
-#: ../gio/glocalfile.c:2077 ../gio/glocalfile.c:2166
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Pamyłka pieranosu fajłu: %s"
-#: ../gio/glocalfile.c:2100
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "Niemahčyma pieranieści kataloh zamiest inšaha katalohu"
-#: ../gio/glocalfile.c:2122 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Niaŭdałaje stvareńnie zapasnoha fajłu"
# glib/gfileutils.c:348
-#: ../gio/glocalfile.c:2141
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Pamyłka vydaleńnia metavaha fajłu: %s"
-#: ../gio/glocalfile.c:2155
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "Pieranos pamiž punktami mantavańnia nie padtrymlivajecca"
-#: ../gio/glocalfileinfo.c:709
+#: gio/glocalfileinfo.c:709
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "Vartaść atrybutu musić być nia-NULL"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Niapravilny typ atrybutu (čakaŭsia tekstavy radok)"
# glib/gmarkup.c:1615
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid extended attribute name"
msgstr "Niapravilnaja nazva pašyranaha atrybutu"
# glib/gdir.c:79
-#: ../gio/glocalfileinfo.c:763
+#: gio/glocalfileinfo.c:763
#, c-format
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:1402 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Pamyłka atrymańnia stat() dla fajłu '%s': %s"
-#: ../gio/glocalfileinfo.c:1458
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (niapravilnaje kadavańnie)"
# glib/gfileutils.c:348
-#: ../gio/glocalfileinfo.c:1618
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Pamyłka atrymańnia stat() dla fajłavaha deskryptara: %s"
-#: ../gio/glocalfileinfo.c:1663
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Niapravilny typ atrybutu (čakaŭsia uint32)"
-#: ../gio/glocalfileinfo.c:1680
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Niapravilny typ atrybutu (čakaŭsia uint64)"
-#: ../gio/glocalfileinfo.c:1698
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Niapravilny typ atrybutu (čakaŭsia bajtavy radok)"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: ../gio/glocalfileinfo.c:1724
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Pamyłka akreśleńnia pravoŭ: %s"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1943
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Pamyłka akreśleńnia ŭładalnika: %s"
-#: ../gio/glocalfileinfo.c:1798
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "symbalnaja spasyłka musić być nia-NULL"
# glib/gmarkup.c:303
-#: ../gio/glocalfileinfo.c:1808 ../gio/glocalfileinfo.c:1827
-#: ../gio/glocalfileinfo.c:1838
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Pamyłka akreśleńnia symbalnaj spasyłki: %s"
-#: ../gio/glocalfileinfo.c:1817
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Pamyłka akreśleńnia symbalnaj spasyłki: fajł nie źjaŭlajecca symbalnaj "
"spasyłkaj"
-#: ../gio/glocalfileinfo.c:1998
+#: gio/glocalfileinfo.c:1998
#, c-format
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:570
#, 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:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
+#: gio/glocalfileoutputstream.c:854
#, 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:279
#, c-format
msgid "Error closing file: %s"
msgstr "Pamyłka začynieńnia fajłu: %s"
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
#, c-format
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:591
#, 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:213
#, 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:227 gio/glocalfileoutputstream.c:240
#, 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:258
#, 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:418 gio/glocalfileoutputstream.c:871
#, 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:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, 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:679
#, c-format
msgid "Target file is a directory"
msgstr "Metavy fajł źjaŭlajecca kataloham"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
#, c-format
msgid "Target file is not a regular file"
msgstr "Metavy fajł nia prosty"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
#, c-format
msgid "The file was externally modified"
msgstr "Fajł byŭ źmienieny zvonku"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Akreśleny niapravilny GSeekType"
# glib/gconvert.c:1729
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Niapravilnaja zapyt pieraskoku ŭ fajle"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr "Niemahčyma padrezać GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "Dasiahnuta maksymalnaje abmiežavańnie masiva źviestak"
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "Nielha źmianiać pamier płyni vyjścia ŭ pamiaci"
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Nie ŭdałosia źmianić pamier płyni vyjścia ŭ pamiaci"
@@ -1815,56 +1808,56 @@ msgstr "Nie ŭdałosia źmianić pamier płyni vyjścia ŭ pamiaci"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:344
+#: gio/gmount.c:344
msgid "mount doesn't implement unmount"
msgstr "mantavańnie nie zaimplementavała admantavańnia (unmount)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:419
+#: gio/gmount.c:419
msgid "mount doesn't implement eject"
msgstr "mantavańnie nie zaimplementavała vysoŭvańnia (eject)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:501
+#: gio/gmount.c:501
msgid "mount doesn't implement remount"
msgstr "mantavańnie nie zaimplementavała pieramantavańnia (remount)"
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
#, c-format
msgid "Output stream doesn't implement write"
msgstr "Vyjściovaja płyń nie zaimplementavała zapisu (write)"
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
#, c-format
msgid "Source stream is already closed"
msgstr "Kryničnaja płyń užo začynienaja"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr "nazva"
# glib/gconvert.c:1632
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
msgid "The name of the icon"
msgstr "Nazva ikony"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr "nazvy"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr "Masiŭ, jaki ŭtrymlivaje nazvy ikon"
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr "užyvaj zmoŭčanyja zapasnyja aduchody"
-#: ../gio/gthemedicon.c:245
+#: gio/gthemedicon.c:245
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1874,70 +1867,70 @@ msgstr ""
"padadziena niekalki."
# glib/gfileutils.c:348
-#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "Pamyłka adčytańnia z unix: %s"
# glib/gmarkup.c:303
-#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, c-format
msgid "Error closing unix: %s"
msgstr "Pamyłka začynieńnia unix: %s"
-#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Korań fajłavaj systemy"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, c-format
msgid "Error writing to unix: %s"
msgstr "Pamyłka zapisu ŭ unix: %s"
-#: ../gio/gvolume.c:423
+#: gio/gvolume.c:423
msgid "volume doesn't implement eject"
msgstr "masiŭ nie zaimplementavaŭ vysoŭvańnia (eject)"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
#, c-format
msgid "Can't find application"
msgstr "Niemahčyma znajści aplikacyju"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Pamyłka ŭklučeńnia aplikacyi: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
#, c-format
msgid "URIs not supported"
msgstr "Adrasy URI nie padtrymlivajucca"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
#, c-format
msgid "association changes not supported on win32"
msgstr "źmieny asacyjacyjaŭ nie padtrymlivajucca dla win32"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
#, c-format
msgid "Association creation not supported on win32"
msgstr "Stvareńnie asacyjacyjaŭ nie padtrymlivajecca dla win32"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "nie chavaj elementaŭ"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "užyj daŭhi śpiskavy farmat"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[FAJŁ...]"
diff --git a/po/bg.po b/po/bg.po
index 3949ad216..47427449d 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2007-08-26 21:13+0300\n"
"Last-Translator: Alexander Shopov <ash@contact.bg>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
@@ -314,24 +314,24 @@ msgstr ""
"Неуспех при отваряне на файл в паметта „%s“: неуспешно изпълнение на mmap(): "
"%s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Грешка на ред %d, знак %d: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Грешка на ред %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Намерена е празна заместваща последователност: „&;“. Валидни "
"последователности са: &amp; &quot; &lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -342,17 +342,17 @@ msgstr ""
"започва със знака „&“. Ако той не трябва да започва заместваща "
"последователност, той може да се екранира така: &amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Знакът „%s“ не може да се съдържа в заместваща последователност"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Заместващата последователност „%s“ е неизвестна"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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 +361,7 @@ msgstr ""
"амперсанд, без той да е начало на заместваща последователност. Представете "
"амперсанда чрез &amp;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -370,16 +370,16 @@ msgstr ""
"Грешка при анализ на „%-.*s“, което трябва да е число в указател на знак "
"(например &#234;). Вероятно числото е твърде голямо"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Указателят на знак „%-.*s“ при декодиране не представя разрешен знак"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Празен указател на знак. Трябва да включва число, например &#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
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,32 +389,32 @@ msgstr ""
"без той да е начало на заместваща последователност. Представете амперсанда "
"чрез &amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Незавършена заместваща последователност"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Незавършен указател на знак"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Неправилно кодиран текст в UTF-8 - прекалено дълга последователност"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Неправилно кодиран текст в UTF-8 - не може да се започва с този знак"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Неправилно кодиран текст в UTF-8 - „%s“ е грешен"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документът трябва да започва с елемент (напр. <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -422,7 +422,7 @@ msgid ""
msgstr ""
"„%s“ е неправилен знак след „<“. Името на елемент не може да започне с него"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -431,7 +431,7 @@ msgstr ""
"Неподходящ знак „%s“, очаква се отварящия етикет на елемент „%s“ да завърши "
"с „>“"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -439,7 +439,7 @@ msgstr ""
"Неподходящ знак „%s“, очаква се „=“ след името на атрибут „%s“ на елемент „%"
"s“"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -450,7 +450,7 @@ msgstr ""
"завърши със знак „>“ или „/“, или евентуално да продължи с атрибут. Най-"
"вероятно използвате неправилен знак в името на атрибут"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -459,7 +459,7 @@ msgstr ""
"Неподходящ знак „%s“, очаква се знакът „\"“ след знака за равенство, когато "
"се присвоява стойност на атрибута „%s“ на елемент „%s“"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -467,7 +467,7 @@ msgid ""
msgstr ""
"„%s“ е неправилен знак след „</“. Името на елемент не може да започва с „%s“"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -476,26 +476,26 @@ msgstr ""
"„%s“ е неправилен знак при завършването на затварящ етикет с име „%s“. "
"Позволен е знакът „>“"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Елементът „%s“ е затворен, няма текущо отворен елемент"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Елементът „%s“ е затворен, но текущо е отворен елемент „%s“"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Документът е празен или съдържа само празни знаци"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Документът завършва неочаквано веднага след отваряща счупена скоба - „<“"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -504,7 +504,7 @@ msgstr ""
"Документът завършва неочаквано - има отворени елементи. Последно отворен е „%"
"s“"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -513,19 +513,19 @@ msgstr ""
"Документът завършва неочаквано, очаква се затваряща счупена скоба да завърши "
"етикета <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Документът завършва неочаквано в името на елемент"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документът завършва неочаквано в името на атрибут"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документът завършва неочаквано в отварящ етикет на елемент "
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -533,16 +533,16 @@ msgstr ""
"Документът завършва неочаквано след знака за равенство следващ името на "
"атрибута. Атрибутът няма стойност"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Документът завършва неочаквано вътре в стойността на атрибут"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Документът завършва неочаквано в затварящия етикет на елемент „%s“"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Документът завършва неочаквано в коментар или инструкция за обработка"
@@ -567,7 +567,7 @@ msgid "the pattern contains items not supported for partial matching"
msgstr ""
"шаблонът съдържа елементи, които не се поддържат при частично съвпадение"
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "вътрешна грешка"
@@ -1188,7 +1188,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1256,9 +1256,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Символни връзки не се поддържат"
@@ -1277,7 +1277,7 @@ msgstr "Символни връзки не се поддържат"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1287,7 +1287,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1297,26 +1297,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Символни връзки не се поддържат"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "Никое приложение „%s“ не е регистрирало отметка за „%s“"
@@ -1327,12 +1327,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1398,8 +1398,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1420,69 +1420,69 @@ msgstr "Грешка при четене на файл „%s“: %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Грешка при четене на файл „%s“: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Грешка при четене на файл „%s“: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Неуспех при създаване на файл „%s“: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Неуспех при създаване на файл „%s“: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Неуспех при създаване на файл „%s“: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Грешка при анализа на опцията: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Грешка при четене на файл „%s“: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Грешка при четене на файл „%s“: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1507,62 +1507,62 @@ msgstr "Документът завършва неочаквано в името
msgid "Error setting extended attribute '%s': %s"
msgstr "Грешка при отваряне на папка „%s“: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Грешка при четене на файл „%s“: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Грешка при четене на файл „%s“: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Грешка по време на преобразуване: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Грешка по време на преобразуване: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Грешка на ред %d: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Символни връзки не се поддържат"
@@ -1635,12 +1635,12 @@ msgstr "Не е обикновен файл"
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Неправилно име на ключ: %s"
@@ -1650,17 +1650,17 @@ msgstr "Неправилно име на ключ: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1735,7 +1735,7 @@ msgstr "Грешка при четене на файл „%s“: %s"
msgid "Error closing unix: %s"
msgstr "Грешка на ред %d: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/bn.po b/po/bn.po
index ec6254b8b..5dc16e262 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -301,22 +301,22 @@ msgstr "ফাইল '%s' খুলতে ব্যর্থ: open() ব্য
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "ফাইল '%s' ম্যাপ করতে ব্যর্থ: mmap() ব্যর্থ: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "লাইন %d ক্যর %d এ ভুল: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "লাইন %d এ ভুল: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "শূন্য '&;' দেখা গিয়েছে; গ্রহনযোগ্য হচ্ছে: &amp; &quot; &lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -326,17 +326,17 @@ msgstr ""
"কোন বস্তু (entity) এর নামের শুরুতে '%s' অক্ষরটি গ্রহনযোগ্য নয়; & অক্ষরটি একটি বস্তুর "
"নাম শুরু করে; এই এমপারস্যান্ড যদি কোনো বস্তু না হয়, তাহলে এটাকে &amp হিসাবে লিখুন"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "'%s' অক্ষরটি কোনো বস্তুর মাঝখানে গ্রহনযোগ্য নয়"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "'%s' নামের বস্তুটি অজানা"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -344,7 +344,7 @@ msgstr ""
"একটি বস্তু (entity) সেমিকোলন দিয়ে শেষ হয়নি; আপনি সম্ভবত এমপারস্যান্ড অক্ষরটি কোন "
"বস্তু শুরু করার জন্য ব্যবহার করেনি - সেক্ষেত্রে এস্কেপ এমপারস্যান্ড কে লিখুন &amp;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -353,16 +353,16 @@ msgstr ""
"পার্স করতে অক্ষম '%-.*s', যা অক্ষর তথ্যসূত্র অভ্যন্তরে একটি অংক (উদাহরণ সরূপ; &#234) "
"- হয়তোবা অংকটি অতি দীর্ঘ"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "অক্ষর তথ্যসূত্র '%-.*s' অনুমতিপ্রাপ্ত অক্ষর এনকোড করেনা"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "শূন্য অক্ষরের রেফারেন্স; &#454 এর মত সংখা থাকতে হবে"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -371,41 +371,41 @@ msgstr ""
"অক্ষরের রেফারেন্স সেমিকোলন দিয়ে শেষ হয়নি; আপনি সম্ভবত এমপারস্যান্ড অক্ষরটি কোন বস্তু "
"শুরু করার জন্য ব্যবহার করেনি - সেক্ষেত্রে এস্কেপ এমপারস্যান্ড কে লিখুন &amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "অসম্পূর্ণ বস্তুর রেফারেন্স"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "অসম্পূর্ণ অক্ষরের রেফারেন্স"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "অগ্রহনযোগ্য ইউটিএফ-৮ টেক্সট"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "অগ্রহনযোগ্য ইউটিএফ-৮ টেক্সট"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "অগ্রহনযোগ্য ইউটিএফ-৮ টেক্সট"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ডকুউমেন্ট একটি এলিমেন্ট দিয়ে শুরু "
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'<' অক্ষরটির পরে '%s' গ্রহনযোগ্য নয়; এটি কোন এলিমেন্টের নাম শুরু করতে পারেনা"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -413,7 +413,7 @@ msgid ""
msgstr ""
"অসামঞ্জস্যকর অক্ষর '%s', এলিমেন্ট '%s' এর ট্যগ শেষ করার জন্য '>' অক্ষরটি আশা করা হয়"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -421,7 +421,7 @@ msgstr ""
"বেজোড় অক্ষর '%1$s', এলিমেন্ট '%3$s' এর অ্যাট্রিবিউট নাম '%2$s' এর পর একটি '=' "
"প্রত্যাশিত"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -432,7 +432,7 @@ msgstr ""
"প্রত্যাশিত, অথবা একটি ঐচ্ছিক অ্যাট্রিবিউট; সম্ভবত আপনি বৈশিষ্ট্য নামে অবৈধ অক্ষর "
"ব্যবহার করেছেন"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -441,7 +441,7 @@ msgstr ""
"বেজোড় অক্ষর '%1$s', এলিমেন্ট '%3$s' এর অ্যাট্রিবিউট নাম '%2$s' এর মান দেয়ার সময়, "
"'=' চিহ্নটির পর একটি খোলা উদ্ধৃতি চিহ্ন আব্যশক"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -450,7 +450,7 @@ msgstr ""
"অক্ষর '</' কে অনুসরণকারী '%s' একটি বৈধ অক্ষর নয়; '%s' দিয়ে কোনো এলিমেন্টের নাম "
"শুরু করা বৈধ নয়"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -459,25 +459,25 @@ msgstr ""
"বন্ধ এলিমেন্ট নাম '%2$s' কে অনুসরণকারী '%1$s' একটি বৈধ অক্ষর নয়; সমর্থিত অক্ষর "
"হচ্ছে '>'"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' এলিমেন্টটি বন্ধ ছিল, এখন খোলা এলিমেন্ট নেই"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' এলিমেন্টটি বন্ধ ছিল, কিন্তু এখন '%s' এলিমেন্টটি খোলা"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "ডকুউমেন্ট শূণ্য ছিল অথবা সুধু ওয়াইটস্পেইস ছিল"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "একটি কোণ বন্ধনী '<' খোলা থাকায় নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -485,7 +485,7 @@ msgid ""
msgstr ""
"উপাদান খোলা অবস্থায় নথী অপ্রত্যাশিতভাবে শেষ হয়েছে - '%s' ছিল শেষ খোলা উপাদান"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -494,19 +494,19 @@ msgstr ""
"নথী অপ্রত্যাশিতভাবে শেষ হয়েছে, প্রত্যাশিতভাবে দৃষ্ট কারণ একটি কোণ বন্ধনী যার শেষে <%"
"s/> ট্যাগ রয়েছে"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "একটি এলিমেন্ট নাম অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "একটি বৈশিষ্ট্য নাম অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "একটি এলিমেন্ট-ওপেনিং ট্যাগ অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -514,16 +514,16 @@ msgstr ""
"বৈশিষ্ট্য নাম অনুসরণকরী সমান চিহ্নের পর নথী অপ্রত্যাশিতভাবে শেষ হয়েছে; কোন বৈশিষ্ট্য "
"মান নয়"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "একটি বৈশিষ্ট্য মান এর অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "নথী অপ্রত্যাশিতভাবে শেষ হয়েছে উপাদান '%s' এর বন্ধ ট্যাগ এর অভ্যন্তরে"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "নথী অপ্রত্যাশিতভাবে শেষ হয়েছে একটি মন্তব্য বা প্রসেসরত নির্দেশের অভ্যন্তরে"
@@ -547,7 +547,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1151,7 +1151,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1219,9 +1219,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়"
@@ -1240,7 +1240,7 @@ msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1250,7 +1250,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1260,26 +1260,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "'%s' নামক কোনো অ্যাপ্লিকেশনের দ্বারা '%s' বুকমার্ক নিবন্ধিত হয় নি"
@@ -1290,12 +1290,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1361,8 +1361,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1383,69 +1383,69 @@ msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "ফাইল \"%s\" সৃষ্টি করতে ব্যর্থ: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "ফাইল \"%s\" সৃষ্টি করতে ব্যর্থ: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "ফাইল \"%s\" সৃষ্টি করতে ব্যর্থ: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "%s বিকল্প পার্স করতে ব্যর্থ"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1470,62 +1470,62 @@ msgstr "একটি বৈশিষ্ট্য নাম অভ্যন্ত
msgid "Error setting extended attribute '%s': %s"
msgstr "ডাইরেক্টরি '%s' খুলতে ব্যর্থ: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "পরিবর্তন সময়কালীন ভুল: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "পরিবর্তন সময়কালীন ভুল: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "লাইন %d এ ভুল: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়"
@@ -1598,12 +1598,12 @@ msgstr "একটি নিয়মিত ফাইল নহে"
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "প্রোগ্রামের নাম অবৈধ: %s"
@@ -1613,17 +1613,17 @@ msgstr "প্রোগ্রামের নাম অবৈধ: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1698,7 +1698,7 @@ msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
msgid "Error closing unix: %s"
msgstr "লাইন %d এ ভুল: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/bn_IN.po b/po/bn_IN.po
index b41a1819e..b38806c09 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -305,23 +305,23 @@ msgstr "'%s' খুলতে ব্যর্থ: open() বিফল: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' ফাইল ম্যাপ করতে ব্যর্থ: mmap() বিফল: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "পংক্তি %d অক্ষর %d'এ ত্রুটি: "
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "পংক্তি %d'এ ত্রুটি: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"তথ্যবিহীন স্বত্বা '&;' প্রদর্শিত; বৈধ স্বত্বা হল: &amp; &quot; &lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -332,17 +332,17 @@ msgstr ""
"এই অ্যাম্পারসেন্ড চিহ্নটি স্বত্বার ক্ষেত্রে ব্যবহৃত না হলে &amp; রূপে এটিকে এস্কেপ করানো "
"যাবে"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "স্বতার নামে '%s' অক্ষরের ব্যবহার বৈধ নয়"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "'%s' নামের স্বত্বা অজানা"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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 +350,7 @@ msgstr ""
"স্বত্বার নাম সেমিকোলোন চিহ্ন দ্বারা সমাপ্ত হয়নি; সম্ভবত আপনি স্বত্বা হিসাবে ব্যবহারের "
"উদ্দেশ্যে এম্পারসেন্ড চিহ্ন প্রয়োগ করেননি - &amp; রূপে এম্পারসেন্ড এস্কেপ করানো যাবে"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -359,16 +359,16 @@ msgstr ""
"'%-.*s' পার্স করতে ব্যর্থ, এটি কোনো অক্ষরের রেফারেন্সের মধ্যে একটি সংখ্যা হওয়া উচিত "
"(উদাহরণস্বরূপ &#234;) - সম্ভবত সংখ্যাটি অত্যাধিক বড়"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "'%-.*s' অক্ষরের রেফারেন্সের মধ্যে অনুমোদিত অক্ষর এনকোড করা হয়নি"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "অক্ষর রেফারেন্স ফাঁকা; &#454;'র অনুরূপ সংখ্যা উপস্থিত আবশ্যক"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
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 +378,32 @@ msgstr ""
"ব্যবহারের উদ্দেশ্যে এম্পারসেন্ড চিহ্ন প্রয়োগ করেননি - &amp; রূপে এম্পারসেন্ড এস্কেপ "
"করানো যাবে"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "স্বত্বার রেফারেন্স অসম্পূর্ণ"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "অক্ষরের রেফারেন্স অসম্পূর্ণ"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "অবৈধ UTF-8 এনকোডিং সহ টেক্সট - অত্যাধিক লম্বা পংক্তি"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "অবৈধ UTF-8 এনকোডিং সহ টেক্সট - প্রারম্ভিক অক্ষর নয়"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "অবৈধ UTF-8 এনকোডিং সহ টেক্সট - বৈধ '%s' নয়"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "নথি কোনো এলিমেন্ট দ্বারা আরম্ভ হওয়া আবশ্যক (উদাহরণস্বরূপ <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -411,7 +411,7 @@ msgid ""
msgstr ""
"'<' অক্ষরের পরে '%s'-র ব্যবহার বৈধ নয়; এর দ্বারা এলিমেন্টের নাম আরম্ভ করা যাবে না"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -420,7 +420,7 @@ msgstr ""
"'%s' অক্ষর প্রত্যাশিত নয়, '%s' এলিমেন্টের প্রারম্ভিক ট্যাগ সমাপ্ত করার উদ্দেশ্যে '>' "
"অক্ষর প্রত্যাশিত"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -428,7 +428,7 @@ msgstr ""
"'%1$s' অক্ষর প্রত্যাশিত নয়, '%3$s' এলিমেন্টের '%2$s' নামক বৈশিষ্ট্যের নামের পরে "
"একটি '=' চিহ্ন প্রত্যাশিত"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -439,7 +439,7 @@ msgstr ""
"অথবা '/' চিহ্ন অথবা কোনো বৈশিষ্ট্যর উপস্থিতি কাম্য; সম্ভবত কোনো বৈশিষ্ট্যের নামের "
"মধ্যে অবৈধ অক্ষর ব্যবহৃত হয়েছে"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -448,7 +448,7 @@ msgstr ""
"'%1$s' অক্ষর অপ্রত্যাশিত, '%3$s' এলিমেন্টের '%2$s' বৈশিষ্ট্যের মান নির্ধারণের "
"উদ্দেশ্যে সমান চিহ্নের (=) পরে একটি উদ্ধৃতি চিহ্নের প্রারম্ভিক অংশ উপস্থিতি প্রত্যাশিত"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -457,7 +457,7 @@ msgstr ""
"'%s' অক্ষরের ব্যবহার '</'-র পশ্চাত বৈধ নয়; '%s' দ্বারা কোনো এলিমেন্টের নাম আরম্ভ "
"করা যাবে না"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -466,26 +466,26 @@ msgstr ""
"'%2$s' বদ্ধ এলিমেন্টের নামের পশ্চাত '%1$s' অক্ষরের ব্যবহার বৈধ নয়; অনুমোদিত অক্ষর "
"হল '>'"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' এলিমেন্ট বদ্ধ অবস্থায়, বর্তমানে কোনো এলিমেন্ট খোলা অবস্থায় নেই"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' এলিমেন্ট বদ্ধ অবস্থায়, বর্তমানে '%s' এলিমেন্ট খোলা অবস্থায় রয়েছে"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "ডকুমেন্ট সম্ভবত ফাঁকা অথবা শুধুমাত্র শূণ্যস্থান উপস্থিত"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"তেরছা বন্ধনীর প্রারম্ভিক চিহ্নের '<' ঠিক পরে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -494,7 +494,7 @@ msgstr ""
"খোলা এলিমেন্টসহ ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে - '%s' এলিমেন্ট সর্বশেষ খোলা "
"হয়েছিল"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -503,19 +503,19 @@ msgstr ""
"নথি অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে, <%s/> ট্যাগ সমাপ্তির জন্য তেরছা বন্ধনী চিহ্নের "
"অন্তিম অংশের উপস্থিতি প্রত্যাশিত"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "এলিমেন্টের নামের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "বৈশিষ্ট্যের নামের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "এলিমেন্টের প্রারম্ভিক ট্যাগের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -523,16 +523,16 @@ msgstr ""
"বৈশিষ্ট্যের নামের পরে উপস্থিত সমান চিহ্নের (=) পরে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত "
"হয়েছে; বৈশিষ্ট্যের মান অনুপস্থিত"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "বৈশিষ্ট্যের মানের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "'%s' এলিমেন্টের অন্তিম ট্যাগের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"কোনো মন্তব্য অথবা প্রক্রিয়াকরণের নির্দেশের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
@@ -557,7 +557,7 @@ msgstr "ব্যাক-ট্যাক করার সুনির্দিষ
msgid "the pattern contains items not supported for partial matching"
msgstr "উল্লিখিত বিন্যাসটির মধ্যে অন্তর্ভুক্ত সামগ্রী, আংশিক মিল অনুসন্ধানে সমর্থিত নয়"
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "অভ্যন্তরীণ সমস্যা"
@@ -1157,7 +1157,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "কর্ম বাতিল করা হয়েছে"
@@ -1224,9 +1224,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "কর্ম সমর্থিত হয় না"
@@ -1245,7 +1245,7 @@ msgstr "কর্ম সমর্থিত হয় না"
msgid "Containing mount does not exist"
msgstr "ধারণকারী মাউন্ট উপস্থিত নেই"
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "ডিরেক্টরির উপরে কপি করা যাবে না"
@@ -1255,7 +1255,7 @@ msgstr "ডিরেক্টরির উপরে কপি করা যা
msgid "Can't copy directory over directory"
msgstr "ডিরেক্টরির উপর ডিরেক্টরি কপি করা যায়নি"
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "উদ্দিষ্ট ফাইল উপস্থিত রয়েছে"
@@ -1265,26 +1265,26 @@ msgstr "উদ্দিষ্ট ফাইল উপস্থিত রয়েছ
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "অবৈধ সিম-লিঙ্ক মান উপলব্ধ করা হয়েছে"
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "আবর্জনা সমর্থিত হয় না"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ফাইলের নামের মধ্যে '%c' ব্যবহার করা যাবে না"
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "ভলিউম দ্বারা mount প্রয়োগ করা হয় না"
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "চিহ্নিত ফাইল ব্যবস্থাপনার উদ্দেশ্যে কোনো অ্যাপ্লিকেশন নিবন্ধিত হয়নি"
@@ -1295,12 +1295,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1367,8 +1367,8 @@ msgid "Can't rename file, filename already exist"
msgstr ""
"ফাইলের নাম পরিবর্তন করা যায়নি, নতুন নামের একটি ফাইলের নাম বর্তমানে উপস্থিত রয়েছে"
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
@@ -1389,69 +1389,69 @@ msgstr "ফাইল খুলতে সমস্যা: %s"
msgid "Can't open directory"
msgstr "ডিরেক্টরি খুলতে সমস্যা"
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "ফাইল মুছে ফেলতে সমস্যা: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "ফাইলটি আবর্জনায় স্থানান্তর করতে সমস্যা: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "আবর্জনার ডিরেক্টরি %s নির্মাণ করতে সমস্যা: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "আবর্জনার ঊর্ধ্বতন ডিরেক্টরি সনাক্ত করতে ব্যর্থ"
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "আবর্জনার ডিরেক্টরি সনাক্ত অথবা নির্মাণ করতে ব্যর্থ"
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr ""
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "ফাইল বর্জন করতে ব্যর্থ: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "সিম্‌বলিক লিঙ্ক নির্মাণ করতে ব্যর্থ: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "ফাইল স্থানান্তর করতে সমস্যা: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "ডিরেক্টরির উপর ডিরেক্টরি স্থানান্তর করা যাবে না"
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "ব্যাক-আপ ফাইল নির্মাণ করতে ব্যর্থ"
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "উদ্দিষ্ট ফাইল মুছে ফেলতে সমস্যা: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1476,62 +1476,62 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr ""
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "ফাইল '%s' stat করতে ব্যর্থ: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (অবৈধ এনকোডিং)"
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "ফাইলের বিবরণ stat করতে সমস্যা: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "অ্যাট্রিবিউটের ধরন বৈধ নয় (প্রত্যাশিত uint32)"
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "অ্যাট্রিবিউটের ধরন বৈধ নয় (প্রত্যাশিত uint64)"
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "অনুমতি নির্ধারণ করতে সমস্যা: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "মালিকানা নির্ধারণ করতে সমস্যা: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "সিম্‌বলিক লিঙ্ক নির্ধারণ করতে সমস্যা: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "সিম্‌-লিঙ্ক নির্ধারণ করতে ত্রুটি: ফাইলটি সিম্‌-লিঙ্ক নয়"
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
@@ -1604,12 +1604,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr "ফাইলটি স্বতন্ত্ররূপে পরিবর্তন করা হয়েছে"
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "অবৈধ GSeekType উল্লিখিত হয়েছে"
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr ""
@@ -1619,17 +1619,17 @@ msgstr ""
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1706,7 +1706,7 @@ msgstr "unix থেকে পড়তে সমস্যা: %s"
msgid "Error closing unix: %s"
msgstr "unix বন্ধ করতে সমস্যা: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "ফাইল-সিস্টেমের root"
diff --git a/po/bs.po b/po/bs.po
index 24f4c23bc..5d676263f 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -299,24 +299,24 @@ msgstr "Neuspješno otvaranje datoteke '%s': fdopen() neuspješan: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Neuspješno otvaranje datoteke '%s': fdopen() neuspješan: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Greška u %d. redu, znak %d: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Greška u %d. redu: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Primijećen prazan entitet '&;'; važeći entiteti su: &amp; &quot; &lt; &gt; "
"&apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -326,17 +326,17 @@ msgstr ""
"Znak '%s' je nevažeći na početku imena entiteta; znak & započinje entitet; "
"ako znak & ovdje ne označava početak entiteta, koristite &amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak '%s' je nevažeći u imenu entiteta"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nepoznato ime entiteta '%s'"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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 +345,7 @@ msgstr ""
"namjere započinjanja entiteta - izbjegnite korištenje znaka & upisivanjem "
"&amp;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -354,16 +354,16 @@ msgstr ""
"Neuspješno tumačenje '%s', što je trebalo biti cifra unutar reference znaka "
"(na primjer: &#234;) - možda je broj prevelik"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Referenca znaka '%s' ne kodira dopušteni znak"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Prazna referenca znaka; trebala bi sadržavati broj kao npr. &#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
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,34 +373,34 @@ msgstr ""
"bez namjere započinjanja entiteta - izbjegnite korištenje znaka & "
"upisivanjem &amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Nedovršena referenca entiteta"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Nedovršena referenca znaka"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Neispravno UTF-8 kodirani tekst"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Neispravno UTF-8 kodirani tekst"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Neispravno UTF-8 kodirani tekst"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument mora početi elementom (npr. <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -409,7 +409,7 @@ msgstr ""
"'%s' je nevažeći prateći znak nakon znaka '<'; ne može započeti naziv "
"elementa"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -418,13 +418,13 @@ msgstr ""
"Čudan znak '%s', očekivan znak '>' radi okončanja početne oznake elementa '%"
"s'"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "Čudan znak '%s', očekivan znak '=' nakon osobine '%s' elementa '%s'"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -435,7 +435,7 @@ msgstr ""
"elementa '%s' ili eventualno osobine; možda je korišten nevažeći znak u "
"imenu osobine"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -444,7 +444,7 @@ msgstr ""
"Čudan znak '%s', očekivan navodni znak nakon znaka jednakosti pri davanju "
"vrijednosti osobini '%s' elementa '%s'"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -453,7 +453,7 @@ msgstr ""
"'%s' je nevažeći prateći znak nakon znakova '</'; '%s' ne može započeti "
"naziv elementa"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -462,25 +462,25 @@ msgstr ""
"'%s' je nevažeći prateći znak nakon zatvaranja elementa '%s'; dopušteni znak "
"je '>'"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' je zatvoren, trenutno nema otvorenih elemenata"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' je zatvoren ali trenutno je otvoren element '%s'"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je bio prazan ili je sadržavao samo prazna polja"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Neočekivan kraj dokumenta nakon otvorene zagrade '<'"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -489,7 +489,7 @@ msgstr ""
"Neočekivan kraj dokumenta uz još otvorene elemente - element '%s' je otvoren "
"posljednji"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -498,19 +498,19 @@ msgstr ""
"Neočekivan kraj dokumenta, očekivano zatvaranje zagrade radi okončanja "
"oznake <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Neočekivan kraj dokumenta unutar imena elementa"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Neočekivan kraj dokumenta unutar imena osobine"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Neočekivan kraj dokumenta unutar oznake za otvaranje elementa"
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -518,16 +518,16 @@ msgstr ""
"Neočekivan kraj dokumenta nakon pratećeg znaka jednakosti iza naziva "
"osobine; nedostaje vrijednost osobine"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Neočekivan kraj dokumenta unutar vrijednosti atributa"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Neočekivan kraj dokumenta unutar oznake za zatvaranje elementa '%s'"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Neočekivan kraj dokumenta unutar komentara ili instrukcije procesiranja"
@@ -552,7 +552,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1160,7 +1160,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1227,9 +1227,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Simbolički linkovi nisu podržani"
@@ -1248,7 +1248,7 @@ msgstr "Simbolički linkovi nisu podržani"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1258,7 +1258,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1268,26 +1268,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Simbolički linkovi nisu podržani"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1298,12 +1298,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1369,8 +1369,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1391,69 +1391,69 @@ msgstr "Greška tokom čitanja datoteke '%s': %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Neuspješno pravljenje datoteke '%s': %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Neuspješno pravljenje datoteke '%s': %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Neuspješno pravljenje datoteke '%s': %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Greška tokom pretvaranja: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1478,62 +1478,62 @@ 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:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Greška tokom pretvaranja: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Greška tokom pretvaranja: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Greška u %d. redu: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Simbolički linkovi nisu podržani"
@@ -1606,12 +1606,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Nevažeće ime računara"
@@ -1621,17 +1621,17 @@ msgstr "Nevažeće ime računara"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1706,7 +1706,7 @@ msgstr "Greška tokom čitanja datoteke '%s': %s"
msgid "Error closing unix: %s"
msgstr "Greška u %d. redu: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/ca.po b/po/ca.po
index 11090e214..81af73c30 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-03-11 20:12+0100\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-03-11 15:36+0100\n"
"Last-Translator: Gil Forcada <gilforcada@guifi.net>\n"
"Language-Team: Catalan <tradgnome@softcatala.org>\n"
@@ -18,322 +18,320 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "No s'esperava l'atribut «%s» per a l'element «%s»"
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "No s'ha trobat l'atribut «%s» de l'element «%s»"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "No s'esperava l'etiqueta «%s», s'esperava «%s»"
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "No s'esperava l'etiqueta «%s» dins «%s»"
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
#, c-format
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:1982
+#: glib/gbookmarkfile.c:1982
#, 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:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "No s'ha trobat cap adreça d'interès per a l'URI «%s»"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, 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:2444
+#: glib/gbookmarkfile.c:2444
#, 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:2823
+#: glib/gbookmarkfile.c:2823
#, 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:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-"No hi ha cap aplicació amb el nom «%s» que hagi registrat l'adreça d'interès "
-"«%s»"
+"No hi ha cap aplicació amb el nom «%s» que hagi registrat l'adreça d'interès «%"
+"s»"
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, 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»"
-#: ../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 "No es permet la conversió entre els jocs de caràcters «%s» a «%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 "No s'ha pogut obrir el convertidor de «%s» a «%s»"
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
#, c-format
msgid "Invalid byte sequence in conversion input"
msgstr "La seqüència de bytes a l'entrada de conversió no és vàlida"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "S'ha produït un error durant la conversió: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
#, c-format
msgid "Partial character sequence at end of input"
msgstr "Seqüència de caràcters parcial al final de l'entrada"
# FIXME: fallback
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "No es pot convertir el «fallback» «%s» al joc de codis «%s»"
-#: ../glib/gconvert.c:1734
+#: glib/gconvert.c:1734
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "L'URI «%s» no és un URI absolut que utilitzi l'esquema «file»"
-#: ../glib/gconvert.c:1744
+#: glib/gconvert.c:1744
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Pot ser que l'URI del fitxer local «%s» no inclogui cap «#»"
-#: ../glib/gconvert.c:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "L'URI «%s» no és vàlid"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "El nom de l'ordinador de l'URI «%s» no és vàlid"
-#: ../glib/gconvert.c:1789
+#: glib/gconvert.c:1789
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "L'URI «%s» conté caràcters d'escapada invàlids"
-#: ../glib/gconvert.c:1884
+#: glib/gconvert.c:1884
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "El nom de camí «%s» no és un camí absolut"
-#: ../glib/gconvert.c:1894
+#: glib/gconvert.c:1894
#, c-format
msgid "Invalid hostname"
msgstr "El nom de l'ordinador no és vàlid"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "S'ha produït un error en obrir el directori «%s»: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "No s'ha pogut assignar %lu bytes per a llegir el fitxer «%s»"
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "S'ha produït un error en llegir el fitxer «%s»: %s"
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "No s'ha pogut llegir del fitxer «%s»: %s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "No s'ha pogut obrir el fitxer «%s»: %s"
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"No s'ha pogut obtenir els atributs del fitxer «%s»: ha fallat la funció fstat"
"(): %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "No s'ha pogut obrir el fitxer «%s»: ha fallat la funció fdopen(): %s"
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"No s'ha pogut canviar el nom del fitxer «%s» a «%s»: ha fallat la funció "
"g_rename(): %s"
-#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "No s'ha pogut crear el fitxer «%s»: %s"
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
"No s'ha pogut obrir el fitxer «%s» per a escriptura: ha fallat la funció "
"fdopen(): %s"
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:971
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
-msgstr ""
-"No s'ha pogut escriure el fitxer «%s»: ha fallat la funció fwrite(): %s"
+msgstr "No s'ha pogut escriure el fitxer «%s»: ha fallat la funció fwrite(): %s"
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "No s'ha pogut tancar el fitxer «%s»: ha fallat la funció fclose(): %s"
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
"No s'ha pogut suprimir el fitxer existent «%s»: ha fallat la funció g_unlink"
"(): %s"
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "La plantilla «%s» no és vàlida, no hauria de tenir cap «%s»"
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "La plantilla «%s» no conté XXXXXX"
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "No s'ha pogut llegir l'enllaç simbòlic «%s»: %s"
-#: ../glib/gfileutils.c:1908
+#: glib/gfileutils.c:1908
#, c-format
msgid "Symbolic links not supported"
msgstr "No es poden utilitzar els enllaços simbòlics"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "No s'ha pogut obrir el convertidor de «%s» a «%s»: %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "No es pot fer una lectura bàsica a g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "A la memòria intermèdia de lectura hi ha dades sobrants no convertides"
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
#, c-format
msgid "Channel terminates in a partial character"
msgstr "El canal acaba en un caràcter parcial"
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "No es pot fer una lectura bàsica a 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 "No s'ha pogut obrir el fitxer «%s»: ha fallat la funció open(): %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "No s'ha pogut mapejar el fitxer «%s»: ha fallat la funció mmap(): %s"
-#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "S'ha produït un error a la línia %d caràcter %d:"
-#: ../glib/gmarkup.c:344
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "S'ha produït un error a la línia %d: %s"
-#: ../glib/gmarkup.c:448
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
-"S'ha vist una entitat buida «&;». Les entitats vàlides són: &amp; &quot; "
-"&lt; &gt; &apos;"
+"S'ha vist una entitat buida «&;». Les entitats vàlides són: &amp; &quot; &lt; "
+"&gt; &apos;"
-#: ../glib/gmarkup.c:458
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -344,26 +342,25 @@ msgstr ""
"comencen amb el caràcter &. Si amb aquest signe no es vol indicar una "
"entitat, substituïu-lo per &amp;"
-#: ../glib/gmarkup.c:492
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "El caràcter «%s» no és vàlid dins d'un nom d'entitat"
-#: ../glib/gmarkup.c:529
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "No es coneix el nom de l'entitat «%s»"
-#: ../glib/gmarkup.c:540
+#: glib/gmarkup.c:540
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 ""
"L'entitat no acaba amb un punt i coma. Segurament heu utilitzat un caràcter "
-"«&» sense intenció d'iniciar una entitat. Substituïu el caràcter «&» per "
-"&amp;"
+"«&» sense intenció d'iniciar una entitat. Substituïu el caràcter «&» per &amp;"
-#: ../glib/gmarkup.c:593
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -372,74 +369,74 @@ msgstr ""
"No s'ha pogut analitzar «%-.*s», hi hauria d'haver hagut un dígit dins un "
"caràcter de referència (per exemple &#234;) - potser el dígit és massa llarg"
-#: ../glib/gmarkup.c:618
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "El caràcter de referència «%-.*s» no codifica un caràcter permès"
-#: ../glib/gmarkup.c:633
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"El caràcter de referència és buit. Hauria d'incloure un dígit com ara &#454;"
-#: ../glib/gmarkup.c:643
+#: glib/gmarkup.c:643
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 ""
"La referència del caràcter no acaba amb un punt i coma. Segurament heu "
-"utilitzat un caràcter «&» sense intenció d'iniciar una entitat. Substituïu "
-"el caràcter «&» per &amp;"
+"utilitzat un caràcter «&» sense intenció d'iniciar una entitat. Substituïu el "
+"caràcter «&» per &amp;"
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Referència a una entitat no acabada"
-#: ../glib/gmarkup.c:735
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Referència a un caràcter no acabada"
-#: ../glib/gmarkup.c:978
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr ""
"El text no està codificat correctament a UTF-8 - la seqüència és massa llarga"
# FIXME: "caràcter estrella" (josep)
-#: ../glib/gmarkup.c:1006
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr ""
"El text no està codificat correctament a UTF-8 - no és un caràcter estrella"
# FIXME: això no funcionarà en català (josep)
-#: ../glib/gmarkup.c:1042
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "El text no està codificat correctament a UTF-8 - no és un vàlid «%s»"
-#: ../glib/gmarkup.c:1080
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "El document ha de començar amb un element (p.ex. <llibre>)"
-#: ../glib/gmarkup.c:1120
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
-"«%s» no és un caràcter vàlid després d'un caràcter «<». No pot començar un "
-"nom d'element"
+"«%s» no és un caràcter vàlid després d'un caràcter «<». No pot començar un nom "
+"d'element"
-#: ../glib/gmarkup.c:1184
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
-"S'ha trobat un caràcter estrany «%s». S'esperava un «>» per acabar "
-"l'etiqueta d'inici de l'element «%s»"
+"S'ha trobat un caràcter estrany «%s». S'esperava un «>» per acabar l'etiqueta "
+"d'inici de l'element «%s»"
-#: ../glib/gmarkup.c:1273
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -447,7 +444,7 @@ msgstr ""
"S'ha trobat un caràcter estrany «%s». S'esperava un «=» després del nom "
"d'atribut «%s» de l'element «%s»"
-#: ../glib/gmarkup.c:1315
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -458,7 +455,7 @@ msgstr ""
"finalitzar l'etiqueta d'inici de l'element «%s», o opcionalment un atribut. "
"Potser heu utilitzat un caràcter no vàlid en un nom d'atribut"
-#: ../glib/gmarkup.c:1401
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -467,7 +464,7 @@ msgstr ""
"S'ha trobat un caràcter estrany «%s». S'esperaven unes cometes d'obertura "
"després del signe «=» en donar valor a l'atribut «%s» de l'element «%s»"
-#: ../glib/gmarkup.c:1543
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -476,7 +473,7 @@ msgstr ""
"«%s» no és un caràcter vàlid després dels caracters «</»; «%s» no hauria "
"d'iniciar un nom d'element"
-#: ../glib/gmarkup.c:1583
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -485,27 +482,27 @@ msgstr ""
"«%s» no és un caràcter vàlid després del nom d'element de tancament «%s». El "
"caràcter permès és «>»"
-#: ../glib/gmarkup.c:1594
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "L'element «%s» estava tancat. Actualment no hi ha cap element obert"
-#: ../glib/gmarkup.c:1603
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "L'element «%s» estava tancat. L'element obert actualment és «%s»"
-#: ../glib/gmarkup.c:1763
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "El document era buit o només contenia espais en blanc"
-#: ../glib/gmarkup.c:1777
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"El document ha acabat de manera inesperada immediatament després del símbol "
"«<»"
-#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -514,7 +511,7 @@ msgstr ""
"El document ha acabat de manera inesperada amb elements encara oberts. «%s» "
"era l'últim element obert"
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -523,21 +520,21 @@ msgstr ""
"El document ha acabat de manera inesperada. S'esperava trobar un símbol «>» "
"que acabés l'etiqueta <%s/>"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "El document ha acabat de manera inesperada enmig d'un nom d'element"
-#: ../glib/gmarkup.c:1805
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "El document ha acabat de manera inesperada enmig d'un nom d'atribut"
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"El document ha acabat de manera inesperada enmig d'una etiqueta d'obertura "
"d'un element."
-#: ../glib/gmarkup.c:1816
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -545,413 +542,411 @@ msgstr ""
"El document ha acabat de manera inesperada després d'un signe d'igual "
"després d'un nom d'atribut. No hi ha cap valor d'atribut"
-#: ../glib/gmarkup.c:1823
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "El document ha acabat de manera inesperada enmig d'un valor d'atribut"
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"El document ha acabat de manera inesperada enmig de l'etiqueta de tancament "
"de l'element «%s»"
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"El document ha acabat de manera inesperada enmig d'un comentari o una "
"instrucció de processament"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "objecte malmès"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "error intern o objecte malmès"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "no hi ha prou memòria"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "s'ha arribat al límit de tornades enrere"
-#: ../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 ""
"el patró conté elements que no estan implementats en les concordances "
"parcials"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1956
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "error intern"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr ""
"no s'ha implementat l'ús de referències anteriors per a coincidències "
"parcials"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "s'ha arribat al límit de recurrències"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "s'ha arribat al límit d'espais de treball per a subcadenes buides"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "la combinació de senyaladors de línia nova no és vàlida"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "error desconegut"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ al final del patró"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c al final del patró"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "caràcter no reconegut després de \\"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr "aquí no es permeten els escapaments (\\l,\\L, \\u, \\U)"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "nombres fora del rang en el quantificador {}"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "nombre massa gran en el quantificador {}"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "falta el «]» per a la classe de caràcter"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "la seqüència d'escapada en la classe de caràcter no és vàlida"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "s'ha sortit del rang en la classe de caràcter"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "no hi ha res a repetir"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "no es reconeix el caràcter després de «(?»"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "no es reconeix el caràcter després de «(?<»"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "no es reconeix el caràcter després de «(?P»"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr ""
"només es permeten les classes amb nom de POSIX dins de la pròpia classe"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "falta un «)»"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr "hi ha un «)» sense el corresponent «(»"
#. 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 «(?[+-]digits» han d'anar seguits per «)»"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "referència a un subpatró que no existeix"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "falta un «)» després del comentari"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "l'expressió regular és massa llarga"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "no s'ha pogut obtenir memòria"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "l'asserció cap enrera no té llargada fixa"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "nombre o nom malformats després de «(?(»"
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "el grup condicional conté més de dues branques"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "s'esperava una asserció després de «(?(»"
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "nom de classe POSIX desconeguda"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "no es poden utilitzar els elements d'ordenació de POSIX"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "el valor del caràcter a la seqüència «\\x{...}» és massa llarg"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "condició «(?(0)» no vàlida"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "no es permet \\C en assercions cap enrera"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "la crida recursiva podria buclar-se indefinidament"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "falta la finalització en el nom del subpatró"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "dos noms de subpatró tenen el mateix nom"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "la seqüència «\\P» o «\\p» és malformada"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "es desconeix el nom de la propietat després de «\\P» o «\\p»"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "el nom del subpatró és massa llarg (32 caràcters com a màxim)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "hi ha massa subpatrons amb nom (màxim de 10.000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "el valor octal és més gran que \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "el grup «DEFINE» conté més d'una branca"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "no es permet repetir un grup «DEFINE»"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "opcions «NEWLINE» inconsistents"
-#: ../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» no és seguit per un nom entre claus o un nombre opcional diferent de "
"zero entre claus"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "repetició no esperada"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "desbordament del codi"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "s'ha produït un desbordament en compilar l'espai de treball"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "no s'ha trobat el subpatró referenciat comprovat anteriorment"
-#: ../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'ha produït un error en fer coincidir l'expressió regular %s: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "La biblioteca PCRE no està compilada per a interpretar UTF8"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr ""
"La biblioteca PCRE no està compilada per a interpretar les propietats UTF8"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr ""
"S'ha produït un error en compilar l'expressió regular %s al caràcter %d: %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "S'ha produït un error en optimitzar l'expressió regular %s: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "s'esperava un dígit hexadecimal o bé «}»"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "s'esperava un dígit hexadecimal"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "falta un «<» en la referència simbòlica"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "la referència simbòlica no està acabada"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "referència simbòlica de longitud zero"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "s'esperava un dígit"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "la referència simbòlica no és vàlida"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "«\\» final extraviat"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "no es reconeix la seqüència d'escapament"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
-"S'ha produït un error en analitzar el text de reemplaçament «%s» al caràcter "
-"%lu: %s"
+"S'ha produït un error en analitzar el text de reemplaçament «%s» al caràcter %"
+"lu: %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "El text citat no comença amb cometes"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"S'han trobat unes cometes desaparellades en una línia d'ordres o en un altre "
"text entre cometes"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "El text acaba just després d'un caràcter «\\». (El text era «%s»)"
-#: ../glib/gshell.c:545
+#: glib/gshell.c:545
#, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr ""
"El text ha acabat abans de trobar les cometes corresponents a %c. (El text "
"era «%s»)"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "El text era buit (o només contenia espais en blanc)"
-#: ../glib/gspawn-win32.c:279
+#: glib/gspawn-win32.c:279
#, c-format
msgid "Failed to read data from child process"
msgstr "No s'ha pogut llegir dades del procés fill"
-#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""
"No s'ha pogut crear el conducte per comunicar-se amb el procés fill (%s)"
-#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "No s'ha pogut llegir des del conducte fill (%s)"
-#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "No s'ha pogut canviar al directori «%s» (%s)"
-#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "No s'ha pogut executar el procés fill (%s)"
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "El nom del programa no és vàlid: %s"
-#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "La cadena en el vector d'argument no és vàlida a %d: %s"
-#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Cadena no vàlida a l'entorn: %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, c-format
msgid "Invalid working directory: %s"
msgstr "El directori de treball no és vàlid: %s"
-#: ../glib/gspawn-win32.c:787
+#: glib/gspawn-win32.c:787
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "No s'ha pogut executar el programa d'ajuda (%s)"
-#: ../glib/gspawn-win32.c:1002
+#: glib/gspawn-win32.c:1002
#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -960,199 +955,197 @@ msgstr ""
"S'ha produït un error inesperat a g_io_chanel_win32_poll() en llegir dades "
"d'un procés fill"
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "No s'ha pogut llegir dades des del procés fill (%s)"
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"S'ha produït un error inesperat a select() en llegir dades des d'un procés "
"fill (%s)"
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "S'ha produït un error inesperat en waitpid() (%s)"
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
#, c-format
msgid "Failed to fork (%s)"
msgstr "No s'ha pogut bifurcar-se (%s)"
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "No s'ha pogut executar el procés fill «%s» (%s)"
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "No s'ha pogut redirigir l'entrada o la sortida del procés fill (%s)"
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "No s'ha pogut bifurcar el procés fill (%s)"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "S'ha produït un error desconegut en executar el procés fill «%s»"
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
"No s'han pogut llegir prou dades del conducte de l'identificador del procés "
"fill (%s)"
-#: ../glib/gutf8.c:1030
+#: glib/gutf8.c:1030
#, c-format
msgid "Character out of range for UTF-8"
msgstr "El caràcter és fora del rang per a UTF-8"
-#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
#, c-format
msgid "Invalid sequence in conversion input"
msgstr "Seqüència no vàlida a l'entrada de la conversió"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
#, c-format
msgid "Character out of range for UTF-16"
msgstr "El caràcter és fora del rang per a UTF-16"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Forma d'ús:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[OPCIÓ...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Opcions d'ajuda:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Mostra les opcions d'ajuda"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Mostra totes les opcions d'ajuda"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Opcions de l'aplicació:"
-#: ../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 "No es pot analitzar el valor enter «%s» per a %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 "El valor enter «%s» per a %s és fora del rang"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "No es pot analitzar el valor doble «%s» per a %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "El valor doble «%s» per a %s és fora del rang"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "S'ha produït un error en analitzar l'opció %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 "Manca un argument per a %s"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Es desconeix l'opció %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
#, c-format
msgid "Valid key file could not be found in search dirs"
msgstr "No s'ha pogut trobar cap fitxer de claus vàlid als directoris de cerca"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
#, c-format
msgid "Not a regular file"
msgstr "No és un fitxer regular"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
#, c-format
msgid "File is empty"
msgstr "El fitxer és buit"
-#: ../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 ""
-"El fitxer de claus conté la línia «%s» que no és una parella clau-valor, "
-"grup o comentari"
+"El fitxer de claus conté la línia «%s» que no és una parella clau-valor, grup "
+"o comentari"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "El nom del grup no és vàlid: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
#, c-format
msgid "Key file does not start with a group"
msgstr "El fitxer de claus no comença amb un grup"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "El nom de la clau no és vàlid: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "El fitxer de claus conté la codificació no implementada «%s»"
-#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, c-format
msgid "Key file does not have group '%s'"
msgstr "El fitxer de claus no té el grup «%s»"
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
#, c-format
msgid "Key file does not have key '%s'"
msgstr "El fitxer de claus no té la clau «%s»"
-#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
-msgstr ""
-"El fitxer de claus conté la clau «%s» amb el valor «%s» que no és UTF-8"
+msgstr "El fitxer de claus conté la clau «%s» amb el valor «%s» que no és UTF-8"
-#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
-"El fitxer de claus conté la clau «%s» que té un valor que no és "
-"interpretable."
+"El fitxer de claus conté la clau «%s» que té un valor que no és interpretable."
-#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1161,131 +1154,127 @@ msgstr ""
"El fitxer de claus conté la clau «%s» en el grup «%s», que té un valor no "
"interpretable."
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "El fitxer de claus no conté una clau «%s» en el grup «%s»"
-#: ../glib/gkeyfile.c:3471
+#: glib/gkeyfile.c:3471
#, c-format
msgid "Key file contains escape character at end of line"
msgstr "El fitxer de claus conté un caràcter d'escapada al final de línia"
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3493
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "El fitxer de claus conté una seqüència d'escapada no vàlida «%s»"
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "El valor «%s» no es pot interpretar com a un nombre."
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
#, c-format
msgid "Integer value '%s' out of range"
msgstr "El valor enter «%s» és fora del rang"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "El valor «%s» no es pot interpretar com a un nombre en coma flotant."
-#: ../glib/gkeyfile.c:3706
+#: glib/gkeyfile.c:3706
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "El valor «%s» no es pot interpretar com un booleà."
-#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, c-format
msgid "Too large count value passed to %s"
msgstr "El valor de comptatge passat a %s és massa llarg"
-#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
#, c-format
msgid "Stream is already closed"
msgstr "Ja està tancat el flux"
-#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1949
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "S'ha cancel·lat l'operació"
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
msgid "Unknown type"
msgstr "Tipus desconegut"
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr "tipus de tixer %s"
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "tipus %s"
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
#, c-format
msgid "Unexpected early end-of-stream"
msgstr "No s'esperava un final de flux tant aviat"
-#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Sense nom"
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
#, c-format
msgid "Desktop file didn't specify Exec field"
msgstr "El fitxer d'escriptori no especificava el camp d'execucció"
-#: ../gio/gdesktopappinfo.c:882
+#: gio/gdesktopappinfo.c:882
#, c-format
msgid "Unable to find terminal required for application"
msgstr "No s'ha pogut trobar el terminal que demanava l'aplicació"
-#: ../gio/gdesktopappinfo.c:1114
+#: gio/gdesktopappinfo.c:1114
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
"No s'ha pogut crear el directori de configuració de l'aplicació de l'usuari %"
"s: %s"
-#: ../gio/gdesktopappinfo.c:1118
+#: gio/gdesktopappinfo.c:1118
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
"No s'ha pogut crear el directori de configuració MIME de l'usuari %s: %s"
-#: ../gio/gdesktopappinfo.c:1457
+#: gio/gdesktopappinfo.c:1457
#, c-format
msgid "Can't create user desktop file %s"
msgstr "No s'ha pogut crear el fitxer d'escriptori de l'usuari %s"
-#: ../gio/gdesktopappinfo.c:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr "Definició personalitzada per a %s"
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr "la unitat no implementa l'expulsió"
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
msgid "drive doesn't implement polling for media"
msgstr "la unitat no implementa l'enquesta per si hi ha un medi"
-#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639
-#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053
-#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621
-#: ../gio/gfile.c:3701
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "L'operació no està implementada"
@@ -1298,94 +1287,94 @@ msgstr "L'operació no està implementada"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
#, c-format
msgid "Containing mount does not exist"
msgstr "No existeix el punt de muntatge contenidor"
-#: ../gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "No es pot copiar al directori"
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
#, c-format
msgid "Can't copy directory over directory"
msgstr "No es pot copiar el directori al directori"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2103
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Ja existeix el fitxer de destinació"
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
#, c-format
msgid "Can't recursively copy directory"
msgstr "No es pot copiar el directori de forma recursiva"
-#: ../gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "El valor donat per a l'enllaç simbòlic no és vàlid"
-#: ../gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "No es pot utilitzar la paperera"
-#: ../gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "En els noms de fitxers no pot haver-hi «%c»"
-#: ../gio/gfile.c:4752 ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "el volum no implementa el muntatge"
-#: ../gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
"No hi ha cap aplicació que s'hagi registrat per a gestionar aquest fitxer"
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
#, c-format
msgid "Enumerator is closed"
msgstr "L'enumerador està tancat"
-#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "L'enumerador de fitxer té una operació pendent"
-#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Ja està tancat l'enumerador de fitxer"
-#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
#, c-format
msgid "Stream doesn't support query_info"
msgstr "El flux no implementa «query_info»"
-#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
#, c-format
msgid "Seek not supported on stream"
msgstr "No està implementada la cerca en el flux"
-#: ../gio/gfileinputstream.c:380
+#: gio/gfileinputstream.c:380
#, c-format
msgid "Truncate not allowed on input stream"
msgstr "No es permet truncar en els fluxs d'entrada"
-#: ../gio/gfileoutputstream.c:457
+#: gio/gfileoutputstream.c:457
#, c-format
msgid "Truncate not supported on stream"
msgstr "No es permet trucar en els fluxs"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
#, c-format
msgid "Input stream doesn't implement read"
msgstr "El flux d'entrada no té implementada la lectura"
@@ -1396,308 +1385,308 @@ msgstr "El flux d'entrada no té implementada la lectura"
#. 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:904 ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
#, c-format
msgid "Stream has outstanding operation"
msgstr "El flux té una operació pendent"
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
#, c-format
msgid "Unable to find default local directory monitor type"
msgstr ""
"No s'ha pogut trobar el tipus de seguiment de directoris locals predeterminat"
-#: ../gio/glocalfile.c:599
+#: gio/glocalfile.c:599
#, c-format
msgid "Invalid filename %s"
msgstr "El nom del fitxer no és vàlid: %s"
-#: ../gio/glocalfile.c:962
+#: gio/glocalfile.c:962
#, c-format
msgid "Error getting filesystem info: %s"
msgstr ""
"S'ha produït un error en obtenir la informació del sistema de fitxers: %s"
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
#, c-format
msgid "Can't rename root directory"
msgstr "No es pot canviar el nom del directori arrel"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "No es pot canviar el nom del fitxer, ja existeix aquest nom"
-#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1978 ../gio/glocalfile.c:2007
-#: ../gio/glocalfile.c:2156 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Nom de fitxer no vàlid"
-#: ../gio/glocalfile.c:1125
+#: gio/glocalfile.c:1125
#, c-format
msgid "Error renaming file: %s"
msgstr "S'ha produït un error en canviar el nom del fitxer: %s"
-#: ../gio/glocalfile.c:1244
+#: gio/glocalfile.c:1244
#, c-format
msgid "Error opening file: %s"
msgstr "S'ha produït un error en obrir el fitxer: %s"
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
#, c-format
msgid "Can't open directory"
msgstr "No s'ha pogut obrir el directori"
-#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1982
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "S'ha produït un error en suprimir el fitxer: %s"
-#: ../gio/glocalfile.c:1677
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "S'ha produït un error en enviar el fitxer a la paperera: %s"
-#: ../gio/glocalfile.c:1700
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "No s'ha pogut crear el directori de la paperera %s: %s"
-#: ../gio/glocalfile.c:1721
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "No s'ha pogut trobar el directori superior per a la paperera"
-#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "No s'ha pogut trobar o crear el directori de la paperera"
-#: ../gio/glocalfile.c:1854
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "No s'ha pogut crear el fitxer d'informació d'enviar a la paperera: %s"
-#: ../gio/glocalfile.c:1879 ../gio/glocalfile.c:1948 ../gio/glocalfile.c:1955
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "No s'ha pogut enviar el fitxer a la paperera: %s"
-#: ../gio/glocalfile.c:2011
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "S'ha produït un error en fer l'enllaç simbòlic: %s"
-#: ../gio/glocalfile.c:2071 ../gio/glocalfile.c:2160
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "S'ha produït un error en moure el fitxer: %s"
-#: ../gio/glocalfile.c:2094
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "No s'ha pogut moure el directori al directori"
-#: ../gio/glocalfile.c:2116 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Ha fallat la creació del fitxer de còpia de seguretat"
-#: ../gio/glocalfile.c:2135
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "S'ha produït un error en suprimir el fitxer objectiu: %s"
-#: ../gio/glocalfile.c:2149
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "No està implementat el moure entre muntatges"
-#: ../gio/glocalfileinfo.c:709
+#: gio/glocalfileinfo.c:709
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "El valor de l'atribut no pot ser nul"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Tipus d'atribut no vàlid (s'esperava una cadena)"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid extended attribute name"
msgstr "El nom de l'atribut estés no és vàlid"
-#: ../gio/glocalfileinfo.c:763
+#: gio/glocalfileinfo.c:763
#, c-format
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:1402 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr ""
"S'ha produït un error en executar la funció «stat()» en el fitxer «%s»: %s"
-#: ../gio/glocalfileinfo.c:1458
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (codificació no vàlida)"
-#: ../gio/glocalfileinfo.c:1618
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr ""
-"S'ha produït un error en executar la funció «stat()» al descriptor de "
-"fitxer: %s"
+"S'ha produït un error en executar la funció «stat()» al descriptor de fitxer: "
+"%s"
-#: ../gio/glocalfileinfo.c:1663
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tipus d'atribut no vàlid (s'esperava un uint32)"
-#: ../gio/glocalfileinfo.c:1680
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tipus d'atribut no vàlid (s'esperava un uint64)"
-#: ../gio/glocalfileinfo.c:1698
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Tipus d'atribut no vàlid (s'esperava una cadena de bytes)"
-#: ../gio/glocalfileinfo.c:1724
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "S'ha produït un error en establir els permisos: %s"
-#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1943
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "S'ha produït un error en establir el propietari: %s"
-#: ../gio/glocalfileinfo.c:1798
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "l'enllaç simbòlic no pot ser nul"
-#: ../gio/glocalfileinfo.c:1808 ../gio/glocalfileinfo.c:1827
-#: ../gio/glocalfileinfo.c:1838
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "S'ha produït un error en establir l'enllaç simbòlic: %s"
-#: ../gio/glocalfileinfo.c:1817
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"S'ha produït un error en establir l'enllaç simbòlic: el fitxer no és un "
"enllaç simbòlic"
-#: ../gio/glocalfileinfo.c:1998
+#: gio/glocalfileinfo.c:1998
#, c-format
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:570
#, 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:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
+#: gio/glocalfileoutputstream.c:854
#, 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:279
#, c-format
msgid "Error closing file: %s"
msgstr "S'ha produït un error en tancar el fitxer: %s"
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
#, c-format
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:591
#, 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:213
#, 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:227 gio/glocalfileoutputstream.c:240
#, 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:258
#, 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:418 gio/glocalfileoutputstream.c:871
#, 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:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, 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:679
#, c-format
msgid "Target file is a directory"
msgstr "El fitxer objectiu és un directori"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
#, c-format
msgid "Target file is not a regular file"
msgstr "El fitxer objectiu no és un fitxer regular"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
#, c-format
msgid "The file was externally modified"
msgstr "El fitxer ha estat modificat des d'alguna aplicació externa"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "El GSeekType proporcionat no és vàlid"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "La sol·licitud de cerca és invàlida"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr "No es pot truncar el GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "S'ha arribat al màxim del límit de la matriu de dades"
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "El flux de sortida de memòria no és modificable"
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Ha fallat el redimensionament de la memòria del flux de sortida"
@@ -1705,55 +1694,55 @@ msgstr "Ha fallat el redimensionament de la memòria del flux de sortida"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:344
+#: gio/gmount.c:344
msgid "mount doesn't implement unmount"
msgstr "el muntatge no implementa el desmuntatge"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:419
+#: gio/gmount.c:419
msgid "mount doesn't implement eject"
msgstr "el muntatge no implementa l'expulsió"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:501
+#: gio/gmount.c:501
msgid "mount doesn't implement remount"
msgstr "el muntatge no implementa el tornar-se a muntar"
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
#, c-format
msgid "Output stream doesn't implement write"
msgstr "El flux de sortida no implementa l'escriptura"
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
#, c-format
msgid "Source stream is already closed"
msgstr "El flux font ja està tancat"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr "nom"
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
msgid "The name of the icon"
msgstr "El nom de la icona"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr "noms"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr "Una llista amb els noms de les icones"
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr "utilitza les alternatives predeterminades"
-#: ../gio/gthemedicon.c:245
+#: gio/gthemedicon.c:245
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1762,65 +1751,65 @@ msgstr ""
"escurçar el nom a «-» caràcters. Ignora els noms després del primer si es "
"donen més múltiples noms."
-#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "S'ha produït un error en llegir des de UNIX: %s"
-#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, c-format
msgid "Error closing unix: %s"
msgstr "S'ha produït un error en tancar des de UNIX: %s"
-#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Arrel del sistema de fitxers"
-#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, c-format
msgid "Error writing to unix: %s"
msgstr "S'ha produït un error en escriure a UNIX: %s"
-#: ../gio/gvolume.c:423
+#: gio/gvolume.c:423
msgid "volume doesn't implement eject"
msgstr "el volum no implementa l'expulsió"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
#, c-format
msgid "Can't find application"
msgstr "No es pot trobar l'aplicació"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "S'ha produït un error en executar l'aplicació: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
#, c-format
msgid "URIs not supported"
msgstr "No estan implementats els URI"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
#, c-format
msgid "association changes not supported on win32"
msgstr "els canvis associatius no estan implementats a win32"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
#, c-format
msgid "Association creation not supported on win32"
msgstr "La creació associativa no està implementada a win32"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "no amaguis les entrades"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "utilitza un format de llistat llarg"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[FITXER...]"
diff --git a/po/cs.po b/po/cs.po
index 5f3b69cdd..f5482cd1a 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-03-03 22:27+0100\n"
"Last-Translator: Petr Kovar <pknbe@volny.cz>\n"
"Language-Team: Czech <gnome-cs-list@gnome.org>\n"
@@ -306,24 +306,24 @@ msgstr "Nelze otevřít soubor \"%s\": open() selhalo: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Nelze otevřít soubor \"%s\": mmap() selhalo: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Chyba na řádku %d, znak %d: "
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Chyba na řádku %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
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:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -333,17 +333,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:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak \"%s\" je v názvu entity neplatný"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Název entity \"%s\" není znám"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -351,7 +351,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:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -360,17 +360,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:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Odkaz na znak \"%-.*s\" nekóduje povolený znak"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
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:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -379,32 +379,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:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Neukončený odkaz na entitu"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Neukončený odkaz na znak"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Neplatný text v kódování UTF-8 - příliš dlouhá posloupnost"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
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:1036
+#: glib/gmarkup.c:1042
#, 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:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument musí začínat prvkem (například: <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -412,7 +412,7 @@ msgid ""
msgstr ""
"\"%s\" není platný znak po znaku \"<\"; nesmí s ním začínat název prvku"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -421,7 +421,7 @@ msgstr ""
"Zvláštní znak \"%s\", byl očekáván znak \">\" k ukončení počáteční značky "
"prvku \"%s\""
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -429,7 +429,7 @@ msgstr ""
"Zvláštní znak \"%s\", po názvu atributu \"%s\" prvku \"%s\" bylo očekáváno "
"\"=\""
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -440,7 +440,7 @@ msgstr ""
"značky prvku \"%s\", nebo případně atribut; pravděpodobně jste použili "
"neplatný znak v názvu atributu"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -449,7 +449,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:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -458,7 +458,7 @@ msgstr ""
"\"%s\" není platný znak po znacích \"</\"; znakem \"%s\" nesmí začínat název "
"prvku"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -467,25 +467,25 @@ msgstr ""
"\"%s\" není povoleným znakem po ukončovacím názvu prvku \"%s\"; povoleným "
"znakem je \">\""
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, 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:1597
+#: glib/gmarkup.c:1603
#, 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:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je prázdný nebo obsahuje pouze mezery"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
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:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -494,7 +494,7 @@ msgstr ""
"Dokument neočekávaně skončil, prvky jsou stále otevřeny - poslední otevřený "
"prvek byl \"%s\""
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -502,19 +502,19 @@ msgid ""
msgstr ""
"Dokument neočekávaně skončil, byla očekávána uzavírací závorka značky <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument neočekávaně skončil uvnitř názvu prvku"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument neočekávaně skončil uvnitř názvu atributu"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
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:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -522,16 +522,16 @@ 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:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument neočekávaně skončil uvnitř hodnoty atributu"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, 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:1839
+#: glib/gmarkup.c:1845
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í"
@@ -556,7 +556,7 @@ msgstr "dosažen limit zpětného vyhledávání"
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:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "vnitřní chyba"
@@ -1165,7 +1165,7 @@ msgstr "%s poskytnut příliš vysoký počet"
msgid "Stream is already closed"
msgstr "Proud je již uzavřen"
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Operace byla zrušena"
@@ -1232,9 +1232,9 @@ msgid "drive doesn't implement polling for media"
msgstr "mechanika neprovádí dotazování na média"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Operace není podporována"
@@ -1253,7 +1253,7 @@ msgstr "Operace není podporována"
msgid "Containing mount does not exist"
msgstr "Obsahující připojené neexistuje"
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "Nelze kopírovat nad adresář"
@@ -1263,7 +1263,7 @@ msgstr "Nelze kopírovat nad adresář"
msgid "Can't copy directory over directory"
msgstr "Nelze kopírovat adresář nad adresář"
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Cílový soubor existuje"
@@ -1273,26 +1273,26 @@ msgstr "Cílový soubor existuje"
msgid "Can't recursively copy directory"
msgstr "Adresář nelze kopírovat rekurzivně"
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "Zadaný symbolický odkaz je neplatný"
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "Zahozené není podporováno"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Názvy souborů nemohou obsahovat \"%c\""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "svazek neprovádí připojení"
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "Žádná aplikace není zaregistrována k obsluze tohoto souboru"
@@ -1303,12 +1303,12 @@ msgid "Enumerator is closed"
msgstr "Enumerator je uzavřen"
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "Souborový enumerator má nevykonanou operaci"
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Souborový enumerator je již uzavřen"
@@ -1374,8 +1374,8 @@ msgstr "Nelze přejmenovat kořenový adresář"
msgid "Can't rename file, filename already exist"
msgstr "Soubor nelze přejmenovat, název souboru již existuje"
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
@@ -1396,69 +1396,69 @@ msgstr "Chyba při otevírání souboru: %s"
msgid "Can't open directory"
msgstr "Nelze otevřít adresář"
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Chyba při odstraňování souboru: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Chyba při zahazování souboru: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Nelze vytvořit adresář koše %s: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Ke koši nelze nalézt adresář nejvyšší úrovně"
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Nelze nalézt nebo vytvořit adresář koše"
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Nelze vytvořit informační soubor o zahozeném: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Nelze zahodit soubor: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Chyba při vytváření symbolického odkazu: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Chyba při přesunování souboru: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "Adresář nelze přesunout nad adresář"
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Vytvoření záložního souboru selhalo"
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Chyba při odstraňování cílového souboru: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "Přesunování mezi připojeními není podporováno"
@@ -1483,63 +1483,63 @@ msgstr "Neplatný název rozšířeného atributu"
msgid "Error setting extended attribute '%s': %s"
msgstr "Chyba při nastavování rozšířeného atributu \"%s\": %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Chyba při prohledávání souboru \"%s\" s fstat(): %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (neplatné kódování)"
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Chyba při prohledávání popisovače souboru s fstat(): %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Neplatný typ atributu (očekáván uint32)"
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Neplatný typ atributu (očekáván uint64)"
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Neplatný typ atributu (očekáván bajtový řetězec)"
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Chyba při nastavování oprávnění: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Chyba při nastavování vlastníka: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "symbolický odkaz nesmí být prázdný"
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Chyba při nastavování symbolického odkazu: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
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:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Nastavení atributu %s není podporováno"
@@ -1612,12 +1612,12 @@ msgstr "Cílový soubor není obyčejným souborem"
msgid "The file was externally modified"
msgstr "Soubor byl externě pozměněn"
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Poskytnut neplatný GSeekType"
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Neplatný požadavek na hledání"
@@ -1627,17 +1627,17 @@ msgstr "Neplatný požadavek na hledání"
msgid "Cannot truncate GMemoryInputStream"
msgstr "Nelze zkrátit GMemoryInputStream"
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "Dosažen maximální limit datového pole"
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "Nelze měnit velikost výstupního proudu paměti"
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Nelze změnit velikost výstupního proudu paměti"
@@ -1714,7 +1714,7 @@ msgstr "Chyba při čtení z datového proudu Unix: %s"
msgid "Error closing unix: %s"
msgstr "Chyba při zavírání datového proudu Unix: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Kořen systému souborů"
diff --git a/po/cy.po b/po/cy.po
index e08728b07..070ac24e9 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -299,24 +299,24 @@ msgstr "Methwyd agor y ffeil '%s': methodd open(): %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Methwyd mapio'r ffeil '%s': methodd mmap(): %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Gwall ar linell %d golofn %d: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Gwall ar linell %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Gwelwyd endid gwag '&;'; mae &amp; &quot; &lt; &gt; a &apos; yn endidau dilys"
# c-format
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -326,17 +326,17 @@ msgstr ""
"Mae'r nod '%s' yn annilys ar ddechrau endid; mae'r nod & yn dechrau endid; "
"os nad yw'r & yma i fod yn endid, defnyddiwch &amp; yn ei le"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Nid yw'r nod '%s' yn ddilys o fewn enw endid"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Mae'r enw endid '%s' yn anhysbys"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -344,7 +344,7 @@ msgstr ""
"Ni orffennwyd yr endid gyda hanner-colon - mwy na thebyg y defnyddiwyd "
"ampersand heb fwriadu dechrau endid - dylid defnyddio &amp; yn lle"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -353,16 +353,16 @@ msgstr ""
"Methwyd adnabod '%-.*s', a ddylai fod yn ddigid o fewn cyfeiriant nod "
"(&#234; er enghraifft) - hwyrach fod y digid yn rhy fawr"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Nid yw'r cyfeiriant nod '%-.*s' yn amgodio nod a ganiateir"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Cyfeiriant nod gwag; dylai gynnwys digid megis &#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -371,34 +371,34 @@ msgstr ""
"Ni orffennwyd cyfeiriant nod gyda hanner-colon - mwy na thebyg y defnyddiwyd "
"ampersand heb fwriadu dechrau endid - dylid defnyddio &amp; yn lle"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Cyfeiriant endid heb ei orffen"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Cyfeiriant nod heb ei orffen"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Testun annilys wedi ei amgodio fel UTF-8"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Testun annilys wedi ei amgodio fel UTF-8"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Testun annilys wedi ei amgodio fel UTF-8"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Rhaid i'r ddogfen ddechrau gydag elfen (e.e. <llyfr>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -406,14 +406,14 @@ msgid ""
msgstr ""
"Nid yw '%s' yn nod dilys yn dilyn '<'; nid yw'n gallu dechrau enw elfen"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "Nod od '%s', disgwyliwyd '>' er mwyn gorffen tag dechrau'r elfen '%s'"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -421,7 +421,7 @@ msgstr ""
"Nod od '%s', disgwyliwyd '=' ar ôl yr enw priodoledd '%s' o'r elfen '%s'"
# c-format
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -432,7 +432,7 @@ msgstr ""
"s', neu briodoledd ddewisol; efallai defnyddiwyd nod annilys mewn enw "
"priodoledd"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -441,7 +441,7 @@ msgstr ""
"Nod od '%s', disgwyliwyd dyfynnod agored ar ôl y '=' wrth roi gwerth i'r "
"priodoledd '%s' o'r elfen '%s'"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -450,7 +450,7 @@ msgstr ""
"Nid yw '%s' yn nod ddilys yn dilyn y nodau '</'; nid yw '%s' yn gallu "
"dechrau enw elfen."
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -459,26 +459,26 @@ msgstr ""
"Nid yw '%s' yn nod ddilys yn dilyn y nodau '</'; nid yw '%s' yn gallu "
"dechrau enw elfen."
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Cafodd yr elfen '%s' ei gau, nid oes elfen ar agor ar hyn o bryd"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Cafodd yr elfen '%s' ei gau, ond yr elfen sydd ar agor ar hyn o bryd yw '%s'"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Roedd y ddogfen yn wag neu'n cynnwys gofod yn unig"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Gorffennodd y ddogfen yn annisgwyl ar ôl '<'"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -487,7 +487,7 @@ msgstr ""
"Gorffennodd y ddogfen yn annisgwyl tra roedd elfennau ar agor - '%s' oedd yr "
"elfen ddiwethaf a agorwyd"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -496,19 +496,19 @@ msgstr ""
"Gorffennodd y ddogfen yn annisgwyl, disgwyliwyd ongl-fraced caeedig i "
"ddiweddu'r tag <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i enw elfen"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i enw priodoledd"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i dag agor elfen"
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -516,16 +516,16 @@ msgstr ""
"Gorffennodd y ddogfen yn annisgwyl ar ôl yr hafalnod yn dilyn enw "
"priodoledd; dim gwerth priodoledd"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i werth priodoledd"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i dag cau'r elfen '%s'"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Gorffennodd y ddogfen yn annisgwyl y tu fewn i sylw neu gyfarwyddiad brosesu"
@@ -550,7 +550,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1165,7 +1165,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1233,9 +1233,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Ni chynhelir cysylltion symbolaidd"
@@ -1254,7 +1254,7 @@ msgstr "Ni chynhelir cysylltion symbolaidd"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1264,7 +1264,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1274,26 +1274,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Ni chynhelir cysylltion symbolaidd"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "Does dim un rhaglen o'r enw '%s' wedi cofrestru llyfrnod ar gyfer '%s'"
@@ -1304,12 +1304,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1375,8 +1375,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1397,69 +1397,69 @@ msgstr "Gwall wrth ddarllen ffeil '%s': %s "
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Methwyd creu'r ffeil '%s': %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Methwyd creu'r ffeil '%s': %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Methwyd creu'r ffeil '%s': %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Gwall wrth ramadegu opsiwn %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1484,62 +1484,62 @@ 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:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Gwall wrth drawsnewid: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Gwall wrth drawsnewid: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Gwall ar linell %d: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Ni chynhelir cysylltion symbolaidd"
@@ -1612,12 +1612,12 @@ msgstr "Ddim yn ffeil cyffredin"
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Enw rhaglen annilys: %s"
@@ -1627,17 +1627,17 @@ msgstr "Enw rhaglen annilys: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1712,7 +1712,7 @@ msgstr "Gwall wrth ddarllen ffeil '%s': %s "
msgid "Error closing unix: %s"
msgstr "Gwall ar linell %d: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/da.po b/po/da.po
index 9e3e976b3..5c209eb7e 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -309,24 +309,24 @@ msgstr "Kunne ikke åbne filen \"%s\": open() mislykkedes: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Kunne ikke kortlægge filen \"%s\": mmap() mislykkedes: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Fejl på linje %d tegn %d: "
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Fejl på linje %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Tom entitet \"&;\" fundet; gyldige entiteter er: &amp; &quot; &lt; &gt; "
"&apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -337,17 +337,17 @@ msgstr ""
"starter en entitet; hvis dette og-tegn ikke er beregnet på at være en "
"entitet, så undgå dette ved at bruge &amp; i stedet"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Tegnet \"%s\" er ikke gyldigt inde i et entitetsnavn"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitetsnavnet \"%s\" er ikke kendt"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -356,7 +356,7 @@ msgstr ""
"tegn uden at det var beregnet på at starte en entitet - dette undgås ved at "
"bruge &amp; i stedet"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -365,16 +365,16 @@ msgstr ""
"Fejl ved fortolkning af \"%-.*s\" som skulle have været et ciffer i en "
"tegnreference (&#234; for eksempel) - måske er cifret for stort"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Tegnreferencen \"%-.*s\" koder ikke et tilladt tegn"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tom tegnreference; skulle indeholde et tal såsom &#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -384,32 +384,32 @@ msgstr ""
"og-tegn uden at det var beregnet på at starte en entitet - undgå dette ved "
"at bruge &amp; i stedet"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Ufærdig entitetsreference"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Ufærdig tegnreference"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ugyldig UTF-8-kodet tekst - for lang sekvens"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ugyldig UTF-8-kodet tekst - ikke et starttegn"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ugyldig UTF-8-kodet tekst - ikke gyldig \"%s\""
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentet skal begynde med et element (f.eks <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -418,7 +418,7 @@ msgstr ""
"\"%s\" er ikke et gyldigt tegn efter et \"<\"-tegn; det kan ikke være "
"begyndelsen på et elementnavn"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -427,7 +427,7 @@ msgstr ""
"Mærkeligt tegn \"%s\", forventede et \">\"-tegn for at afslutte "
"begyndelsesmærket til elementet \"%s\""
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -435,7 +435,7 @@ msgstr ""
"Mærkeligt tegn \"%s\", forventede et \"=\" efter egenskabsnavn \"%s\" for "
"elementet \"%s\""
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -446,7 +446,7 @@ msgstr ""
"begyndelsesmærket til elementet \"%s\" eller alternativt en egenskab; måske "
"brugte du et ugyldigt tegn i egenskabsnavnet"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -455,7 +455,7 @@ msgstr ""
"Mærkeligt tegn \"%s\", forventede et åbningsanførselstegn efter "
"lighedstegnet når værdien for egenskaben \"%s\" for elementet \"%s\" angives"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -464,7 +464,7 @@ msgstr ""
"\"%s\" er ikke et gyldigt tegn efter tegnene \"</\"; \"%s\" er måske ikke "
"begyndelsen på et elementnavn"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -473,25 +473,25 @@ msgstr ""
"\"%s\" er ikke et gyldigt tegn efter det lukkende elementnavn \"%s\"; "
"tilladt tegn er \">\""
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element \"%s\" blev lukket, ingen åbne elementer nu"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element \"%s\" blev lukket, men aktivt åbent element er \"%s\""
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentet var tomt eller indeholdt kun blanke tegn"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentet sluttede uventet lige efter en åben vinkelparantes \"<\""
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -500,7 +500,7 @@ msgstr ""
"Dokumentet sluttede uventet med åbne elementer - \"%s\" var sidste åbne "
"element"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -509,19 +509,19 @@ msgstr ""
"Dokumentet sluttede uventet, forventede at se en vinkelparantes for at "
"afslutte det sidste mærke <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentet sluttede uventet inden i et elementnavn"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentet sluttede uventet inden i et egenskabsnavn"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumentet sluttede uventet inden i et element-åbnende mærke."
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -529,17 +529,17 @@ msgstr ""
"Dokumentet sluttede uventet efter lighedstegnet efter et egenskabsnavn; "
"ingen egenskabsværdi"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentet sluttede uventet inden i en egenskabsværdi"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Dokumentet sluttede uventet inden i lukningsmærket for elementet \"%s\""
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumentet sluttede uventet inden i en kommentar eller behandlingsinstruktion"
@@ -566,7 +566,7 @@ msgstr ""
"mønsteret indeholder elementer der ikke understøttes i forbindelse med "
"partiel træfning"
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "intern fejl"
@@ -1181,7 +1181,7 @@ msgstr "For stor talværdi givet til %s"
msgid "Stream is already closed"
msgstr "Strømmen er allerede lukket"
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Operationen blev afbrudt"
@@ -1248,9 +1248,9 @@ msgid "drive doesn't implement polling for media"
msgstr "drevet implementerer ikke forespørgsel om medier"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Operationen understøttes ikke"
@@ -1269,7 +1269,7 @@ msgstr "Operationen understøttes ikke"
msgid "Containing mount does not exist"
msgstr "Indeholdende montering findes ikke"
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "Kan ikke kopiere over mappe"
@@ -1279,7 +1279,7 @@ msgstr "Kan ikke kopiere over mappe"
msgid "Can't copy directory over directory"
msgstr "Kan ikke kopiere mappe over mappe"
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Målfilen findes"
@@ -1289,27 +1289,27 @@ msgstr "Målfilen findes"
msgid "Can't recursively copy directory"
msgstr "Kan ikke kopiere mappe rekursivt"
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "Ugyldig værdi givet for symbolsk henvisning"
# ved ikke om det er papirkurv eller blot affald, eller om det er et udsagnsord. Vi skriver det sikreste...
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "Affald understøttes ikke"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Filnavne kan ikke indeholder \"%c\""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "drevet implementerer ikke montering"
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "Intet program er registreret til håndtering af denne fil"
@@ -1321,12 +1321,12 @@ msgstr "Optæller er lukket"
# udviklerkommentar ved tilsvarende streng andetsteds i filen forklarer dette
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "Filoptæller arbejder stadig"
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Filoptæller er allerede lukket"
@@ -1392,8 +1392,8 @@ msgstr "Kan ikke omdøbe rodmappen"
msgid "Can't rename file, filename already exist"
msgstr "Kan ikke omdøbe fil, filnavn findes allerede"
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
@@ -1414,69 +1414,69 @@ msgstr "Fejl ved åbning af fil: %s"
msgid "Can't open directory"
msgstr "Kan ikke åbne mappe"
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Fejl under fjernelse af fil: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Fejl ved udsmidning af fil: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Kan ikke oprette affaldsmappe %s: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Kan ikke finde topniveau-mappe til affald"
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Kan ikke finde eller oprette affaldsmappe"
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Kan ikke oprette affalds-infofil: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Kan ikke smide fil ud: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Fejl under oprettelse af symbolsk henvisning: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Fejl ved flytning af fil: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "Kan ikke flytte mappe over mappe"
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Oprettelse af sikkerhedskopi mislykkedes"
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Fejl ved fjernelse af målfil: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "Flytning mellem monteringer understøttes ikke"
@@ -1501,64 +1501,64 @@ msgstr "Ugyldigt udvidet attributnavn"
msgid "Error setting extended attribute '%s': %s"
msgstr "Fejl ved instilling af udvidet attribut \"%s\": %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Fejl ved stat for filen \"%s\": %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (ugyldig kodning)"
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Fejl ved stat af fildeskriptor: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ugyldig attributtype (uint32 forventet)"
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ugyldig attributtype (uint64 forventet)"
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Ugyldig attributtype (byte-streng forventet)"
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Fejl ved ændring af rettigheder: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Fejl ved ændring af ejer: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "symbolsk henvisning må ikke være NULL"
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Fejl ved manipulation af symbolsk henvisning: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Fejl ved manipulation af symbolsk henvisning: filen er ikke en symbolsk "
"henvisning"
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Indstilling af attributten %s understøttes ikke"
@@ -1631,12 +1631,12 @@ msgstr "Målfilen er ikke en almindelig fil"
msgid "The file was externally modified"
msgstr "Filen blev modificeret eksternt"
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Ugyldig GSeekType angivet"
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Ugyldig søgeforespørgsel"
@@ -1646,17 +1646,17 @@ msgstr "Ugyldig søgeforespørgsel"
msgid "Cannot truncate GMemoryInputStream"
msgstr "Kan ikke beskære GMemoryInputStream"
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "Nåede maksimal data-arraygrænse"
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "Hukommelses-uddatastrøm kan ikke ændre størrelse"
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Kunne ikke ændre størrelse for hukommelses-uddatastrøm"
@@ -1733,7 +1733,7 @@ msgstr "Fejl ved læsning fra unix: %s"
msgid "Error closing unix: %s"
msgstr "Fejl ved lukningaf unix: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Filsystemets rod"
diff --git a/po/de.po b/po/de.po
index e968ddc0c..8c4c53944 100644
--- a/po/de.po
+++ b/po/de.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-03-04 19:46+0100\n"
"Last-Translator: Hendrik Richter <hendrikr@gnome.org>\n"
"Language-Team: German <gnome-de@gnome.org>\n"
@@ -319,24 +319,24 @@ msgstr "Datei »%s« konnte nicht geöffnet werden: open() ist fehlgeschlagen: %
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Datei »%s« konnte nicht gemappt werden: mmap() ist fehlgeschlagen: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Fehler in Zeile %d, Zeichen %d: "
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Fehler in Zeile %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
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:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -347,18 +347,18 @@ msgstr ""
"beginnt mit dem Zeichen &; wenn das Et keine Entität sein soll, es als &amp; "
"umschreiben"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, 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:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitätsname »%s« ist unbekannt"
# CHECK
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -367,7 +367,7 @@ msgstr ""
"benutzt, ohne eine Entity beginnen zu wollen - umschreiben Sie das Et als "
"&amp;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -376,16 +376,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:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Zeichenreferenz »%-.*s« kodiert kein zulässiges Zeichen"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
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:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -395,32 +395,32 @@ msgstr ""
"Et-Zeichen benutzt, ohne eine Entität beginnen zu wollen - umschreiben Sie "
"das Et als &amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Unvollendete Entitätsreferenz"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Unvollendete Zeichenreferenz"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ungültiger UTF-8-kodierter Text - überlange Sequenz"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ungültiger UTF-8-kodierter Text - Kein Anfangszeichen"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, 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:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument muss mit einem Element beginnen (e.g. <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -429,7 +429,7 @@ msgstr ""
"»%s« ist kein gültiges Zeichen nach einem »<«-Zeichen; es darf keinen "
"Elementnamen beginnen"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -438,14 +438,14 @@ msgstr ""
"Seltsames Zeichen »%s«, »>« erwartet um Start-Tag des Elements »%s« "
"abzuschließen"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, 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:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -456,7 +456,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:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -465,7 +465,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:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -474,7 +474,7 @@ msgstr ""
"»%s« ist kein gültiges Zeichen, wenn es auf die Zeichen »</« folgt; »%s« darf "
"keinen Elementnamen beginnen"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -483,25 +483,25 @@ msgstr ""
"»%s« ist kein gültiges Zeichen, wenn es auf den schließenden Elementnamen »%s« "
"folgt; das erlaubte Zeichen ist »>«"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, 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:1597
+#: glib/gmarkup.c:1603
#, 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:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokument ist leer oder enthält nur Leerraum"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument endete unerwartet nach einer offenen spitzen Klammer »<«"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -510,7 +510,7 @@ msgstr ""
"Dokument endete unerwartet mit noch offenen Elementen - »%s« war das letzte "
"offene Element"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -519,19 +519,19 @@ msgstr ""
"Dokument endete unerwartet, es wurde eine spitze Klammer »>«, die das Tag <%s/"
"> schließt, erwartet"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument endete unerwartet innerhalb eines Elementnamens"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument endete unerwartet innerhalb eines Attributnamens"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument endete unerwartet innerhalb eines Element-öffnenden Tags."
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -539,18 +539,18 @@ msgstr ""
"Dokument endete unerwartet nach dem Gleichheitszeichen, das einem "
"Attributnamen folgt; kein Attributwert"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument endete unerwartet innerhalb eines Attributwertes"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, 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:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokument endete unerwartet innerhalb eines Kommentars oder "
@@ -578,7 +578,7 @@ msgstr ""
"Der Ausdruck enthält Elemente, die teilweise Übereinstimmung nicht "
"unterstützen"
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "Interner Fehler"
@@ -1207,7 +1207,7 @@ msgstr "Zu großer Zählwert an %s übermittelt"
msgid "Stream is already closed"
msgstr "Datenstrom ist bereits geschlossen"
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Vorgang wurde abgebrochen"
@@ -1277,9 +1277,9 @@ msgid "drive doesn't implement polling for media"
msgstr "Laufwerk unterstützt Prüfen auf Datenträger nicht"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Vorgang nicht unterstützt"
@@ -1298,7 +1298,7 @@ msgstr "Vorgang nicht unterstützt"
msgid "Containing mount does not exist"
msgstr "Enthaltender Einhängepunkt existiert nicht"
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "Es kann nicht über das Verzeichnis kopiert werden"
@@ -1308,7 +1308,7 @@ msgstr "Es kann nicht über das Verzeichnis kopiert werden"
msgid "Can't copy directory over directory"
msgstr "Verzeichnis kann nicht über Verzeichnis kopiert werden"
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Zieldatei existiert"
@@ -1318,26 +1318,26 @@ msgstr "Zieldatei existiert"
msgid "Can't recursively copy directory"
msgstr "Verzeichnis kann nicht rekursiv kopiert werden"
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "Ungültiger Wert für Symbolische Verknüpfung angegeben"
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "Müll nicht unterstützt"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Dateinamen dürfen kein »%c« enthalten"
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "Datenträger unterstützt Einhängen nicht"
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "Es wurde keine Anwendung gefunden, die diese Datei verarbeiten kann"
@@ -1348,12 +1348,12 @@ msgid "Enumerator is closed"
msgstr "Datei-Enumerator ist geschlossen"
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "Datei-Enumerator hat noch einen ausstehenden Vorgang"
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Datei-Enumerator ist bereits geschlossen"
@@ -1420,8 +1420,8 @@ msgstr "Wurzelverzeichnis kann nicht umbenannt werden"
msgid "Can't rename file, filename already exist"
msgstr "Datei kann nicht umbenannt werden, da der Dateiname bereits existiert"
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
@@ -1442,69 +1442,69 @@ msgstr "Fehler beim Öffnen der Datei: %s"
msgid "Can't open directory"
msgstr "Verzeichnis kann nicht geöffnet werden"
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Fehler beim Entfernen der Datei: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Fehler beim Verschieben der Datei in den Müll: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Müll-Verzeichnis %s konnte nicht angelegt werden: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Elternverzeichnis für den Müll konnte nicht gefunden werden"
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Müll-Verzeichnis konnte nicht gefunden oder angelegt werden"
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Löschprotokoll-Datei konnte nicht angelegt werden: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Datei konnte nicht in den Müll verschoben werden: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Fehler beim Erstellen des Symbolischen Verknüpfung: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Fehler beim Verschieben der Datei: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "Verzeichnis kann nicht über Verzeichnis verschoben werden"
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Erstellen der Backup-Datei fehlgeschlagen"
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Fehler beim Entfernen der Zieldatei: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "Verschieben zwischen Einhängepunkten nicht unterstützt"
@@ -1529,64 +1529,64 @@ msgstr "Ungültiger erweiterter Attributname"
msgid "Error setting extended attribute '%s': %s"
msgstr "Fehler beim Setzen des erweiterten Attributs »%s«: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Fehler beim Untersuchen der Datei %s mit fstat(): %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (ungültige Kodierung)"
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Fehler beim Untersuchen des Datei-Deskriptors mit fstat(): %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ungültiger Attributtyp (»uint32« erwartet)"
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ungültiger Attributtyp (»uint64« erwartet)"
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Ungültiger Attributtyp (»byte string« erwartet)"
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Fehler beim Setzen der Zugriffsrechte: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Fehler beim Setzen des Besitzers: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "Symbolische Verknüpfung darf nicht NULL sein"
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Fehler beim Setzen der Symbolischen Verknüpfung: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
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:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Setzen des Attributs %s nicht unterstützt"
@@ -1660,12 +1660,12 @@ msgstr "Zieldatei ist keine reguläre Datei"
msgid "The file was externally modified"
msgstr "Die Datei wurde extern verändert"
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Ungültiger GSeekType übergeben"
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Ungültige Suchanfrage"
@@ -1675,17 +1675,17 @@ msgstr "Ungültige Suchanfrage"
msgid "Cannot truncate GMemoryInputStream"
msgstr "GMemoryInputStream konnte nicht abgeschnitten werden"
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "Maximales Limit des Daten-Feldes erreicht"
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "Größe des Speicherausgabestroms ist nicht änderbar"
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Größe des Speicherausgabestroms konnte nicht geändert werden"
@@ -1762,7 +1762,7 @@ msgstr "Fehler beim Lesen aus Unix-Datenstrom: %s"
msgid "Error closing unix: %s"
msgstr "Fehler beim Schließen des Unix-Datenstroms: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Wurzelverzeichnis des Dateisystems"
diff --git a/po/dz.po b/po/dz.po
index 6b1414b23..b796f4529 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -302,23 +302,23 @@ msgstr "ཡིག་སྣོད་ ’%s’ ཁ་ཕྱེ་མ་ཚུག
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "ཡིག་སྣོད་’%s’ གི་ས་ཁྲ་འབྲི་མ་ཚུགས་: mmap() མ་བཏུབ་:%s།"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "གྱལ་རིམ་%d ཡིག་འབྲུ་ %d:%s ལུ་འཛོལ་བ།"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "གྱལ་རིམ་ %d་: %s ལུ་འཛོལ་བ།"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"ངོ་བོ་སྟོང་པ་ ’&;’ མཐོང་ཅི། ནུས་ཅན་ངོ་བོ་ཚུ་: &amp; &quot; &lt; &gt; &apos; ཚུ་ཨིན།"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -328,17 +328,17 @@ msgstr ""
"ངོ་བོའི་མིང་ འགོ་བཙུགས་སར ཡིག་འབྲུ་་ ’%s’ ནུས་མེད་ཨིན་པས། ཡིག་འབྲུ་ & འདི་གིས་ངོ་བོ་ཅིག་ འགོ་"
"བཙུགསཔ་ཨིན། གལ་སྲིད་ དང་རྟགས་འདི་ ངོ་བོ་མིནམ་ཅིག་དགོ་པཅིན་ &amp; བཟུམ་ཅིག་སྦེ་ གྲོས་ཐར་འབད།"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "ཡིག་འབྲུ་ ’%s དེ་ ངོ་བོའི་མིང་ཅིག་གི་ ནང་འཁོད་ལུ་ ནུས་མེད་ཨིན། "
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "ངོ་བོའི་མིང་ '%s' ཧ་མ་གོ"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -346,7 +346,7 @@ msgstr ""
"ངོ་བོ་འདི་ སེ་མི་ཀོ་ལཱོན་ ; གིས་འབད་ མཇུག་མ་བསྡུ་བས། ཁྱོད་ཀྱིས་ངོ་བོ་ཅིག་ འགོ་མ་བཙུགས་པར་ དང་རྟགས་"
"ཡིག་འབྲུ་ཅིག་ ལག་ལེན་འཐབ་འཐབ་བཟུམ་ཅིག་འདུག དང་རྟགས་་ &amp; བཟུམ་ཅིག་སྦེ་ གྲོས་ཐར་འབད།"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -355,16 +355,16 @@ msgstr ""
"'%-.*s'ལུ་ མིང་དཔྱད་འབད་མ་ཚུགས། འདི་ཡིག་འབྲུ་གཞི་བསྟུན་ (དཔེར་ན་ (&#234; ) ཅིག་ནང་གི་ ཨང་"
"ཡིག་ཅིག་འོང་དགོཔ་ཨིན་ - ཨང་ཡིག་དེ་ སྦོམ་དྲགསཔ་འོང་ནི་མས།"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "ཡིག་འབྲུ་གཞི་བསྟུན་ '%-.*s' དེ་གིས་ གནང་བ་ཅན་གྱི་ཡིག་འབྲུ་ཅིག་ལུ་ ཨིན་ཀོཌི་མི་འབད་བས།"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ཡིག་འབྲུ་སྟོང་པའི་འབྲེལ་བ་འདི་ནང་ &#454; བཟུམ་མའི་ ཨང་ཡིག་ཅིག་འོང་དགོ"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -374,34 +374,34 @@ msgstr ""
"མེད་པར་ དང་རྟགས་ ཡིག་འབྲུ་ ལག་ལེན་འཐབ་འཐབ་འོང་ནི་མས། དང་རྟགས་དེ་ &amp; བཟུམ་སྦེ་ གྲོས་ཐར་"
"འབད།"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "མཇུག་མ་བསྡུ་བའི་ ངོ་བོའི་གཞི་བསྟུན།"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "མཇུག་མ་བསྡུ་བའི་ ཡིག་འབྲུའི་གཞི་བསྟུན།"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "ནུས་མེད་ཡུ་ཊི་ཨེཕ་-༨ ཀྱི ཨིན་ཀོ་དེཌི་ཚིག་ཡིག"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "ནུས་མེད་ཡུ་ཊི་ཨེཕ་-༨ ཀྱི ཨིན་ཀོ་དེཌི་ཚིག་ཡིག"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "ནུས་མེད་ཡུ་ཊི་ཨེཕ་-༨ ཀྱི ཨིན་ཀོ་དེཌི་ཚིག་ཡིག"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ཡིག་ཆ་དེ་ (དཔེར་ན་ <book>) བཟུམ་མའི་ཆ་ཤས་ཅིག་གིས་ འགོ་བཙུགས་དགོ"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -410,7 +410,7 @@ msgstr ""
"ཡིག་འབྲུ་ ’%s’ དེ་ ཡིག་འབྲུ་’<’ ཅིག་གི་རྗེས་སུ་འོངམ་ད་ ནུས་པ་ཡོད་པའི་ཡིག་འབྲུ་ཅིག་མིན། འདི་གིས་ཆ་ཤས་"
"ཀྱི་མིང་ཅིག་ འགོ་མི་བཙུགསཔ་འོང༌།"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -419,7 +419,7 @@ msgstr ""
"’%s’ དེ་རྐྱང་ཡིག་ཨིན་པས། ཆ་ཤས་ཀྱི་ འགོ་བཙུགས་ངོ་རྟགས་ %s’ དེ་མཇུག་བསྡུ་ནི་ལུ་ ཡིག་འབྲུ་ ’>’ ཅིག་ "
"ཨིན་པའི་རེ་བ་ཡོད།"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -427,7 +427,7 @@ msgstr ""
"’%s’ དེ་རྐྱང་ཡིག་ཨིན་པས། ’=’ ཅིག་ཡོད་པའི་ རེ་བ་ཡོད་ ཁྱད་ཆོས་ཀྱི་མིང་ ’%s’ ཆ་ཤས་ ’%s’ གི་རྗེས་"
"སུ།"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -437,7 +437,7 @@ msgstr ""
"’%s’ དེ་རྐྱང་ཡིག་ཨིན་པས། ཆ་ཤས་ ’%s’ གི་འགོ་བཙུགས་ངོ་རྟགས་ མཇུག་བསྡུ་ནི་ལུ་ ཡིག་འབྲུ་ ’>’ ཡང་ན་ "
"’/’ གི་རེ་བ་ཡོད།"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -446,7 +446,7 @@ msgstr ""
"’%s’ དེ་རྐྱང་ཡིག་ཨིན་པས། ཁྱད་ཆོས་’%s’ གི་ ཆ་ཤས’%s’ གི་དོན་ལུ་ བེ་ལུ་བྱིནམ་ད་ མཉམ་རྟགས་ཀྱི་ཤུལ་"
"ལུ་ འགོ་བཙུགས་འདྲེན་རྟགས་ཅིག་ ཚུད་ཡོད་པའི་རེ་བ་ཡོད།"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -455,7 +455,7 @@ msgstr ""
"’%s’ དེ་ ཡིག་འབྲུ་ནུས་ཅན་ཅིག་མེན་ ཡིག་འབྲུ་ ’</’; ’%s’ ཚུ་གི་རྗེས་ཤུལ་ལུ་འོངམ་ ཆ་ཤས་ཀྱི་མིང་ཅིག་ "
"འགོ་མི་བཙུགསཔ་འོང༌།"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -464,25 +464,25 @@ msgstr ""
"’%s’ དེ་ ཡིག་འབྲུ་ནུས་ཅན་ཅིག་མེན། ཁ་བསྡམ་ནིའི་ཆ་ཤས་མིང་ ’%s’; གི་རྟིང་བདའ་འོངམ་ད་ ཆོག་པའི་ཡིག་"
"འབྲུ་དེ་ ’>’ ཨིན།"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "ཆ་ཤས་ ’%s’ དེ་ ཁ་བསྡམས་ཏེ་ཡོདཔ་ལས་ ད་ལྟོ་ཆ་ཤས་གཅིག་ཡང་ ཁ་ཕྱེ་ཕྱེཝ་མིན་འདུག"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "ཆ་ཤས་ ’%s’ དེ་ ཁ་བསྡམས་ནུག དེ་འབདཝ་ད་ ད་ལྟོ་ཁ་ཕྱེ་སྟེ་ཡོད་མི་ཆ་ཤས་དེ་ ’%s’ ཨིན།"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "ཡིག་ཆ་དེ་སྟོང་པའམ་ ཡང་ཅིན་ ནང་ན་ས་སྟོང་དཀརཔོ་མ་གཏོགས་ མེདཔ་འོང་ནི་མས།"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ཡིག་ཆ་དེ་ ཟུར་ཁུག་གུག་ཤད་ ’<’ ཅིག་གི་ཤུལ་ལས་ རེ་བ་མེད་པར་ རྫོགས་སོ་ཡི།"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -491,7 +491,7 @@ msgstr ""
"ཡིག་ཆ་དེ་ རེ་བ་མེད་པར་རྫོགས་སོ་རུང་ ཆ་ཤས་དེ་ ཁ་ཕྱེ་སྟེ་རང་འདུག མཐའ་མཇུག་ཁ་ཕྱེ་མི་ ཆ་ཤས་དེ་ -’%"
"s’ ཨིན་པས།"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -500,19 +500,19 @@ msgstr ""
"ཡིག་ཆ་དེ་ རེ་བ་མེད་པར་རྫོགས་སོ་ནུག ངོ་རྟགས་ <%s/> མཇུག་བསྡུ་བའི་ ཁ་བསྡམ་ཟུར་ཁུག་གུག་ཤད་ཅིག་ "
"མཐོང་བའི་རེ་བ་ཡོད།"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "ཡིག་ཆ་དེ་ ཆ་ཤས་ཅིག་གི་ མིང་གི་ནང་ན་ རེ་བ་མེད་པར་རྫོགས་སོ་ནུག"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་མིང་ཅིག་གི་ནང་ན་ རེ་བ་མེད་པར་རྫོགས་སོ་ནུག"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "ཡིག་ཆ་དེ་ ཆ་ཤས་ཁ་ཕྱེ་ནིའི་ ངོ་རྟགས་ཅིག་གི་ནང་ན་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག"
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -520,16 +520,16 @@ msgstr ""
"ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་མིང་ཅིག་གི་ཤུལ་ལས་ མཉམ་རྟགས་ཀྱི་རྗེས་སུ་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག ཁྱད་ཆོས་ཀྱི་བེ་"
"ལུ་མིན་འདུག"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་ བེ་ལུ་ཅིག་གི་ནང་ན་སྡོད་པའི་སྐབས་ལུ་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "ཡིག་ཆ་དེ་ ཆ་ཤས་ ’%s’ གི་དོན་ལུ་ ཁ་བསྡམ་ངོ་རྟགས་ནང་ན་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ཡིག་ཆ་དེ་ བསམ་བཀོད་ ཡང་ན་ ལས་སྦྱོར་བཀོད་རྒྱ་ཅིག་གི་ནང་ན་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག"
@@ -553,7 +553,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1164,7 +1164,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1232,9 +1232,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག"
@@ -1253,7 +1253,7 @@ msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒ
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1263,7 +1263,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1273,26 +1273,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "མིང་'%sའབད་མི་གློག་རིམ་གྱིས་ '%s དོན་ལུ་ དེབ་རྟགས་ཅིག་ཐོ་འགོད་མ་འབད་བས། "
@@ -1303,12 +1303,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1374,8 +1374,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1396,69 +1396,69 @@ msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "ཡིག་སྣོད་ ’%s’:%s གསར་བསྐྲུན་འབད་མ་ཚུགས།"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "ཡིག་སྣོད་ ’%s’:%s གསར་བསྐྲུན་འབད་མ་ཚུགས།"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "ཡིག་སྣོད་ ’%s’:%s གསར་བསྐྲུན་འབད་མ་ཚུགས།"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "གདམ་ཁ་%s མིང་དཔྱད་འབད་ནི་ལུ་འཛོལ་བ།"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1483,62 +1483,62 @@ msgstr "ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་མི
msgid "Error setting extended attribute '%s': %s"
msgstr "སྣོད་ཐོ་ '%s':%s ཁ་ཕྱེ་ནི་ལུ་འཛོལ་བ།"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "གྱལ་རིམ་ %d་: %s ལུ་འཛོལ་བ།"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག"
@@ -1611,12 +1611,12 @@ msgstr "དུས་རྒྱུན་གྱི་ཡིག་སྣོད་ཅ
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "ནུས་མེད་ལསརིམ་མིང་:%s།"
@@ -1626,17 +1626,17 @@ msgstr "ནུས་མེད་ལསརིམ་མིང་:%s།"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1711,7 +1711,7 @@ msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་
msgid "Error closing unix: %s"
msgstr "གྱལ་རིམ་ %d་: %s ལུ་འཛོལ་བ།"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/el.po b/po/el.po
index 2bb2ffd89..31ef94d3f 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-03-18 10:56+0000\n"
+"POT-Creation-Date: 2008-03-31 17:53-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,337 +24,336 @@ msgstr ""
"X-Poedit-Language: Greek\n"
"X-Poedit-Country: GREECE\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr ""
"Περίεργος χαρακτήρας '%s', αναμενόταν ένα '=' μετά το όνομα γνωρίσματος '%"
"s' του στοιχείου '%s'"
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Το γνώρισμα '%s' του στοιχείου '%s' δεν βρέθηκε"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Απρόσμενη ετικέτα '%s', αναμενόταν ετικέτα '%s'"
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Απρόσμενη ετικέτα '%s' μέσα σε '%s'"
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Δεν μπορεί να βρεθεί έγκυρο αρχείο σελιδοδεικτών στους καταλόγους δεδομένων"
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Υπάρχει ήδη ένας σελιδοδείκτης για την ιστοσελίδα '%s'"
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Δεν βρέθηκε σελιδοδείκτης για την ιστοσελίδα '%s'"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
"Δεν αναγνωρίστηκε κανένας τύπος mime στο σελιδοδείκτη για την ιστοσελίδα '%s'"
-#: ../glib/gbookmarkfile.c:2444
+#: glib/gbookmarkfile.c:2444
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
"Καμιά προσωπική σημαία δεν έχει αναγνωριστεί στο σελιδοδείκτη για την "
"ιστοσελίδα '%s'"
-#: ../glib/gbookmarkfile.c:2823
+#: glib/gbookmarkfile.c:2823
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Δεν καθορίστηκαν ομάδες στο σελιδοδείκτη για την ιστοσελίδα '%s'"
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
"Καμιά εφαρμογή με όνομα '%s' δεν έχει καταχωρήσει σελιδοδείκτη για τη '%s'"
# gconf/gconf-internals.c:2416
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Αποτυχίαe xpand exec line '%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:2215 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
#, c-format
msgid "Invalid byte sequence in conversion input"
msgstr "Μή έγκυρη σειρά στην είσοδο μετατροπής"
# gconf/gconftool.c:1181
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "Σφάλμα κατά τη μετατροπή: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
#, c-format
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' σε codeset '%s'"
-#: ../glib/gconvert.c:1734
+#: glib/gconvert.c:1734
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
"Το URI '%s' δεν είναι ένα απόλυτο URI με την χρήση του σχήματος αρχείου"
-#: ../glib/gconvert.c:1744
+#: glib/gconvert.c:1744
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Το URI τοπικού αρχείου '%s' μπορεί να μην περιέχει ένα '#'"
-#: ../glib/gconvert.c:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "Το URI '%s' δεν είναι έγκυρο"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Το όνομα συστήματος του URI '%s' δεν είναι έγκυρο"
-#: ../glib/gconvert.c:1789
+#: glib/gconvert.c:1789
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Το URI '%s' περιέχει χαρακτήρες μή έγκυρα escaped "
-#: ../glib/gconvert.c:1884
+#: glib/gconvert.c:1884
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Η όνομα διαδρομής '%s' δεν είναι μια απόλυτη διαδρομή"
-#: ../glib/gconvert.c:1894
+#: glib/gconvert.c:1894
#, c-format
msgid "Invalid hostname"
msgstr "Ακατάλληλο όνομα συστήματος"
#
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Σφάλμα ανοίγματος καταλόγου '%s': %s"
#
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Αδύνατη η διάθεση %lu bytes στην ανάγνωση αρχείου \"%s\""
#
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
# gconf/gconf-internals.c:2416
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Αποτυχία ανάγνωσης από το αρχείο '%s': %s"
# gconf/gconf-internals.c:2416
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Αποτυχία ανοίγματος αρχείου `%s': %s"
# gconf/gconfd.c:1701
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Αποτυχία λήψης ιδιοτήτων του αρχείου '%s': fstat() απέτυχε: %s"
# gconf/gconf-internals.c:2416
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Αδυναμία ανοίγματος αρχείου '%s': fdopen() απέτυχε: %s"
# gconf/gconf-internals.c:2416
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Αδυναμία μετονομασίας αρχείου%s' σε '%s': g_rename() failed: %s"
# gconf/gconf-internals.c:2416
-#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Αποτυχία δημιουργίας αρχείου '%s': %s"
# gconf/gconf-internals.c:2416
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Αδυναμία ανοίγματος αρχείου '%s' για εγγραφή: fdopen() απέτυχε: %s"
# gconf/gconf-internals.c:2416
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:971
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Αδυναμία εγγραφής αρχείου '%s': fwrite() failed: %s"
# gconf/gconf-internals.c:2416
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Αδυναμία κλεισίματος αρχείου '%s': fclose() απέτυχε: %s"
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
"Δεν είναι δυνατή η απομάκρυνση του υπάρχοντος αρχείου '%s': g_unlink() "
"απέτυχε: %s"
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Το πρότυπο '%s' δεν είναι έγκυρο, θα πρέπει να περιέχει ένα '%s'"
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Το πρότυπο '%s' δεν περιέχει XXXXXX"
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, fuzzy, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u byte"
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
# gconf/gconf-internals.c:2416
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Αποτυχία ανάγνωσης συμβολικού δεσμού '%s': %s"
-#: ../glib/gfileutils.c:1908
+#: glib/gfileutils.c:1908
#, c-format
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
#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Δεν είναι δυνατή η raw ανάγνωση σε g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "Εναπομείναντα δεδομένα που δεν έχουν μετατραπεί στο read buffer"
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
#, c-format
msgid "Channel terminates in a partial character"
msgstr "Το κανάλι τερματίζει σε ημιτελή χαρακτήρα"
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Δεν είναι δυνατή η raw ανάγνωση σε g_io_channel_read_to_end"
# gconf/gconf-internals.c:2416
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "Αδυναμία ανοίγματος αρχείου '%s': open() απέτυχε: %s"
# gconf/gconf-internals.c:2416
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Αδυναμία χαρτογράφησης αρχείου '%s': mmap() απέτυχε: %s"
# gconf/gconfd.c:1676
-#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Σφάλμα στη γραμμή %d χαρακτήρας %d:"
#
-#: ../glib/gmarkup.c:344
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Σφάλμα στη γραμμή %d: %s"
-#: ../glib/gmarkup.c:448
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Κενή καταχώρηση '&;' , έγκυρες οντότητες είναι: &amp; &quot; &lt; &gt; "
"&apos; "
-#: ../glib/gmarkup.c:458
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -365,17 +364,17 @@ msgstr ""
"χαρακτήρας & ξεκινά μια οντότητα, αν αυτό το συμπλεκτικό σύμβολο σεν "
"υποτίθεται να είναι οντότητα, escape it as &amp;"
-#: ../glib/gmarkup.c:492
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Ο χαρακτήρας '%s' δεν είναι έγκυρος μέσα σε όνομα ύπαρξης."
-#: ../glib/gmarkup.c:529
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Το όνομα οντότητας '%s' δεν είναι γνωστή"
-#: ../glib/gmarkup.c:540
+#: glib/gmarkup.c:540
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;"
@@ -384,7 +383,7 @@ msgstr ""
"συμπλεκτικό χαρακτήρα χωρίς να θέλατε να ξεκινήσετε μια οντότητα - διαφυγή "
"συμπλεκτικού χαρακτήρα ώς &amp;"
-#: ../glib/gmarkup.c:593
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -394,16 +393,16 @@ msgstr ""
"στην αναφορά χαρακτήρα (&#234; για παράδειγμα) - ίσως το ψηφίο να είναι πολύ "
"μεγάλο"
-#: ../glib/gmarkup.c:618
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Η αναφορά χαρακτήρα'%-.*s' δεν κωδικοποιεί έναν επιτρεπόμενο χαρακτήρα"
-#: ../glib/gmarkup.c:633
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Κενή αναφορά χαρακτήρα; πρέπει να περιέχει ένα ψηφίο όπως &#454;"
-#: ../glib/gmarkup.c:643
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -413,32 +412,32 @@ msgstr ""
"έναν συμπλεκτικό χαρακτήρα χωρίς να θέλατε να ξεκινήσετε μια οντότητα - "
"διαφυγή συμπλεκτικού χαρακτήρα ώς &amp;"
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Ημιτελής αναφορά οντότητας"
-#: ../glib/gmarkup.c:735
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Ημιτελής αναφορά χαρακτήρα"
-#: ../glib/gmarkup.c:978
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Μη έγκυρα κωδικοποιημένο κείμενο UTF-8 - overlong sequence"
-#: ../glib/gmarkup.c:1006
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Μη έγκυρα κωδικοποιημένο κείμενο UTF-8 - not a start char"
-#: ../glib/gmarkup.c:1042
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Μη έγκυρα κωδικοποιημένο κείμενο UTF-8 - not valid '%s'"
-#: ../glib/gmarkup.c:1080
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Το έγγραφο πρέπει να ξεκινάει με στοιχείο (π.χ. <book>)"
-#: ../glib/gmarkup.c:1120
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -447,7 +446,7 @@ msgstr ""
"Το '%s' δεν είναι έγκυρος χαρακτήρας όταν ακολουθείται από ένα χαρακτήρα "
"'<' ."
-#: ../glib/gmarkup.c:1184
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -456,7 +455,7 @@ msgstr ""
"Περίεργος χαρακτήρας '%s', αναμενόταν ένας χαρακτήρας '>' στο τέλος της "
"ετικέτας έναρξης του στοιχείου '%s'"
-#: ../glib/gmarkup.c:1273
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -464,7 +463,7 @@ msgstr ""
"Περίεργος χαρακτήρας '%s', αναμενόταν ένα '=' μετά το όνομα γνωρίσματος '%"
"s' του στοιχείου '%s'"
-#: ../glib/gmarkup.c:1315
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -475,7 +474,7 @@ msgstr ""
"της ετικέτας έναρξης του στοιχείου '%s'. ή ένα γνώρισμα, πιθανόν να "
"χρησιμοποιήσατε ένα μή έγκυρο χαρακτήρα σε ένα όνομα γνωρίσματος"
-#: ../glib/gmarkup.c:1401
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -484,7 +483,7 @@ msgstr ""
"Περίεργος χαρακτήρας '%s', αναμενόταν ένα ανοικτό εισαγωγικό μετα το "
"σημείο ίσον κατά την απόδοση τιμής για το γνώρισμα '%s' του στοιχείου '%s'"
-#: ../glib/gmarkup.c:1543
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -493,7 +492,7 @@ msgstr ""
"Το '%s' δεν είναι έγκυρος χαρακτήρας ακολουθούμενος από χαρακτήρες </'; '%"
"s' μπορεί να μην αρχίζει όνομα στοιχείου"
-#: ../glib/gmarkup.c:1583
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -502,27 +501,27 @@ msgstr ""
"Το '%s' δεν είναι ένας έγκυρος χαρακτήρας ακολουθούμενος από το όνομα "
"στοιχείου κλεισίματος '%s'; ο επιτρεπόμενος χαρακτήρας είναι '>'"
-#: ../glib/gmarkup.c:1594
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Το στοιχείο '%s' έκλεισε, κανένα στοιχείο δεν είναι ανοικτό"
-#: ../glib/gmarkup.c:1603
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Το στοιχείο '%s' έκλεισε, αλλά το τρέχον ανοικτό στοιχείο είναι '%s' "
-#: ../glib/gmarkup.c:1763
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Το έγγραφο ήταν κενό (ή περιέχει μόνο λευκό κενό)"
-#: ../glib/gmarkup.c:1777
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Το έγγραφο τερματίστηκε απρόσμενα αμέσως μετά από μια ανοικτή γωνιακή "
"παρένθεση '<'"
-#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -531,7 +530,7 @@ msgstr ""
"Το έγγραφο τερματίστηκε απρόσμενα με στοιχεία ακόμα ανοικτά - '%s' ήταν το "
"τελευταίο στοιχείο που ανοίχθηκε"
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -540,19 +539,19 @@ msgstr ""
"Το έγγραφο τερματίστηκε απρόσμενα, αναμενόταν μια παρένθεση κλεισίματος στο "
"τέλος του tag <%s/>"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε όνομα στοιχείου"
-#: ../glib/gmarkup.c:1805
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε όνομα γνωρίσματος"
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε tag ανοίγματος στοιχείου."
-#: ../glib/gmarkup.c:1816
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -560,360 +559,360 @@ msgstr ""
"Το έγγραφο τερματίστηκε απρόσμενα λόγω του ότι μετά του σημείου ίσον "
"ακολουθεί ένα όνομα γνωρίσματος; δεν υπάρχει τιμή γνωρίσματος"
-#: ../glib/gmarkup.c:1823
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε τιμή γνωρίσματος"
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Το έγγραφο τερματίστηκε απρόσμενα μέσα σε tag κλεισίματος για στοιχείο '%s'"
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
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:1962
+#: glib/gregex.c:154 gio/glocalfile.c:1963
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 ""
-#: ../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 "missing terminating ] for character class"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "Μη έγκυρη escape sequence σε character class"
-#: ../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
#, fuzzy
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 ""
-#: ../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
#, fuzzy
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 "μη έγκυρη συνθήκη (?(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 ""
-#: ../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 ""
-#: ../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
+#: 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 ""
# gconf/gconfd.c:1676
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Σφάλμα κατά το compiling κανονικής έκφρασης %s σε char %d: %s"
-#: ../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 ""
# gconf/gconf-internals.c:1577
-#: ../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
#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "Το κείμενο ήταν κενό (ή περιέχει μόνο λευκό κενό)"
-#: ../glib/gspawn-win32.c:279
+#: glib/gspawn-win32.c:279
#, c-format
msgid "Failed to read data from child process"
msgstr "Αποτυχία ανάγνωσης δεδομένων από θυγατρική διεργασία"
-#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""
@@ -921,50 +920,48 @@ msgstr ""
"s)"
# gconf/gconftool.c:881
-#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Αποτυχία ανάγνωσης από θυγατρική σωλήνωση (%s)"
-#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Αποτυχία αλλαγής καταλόγου '%s' (%s)"
-#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Αποτυχία εκτέλεσης θυγατρικής διεργασίας (%s)"
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "Ακατάλληλο όνομα προγράμματος: %s"
-#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Μη έγκυρο όρισμα για %d: %s"
-#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Μή έγκυρη σειρά στο περιβάλλον: %s"
#
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, c-format
msgid "Invalid working directory: %s"
msgstr "Μη έγκυρος κατάλογος εργασίας: %s"
-#: ../glib/gspawn-win32.c:787
+#: glib/gspawn-win32.c:787
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Αποτυχία εκτέλεσης βοηθητικού προγράμματος(%s)"
-#: ../glib/gspawn-win32.c:1002
+#: glib/gspawn-win32.c:1002
#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -974,148 +971,148 @@ msgstr ""
"θυγατρική διεργασία"
# gconf/gconf-internals.c:2416
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Αποτυχία ανάγνωσης δεδομένων από θυγατρική διεργασία (%s)"
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Απρόσμενο σφάλμα στο select() ανάγνωσης δεδομένων από θυγατρική διεργασία (%"
"s)"
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Μη αναμενόμενο σφάλμα στη waitpid() (%s)"
# gconf/gconf-internals.c:2416
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
#, c-format
msgid "Failed to fork (%s)"
msgstr "Αποτυχία δικράνωσης (%s)"
# gconf/gconf-internals.c:2416
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Αποτυχία εκτέλεσης θυγατρικής διεργασίας \"%s\" (%s)"
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr ""
"Αποτυχία προώθησης αποτελέσματος ή εισόδου της θυγατρικής διεργασίας (%s)"
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Αποτυχία δικράνωσης θυγατρικής διεργασίάς (%s)"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Άγνωστο σφάλμα κατά την εκτέλεση της θυγατρικής διεργασίας \"%s\""
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Αποτυχία ανάγνωσης επαρκών δεδομένων από θυγατρική σωλήνωση pid (%s)"
-#: ../glib/gutf8.c:1030
+#: glib/gutf8.c:1030
#, c-format
msgid "Character out of range for UTF-8"
msgstr "Ο χαρακτήρας είναι έξω από την εμβέλεια για UTF-8"
-#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
#, c-format
msgid "Invalid sequence in conversion input"
msgstr "Μή έγκυρη σειρά στην είσοδο μεταροπής"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
#, c-format
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 "Αδυναμία ανάλυσης integer value '%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 "Integer value '%s' για %s είναι εκτός εύρους"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, fuzzy, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Αδυναμία ανάλυσης integer value '%s' για %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "Double value '%s' για %s είναι εκτός εύρους"
# gconf/gconftool.c:1181
-#: ../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
#, fuzzy, c-format
msgid "Valid key file could not be found in search dirs"
msgstr "Δεν μπορεί να βρεθεί έγκυρο key file στους καταλόγους δεδομένων"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
#, c-format
msgid "Not a regular file"
msgstr "Δεν είναι κανονικό αρχείο"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
#, c-format
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"
@@ -1123,49 +1120,49 @@ msgstr ""
"Το Key file περιέχει την γραμμή '%s' που δεν είναι key-value pair, group, ή "
"comment"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, fuzzy, c-format
msgid "Invalid group name: %s"
msgstr "Ακατάλληλο όνομα προγράμματος: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
#, c-format
msgid "Key file does not start with a group"
msgstr "Το Key file δεν ξεκινάει με μια ομάδα"
-#: ../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 "Το Key file περιέχει μη υποστηριζόμενη κωδικοποίηση '%s'"
-#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Το Key file δεν έχει ομάδα '%s'"
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Το Key file δεν έχει κλειδί'%s'"
-#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "Το Key file περιέχει ένα κλειδί '%s' με τιμή '%s' που δεν είναι UTF-8"
-#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "Το Key file περιέχει key '%s' που η τιμή του δεν μπορεί να ερμηνευθεί."
-#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1174,129 +1171,125 @@ msgstr ""
"Το Key file περιέχει key '%s' στην ομάδα '%s' που η τιμή του δεν μπορεί να "
"ερμηνευθεί."
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Το Key file δεν έχει key '%s' στην ομάδα '%s'"
-#: ../glib/gkeyfile.c:3471
+#: glib/gkeyfile.c:3471
#, c-format
msgid "Key file contains escape character at end of line"
msgstr "Το Key file περιέχει escape character στο τέλος της γραμμής"
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3493
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "To Key file περιέχει χαρακτήρες μή έγκυρα escaped '%s'"
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως ένας αριθμός."
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Integer value '%s' είναι εκτός εύρους"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
#, fuzzy, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως ένας αριθμός."
-#: ../glib/gkeyfile.c:3706
+#: glib/gkeyfile.c:3706
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως boolean."
-#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
#, c-format
msgid "Stream is already closed"
msgstr ""
-#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1955
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
#, fuzzy
msgid "Unknown type"
msgstr "Άγνωστη επιλογή %s"
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr ""
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "τύπος %s"
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
#, c-format
msgid "Unexpected early end-of-stream"
msgstr ""
-#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Ανώνυμο"
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
#, c-format
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: ../gio/gdesktopappinfo.c:882
+#: gio/gdesktopappinfo.c:882
#, c-format
msgid "Unable to find terminal required for application"
msgstr ""
-#: ../gio/gdesktopappinfo.c:1114
+#: gio/gdesktopappinfo.c:1114
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: ../gio/gdesktopappinfo.c:1118
+#: gio/gdesktopappinfo.c:1118
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: ../gio/gdesktopappinfo.c:1457
+#: gio/gdesktopappinfo.c:1457
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: ../gio/gdesktopappinfo.c:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr ""
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr ""
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
msgid "drive doesn't implement polling for media"
msgstr ""
-#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639
-#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053
-#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621
-#: ../gio/gfile.c:3701
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται"
@@ -1309,93 +1302,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
#, c-format
msgid "Containing mount does not exist"
msgstr ""
-#: ../gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2109
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Το αρχείο στόχος υπάρχει"
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
-#: ../gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: ../gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται"
-#: ../gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: ../gio/gfile.c:4752 ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: ../gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
#, c-format
msgid "Enumerator is closed"
msgstr ""
-#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
-#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
#, c-format
msgid "Stream doesn't support query_info"
msgstr ""
-#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
#, c-format
msgid "Seek not supported on stream"
msgstr ""
-#: ../gio/gfileinputstream.c:380
+#: gio/gfileinputstream.c:380
#, c-format
msgid "Truncate not allowed on input stream"
msgstr ""
-#: ../gio/gfileoutputstream.c:457
+#: gio/gfileoutputstream.c:457
#, c-format
msgid "Truncate not supported on stream"
msgstr ""
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
#, c-format
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1406,325 +1399,325 @@ 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:904 ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
#, c-format
msgid "Stream has outstanding operation"
msgstr ""
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
#, c-format
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: ../gio/glocalfile.c:599
+#: gio/glocalfile.c:599
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Ακατάλληλο όνομα προγράμματος: %s"
#
-#: ../gio/glocalfile.c:962
+#: gio/glocalfile.c:962
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
#, c-format
msgid "Can't rename root directory"
msgstr ""
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
-#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2013
-#: ../gio/glocalfile.c:2162 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
msgstr "Ακατάλληλο όνομα συστήματος"
#
-#: ../gio/glocalfile.c:1125
+#: gio/glocalfile.c:1125
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
#
-#: ../gio/glocalfile.c:1244
+#: gio/glocalfile.c:1244
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
#, c-format
msgid "Can't open directory"
msgstr ""
#
-#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1988
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
#
-#: ../gio/glocalfile.c:1677
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
# gconf/gconf-internals.c:2416
-#: ../gio/glocalfile.c:1700
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Αποτυχία δημιουργίας αρχείου '%s': %s"
-#: ../gio/glocalfile.c:1721
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
# gconf/gconf-internals.c:2416
-#: ../gio/glocalfile.c:1854
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Αποτυχία δημιουργίας αρχείου '%s': %s"
# gconf/gconf-internals.c:2416
-#: ../gio/glocalfile.c:1879 ../gio/glocalfile.c:1954 ../gio/glocalfile.c:1961
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Αποτυχία δημιουργίας αρχείου '%s': %s"
# gconf/gconftool.c:1181
-#: ../gio/glocalfile.c:2017
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Σφάλμα επιλογής ανάλυσης %s"
#
-#: ../gio/glocalfile.c:2077 ../gio/glocalfile.c:2166
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
-#: ../gio/glocalfile.c:2100
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: ../gio/glocalfile.c:2122 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
#
-#: ../gio/glocalfile.c:2141
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
-#: ../gio/glocalfile.c:2155
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
-#: ../gio/glocalfileinfo.c:709
+#: gio/glocalfileinfo.c:709
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε όνομα γνωρίσματος"
#
-#: ../gio/glocalfileinfo.c:763
+#: gio/glocalfileinfo.c:763
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Σφάλμα ανοίγματος καταλόγου '%s': %s"
#
-#: ../gio/glocalfileinfo.c:1402 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
-#: ../gio/glocalfileinfo.c:1458
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
#
-#: ../gio/glocalfileinfo.c:1618
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
-#: ../gio/glocalfileinfo.c:1663
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: ../gio/glocalfileinfo.c:1680
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: ../gio/glocalfileinfo.c:1698
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
# gconf/gconftool.c:1181
-#: ../gio/glocalfileinfo.c:1724
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Σφάλμα κατά τη μετατροπή: %s"
# gconf/gconftool.c:1181
-#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1943
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Σφάλμα κατά τη μετατροπή: %s"
-#: ../gio/glocalfileinfo.c:1798
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
#
-#: ../gio/glocalfileinfo.c:1808 ../gio/glocalfileinfo.c:1827
-#: ../gio/glocalfileinfo.c:1838
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Σφάλμα στη γραμμή %d: %s"
-#: ../gio/glocalfileinfo.c:1817
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: ../gio/glocalfileinfo.c:1998
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται"
#
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
#, 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:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
+#: gio/glocalfileoutputstream.c:854
#, 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:279
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
#, c-format
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:591
#, fuzzy, c-format
msgid "Error writing to file: %s"
msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
# gconf/gconftool.c:1181
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:213
#, fuzzy, c-format
msgid "Error removing old backup link: %s"
msgstr "Σφάλμα επιλογής ανάλυσης %s"
#
-#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Σφάλμα δημιουργίας αντιγράφου ασφαλείας: %s"
#
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:258
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Σφάλμα μετονομασίας προσωρινού αρχείου: %s"
#
-#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
#, 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:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Σφάλμα ανοίγματος αρχείου '%s': %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:679
#, c-format
msgid "Target file is a directory"
msgstr ""
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
#, c-format
msgid "Target file is not a regular file"
msgstr "Το αρχείο προορισμού δεν είναι κανονικό αρχείο"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
#, c-format
msgid "The file was externally modified"
msgstr ""
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Ακατάλληλη αίτηση seek"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1732,123 +1725,123 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:344
+#: gio/gmount.c:344
msgid "mount doesn't implement unmount"
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:419
+#: gio/gmount.c:419
msgid "mount doesn't implement eject"
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:501
+#: gio/gmount.c:501
msgid "mount doesn't implement remount"
msgstr ""
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
#, c-format
msgid "Output stream doesn't implement write"
msgstr ""
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
#, c-format
msgid "Source stream is already closed"
msgstr ""
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr ""
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
#, fuzzy
msgid "The name of the icon"
msgstr "Το όνομα συστήματος του URI '%s' δεν είναι έγκυρο"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr ""
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr ""
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr ""
-#: ../gio/gthemedicon.c:245
+#: gio/gthemedicon.c:245
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:202 ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "Σφάλμα ανάγνωσης από unix: %s"
#
-#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, c-format
msgid "Error closing unix: %s"
msgstr "Σφάλμα κλεισίματος unix: %s"
-#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
# gconf/gconftool.c:1181
-#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, c-format
msgid "Error writing to unix: %s"
msgstr "Σφάλμα εγγραφής σε unix: %s"
-#: ../gio/gvolume.c:423
+#: gio/gvolume.c:423
msgid "volume doesn't implement eject"
msgstr ""
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
#, c-format
msgid "Can't find application"
msgstr "Αδυναμία εύρεσης εφαρμογής"
# gconf/gconftool.c:1181
-#: ../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
#, c-format
msgid "URIs not supported"
msgstr "URIs δεν υποστηρίζονται"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
#, c-format
msgid "association changes not supported on win32"
msgstr ""
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
#, c-format
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 "[FILE...]"
diff --git a/po/en_CA.po b/po/en_CA.po
index dc26dc606..742a12be6 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -299,23 +299,23 @@ msgstr "Failed to open file '%s': open() failed: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Failed to map file '%s': mmap() failed: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Error on line %d char %d: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Error on line %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
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:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -326,17 +326,17 @@ msgstr ""
"begins an entity; if this ampersand is not supposed to be an entity, escape "
"it as &amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, 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:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entity name '%s' is not known"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -344,7 +344,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:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -353,16 +353,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:612
+#: glib/gmarkup.c:618
#, 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:627
+#: glib/gmarkup.c:633
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:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -372,32 +372,32 @@ msgstr ""
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Unfinished entity reference"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Unfinished character reference"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Invalid UTF-8 encoded text - overlong sequence"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Invalid UTF-8 encoded text - not a start char"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Invalid UTF-8 encoded text - not valid '%s'"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Document must begin with an element (e.g. <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -406,7 +406,7 @@ msgstr ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -415,14 +415,14 @@ msgstr ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, 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:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -433,7 +433,7 @@ msgstr ""
"element '%s', or optionally an attribute; perhaps you used an invalid "
"character in an attribute name"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -442,7 +442,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:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -451,7 +451,7 @@ msgstr ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -460,25 +460,25 @@ msgstr ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, 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:1597
+#: glib/gmarkup.c:1603
#, 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:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Document was empty or contained only whitespace"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Document ended unexpectedly just after an open angle bracket '<'"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -487,7 +487,7 @@ msgstr ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -496,19 +496,19 @@ msgstr ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Document ended unexpectedly inside an element name"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Document ended unexpectedly inside an attribute name"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Document ended unexpectedly inside an element-opening tag."
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -516,16 +516,16 @@ msgstr ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Document ended unexpectedly while inside an attribute value"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, 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:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Document ended unexpectedly inside a comment or processing instruction"
@@ -549,7 +549,7 @@ msgstr "backtracking limit reached"
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:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "internal error"
@@ -1156,7 +1156,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1224,9 +1224,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Symbolic links not supported"
@@ -1245,7 +1245,7 @@ msgstr "Symbolic links not supported"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1255,7 +1255,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1265,26 +1265,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Symbolic links not supported"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "No application with name '%s' registered a bookmark for '%s'"
@@ -1295,12 +1295,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1366,8 +1366,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1388,69 +1388,69 @@ msgstr "Error reading file '%s': %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Error reading file '%s': %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Error reading file '%s': %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Failed to create file '%s': %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Failed to create file '%s': %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Failed to create file '%s': %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Error parsing option %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Error reading file '%s': %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Error reading file '%s': %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1475,62 +1475,62 @@ msgstr "Document ended unexpectedly inside an attribute name"
msgid "Error setting extended attribute '%s': %s"
msgstr "Error opening directory '%s': %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Error reading file '%s': %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Error reading file '%s': %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Error during conversion: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Error during conversion: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Error on line %d: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Symbolic links not supported"
@@ -1603,12 +1603,12 @@ msgstr "Not a regular file"
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Invalid key name: %s"
@@ -1618,17 +1618,17 @@ msgstr "Invalid key name: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1703,7 +1703,7 @@ msgstr "Error reading file '%s': %s"
msgid "Error closing unix: %s"
msgstr "Error on line %d: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/en_GB.po b/po/en_GB.po
index 23acd77d6..3dbe6a279 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-03-26 15:51+0000\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-02-17 09:21-0000\n"
"Last-Translator: David Lodge <dave@cirt.net>\n"
"Language-Team: \n"
@@ -16,307 +16,306 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Unexpected attribute '%s' for element '%s'"
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Attribute '%s' of element '%s' not found"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Unexpected tag '%s', tag '%s' expected"
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Unexpected tag '%s' inside '%s'"
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "No valid bookmark file found in data dirs"
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "A bookmark for URI '%s' already exists"
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "No bookmark found for URI '%s'"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, 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:2444
+#: glib/gbookmarkfile.c:2444
#, 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:2823
+#: glib/gbookmarkfile.c:2823
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "No groups set in bookmark for URI '%s'"
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "No application with name '%s' registered a bookmark for '%s'"
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Failed to expand exec line '%s' with 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 "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:2215 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
#, c-format
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:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "Error during conversion: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
#, c-format
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:1734
+#: glib/gconvert.c:1734
#, 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:1744
+#: glib/gconvert.c:1744
#, 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:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "The URI '%s' is invalid"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "The hostname of the URI '%s' is invalid"
-#: ../glib/gconvert.c:1789
+#: glib/gconvert.c:1789
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "The URI '%s' contains invalidly escaped characters"
-#: ../glib/gconvert.c:1884
+#: glib/gconvert.c:1884
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "The pathname '%s' is not an absolute path"
-#: ../glib/gconvert.c:1894
+#: glib/gconvert.c:1894
#, c-format
msgid "Invalid hostname"
msgstr "Invalid hostname"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Error opening directory '%s': %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "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:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Failed to read from file '%s': %s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Failed to open file '%s': %s"
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Failed to get attributes of file '%s': fstat() failed: %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Failed to open file '%s': fdopen() failed: %s"
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
#, 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:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Failed to create file '%s': %s"
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, 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:971
+#: glib/gfileutils.c:971
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Failed to write file '%s': fwrite() failed: %s"
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Failed to close file '%s': fclose() failed: %s"
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
#, 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:1352
+#: glib/gfileutils.c:1352
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Template '%s' invalid, should not contain a '%s'"
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Template '%s' doesn't contain XXXXXX"
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Failed to read the symbolic link '%s': %s"
-#: ../glib/gfileutils.c:1908
+#: glib/gfileutils.c:1908
#, c-format
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
#, c-format
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:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "Leftover unconverted data in read buffer"
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
#, c-format
msgid "Channel terminates in a partial character"
msgstr "Channel terminates in a partial character"
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
#, c-format
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:234 ../glib/gmarkup.c:250
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Error on line %d char %d: "
-#: ../glib/gmarkup.c:344
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Error on line %d: %s"
-#: ../glib/gmarkup.c:448
+#: glib/gmarkup.c:448
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:458
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -327,17 +326,17 @@ msgstr ""
"begins an entity; if this ampersand isn't supposed to be an entity, escape "
"it as &amp;"
-#: ../glib/gmarkup.c:492
+#: glib/gmarkup.c:492
#, 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:529
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entity name '%s' is not known"
-#: ../glib/gmarkup.c:540
+#: glib/gmarkup.c:540
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 +344,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:593
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -354,16 +353,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:618
+#: glib/gmarkup.c:618
#, 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:633
+#: glib/gmarkup.c:633
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:643
+#: glib/gmarkup.c:643
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 +372,32 @@ msgstr ""
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Unfinished entity reference"
-#: ../glib/gmarkup.c:735
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Unfinished character reference"
-#: ../glib/gmarkup.c:978
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Invalid UTF-8 encoded text - overlong sequence"
-#: ../glib/gmarkup.c:1006
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Invalid UTF-8 encoded text - not a start char"
-#: ../glib/gmarkup.c:1042
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Invalid UTF-8 encoded text - not valid '%s'"
-#: ../glib/gmarkup.c:1080
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Document must begin with an element (e.g. <book>)"
-#: ../glib/gmarkup.c:1120
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -407,7 +406,7 @@ msgstr ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
-#: ../glib/gmarkup.c:1184
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -416,14 +415,14 @@ msgstr ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
-#: ../glib/gmarkup.c:1273
+#: glib/gmarkup.c:1273
#, 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:1315
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -434,7 +433,7 @@ msgstr ""
"element '%s', or optionally an attribute; perhaps you used an invalid "
"character in an attribute name"
-#: ../glib/gmarkup.c:1401
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -443,7 +442,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:1543
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -452,7 +451,7 @@ msgstr ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
-#: ../glib/gmarkup.c:1583
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -461,25 +460,25 @@ msgstr ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
-#: ../glib/gmarkup.c:1594
+#: glib/gmarkup.c:1594
#, 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:1603
+#: glib/gmarkup.c:1603
#, 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:1763
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Document was empty or contained only whitespace"
-#: ../glib/gmarkup.c:1777
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Document ended unexpectedly just after an open angle bracket '<'"
-#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -488,7 +487,7 @@ msgstr ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -497,19 +496,19 @@ msgstr ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Document ended unexpectedly inside an element name"
-#: ../glib/gmarkup.c:1805
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Document ended unexpectedly inside an attribute name"
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Document ended unexpectedly inside an element-opening tag."
-#: ../glib/gmarkup.c:1816
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -517,394 +516,392 @@ msgstr ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
-#: ../glib/gmarkup.c:1823
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Document ended unexpectedly while inside an attribute value"
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
#, 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:1845
+#: glib/gmarkup.c:1845
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:1962
+#: glib/gregex.c:154 gio/glocalfile.c:1963
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 "unrecognised character following \\"
-#: ../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 "unrecognised character after (?"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "unrecognised character after (?<"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "unrecognised 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 optimising 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
#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "Text was empty (or contained only whitespace)"
-#: ../glib/gspawn-win32.c:279
+#: glib/gspawn-win32.c:279
#, c-format
msgid "Failed to read data from child process"
msgstr "Failed to read data from child process"
-#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, 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:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Failed to read from child pipe (%s)"
-#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Failed to change to directory '%s' (%s)"
-#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Failed to execute child process (%s)"
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "Invalid program name: %s"
-#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Invalid string in argument vector at %d: %s"
-#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Invalid string in environment: %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, c-format
msgid "Invalid working directory: %s"
msgstr "Invalid working directory: %s"
-#: ../glib/gspawn-win32.c:787
+#: glib/gspawn-win32.c:787
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Failed to execute helper program (%s)"
-#: ../glib/gspawn-win32.c:1002
+#: glib/gspawn-win32.c:1002
#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -913,191 +910,191 @@ msgstr ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Failed to read data from child process (%s)"
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
#, 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:400
+#: glib/gspawn.c:400
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Unexpected error in waitpid() (%s)"
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
#, c-format
msgid "Failed to fork (%s)"
msgstr "Failed to fork (%s)"
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Failed to execute child process \"%s\" (%s)"
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
#, 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:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Failed to fork child process (%s)"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Unknown error executing child process \"%s\""
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, 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:1030
+#: glib/gutf8.c:1030
#, c-format
msgid "Character out of range for UTF-8"
msgstr "Character out of range for UTF-8"
-#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
#, c-format
msgid "Invalid sequence in conversion input"
msgstr "Invalid sequence in conversion input"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
#, c-format
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
#, c-format
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
#, c-format
msgid "Not a regular file"
msgstr "Not a regular file"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
#, c-format
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
#, c-format
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:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Key file does not have group '%s'"
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Key file does not have key '%s'"
-#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, 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:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, 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:2106 ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1106,128 +1103,124 @@ msgstr ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
"interpreted."
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, 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:3471
+#: glib/gkeyfile.c:3471
#, c-format
msgid "Key file contains escape character at end of line"
msgstr "Key file contains escape character at end of line"
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3493
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Key file contains invalid escape sequence '%s'"
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Value '%s' cannot be interpreted as a number."
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Integer value '%s' out of range"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
#, 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:3706
+#: glib/gkeyfile.c:3706
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Value '%s' cannot be interpreted as a boolean."
-#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, c-format
msgid "Too large count value passed to %s"
msgstr "Too large count value passed to %s"
-#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
#, c-format
msgid "Stream is already closed"
msgstr "Stream is already closed"
-#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1955
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Operation was cancelled"
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
msgid "Unknown type"
msgstr "Unknown type"
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr "%s filetype"
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "%s type"
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
#, c-format
msgid "Unexpected early end-of-stream"
msgstr "Unexpected early end-of-stream"
-#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Unnamed"
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
#, c-format
msgid "Desktop file didn't specify Exec field"
msgstr "Desktop file didn't specify Exec field"
-#: ../gio/gdesktopappinfo.c:882
+#: gio/gdesktopappinfo.c:882
#, c-format
msgid "Unable to find terminal required for application"
msgstr "Unable to find terminal required for application"
-#: ../gio/gdesktopappinfo.c:1114
+#: gio/gdesktopappinfo.c:1114
#, 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:1118
+#: gio/gdesktopappinfo.c:1118
#, 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:1457
+#: gio/gdesktopappinfo.c:1457
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Can't create user desktop file %s"
-#: ../gio/gdesktopappinfo.c:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr "Custom definition for %s"
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr "drive doesn't implement eject"
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
msgid "drive doesn't implement polling for media"
msgstr "drive doesn't implement polling for media"
-#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639
-#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053
-#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621
-#: ../gio/gfile.c:3701
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Operation not supported"
@@ -1240,93 +1233,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
#, c-format
msgid "Containing mount does not exist"
msgstr "Containing mount does not exist"
-#: ../gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "Can't copy over directory"
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
#, c-format
msgid "Can't copy directory over directory"
msgstr "Can't copy directory over directory"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2109
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Target file exists"
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
#, c-format
msgid "Can't recursively copy directory"
msgstr "Can't recursively copy directory"
-#: ../gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "Invalid symlink value given"
-#: ../gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "Wastebasket not supported"
-#: ../gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "File names cannot contain '%c'"
-#: ../gio/gfile.c:4752 ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "volume doesn't implement mount"
-#: ../gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "No application is registered as handling this file"
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
#, c-format
msgid "Enumerator is closed"
msgstr "Enumerator is closed"
-#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "File enumerator has outstanding operation"
-#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "File enumerator is already closed"
-#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
#, c-format
msgid "Stream doesn't support query_info"
msgstr "Stream doesn't support query_info"
-#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
#, c-format
msgid "Seek not supported on stream"
msgstr "Seek not supported on stream"
-#: ../gio/gfileinputstream.c:380
+#: gio/gfileinputstream.c:380
#, c-format
msgid "Truncate not allowed on input stream"
msgstr "Truncate not allowed on input stream"
-#: ../gio/gfileoutputstream.c:457
+#: gio/gfileoutputstream.c:457
#, c-format
msgid "Truncate not supported on stream"
msgstr "Truncate not supported on stream"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
#, c-format
msgid "Input stream doesn't implement read"
msgstr "Input stream doesn't implement read"
@@ -1337,299 +1330,299 @@ 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:904 ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
#, c-format
msgid "Stream has outstanding operation"
msgstr "Stream has outstanding operation"
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
#, c-format
msgid "Unable to find default local directory monitor type"
msgstr "Unable to find default local directory monitor type"
-#: ../gio/glocalfile.c:599
+#: gio/glocalfile.c:599
#, c-format
msgid "Invalid filename %s"
msgstr "Invalid filename %s"
-#: ../gio/glocalfile.c:962
+#: gio/glocalfile.c:962
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Error getting filesystem info: %s"
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
#, c-format
msgid "Can't rename root directory"
msgstr "Can't rename root directory"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "Can't rename file, filename already exist"
-#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2013
-#: ../gio/glocalfile.c:2162 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Invalid filename"
-#: ../gio/glocalfile.c:1125
+#: gio/glocalfile.c:1125
#, c-format
msgid "Error renaming file: %s"
msgstr "Error renaming file: %s"
-#: ../gio/glocalfile.c:1244
+#: gio/glocalfile.c:1244
#, c-format
msgid "Error opening file: %s"
msgstr "Error opening file: %s"
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
#, c-format
msgid "Can't open directory"
msgstr "Can't open directory"
-#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1988
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Error removing file: %s"
-#: ../gio/glocalfile.c:1677
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Error moving file to the wastebasket: %s"
-#: ../gio/glocalfile.c:1700
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Unable to create wastebasket dir %s: %s"
-#: ../gio/glocalfile.c:1721
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Unable to find top-level directory for wastebasket"
-#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Unable to find or create wastebasket directory"
-#: ../gio/glocalfile.c:1854
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Unable to create wastebasket info file: %s"
-#: ../gio/glocalfile.c:1879 ../gio/glocalfile.c:1954 ../gio/glocalfile.c:1961
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Unable to move file to the wastebasket: %s"
-#: ../gio/glocalfile.c:2017
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Error making symbolic link: %s"
-#: ../gio/glocalfile.c:2077 ../gio/glocalfile.c:2166
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Error moving file: %s"
-#: ../gio/glocalfile.c:2100
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "Can't move directory over directory"
-#: ../gio/glocalfile.c:2122 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Backup file creation failed"
-#: ../gio/glocalfile.c:2141
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Error removing target file: %s"
-#: ../gio/glocalfile.c:2155
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "Move between mounts not supported"
-#: ../gio/glocalfileinfo.c:709
+#: gio/glocalfileinfo.c:709
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "Attribute value must be non-NULL"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Invalid attribute type (string expected)"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid extended attribute name"
msgstr "Invalid extended attribute name"
-#: ../gio/glocalfileinfo.c:763
+#: gio/glocalfileinfo.c:763
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Error setting extended attribute '%s': %s"
-#: ../gio/glocalfileinfo.c:1402 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Error stating file '%s': %s"
-#: ../gio/glocalfileinfo.c:1458
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (invalid encoding)"
-#: ../gio/glocalfileinfo.c:1618
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Error stating file descriptor: %s"
-#: ../gio/glocalfileinfo.c:1663
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Invalid attribute type (uint32 expected)"
-#: ../gio/glocalfileinfo.c:1680
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Invalid attribute type (uint64 expected)"
-#: ../gio/glocalfileinfo.c:1698
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Invalid attribute type (byte string expected)"
-#: ../gio/glocalfileinfo.c:1724
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Error setting permissions: %s"
-#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1943
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Error setting owner: %s"
-#: ../gio/glocalfileinfo.c:1798
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "symlink must be non-NULL"
-#: ../gio/glocalfileinfo.c:1808 ../gio/glocalfileinfo.c:1827
-#: ../gio/glocalfileinfo.c:1838
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Error setting symlink: %s"
-#: ../gio/glocalfileinfo.c:1817
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "Error setting symlink: file is not a symlink"
-#: ../gio/glocalfileinfo.c:1998
+#: gio/glocalfileinfo.c:1998
#, 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:570
#, 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:372
+#: gio/glocalfileoutputstream.c:854
#, 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:279
#, c-format
msgid "Error closing file: %s"
msgstr "Error closing file: %s"
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
#, c-format
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:591
#, c-format
msgid "Error writing to file: %s"
msgstr "Error writing to file: %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:213
#, 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:227 gio/glocalfileoutputstream.c:240
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Error creating backup copy: %s"
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:258
#, 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:418 gio/glocalfileoutputstream.c:871
#, 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:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Error opening file '%s': %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:679
#, c-format
msgid "Target file is a directory"
msgstr "Target file is a directory"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
#, c-format
msgid "Target file is not a regular file"
msgstr "Target file is not a regular file"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
#, c-format
msgid "The file was externally modified"
msgstr "The file was externally modified"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Invalid GSeekType supplied"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Invalid seek request"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr "Cannot truncate GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "Reached maximum data array limit"
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "Memory output stream not resizable"
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Failed to resize memory output stream"
@@ -1637,55 +1630,55 @@ msgstr "Failed to resize memory output stream"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:344
+#: gio/gmount.c:344
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:419
+#: gio/gmount.c:419
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:501
+#: gio/gmount.c:501
msgid "mount doesn't implement remount"
msgstr "mount doesn't implement remount"
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
#, c-format
msgid "Output stream doesn't implement write"
msgstr "Output stream doesn't implement write"
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
#, c-format
msgid "Source stream is already closed"
msgstr "Source stream is already closed"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr "name"
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
msgid "The name of the icon"
msgstr "The name of the icon"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr "names"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr "An array containing the icon names"
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr "use default fallbacks"
-#: ../gio/gthemedicon.c:245
+#: gio/gthemedicon.c:245
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1693,65 +1686,65 @@ 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:202 ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "Error reading from unix: %s"
-#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, 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:190 ../gio/gunixoutputstream.c:211
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, c-format
msgid "Error writing to unix: %s"
msgstr "Error writing to unix: %s"
-#: ../gio/gvolume.c:423
+#: gio/gvolume.c:423
msgid "volume doesn't implement eject"
msgstr "volume doesn't implement eject"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
#, c-format
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
#, c-format
msgid "URIs not supported"
msgstr "URIs not supported"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
#, c-format
msgid "association changes not supported on win32"
msgstr "association changes not supported on win32"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
#, c-format
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/eo.po b/po/eo.po
index fc595d6aa..1759555f5 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -300,22 +300,22 @@ msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Eraro ĉe linio %d signo %d: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Eraro ĉe linio %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "Malplena ero '&;'; validaj eroj estas : &amp; &quot; &lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -325,17 +325,17 @@ msgstr ""
"Signo '%s' ne estas valida en la komenco de eronomo; la & signo komencas unu "
"ero;se la kaj-signo ne estas ero, eskapu ĝin kiel &amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Signo '%s' ne estas valida en unu eronomo"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Eronomo '%s' ne estas konata"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -343,7 +343,7 @@ msgstr ""
"Ero ne finis kun punktokomo; vi eble uzis kaj-signo sen voli komenci eron."
"Eskapu kaj-signon kiel &amp;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -352,16 +352,16 @@ msgstr ""
"Analizo de '%s' malsuksesis. Une cifero devus esti en la signoreferenco "
"(&#234; ekzemple)- eble la cifero estas tro granda"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Signorefrenco '%s' ne faras kodigu permesatan signon"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Malplena signa referenco; devus enhavi ciferon kiel &#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -370,34 +370,34 @@ msgstr ""
"Signa referenco ne finis kun punktokomo; vi verŝajne uzas kaj-signon sen "
"volikomenci eron - eskapu kaj-signon kiel &amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Nefinita erorefrenco"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Nefinita signorefrenco"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Nevalida UTF-8 kodiginta teksto"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Nevalida UTF-8 kodiginta teksto"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Nevalida UTF-8 kodiginta teksto"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumento devas komenci kun elemento (ekz. <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -406,7 +406,7 @@ msgstr ""
"'%s' ne estas valida signo post la signo '<'; ĝi ne eblas "
"komcencielementnomon"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -415,7 +415,7 @@ msgstr ""
"Malbona signo '%s', unu '>' signo estas atendita por fini la "
"komencetikedonde elemento '%s'"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -423,7 +423,7 @@ msgstr ""
"Malbona signo '%s', unu '>' signo estas atendita post atributnomo '%s' "
"deelemento '%s'"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -434,7 +434,7 @@ msgstr ""
"lakomencetikedon de elemento '%s' aŭ unu atributo; eble vi uzas nevalidan "
"signon enunu atributnomo"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -443,7 +443,7 @@ msgstr ""
"Malbona signo '%s', malferma citilo estas atendita post la egalsigno "
"kiamdonita valoro por atributo '%s' de elemento '%s'"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -452,7 +452,7 @@ msgstr ""
"'%s' ne estas valida signo post la signoj '</'; '%s' ne eblas "
"komcencielementnomon"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -461,26 +461,26 @@ msgstr ""
"'%s' ne estas valida signo post la ferma elementnomo '%s'; la valida signo "
"estas'>'"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elemento '%s' estis fermita, neniu elemento estas malfermita"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Elemento '%s' estis fermita, sed la momente malfermita elemento estas '%s'"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokumento estis malpena aŭ enhavis nur blankspaco"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumento neatendite finis post malfermi-angulkrampon '<'"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -489,7 +489,7 @@ msgstr ""
"Dokumento neatendite finis kun elementoj ankoraŭ malfermi - '%s' estis la "
"lasta elemento malfermita"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -498,19 +498,19 @@ msgstr ""
"Dokumento neatendite finis, atendis vidi etikedon finiĝanta je fermi-"
"angulkrampo <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumento neatendite finis en elementa nomo"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumento neatendite finis en atributa nomo"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumento neatendite finis en elemento-malfermanta etikedo."
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -518,16 +518,16 @@ msgstr ""
"Dokumento neatendite finis post le egalsigno sekvita de atributnomo; ne "
"atributvaloro"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumento neatendite finis dum en atributvaloro"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokumento neatendite finis en la fermetikedo por elemento '%s'"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokumento neatendite finis en komento aŭ komputanta instrukcio"
@@ -551,7 +551,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1154,7 +1154,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1221,9 +1221,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr ""
@@ -1242,7 +1242,7 @@ msgstr ""
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1252,7 +1252,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1262,26 +1262,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1292,12 +1292,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1363,8 +1363,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1385,69 +1385,69 @@ msgstr "Eraro dum legado de dosiero '%s': %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Malsukcesis krei dosieron '%s': %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Malsukcesis krei dosieron '%s': %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Malsukcesis krei dosieron '%s': %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Eraro dum konverto: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1472,62 +1472,62 @@ 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:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Eraro dum konverto: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Eraro dum konverto: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Eraro ĉe linio %d: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
@@ -1600,12 +1600,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Nevalida komputilnomo"
@@ -1615,17 +1615,17 @@ msgstr "Nevalida komputilnomo"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1700,7 +1700,7 @@ msgstr "Eraro dum legado de dosiero '%s': %s"
msgid "Error closing unix: %s"
msgstr "Eraro ĉe linio %d: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/es.po b/po/es.po
index f6ee114af..689af5607 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-03-11 04:25+0000\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-03-11 07:46+0100\n"
"Last-Translator: Jorge González <jorgegonz@svn.gnome.org>\n"
"Language-Team: Español <gnome-es-list@gnome.org>\n"
@@ -20,309 +20,312 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Atributo inesperado «%s» para el elemento «%s»"
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "El atributo «%s» del elemento «%s» no se ha encontrado"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Etiqueta «%s» inesperada, se esperaba la etiqueta «%s»"
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Etiqueta «%s» inesperada dentro de «%s»"
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
"No se pudo encontrar ningún archivo de marcadores válido en los directorios "
"de datos"
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Ya existe un marcador para el URI «%s»"
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "No se encontró un marcador para el URI «%s»"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Ningún tipo MIME definido en el marcador para la URI «%s»"
-#: ../glib/gbookmarkfile.c:2444
+#: glib/gbookmarkfile.c:2444
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "No se ha definido ningún flag privado en el marcador para el URI «%s»"
-#: ../glib/gbookmarkfile.c:2823
+#: glib/gbookmarkfile.c:2823
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "No se ha establecido ningún grupo en el marcador para el URI «%s»"
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Ninguna aplicación con nombre «%s» registró un marcador para «%s»"
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Falló la expansión de la la linea ejecutable «%s» con el URI «%s»"
-#: ../glib/gconvert.c: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 conversión desde el conjunto de caracteres «%s» a «%s» no está soportada"
+msgstr ""
+"La conversión desde el conjunto de caracteres «%s» a «%s» no está soportada"
-#: ../glib/gconvert.c: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 "No se pudo abrir el conversor de «%s» a «%s»"
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
#, c-format
msgid "Invalid byte sequence in conversion input"
msgstr "Hay una secuencia de bytes no válida en la entrada de conversión"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "Falló durante la conversión: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
#, c-format
msgid "Partial character sequence at end of input"
msgstr "Hay una secuencia parcial de caracteres en el final de la entrada"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "No se puede convertir el fallback «%s» al conjunto de códigos «%s»"
-#: ../glib/gconvert.c:1734
+#: glib/gconvert.c:1734
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "El URI «%s» no es una URI absoluta utilizando el esquema «file»"
-#: ../glib/gconvert.c:1744
+#: glib/gconvert.c:1744
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "El archivo local en la URI «%s» no debe incluir un «#»"
-#: ../glib/gconvert.c:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "El URI «%s» es inválida"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "El nombre del host de la URI «%s» es inválido"
-#: ../glib/gconvert.c:1789
+#: glib/gconvert.c:1789
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "El URI «%s» contiene caracteres de escape inválidos"
-#: ../glib/gconvert.c:1884
+#: glib/gconvert.c:1884
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "El nombre de la ruta «%s» no es una ruta absoluta"
-#: ../glib/gconvert.c:1894
+#: glib/gconvert.c:1894
#, c-format
msgid "Invalid hostname"
msgstr "El nombre del host es inválido"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Falló al abrir el directorio «%s»: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "No se pueden asignar %lu bytes para leer el archivo «%s»"
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Falló al leer el archivo «%s»: %s"
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Falló al leer del archivo «%s»: %s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Falló al abrir el archivo «%s»: %s"
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Falló al obtener los atributos del archivo «%s»: fstat() falló: %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Falló al abrir el archivo «%s»: fdopen() falló: %s"
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Falló al renombrar el archivo «%s» a «%s»: g_rename() falló: %s"
-#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Falló al crear el archivo «%s»: %s"
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Falló al abrir el archivo «%s» para escritura: fdopen() falló: %s"
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:971
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Falló al escribir el archivo «%s»: fwrite() falló: %s"
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Falló al cerrar el archivo «%s»: fclose() falló: %s"
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "El archivo existente «%s» no se pudo eliminar: g_unlink() falló: %s"
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "La plantilla «%s» es inválida, no debería contener un «%s»"
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "La plantilla «%s» no contiene XXXXXX"
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f KiB"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f MiB"
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f GiB"
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Falló al leer el enlace simbólico «%s»: %s"
-#: ../glib/gfileutils.c:1908
+#: glib/gfileutils.c:1908
#, c-format
msgid "Symbolic links not supported"
msgstr "Enlaces simbólicos no soportados"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "No se pudo abrir el conversor de «%s» a «%s»: %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string"
-msgstr "No se puede hacer una lectura en bruto (raw) en g_io_channel_read_line_string"
+msgstr ""
+"No se puede hacer una lectura en bruto (raw) en g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "Se han dejado datos no convertidos en el búfer de lectura"
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
#, c-format
msgid "Channel terminates in a partial character"
msgstr "El canal termina en un carácter parcial"
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end"
-msgstr "No se puede hacer una lectura en bruto (raw) en g_io_channel_read_to_end"
+msgstr ""
+"No se puede hacer una lectura en bruto (raw) en g_io_channel_read_to_end"
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "Falló al abrir el archivo «%s»: open() falló: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Falló al mapear el archivo «%s»: mmap() falló: %s"
-#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Error en la línea %d, carácter %d: "
-#: ../glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Error en la línea %d: %s"
-#: ../glib/gmarkup.c:442
-msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
+#: glib/gmarkup.c:448
+msgid ""
+"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"La entidad '&;' está vacía; las entidades válidas son: &amp; &quot; &lt; "
"&gt; &apos;"
-#: ../glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -333,17 +336,17 @@ msgstr ""
"carácter «&» inicia una entidad; si el signo et ('&') no debiera ser una "
"entidad, escápela como &amp;"
-#: ../glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "El carácter «%s» no es válido dentro del nombre de una entidad"
-#: ../glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "El nombre de la entidad «%s» es desconocido"
-#: ../glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -352,7 +355,7 @@ msgstr ""
"\"&\" sin la intención de indicar una entidad, escape el signo \"&\" como "
"&amp;"
-#: ../glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -362,18 +365,18 @@ msgstr ""
"carácter de referencia( por ejemplo &#234;) - tal vez el dígito es demasiado "
"grande"
-#: ../glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "El carácter de referencia «%-.*s» no codifica un carácter permitido"
-#: ../glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"El carácter de referencia está vacío; debería incluir un dígito tal como "
"&#454;"
-#: ../glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -383,32 +386,32 @@ msgstr ""
"un carácter «&» sin pretender iniciar una entidad, escape el carácter \"&\" "
"como &amp;"
-#: ../glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Referencia de entidad sin terminar"
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Referencia de carácter sin terminar"
-#: ../glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Texto codificado como UTF-8 inválido; secuencia demasiado larga"
-#: ../glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Texto codificado como UTF-8 inválido; sin carácter de comienzo"
-#: ../glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Texto codificado como UTF-8 inválido; «%s» no válido"
-#: ../glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "El documento debe comenzar con un elemento (por ejemplo: <book>)"
-#: ../glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -417,23 +420,24 @@ msgstr ""
"«%s» no es un carácter válido a continuación del carácter '<'; no debe "
"iniciar un nombre de elemento"
-#: ../glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
-"Carácter «%s» impropio, se esperaba un carácter '>' para terminar la "
-"etiqueta de inicio del elemento «%s»"
+"Carácter «%s» impropio, se esperaba un carácter '>' para terminar la etiqueta "
+"de inicio del elemento «%s»"
-#: ../glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
-msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
+msgid ""
+"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Carácter «%s» impropio, se esperaba el carácter '=' después del nombre de "
"atributo «%s» del elemento «%s»"
-#: ../glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -444,25 +448,25 @@ msgstr ""
"etiqueta de inicio del elemento «%s» u opcionalmente un atributo; tal vez "
"utilizó un carácter que no es válido en un nombre de atributo"
-#: ../glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, 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 ""
-"Carácter «%s» impropio, se esperaba una marca de apertura de comillas "
-"después del signo igual al darle valor al atributo «%s» del elemento «%s»"
+"Carácter «%s» impropio, se esperaba una marca de apertura de comillas después "
+"del signo igual al darle valor al atributo «%s» del elemento «%s»"
-#: ../glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
-"«%s» no es un carácter válido a continuación de los caracteres '</'; «%s» "
-"no debe iniciar un nombre de elemento"
+"«%s» no es un carácter válido a continuación de los caracteres '</'; «%s» no "
+"debe iniciar un nombre de elemento"
-#: ../glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -471,27 +475,27 @@ msgstr ""
"«%s» no es un carácter válido a continuación del nombre del elemento de "
"cierre «%s»; el carácter permitido es '>'"
-#: ../glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "El elemento «%s» fue cerrado, no existe ningún elemento abierto"
-#: ../glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"El elemento «%s» fue cerrado, pero el elemento que está abierto actualmente "
"es «%s»"
-#: ../glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "El documento estaba vacío o sólo contenía espacios en blanco"
-#: ../glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "El documento termina inesperadamente justo después de un '<'"
-#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -500,7 +504,7 @@ msgstr ""
"El documento termina inesperadamente con elementos todavía abiertos - «%s» "
"fue el último elemento abierto"
-#: ../glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -509,21 +513,21 @@ msgstr ""
"El documento termina inesperadamente, se esperaba un carácter '>' "
"finalizando la etiqueta <%s/>"
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "El documento termina inesperadamente dentro de un nombre de elemento"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "El documento termina inesperadamente dentro de un nombre de atributo"
-#: ../glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"El documento termina inesperadamente dentro de una etiqueta de apertura de "
"elemento."
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -531,408 +535,409 @@ msgstr ""
"El documento termina inesperadamente después de los signos igual que siguen "
"al nombre de atributo; sin valor de atributo"
-#: ../glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "El documento termina inesperadamente dentro del valor de un atributo"
-#: ../glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"El documento termina inesperadamente dentro de la etiqueta de cierre del "
"elemento «%s»"
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"El documento termina inesperadamente dentro de un comentario o instrucción "
"de proceso"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "objeto corrupto"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "error interno u objeto corrupto"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "sin memoria"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "se alcanzó el límite de «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 "el patrón contiene elementos no soportados para una coincidencia parcial"
+msgstr ""
+"el patrón contiene elementos no soportados para una coincidencia parcial"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "error interno"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr ""
"no se soportan referencias anteriores como condiciones para coincidencias "
"parciales"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "se alcanzó el límite de recursividad"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "límite del espacio de trabajo cuando se alcanzan subcadenas vacías"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "combinación de banderas de nueva línea inválidas"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "error desconocido"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ al final del patrón"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c al final del patrón"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "carácter no reconocido después de \\"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr ""
"aquí no se permite escapar las letras (\\l, \\L, \\u, \\U) (mayúscula y "
"minúscula)"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "números fuera de rango en el cuantificador {}"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "número demasiado grande en el cuantificador {}"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "falta la terminación ] para la clase de carácter"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "secuencia de escape no válida en la clase de carácter"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "rango fuera de orden en la clase de carácter"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "nada que repetir"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "carácter no reconocido después de (?"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "carácter no reconocido después de (?<"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "carácter no reconocido después de (?P"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "Sólo se soportan las clases con nombres POSIX dentro de una clase"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "falta el ) de terminación"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") sin ( que lo abriera"
#. 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 los dígitos (?[+-] deben estar seguidos por )"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "referencia a un subpatrón no existente"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "falta ) después del comentario"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "la expresión regular es demasiado larga"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "falló al obtener memoria"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "la comprobación «lookbehind» no tiene una longitud fija"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "número o nombre mal formado después de (?("
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "el grupo condicional contiene más de dos ramas"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "se esperaba una comprobación después de (?("
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "nombre de clase POSIX desconocido"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "los elementos POSIX recopilados no están soportados"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "el valor del carácter en la secuencia \\x{…} es demasiado largo"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "condición no válida (?(0)"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "no se permite \\C en comprobaciones «lookbehind»"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "una llamada recursiva podrá crear un bucle infinito"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "falta el terminador en el nombre del subpatrón"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "dos subpatrones tienen el mismo nombre"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "secuencia \\P o \\p mal formada"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "nombre de propiedad desconocido después de \\P o \\p"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "el nombre del subpatrón es demasiado largo (máximo 32 caracteres)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "demasiados subpatrones con nombre (máximo 10.000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "el valor octal es mayor que \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "el grupo DEFINE contiene más de una rama"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "no se permite repetir un grupo DEFINE"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "opciones NEWLINE inconsistentes"
-#: ../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 no está seguido por un nombre de llave o un número distinto de cero con "
"una llave opcional"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "repetición inesperada"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "desbordamiento de código"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "se desbordó el espacio de trabajo de compilación"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "no se encontró el subpatrón referenciado anteriormente comprobado"
-#: ../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 al coincidir con la expresión regular %s: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "La biblioteca PCRE está compilada sin soporte para UTF8"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
-msgstr "La biblioteca PCRE está compilada sin soporte para las propiedades de UTF8"
+msgstr ""
+"La biblioteca PCRE está compilada sin soporte para las propiedades de UTF8"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Error al compilar la expresión regular %s en el carácter %d: %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Error al optimizar la expresión regular %s: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "se esperaba un dígito hexadecimal o «}»"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "se esperaba un dígito hexadecimal"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "falta «<» en la referencia simbólica"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "referencia de símbolo sin terminar"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "referencia simbólica de longitud cero"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "se esperaba un dígito"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "referencia simbólica ilegal"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "«\\» al final de la cadena"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "secuencia de escape desconocida"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Error al analizar el texto de reemplazo «%s» en el carácter %lu: %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "El texto entrecomillado no empieza por un signo de comilla"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Falta una comilla en la línea de comandos o en otro texto con comillas tipo "
"shell"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "El texto termina justo después de un carácter '\\'. (El texto era «%s»)"
-#: ../glib/gshell.c:545
+#: glib/gshell.c:545
#, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr ""
"El texto terminó antes de que se encontrase la comilla correspondiente con %"
"c. (El texto era «%s»)"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "El texto está vacío (o sólo contiene espacios en blanco)"
-#: ../glib/gspawn-win32.c:279
+#: glib/gspawn-win32.c:279
#, c-format
msgid "Failed to read data from child process"
msgstr "Falló al leer los datos desde un proceso hijo"
-#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""
"Falló en la creación de un conducto (pipe) para comunicarse con el proceso "
"hijo (%s)"
-#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Falló al leer desde el conducto hijo (%s)"
-#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Falló al cambiar al directorio «%s» (%s)"
-#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Falló al ejecutar el proceso hijo (%s)"
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "Nombre de programa inválido: %s"
-#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Cadena inválida en el vector del argumento en %d: %s"
-#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Cadena inválida en el entorno: %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, c-format
msgid "Invalid working directory: %s"
msgstr "Directorio de trabajo inválido: %s"
-#: ../glib/gspawn-win32.c:787
+#: glib/gspawn-win32.c:787
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Falló al ejecutar el programa auxiliar (%s)"
-#: ../glib/gspawn-win32.c:1002
+#: glib/gspawn-win32.c:1002
#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -941,197 +946,198 @@ msgstr ""
"Falló inesperado en g_io_channel_win32_poll() al leer datos desde un proceso "
"hijo"
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Falló en la lectura de datos desde el proceso hijo (%s)"
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Falló inesperado en select() leyendo datos desde el proceso hijo (%s)"
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Falló inesperado en waitpid() (%s)"
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
#, c-format
msgid "Failed to fork (%s)"
msgstr "Falló al bifurcar (fork) (%s)"
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Falló al ejecutar el proceso hijo «%s» (%s)"
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Falló al redirigir la salida o la entrada del proceso hijo (%s)"
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Falló al bifurcar el proceso hijo (%s)"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Falló desconocido al ejecutar el proceso hijo «%s»"
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Falló al leer suficientes datos desde el conducto del pid hijo (%s)"
-#: ../glib/gutf8.c:1030
+#: glib/gutf8.c:1030
#, c-format
msgid "Character out of range for UTF-8"
msgstr "El carácter se sale del rango para UTF-8"
-#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
#, c-format
msgid "Invalid sequence in conversion input"
msgstr "Secuencia inválida en la entrada de conversión"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
#, c-format
msgid "Character out of range for UTF-16"
msgstr "El carácter se sale del rango para 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 "[OPCIÓN…]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Opciones de ayuda:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Mostrar opciones de ayuda"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Muestra todas las opciones de ayuda"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Opciones de la aplicación:"
-#: ../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 "No se puede analizar el valor entero «%s» para %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 "El valor entero «%s» para %s está fuera de rango"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "No se puede analizar el valor doble «%s» para %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "El valor doble «%s» para %s está fuera de rango"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Error al analizar la opció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 "Falta un argumento para %s"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Opción desconocida %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
#, c-format
msgid "Valid key file could not be found in search dirs"
msgstr ""
"No se pudo encontrar la clave de archivo válida en los directorios de "
"búsqueda"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
#, c-format
msgid "Not a regular file"
msgstr "No es un archivo regular"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
#, c-format
msgid "File is empty"
msgstr "El archivo está vacío"
-#: ../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 ""
"El archivo de claves contiene la línea «%s» que no es un par valor-clave, "
"grupo o comentario"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Nombre de grupo no válido: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
#, c-format
msgid "Key file does not start with a group"
msgstr "El archivo de claves no empieza por un grupo"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Nombre de clave no válida: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "El archivo de claves contiene una codificación «%s» no soportada"
-#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, c-format
msgid "Key file does not have group '%s'"
msgstr "El archivo de claves no tiene el grupo «%s»"
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
#, c-format
msgid "Key file does not have key '%s'"
msgstr "El archivo de claves no tiene la clave «%s»"
-#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr ""
"El archivo de claves contiene la clave «%s» con el valor «%s» el cual no es "
"UTF-8"
-#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
"El archivo de claves contiene la clave «%s» que tiene un valor que no puede "
"interpretarse."
-#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1140,130 +1146,127 @@ msgstr ""
"El archivo de claves contiene la clave «%s» en el grupo «%s» que tiene un "
"valor que no puede interpretarse."
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "El archivo de claves no tiene la clave «%s» en el grupo «%s»"
-#: ../glib/gkeyfile.c:3471
+#: glib/gkeyfile.c:3471
#, c-format
msgid "Key file contains escape character at end of line"
-msgstr "El archivo de claves contiene un carácter de escape al final de la línea"
+msgstr ""
+"El archivo de claves contiene un carácter de escape al final de la línea"
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3493
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "El archivo de claves contiene la secuencia de escape inválida «%s»"
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "El valor «%s» no puede interpretarse como un número."
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
#, c-format
msgid "Integer value '%s' out of range"
msgstr "El valor entero «%s» está fuera de rango"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "El valor «%s» no puede interpretarse como un número de coma flotante."
-#: ../glib/gkeyfile.c:3706
+#: glib/gkeyfile.c:3706
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "El valor «%s» no puede interpretarse como un booleano."
-#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, c-format
msgid "Too large count value passed to %s"
msgstr "El valor de conteo pasado a %s es demasiado largo"
-#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
#, c-format
msgid "Stream is already closed"
msgstr "El flujo ya se cerró"
-#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1876
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Se canceló la operación"
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
msgid "Unknown type"
msgstr "Tipo desconocido"
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr "tipo de archivo %s"
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "tipo %s"
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
#, c-format
msgid "Unexpected early end-of-stream"
msgstr "Final de flujo inesperadamente prematuro"
-#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Sin nombre"
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
#, c-format
msgid "Desktop file didn't specify Exec field"
msgstr "El archivo de escritorio no especificó el campo Exec"
-#: ../gio/gdesktopappinfo.c:882
+#: gio/gdesktopappinfo.c:882
#, c-format
msgid "Unable to find terminal required for application"
msgstr "Imposible encontrar el terminal requerido por la aplicación"
-#: ../gio/gdesktopappinfo.c:1114
+#: gio/gdesktopappinfo.c:1114
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
"No se puede crear la carpeta de configuración de la aplicación %s del "
"usuario: %s"
-#: ../gio/gdesktopappinfo.c:1118
+#: gio/gdesktopappinfo.c:1118
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "No se puede crear la carpeta de configuración MIME %s del usuario: %s"
-#: ../gio/gdesktopappinfo.c:1457
+#: gio/gdesktopappinfo.c:1457
#, c-format
msgid "Can't create user desktop file %s"
msgstr "No se puede crear el archivo de escritorio %s del usuario"
-#: ../gio/gdesktopappinfo.c:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr "Definición personalizada para %s"
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr "la unidad no implementa la expulsión"
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
msgid "drive doesn't implement polling for media"
msgstr "la unidad no implementa el sondeo para medios"
-#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639
-#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053
-#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621
-#: ../gio/gfile.c:3701
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Operación no soportada"
@@ -1276,93 +1279,93 @@ msgstr "Operación no soportada"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
#, c-format
msgid "Containing mount does not exist"
msgstr "El punto de montaje contenido no existe"
-#: ../gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "No se puede copiar sobre el directorio"
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
#, c-format
msgid "Can't copy directory over directory"
msgstr "No se puede copiar directorio sobre directorio"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "El archivo destino ya existe"
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
#, c-format
msgid "Can't recursively copy directory"
msgstr "No se puede copiar el directorio recursivamente"
-#: ../gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "El valor del enlace simbólico dado no es válido"
-#: ../gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "No se soporta mover a la papelera"
-#: ../gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Los nombres de archivo no pueden contener «%c»"
-#: ../gio/gfile.c:4752 ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "el volumen no implementa el montado"
-#: ../gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "No hay ninguna aplicación registrada para manejar este archivo"
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
#, c-format
msgid "Enumerator is closed"
msgstr "El enumerador está cerrado"
-#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "El enumerador del archivo tiene una operación excepcional"
-#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "El enumerador del archivo ya está cerrado"
-#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
#, c-format
msgid "Stream doesn't support query_info"
msgstr "El flujo no soporta query_info"
-#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
#, c-format
msgid "Seek not supported on stream"
msgstr "No se permite buscar en el flujo"
-#: ../gio/gfileinputstream.c:380
+#: gio/gfileinputstream.c:380
#, c-format
msgid "Truncate not allowed on input stream"
msgstr "No se permite truncar en el flujo de entrada"
-#: ../gio/gfileoutputstream.c:457
+#: gio/gfileoutputstream.c:457
#, c-format
msgid "Truncate not supported on stream"
msgstr "No se soporta el truncamiento en el flujo"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
#, c-format
msgid "Input stream doesn't implement read"
msgstr "El flujo de entrada no implementa la lectura"
@@ -1373,303 +1376,306 @@ msgstr "El flujo de entrada no implementa la lectura"
#. 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:904 ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
#, c-format
msgid "Stream has outstanding operation"
msgstr "El flujo tiene una operación excepcional"
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
#, c-format
msgid "Unable to find default local directory monitor type"
msgstr ""
"No se pudo encontrar el tipo de monitorización del directorio local "
"predeterminado"
-#: ../gio/glocalfile.c:599
+#: gio/glocalfile.c:599
#, c-format
msgid "Invalid filename %s"
msgstr "Nombre de archivo no válido %s"
-#: ../gio/glocalfile.c:962
+#: gio/glocalfile.c:962
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Error al obtener la información del sistema de archivos: %s"
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
#, c-format
msgid "Can't rename root directory"
msgstr "No se puede renombrar el directorio raíz"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "No se puede renombrar el archivo, el nombre ya existe"
-#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1905 ../gio/glocalfile.c:1934
-#: ../gio/glocalfile.c:2083 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Nombre de archivo inválido"
-#: ../gio/glocalfile.c:1125
+#: gio/glocalfile.c:1125
#, c-format
msgid "Error renaming file: %s"
msgstr "Error al renombrar el archivo: %s"
-#: ../gio/glocalfile.c:1244
+#: gio/glocalfile.c:1244
#, c-format
msgid "Error opening file: %s"
msgstr "Error al abrir el archivo: %s"
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
#, c-format
msgid "Can't open directory"
msgstr "No se puede abrir el directorio"
-#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Error al eliminar el archivo: %s"
-#: ../gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Error al mover a la papelera el archivo: %s"
-#: ../gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "No se pudo crear el directorio papelera %s: %s"
-#: ../gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
-msgstr "No se pudo encontrar el directorio de nivel superior para mover a la papelera"
+msgstr ""
+"No se pudo encontrar el directorio de nivel superior para mover a la papelera"
-#: ../gio/glocalfile.c:1727 ../gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "No se pudo encontrar o crear el directorio de la papelera"
-#: ../gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "No se pudo crear la información de papelera para el archivo: %s"
-#: ../gio/glocalfile.c:1806 ../gio/glocalfile.c:1875 ../gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "No se pudo enviar a la papelera el archivo: %s"
-#: ../gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Error al crear el enlace simbólico: %s"
-#: ../gio/glocalfile.c:1998 ../gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Error al mover el archivo: %s"
-#: ../gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "No se puede mover un directorio sobre un directoro"
-#: ../gio/glocalfile.c:2043 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Falló la creación del archivo de respaldo"
-#: ../gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Error al eliminar el archivo destino: %s"
-#: ../gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "No se soporta mover archivos entre puntos de montaje"
-#: ../gio/glocalfileinfo.c:709
+#: gio/glocalfileinfo.c:709
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "El valor del atributo de ser no nulo"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Tipo de atributo no válido (se esperaba una cadena)"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid extended attribute name"
msgstr "Nombre extendido del atributo no válido"
-#: ../gio/glocalfileinfo.c:763
+#: gio/glocalfileinfo.c:763
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Error al establecer el atributo extendido «%s»: %s"
-#: ../gio/glocalfileinfo.c:1398 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Error al mostrar información del estado del archivo «%s»: %s"
-#: ../gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (codificación no válida)"
-#: ../gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
-msgstr "Error al mostrar la información del estado del descriptor del archivo: %s"
+msgstr ""
+"Error al mostrar la información del estado del descriptor del archivo: %s"
-#: ../gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tipo de atributo no válido (se esperaba uint32)"
-#: ../gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tipo de atributo no válido (se esperaba uint64)"
-#: ../gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Tipo de atributo no válido (se esperaba una cadena byte)"
-#: ../gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Error al establecer permisos: %s"
-#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Error al establecer el propietario: %s"
-#: ../gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "el enlace simbólico debe ser no nulo"
-#: ../gio/glocalfileinfo.c:1804 ../gio/glocalfileinfo.c:1823
-#: ../gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Error al establecer el enlace simbólico: %s"
-#: ../gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
-msgstr "Error al establecer el enlace simbólico: el archivo no es un enlace simbólico"
+msgstr ""
+"Error al establecer el enlace simbólico: el archivo no es un enlace simbólico"
-#: ../gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
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:570
#, 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:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
+#: gio/glocalfileoutputstream.c:854
#, 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:279
#, c-format
msgid "Error closing file: %s"
msgstr "Error al cerrar el archivo: %s"
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
#, c-format
msgid "Unable to find default local file monitor type"
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:591
#, c-format
msgid "Error writing to file: %s"
msgstr "Error al escribir en el archivo: %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:213
#, 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:227 gio/glocalfileoutputstream.c:240
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Error al crear una copia de respaldo: %s"
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:258
#, 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:418 gio/glocalfileoutputstream.c:871
#, 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:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Error al abrir el archivo «%s»: %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:679
#, c-format
msgid "Target file is a directory"
msgstr "El archivo destino es un directorio"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
#, c-format
msgid "Target file is not a regular file"
msgstr "El archivo destino no es un archivo regular"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
#, c-format
msgid "The file was externally modified"
msgstr "El archivo se modificó externamente"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Se proporcionó un GSeekType no válido"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Petición de búsqueda no válida"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr "No se puede truncar GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "Se alcanzó el límite máximo del array de datos"
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "El flujo de salida de la memoria no es redimensionable"
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Falló al redimensionar el flujo de salida de la memoria"
@@ -1677,121 +1683,121 @@ msgstr "Falló al redimensionar el flujo de salida de la memoria"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:344
+#: gio/gmount.c:344
msgid "mount doesn't implement unmount"
msgstr "el punto de montaje no implementa desmontado"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:419
+#: gio/gmount.c:419
msgid "mount doesn't implement eject"
msgstr "el punto de montaje no implementa la expulsión"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:501
+#: gio/gmount.c:501
msgid "mount doesn't implement remount"
msgstr "el punto de montaje no implementa remontado"
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
#, c-format
msgid "Output stream doesn't implement write"
msgstr "El flujo de salida no implementa la escritura"
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
#, c-format
msgid "Source stream is already closed"
msgstr "El flujo de origen ya está cerrado"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr "nombre"
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
msgid "The name of the icon"
msgstr "El nombre del icono"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr "nombres"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr "Un array que contiene los nombres de los iconos"
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr "usar valores predeterminados de reserva"
-#: ../gio/gthemedicon.c:245
+#: gio/gthemedicon.c:245
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
msgstr ""
-"Indica si se debe usar los valores de reserva encontrados al acortar el nombre en los "
-"caracteres «-». Si se proporcionan varios nombres los ignora después del primero."
+"Indica si se debe usar los valores de reserva encontrados al acortar el "
+"nombre en los caracteres «-». Si se proporcionan varios nombres los ignora "
+"después del primero."
-#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "Error al leer de unix: %s"
-#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, c-format
msgid "Error closing unix: %s"
msgstr "Error al cerrar unix: %s"
-#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Sistema de archivos raíz"
-#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, c-format
msgid "Error writing to unix: %s"
msgstr "Error al escribir en unix: %s"
-#: ../gio/gvolume.c:423
+#: gio/gvolume.c:423
msgid "volume doesn't implement eject"
msgstr "el volumen no implementa la expulsión"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
#, c-format
msgid "Can't find application"
msgstr "No se puede encontrar la aplicación"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Error al analizar la aplicación: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
#, c-format
msgid "URIs not supported"
msgstr "No se soportan URI"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
#, c-format
msgid "association changes not supported on win32"
msgstr "los cambios de asociación no están soportados en win32"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
#, c-format
msgid "Association creation not supported on win32"
msgstr "La creación de asociación no está soportada en win32"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "no ocultar entradas"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "usar un formato de listado largo"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[ARCHIVO…]"
-
diff --git a/po/et.po b/po/et.po
index 6d65b3c50..9f75d45fa 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-03-05 13:24+0200\n"
"Last-Translator: Ivar Smolin <okul@linux.ee>\n"
"Language-Team: Estonian <gnome-et@linux.ee>\n"
@@ -305,23 +305,23 @@ msgstr "Tõrge faili '%s' avamisel: open() nurjus: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Tõrge faili '%s' avamisel: mmap() nurjus: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Viga real %d märgil %d: "
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Viga real %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
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:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -331,17 +331,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:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Märk '%s' ei ole olemi nimes lubatud"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Olemi nimi '%s' on tuntmatu"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -349,7 +349,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:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -358,16 +358,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:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Märgiviide '%-.*s' ei teisendu lubatud märgiks"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
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:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -376,32 +376,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:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Lõpetamata viide olemile"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Lõpetamata viide märgile"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Vigaselt kodeeritud UTF-8 tekst - liigpikk jada"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Vigaselt kodeeritud UTF-8 tekst - puuduv algusmärk"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Vigaselt kodeeritud UTF-8 tekst - vigane '%s'"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument peab algama elemendiga (nt: <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -409,7 +409,7 @@ msgid ""
msgstr ""
"Märk '%s' ei ole märgi '<' järel lubatud, see võib mitte olla elemendi nimi"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -417,7 +417,7 @@ msgid ""
msgstr ""
"Veider märk '%s', oodatakse märki '>', et lõpetada elemendi '%s' algussilti"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -425,7 +425,7 @@ msgstr ""
"Veider märk '%1$s', pärast elemendi '%3$s' tunnust nimega '%2$s' oodatakse "
"märki '='"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -436,7 +436,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:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -445,7 +445,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:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -454,7 +454,7 @@ msgstr ""
"Märk '%s' ei ole märkide '</' järel lubatud, '%s' võib mitte olla elemendi "
"nimi"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -463,25 +463,25 @@ msgstr ""
"Märk '%s' ei ole lubatud märk elemendi '%s' nime sulgemise järel, lubatud "
"märk on '>'"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' on suletud, avatud elemente ei ole"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, 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:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokument on tühi või sisaldab ainult tühja ruumi"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument lõppes ootamatult ilma avatud nurksulgu '<' sulgemata"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -490,7 +490,7 @@ msgstr ""
"Dokument lõppes ootamatult ilma, et avatud elemente sulgemata - '%s' oli "
"viimane avatud element"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -499,19 +499,19 @@ msgstr ""
"Dokument lõppes ootamatult, sildi <%s/> lõpetamiseks loodetakse näha "
"nurksulgu"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument lõppes ootamatult elemendi nime sees"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument lõppes ootamatult rekvisiidi nime sees"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument lõppes ootamatult elemendi avamise sildi sees"
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -519,16 +519,16 @@ msgstr ""
"Dokument lõppes ootamatult pärast rekvisiidi nime järel olevat võrdusmärki, "
"rekvisiidi väärtus on puudu"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument lõppes ootamatult keset attribuudi väärtust"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, 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:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokument lõppes ootamatult kommentaaride või töötlemis juhiste sees"
@@ -553,7 +553,7 @@ 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:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "sisemine viga"
@@ -1157,7 +1157,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr "Voog on juba suletud"
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Operatsioon tühistati"
@@ -1225,9 +1225,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Operatsioon ei ole toetatud"
@@ -1246,7 +1246,7 @@ msgstr "Operatsioon ei ole toetatud"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1256,7 +1256,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Sihtfail on olemas"
@@ -1266,26 +1266,26 @@ msgstr "Sihtfail on olemas"
msgid "Can't recursively copy directory"
msgstr "Kataloogi pole võimalik rekursiivselt kopeerida"
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Failinimed ei tohi sisaldada märki '%c'"
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "Selle faili käsitlemiseks pole rakendust registreeritud"
@@ -1296,12 +1296,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1367,8 +1367,8 @@ msgstr "Juurkataloogi nime pole võimalik muuta"
msgid "Can't rename file, filename already exist"
msgstr "Faili pole võimalik ümber nimetada, failinimi on juba olemas"
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
@@ -1389,69 +1389,69 @@ msgstr "Viga avamisel: %s"
msgid "Can't open directory"
msgstr "Kataloogi pole võimalik avada"
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Viga faili eemaldamisel: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr ""
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr ""
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr ""
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr ""
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Viga nimeviida loomisel: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Viga faili ümbertõstmisel: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Tõrge varufaili loomisel"
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Viga sihtfaili eemaldamisel: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1476,62 +1476,62 @@ msgstr "Vigane laiendatud rekvisiidi nimi"
msgid "Error setting extended attribute '%s': %s"
msgstr "Viga laiendatud rekvisiidi '%s' seadmisel: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr ""
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (vigane kodeering)"
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr ""
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Vigane rekvisiidi tüüp (oodatakse tüüpi uint32)"
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Vigane rekvisiidi tüüp (oodatakse tüüpi uint64)"
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Vigane rekvisiidi tüüp (oodatakse baitstringi)"
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Viga pääsuõiguste määramisel: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Viga omaniku seadmisel: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Viga nimeviida seadmisel: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Rekvisiidi %s seadmine pole toetatud"
@@ -1604,12 +1604,12 @@ msgstr "Sihtfail pole tavaline fail"
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr ""
@@ -1619,17 +1619,17 @@ msgstr ""
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1706,7 +1706,7 @@ msgstr ""
msgid "Error closing unix: %s"
msgstr ""
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Failisüsteemi juurikas"
diff --git a/po/eu.po b/po/eu.po
index 19ab49262..2f0348b47 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-03-11 14:12+0100\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-03-11 14:16+0100\n"
"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>\n"
"Language-Team: Basque <itzulpena@euskalgnu.org>\n"
@@ -20,314 +20,319 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "'%2$s' elementuaren ustekabeko '%1$s'atributua"
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "'%2$s' elementuaren '%1$s' atributua ez da aurkitu"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Ustekabeko '%s' etiketa, '%s' espero zen"
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "'%2$s' barruan ustekabeko '%1$s' etiketa"
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
#, c-format
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:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "'%s' URIaren laster-marka badago lehenedik ere"
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Ez da '%s' URIaren laster-markarik aurkitu"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, 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:2444
+#: glib/gbookmarkfile.c:2444
#, 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:2823
+#: glib/gbookmarkfile.c:2823
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "'%s' URIaren laster-markan ez dago talderik ezarrita"
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' izeneko aplikaziorik ez du erregistratu laster-markarik '%s'(e)n"
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, 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:2215 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
#, c-format
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:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "Errorea bihurtzean: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
#, c-format
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:1734
+#: glib/gconvert.c:1734
#, 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:1744
+#: glib/gconvert.c:1744
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Baliteke '%s' URI fitxategi lokalak '#' ez edukitzea"
-#: ../glib/gconvert.c:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "'%s' URI baliogabea da"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "'%s' URIaren ostalari-izena baliogabea da"
-#: ../glib/gconvert.c:1789
+#: glib/gconvert.c:1789
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "'%s' URIak ihes-karaktere baliogabeak ditu"
-#: ../glib/gconvert.c:1884
+#: glib/gconvert.c:1884
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "'%s' bide-izena ez da bide-izen absolutua"
#
-#: ../glib/gconvert.c:1894
+#: glib/gconvert.c:1894
#, c-format
msgid "Invalid hostname"
msgstr "Ostalari-izen baliogabea"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Errorea '%s' direktorioa irekitzean: %s "
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "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:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Ezin izan da '%s' fitxategitik irakurri: %s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Ezin izan da '%s' fitxategia ireki: %s "
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Ezin izan dira '%s' fitxategiko atributuak lortu, fstat() funtzioak huts "
"egin du: %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, 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:890
+#: glib/gfileutils.c:890
#, 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:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Ezin izan da '%s' fitxategia sortu: %s"
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, 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:971
+#: glib/gfileutils.c:971
#, 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:990
+#: glib/gfileutils.c:990
#, 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:1108
+#: glib/gfileutils.c:1108
#, 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:1352
+#: glib/gfileutils.c:1352
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "'%s' txantiloia baliogabea da, ez luke '%s' eduki behar"
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "'%s' txantiloiak ez dauka: XXXXXX"
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "Byte %u"
msgstr[1] "%u byte"
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ezin izan da '%s' esteka sinbolikorik irakurri: %s"
-#: ../glib/gfileutils.c:1908
+#: glib/gfileutils.c:1908
#, c-format
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
#, c-format
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:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "Irakurketa-bufferrean geratu diren bihurtu gabeko datuak"
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
#, c-format
msgid "Channel terminates in a partial character"
msgstr "Kanala karaktere partzial batean bukatzen da"
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
#, c-format
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:228 ../glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Errorea %d lerroko %d karakterean: "
-#: ../glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Errorea %d lerroan: %s"
-#: ../glib/gmarkup.c:442
-msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
+#: glib/gmarkup.c:448
+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:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -338,17 +343,17 @@ msgstr ""
"entitate bat hasten du; & ikurrak entitatea izan behar ez badu, izenda ezazu "
"&amp; gisa"
-#: ../glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "'%s' karakterea ezin da erabili entitate-izenen barruan"
-#: ../glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "'%s' entitate-izena ezezaguna da"
-#: ../glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -356,7 +361,7 @@ msgstr ""
"Entitatea ez da puntu eta komaz bukatzen; normalean & ikurra erabiltzen da "
"entitatea hasteko asmorik gabe; izendatu & karakterea &amp; gisa;"
-#: ../glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -365,16 +370,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:612
+#: glib/gmarkup.c:618
#, 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:627
+#: glib/gmarkup.c:633
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:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -384,32 +391,32 @@ msgstr ""
"erabiliko zenuen entitatea hasteko asmorik gabe. Izendatu & karakterea &amp; "
"gisa;"
-#: ../glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Amaitu gabeko entitate-erreferentzia"
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Amaitu gabeko karaktere-erreferentzia"
-#: ../glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "UTF-8 gisa kodetutako testu baliogabea - sekuentzia luzeegia"
-#: ../glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "UTF-8 gisa kodetutako testu baliogabea - hasierako karaktererik gabe"
-#: ../glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, 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:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentuak elementu batez hasi behar du (adibidez, <book>)"
-#: ../glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -418,7 +425,7 @@ msgstr ""
"'%s' ez da karaktere balioduna '<' karakterearen atzetik; baliteke elementu "
"baten izena ez hastea"
-#: ../glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -427,14 +434,15 @@ msgstr ""
"'%s' karaktere bitxia, '>' karakterea espero zen '%s' elementuaren hasiera-"
"etiketa amaitzeko"
-#: ../glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, 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:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -445,7 +453,7 @@ msgstr ""
"hasiera-etiketa bukatzeko, edo bestela atributu bat. Agian karaktere "
"baliogabea erabili duzu atributu-izen batean"
-#: ../glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -454,7 +462,7 @@ msgstr ""
"'%s' karaktere bitxia, komatxo irekia espero zen berdin ikurraren ondoren "
"'$2%s' elementuaren '$1%s' atributuari balioa ematean"
-#: ../glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -463,7 +471,7 @@ msgstr ""
"'%s' ez da karaktere balioduna '</'; karaktereen atzetik; baliteke '%s'e(k) "
"elementu baten izena ez hastea"
-#: ../glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -472,25 +480,25 @@ msgstr ""
"'%s' karaktere baliogabea da '%s' itxiera-elementuaren izenaren atzetik; "
"baimendutako karakterea '>' da"
-#: ../glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, 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:1597
+#: glib/gmarkup.c:1603
#, 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:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentua hutsik dago edo zuriuneak bakarrik ditu"
-#: ../glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentua ustekabean itxi da angelu-parentesi ireki baten ondoren '<'"
-#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -499,7 +507,7 @@ msgstr ""
"Dokumentua ustekabean amaitu da oraindik irekita zeuden elementuekin. '%s' "
"irekitako azken elementua da"
-#: ../glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -508,19 +516,20 @@ msgstr ""
"Dokumentua ustekabean amaitu da, angelu-parentesi itxia ikustea espero nuen <"
"%s/> etiketa amaitzen"
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentua ustekabean amaitu da elementu-izen baten barruan"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentua ustekabean amaitu da atributu-izen baten barruan"
-#: ../glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
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:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -528,404 +537,406 @@ msgstr ""
"Dokumentua ustekabean amaitu da atributu-izen baten ondorengo berdin "
"ikurraren atzetik; ez dago atributu-baliorik"
-#: ../glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentua ustekabean amaitu da atributu-balio baten barruan"
-#: ../glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, 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:1839
+#: glib/gmarkup.c:1845
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:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
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
#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "Testua hutsik dago (edo zuriuneak bakarrik ditu)"
-#: ../glib/gspawn-win32.c:279
+#: glib/gspawn-win32.c:279
#, c-format
msgid "Failed to read data from child process"
msgstr "Ezin izan da daturik irakurri prozesu umetik"
-#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, 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:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Ezin izan da kanalizazio umetik irakurri (%s) "
-#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Ezin izan da '%s' direktoriora aldatu (%s)"
-#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Ezin izan da prozesu umea exekutatu (%s)"
#
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "Programaren izen baliogabea: %s"
-#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Kate baliogabea %d(e)ko bektorearen argumentuan: %s"
-#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Kate baliogabea ingurunean: %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, c-format
msgid "Invalid working directory: %s"
msgstr "Laneko direktorio baliogabea: %s"
#
-#: ../glib/gspawn-win32.c:787
+#: glib/gspawn-win32.c:787
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Ezin izan da laguntza-programa exekutatu (%s)"
-#: ../glib/gspawn-win32.c:1002
+#: glib/gspawn-win32.c:1002
#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -934,195 +945,196 @@ msgstr ""
"Ustekabeko errorea gertatu da 'g_io_channel_win32_poll()'-en prozesu umetik "
"datuak irakurtzean"
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Ezin izan da daturik irakurri prozesu umetik (%s)"
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
#, 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:400
+#: glib/gspawn.c:400
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Ustekabeko errorea waitpid()-en (%s)"
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
#, c-format
msgid "Failed to fork (%s)"
msgstr "Ezin da sardetu (%s)"
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Ezin izan da \"%s\" prozesu umea exekutatu (%s)"
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
#, 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:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Ezin izan da prozesu umea sardetu (%s)"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Errore ezezaguna \"%s\" prozesu umea exekutatzean"
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, 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:1030
+#: glib/gutf8.c:1030
#, c-format
msgid "Character out of range for UTF-8"
msgstr "Karakterea UTF-8 barrutitik kanpo"
-#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
#, c-format
msgid "Invalid sequence in conversion input"
msgstr "Sekuentzia baliogabea bihurketa-sarreran"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
#, c-format
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
#, c-format
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
#, c-format
msgid "Not a regular file"
msgstr "Ez da fitxategi arrunta"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
#, c-format
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
#, c-format
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:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Gako-fitxategiak ez dauka '%s' taldea"
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Gako-fitxategiak ez dauka '%s' gakoa"
-#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, 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:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, 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:2106 ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1131,128 +1143,125 @@ msgstr ""
"Gako-fitxategiak '%s' gakoa dauka ('%s taldean), baina dagokion balioa ezin "
"da interpretatu."
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, 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:3471
+#: glib/gkeyfile.c:3471
#, c-format
msgid "Key file contains escape character at end of line"
msgstr "Gako-fitxategiak ihes-karakterea dauka lerro amaieran"
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3493
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Gako-fitxategiak '%s' ihes-sekuentzia baliogabea dauka"
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "'%s' balioa ezin da zenbaki gisa interpretatu"
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
#, c-format
msgid "Integer value '%s' out of range"
msgstr "'%s' osoko balioa barrutitik kanpo"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "'%s' balioa ezin da zenbaki mugikor gisa interpretatu."
-#: ../glib/gkeyfile.c:3706
+#: glib/gkeyfile.c:3706
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "'%s' balioa ezin da bolear gisa interpretatu"
-#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, c-format
msgid "Too large count value passed to %s"
msgstr "Zenbaketaren balio handiegia honi pasatuta: %s"
-#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
#, c-format
msgid "Stream is already closed"
msgstr "Korrontea jadanik itxita dago"
-#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1876
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Eragiketa bertan behera utzi da"
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
msgid "Unknown type"
msgstr "Mota ezezaguna"
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr "%s fitxategi mota"
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "%s mota"
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
#, c-format
msgid "Unexpected early end-of-stream"
msgstr "Ustekabeko korronte-amaiera azkarregia"
-#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Izenbagea"
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
#, c-format
msgid "Desktop file didn't specify Exec field"
msgstr "Mahaigaineko fitxategiak ez du Exec eremua zehaztu"
-#: ../gio/gdesktopappinfo.c:882
+#: gio/gdesktopappinfo.c:882
#, c-format
msgid "Unable to find terminal required for application"
msgstr "Ezin izan da aplikazioak eskatzen duen terminala aurkitu"
-#: ../gio/gdesktopappinfo.c:1114
+#: gio/gdesktopappinfo.c:1114
#, 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:1118
+#: gio/gdesktopappinfo.c:1118
#, 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:1457
+#: gio/gdesktopappinfo.c:1457
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Ezin da erabiltzailearen mahaigaineko %s fitxategia sortu"
-#: ../gio/gdesktopappinfo.c:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr "%s(r)en definizio pertsonalizatua"
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr "gailuak ez dauka 'egotzi' inplementatuta"
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
msgid "drive doesn't implement polling for media"
msgstr "gailuak ez dauka euskarria eskaneatzeko inplementaziorik"
-#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639
-#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053
-#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621
-#: ../gio/gfile.c:3701
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Eragiketa ez dago onartuta"
@@ -1265,93 +1274,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
#, c-format
msgid "Containing mount does not exist"
msgstr "Ontziaren muntaia ez da existitzen"
-#: ../gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "Ezin da direktorioaren gainean kopiatu"
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
#, c-format
msgid "Can't copy directory over directory"
msgstr "Ezin da direktorioa kopiatu direktorio gainean"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Helburuko fitxategia existitzen da"
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
#, c-format
msgid "Can't recursively copy directory"
msgstr "Ezin da direktorioa errekurtsiboki kopiatu"
-#: ../gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "Esteka sinbolikoaren baliogabeko balioa eman da"
-#: ../gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "Zakarrontzira botatzea ez dago onartuta"
-#: ../gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Fitxategi-izenek ezin dute '%c' eduki"
-#: ../gio/gfile.c:4752 ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "bolumenak ez dauka muntatzea inplementatuta"
-#: ../gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "Ez da aplikaziorik erregistratu fitxategi hau kudeatzeko"
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
#, c-format
msgid "Enumerator is closed"
msgstr "Zerrendatzailea itxi da"
-#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "Fitxategiaren zerrendatzaileak eragiketa bat du lanean"
-#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Fitxategiaren zerrendatzailea itxi da jadanik"
-#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
#, c-format
msgid "Stream doesn't support query_info"
msgstr "Korronteak ez du query_info onartzen"
-#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
#, c-format
msgid "Seek not supported on stream"
msgstr "Ez da bilaketarik onartzen korrontean"
-#: ../gio/gfileinputstream.c:380
+#: gio/gfileinputstream.c:380
#, c-format
msgid "Truncate not allowed on input stream"
msgstr "Trunkatzea ez da baimentzen sarrerako korrontean"
-#: ../gio/gfileoutputstream.c:457
+#: gio/gfileoutputstream.c:457
#, c-format
msgid "Truncate not supported on stream"
msgstr "Trunkatzea ez da onartzen korrontean"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
#, c-format
msgid "Input stream doesn't implement read"
msgstr "Sarrerako korronteak ez dauka irakurtzea inplementatuta"
@@ -1362,302 +1371,303 @@ 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:904 ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
#, c-format
msgid "Stream has outstanding operation"
msgstr "Korronteak eragiketa bat du lanean"
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
#, c-format
msgid "Unable to find default local directory monitor type"
msgstr "Ezin da lokaleko direktorio lehenetsiaren monitorizazio mota aurkitu"
#
-#: ../gio/glocalfile.c:599
+#: gio/glocalfile.c:599
#, c-format
msgid "Invalid filename %s"
msgstr "%s fitxategi-izen baliogabea"
-#: ../gio/glocalfile.c:962
+#: gio/glocalfile.c:962
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Errorea fitxategi-sistemako informazioa lortzean: %s"
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
#, c-format
msgid "Can't rename root directory"
msgstr "Ezin da erroko direktorioa izenez aldatu"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "Ezin da fitxategia izenez aldatu, fitxategi-izena badago lehendik ere"
#
-#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1905 ../gio/glocalfile.c:1934
-#: ../gio/glocalfile.c:2083 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Fitxategi-izen baliogabea"
-#: ../gio/glocalfile.c:1125
+#: gio/glocalfile.c:1125
#, c-format
msgid "Error renaming file: %s"
msgstr "Errorea fitxategia izenez aldatzean: %s"
-#: ../gio/glocalfile.c:1244
+#: gio/glocalfile.c:1244
#, c-format
msgid "Error opening file: %s"
msgstr "Errorea fitxategia irekitzean: %s"
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
#, c-format
msgid "Can't open directory"
msgstr "Ezin da direktorioa ireki"
-#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Errorea fitxategia kentzean: %s"
-#: ../gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Errorea fitxategia zakarrontzira botatzean: %s"
-#: ../gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Ezin izan da zakarrontziaren '%s' direktorioa sortu: %s"
-#: ../gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Ezin da zakarrontziaren goi-mailako direktorioa aurkitu"
-#: ../gio/glocalfile.c:1727 ../gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Ezin da zakarrontziaren direktorioa aurkitu edo sortu"
-#: ../gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Ezin da zakarrontziaren informazio-fitxategia sortu: %s"
-#: ../gio/glocalfile.c:1806 ../gio/glocalfile.c:1875 ../gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Ezin da fitxategia zakarrontzira bota: %s"
-#: ../gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Errorea esteka sinbolikoa sortzean: %s"
-#: ../gio/glocalfile.c:1998 ../gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Errorea fitxategia lekuz aldatzean: %s"
-#: ../gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "Ezin da direktorioa lekuz aldatu direktorioaren gainera"
-#: ../gio/glocalfile.c:2043 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Huts egin du babeskopia sortzean"
-#: ../gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Errorea helburuko fitxategia kentzean: %s"
-#: ../gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "Muntaien artean lekuz aldatzea ez dago onartuta"
-#: ../gio/glocalfileinfo.c:709
+#: gio/glocalfileinfo.c:709
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "Atributuaren balioa NULL ezin da izan"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Atributu mota baliogabea (katea espero zen)"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid extended attribute name"
msgstr "Atributu hedatuaren izen baliogabea"
-#: ../gio/glocalfileinfo.c:763
+#: gio/glocalfileinfo.c:763
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Errorea '%s' atributu hedatua ezartzean: %s"
-#: ../gio/glocalfileinfo.c:1398 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Errorea '%s' fitxategiaren egoera irakurtzean: %s"
-#: ../gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (baliogabeko kodeketa)"
-#: ../gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Errorea fitxategiaren deskriptorearen egoera irakurtzean: %s "
-#: ../gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Baliogabeko atributu mota (uint32 espero zen)"
-#: ../gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Baliogabeko atributu mota (uint64 espero zen)"
-#: ../gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Baliogabeko atributu mota (byte katea espero zen)"
-#: ../gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Errorea baimenak ezartzean: %s"
-#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Errorea jabea ezartzean: %s"
-#: ../gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "esteka sinbolikoak NULL-en desberdina izan behar du"
-#: ../gio/glocalfileinfo.c:1804 ../gio/glocalfileinfo.c:1823
-#: ../gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Errorea esteka sinbolikoa ezartzean: %s"
-#: ../gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
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:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s atributuaren ezarpena ez dago onartuta"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
#, 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:372
-#: ../gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
+#: gio/glocalfileoutputstream.c:854
#, c-format
msgid "Error seeking in file: %s"
msgstr "Errorea fitxategian bilatzean: %s"
-#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
#, c-format
msgid "Error closing file: %s"
msgstr "Errorea fitxategia ixtean: %s"
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
#, c-format
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:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
#, c-format
msgid "Error writing to file: %s"
msgstr "Errorea fitxategian idaztean: %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:213
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Errorea babeskopiaren esteka zaharra kentzean: %s"
-#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Errorea babeskopiaren kopia sortzean: %s"
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:258
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Errorea aldi baterako fitxategia izenez aldatzean: %s"
-#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
#, c-format
msgid "Error truncating file: %s"
msgstr "Errorea fitxategia trunkatzean: %s"
-#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523
-#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Errorea '%s' fitxategia irekitzean: %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:679
#, c-format
msgid "Target file is a directory"
msgstr "Helburuko fitxategia direktorio bat da"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
#, c-format
msgid "Target file is not a regular file"
msgstr "Helburuko fitxategia ez da fitxategi arrunta"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
#, c-format
msgid "The file was externally modified"
msgstr "Fitxategia kanpotik aldatu da"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Baliogabeko GSeekType eman da"
#
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Bilaketa-eskaera baliogabea"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr "Ezin da GMemoryInputStream trunkatu"
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "Datu-matrizearen gehienezko mugara iritsi da"
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "Ezin da memoriaren irteeraren korrontea tamainaz aldatu"
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Huts egin du memoriaren irteeraren korrontea tamainaz aldatzean"
@@ -1665,121 +1675,121 @@ 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:344
+#: gio/gmount.c:344
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:419
+#: gio/gmount.c:419
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:501
+#: gio/gmount.c:501
msgid "mount doesn't implement remount"
msgstr "muntaiak ez dauka birmuntaketa inplementatuta"
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
#, c-format
msgid "Output stream doesn't implement write"
msgstr "Irteerako korronteak ez dauka idaztea inplementatuta"
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
#, c-format
msgid "Source stream is already closed"
msgstr "Iturburuko korrontea jadanik itxi da"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr "izena"
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
msgid "The name of the icon"
msgstr "Ikonoaren izena"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr "izenak"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr "Ikonoen izenak dituen matrizea"
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr "erabili ikono lehenetsiak"
-#: ../gio/gthemedicon.c:245
+#: gio/gthemedicon.c:245
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
msgstr ""
-"'-' karaktereekin ordenatutako izenen arabera aurkitutako ikono lehenetsiak erabiliko diren ala ez. Aurrenekoaren ondoren dauden "
-"izenak baztertzen ditu hainbat izen ematen badira."
+"'-' karaktereekin ordenatutako izenen arabera aurkitutako ikono lehenetsiak "
+"erabiliko diren ala ez. Aurrenekoaren ondoren dauden izenak baztertzen ditu "
+"hainbat izen ematen badira."
-#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "Errorea UNIXetik irakurtzean: %s"
-#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, c-format
msgid "Error closing unix: %s"
msgstr "Errorea UNIX ixtean: %s"
-#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Fitxategi-sistemaren erroa"
-#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, c-format
msgid "Error writing to unix: %s"
msgstr "Errorea UNIXen idaztean: %s"
-#: ../gio/gvolume.c:423
+#: gio/gvolume.c:423
msgid "volume doesn't implement eject"
msgstr "bolumenak ez dauka egoztea inplementatuta"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
#, c-format
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
#, c-format
msgid "URIs not supported"
msgstr "URIak ez daude onartuta"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
#, c-format
msgid "association changes not supported on win32"
msgstr "asoziazioaren aldaketak ez dira onartzen win32 sisteman"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
#, c-format
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 e9a72bf5c..9c4f90984 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2006-09-04 18:36+0330\n"
"Last-Translator: Roozbeh Pournader <roozbeh@farsiweb.info>\n"
"Language-Team: Persian\n"
@@ -298,24 +298,24 @@ msgstr "باز کردن پروندهٔ «‎%s» شکست خورد: open()‎ ش
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "تهیهٔ نقشه از پروندهٔ «‎%s» شکست خورد: mmap()‎ شکست خورد: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "خطا در سطر %Id نویسهٔ %Id:‏ %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "خطا در سطر %Id:‏ %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"نهاد خالی «‎&;‎» مشاهده شد؛ نهادهای معتبر عبارتند از: ‎&amp; &quot; &lt; &gt; "
"&apos;‎"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -325,17 +325,17 @@ msgstr ""
"نویسهٔ «%s» در ابتدای نام نهادها مجاز نیست؛ نویسهٔ & نهاد را آغاز می‌کند؛ اگر "
"این علامت & قرار نیست نهاد شود، به‌جای آن از ‎&amp;‎ استفاده کنید"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "نویسهٔ «%s» داخل نام نهادها مجاز نیست"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "نام نهاد «%s» شناخته نیست"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -344,7 +344,7 @@ msgstr ""
"بخواهید نهادی را آغاز کنید از نویسهٔ & استفاده کرده‌اید - برای نوشتن علامت & "
"از ‎&amp;‎ استفاده کنید"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -353,16 +353,16 @@ msgstr ""
"تجزیهٔ «‎%-.*s»، که باید رقمی داخل یک ارجاع نویسه‌ای (مثل ‎&#234;‎) می‌بود شکست "
"خورد - شاید رقم خیلی بزرگ است"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "ارجاع نویسه‌ای «‎%-.*s» به نویسهٔ مجاز اشاره نمی‌کند"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ارجاع نویسه‌ای خالی؛ باید یک رقم داشته باشد، مثل ‎&#454;‎"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -372,34 +372,34 @@ msgstr ""
"بخواهید نهادی را آغاز کنید از نویسهٔ & استفاده کرده‌اید - برای نوشتن علامت & "
"از ‎&amp;‎ استفاده کنید"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "ارجاع نهادی ناتمام"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "ارجاع نویسه‌ای ناتمام"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "متن کدگذاری‌شدهٔ UTF-8 نامعتبر"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "متن کدگذاری‌شدهٔ UTF-8 نامعتبر"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "متن کدگذاری‌شدهٔ UTF-8 نامعتبر"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "نوشتار باید با یک عنصر (مثلاً <book>) شروع شود"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -407,7 +407,7 @@ msgid ""
msgstr ""
"‏«%s» پس از یک نویسهٔ '‎<‎' نویسهٔ مجازی نیست؛ نمی‌شود ابتدای نام یک عنصر باشد"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -416,14 +416,14 @@ msgstr ""
"نویسهٔ غیرعادی «%s»، برای پایان دادن به برچسب شروع عنصر «%s» انتظار یک نویسهٔ «‎>‎» "
"می‌رفت"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"نویسهٔ غیرعادی «%s»، بعد از نام مشخصهٔ «%s» عنصر «%s» انتظار یک نویسهٔ «=» می‌رفت"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -434,7 +434,7 @@ msgstr ""
"انتظار یک نویسهٔ «‎>‎» یا «/» می‌رفت؛ شاید از یک نویسهٔ نامعتبر در نام مشخصه‌ای "
"استفاده کرده باشید"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -443,7 +443,7 @@ msgstr ""
"نویسهٔ غیرعادی «%s»، هنگام مقدار دادن به مشخصهٔ «%s» از عنصر «%s» پس از علامت "
"تساوی انتظار یک علامت نقل قول باز می‌رفت"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -452,32 +452,32 @@ msgstr ""
"‏«%s» بعد از نویسه‌های «‎</‎» نویسهٔ معتبری نیست؛ «%s» نمی‌تواند ابتدای نام عناصر "
"قرار بگیرد"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, 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:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "عنصر «%s» بسته بود، در حال حاضر هیچ عنصری باز نیست"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "عنصر «%s» بسته بود، ولی عنصری که در حال حاضر باز است «%s» است"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "نوشتار خالی است یا فقط فاصلهٔ خالی دارد"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "نوشتار به‌طور غیرمنتظره‌ای درست بعد از یک علامت کوچکتر '‎<‎' پایان یافت"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -486,7 +486,7 @@ msgstr ""
"نوشتار وقتی که هنوز عناصری باز بودند به‌طور غیرمنتظره‌ای پایان یافت ‐ آخرین "
"عنصر باز شده «%s» بود"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -495,19 +495,19 @@ msgstr ""
"نوشتار به‌طور غیرمنتظره‌ای پایان یافت، یک علامت بزرگتر برای بستن برچسب ‎<%s/>‎ "
"انتظار می‌رفت"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل نام یک عنصر به‌پایان رسید"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل نام یک مشخصه به‌پایان رسید"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل یک برچسب عنصربازکن پایان یافت."
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -515,16 +515,16 @@ msgstr ""
"نوشتار به‌طور غیرمنتظره‌ای بعد از علامت تساوی‌ای که پس از نام مشخصه‌ای آمده بود "
"تمام شد؛ بدون مقدار برای مشخصه"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل مقدار یک مشخصه به‌پایان رسید"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل برچسب بستن عنصر «%s» پایان یافت"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"نوشتار به‌طور غیرمنتظره‌ای داخل یک توضیح یا دستورالعمل پردازشی پایان یافت"
@@ -549,7 +549,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1158,7 +1158,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1226,9 +1226,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند"
@@ -1247,7 +1247,7 @@ msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1257,7 +1257,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1267,26 +1267,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "برنامه‌ای با نام «%s» چوب‌الفی برای «‎%s» ثبت نکرده است"
@@ -1297,12 +1297,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1368,8 +1368,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1390,69 +1390,69 @@ msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "خطا در تجزیهٔ گزینهٔ %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1477,62 +1477,62 @@ msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل نام ی
msgid "Error setting extended attribute '%s': %s"
msgstr "خطا در باز کردن شاخهٔ «‎%s»‏: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "خطا در حین تبدیل: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "خطا در حین تبدیل: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "خطا در سطر %Id:‏ %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند"
@@ -1605,12 +1605,12 @@ msgstr "پرونده متعارف نیست"
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "نام برنامهٔ نامعتبر: %s"
@@ -1620,17 +1620,17 @@ msgstr "نام برنامهٔ نامعتبر: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1705,7 +1705,7 @@ msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
msgid "Error closing unix: %s"
msgstr "خطا در سطر %Id:‏ %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/fi.po b/po/fi.po
index e937ecf8f..96acfa7ef 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-03-11 12:49+0200\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-03-11 12:53+0200\n"
"Last-Translator: Timo Jyrinki <timo.jyrinki@iki.fi>\n"
"Language-Team: Finnish <gnome-fi-laatu@lists.sourceforge.net>\n"
@@ -18,317 +18,316 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Odottamaton ominaisuus \"%s\" elementille \"%s\""
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Ominaisuutta \"%s\" elementille \"%s\" ei löydy"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Odottamaton merkintä \"%s\", odotettiin merkintää \"%s\""
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Odottamaton merkintä \"%s\" kohdassa \"%s\""
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "Kelvollista kirjanmerkkitiedostoa ei löytynyt datahakemistoista"
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI:lle \"%s\" on jo olemassa kirjanmerkki"
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI:lle \"%s\" ei löydy kirjanmerkkiä"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, 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:2444
+#: glib/gbookmarkfile.c:2444
#, 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:2823
+#: glib/gbookmarkfile.c:2823
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI:n \"%s\" kirjanmerkissä ei ole asetettu ryhmiä"
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
"Sovellus nimeltä \"%s\" ei rekisteröinyt kirjanmerkkiä kohteelle \"%s\""
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Suoritettavaa riviä \"%s\" ei voitu laajentaa URI:lla \"%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 "Muunnos merkistöstä \"%s\" merkistöön \"%s\" ei ole tuettu"
-#: ../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 "Muunninta merkistöstä \"%s\" merkistöön \"%s\" ei voitu avata"
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
#, c-format
msgid "Invalid byte sequence in conversion input"
msgstr "Virheellinen tavusarja muunnettavassa syötteessä"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "Virhe muunnoksen aikana: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
#, c-format
msgid "Partial character sequence at end of input"
msgstr "Osittainen tavusarja syötteen lopussa"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Koodausmerkkijonoa \"%s\" ei voi muuntaa merkistöön \"%s\""
-#: ../glib/gconvert.c:1734
+#: glib/gconvert.c:1734
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI \"%s\" ei ole absoluuttinen URI \"file\"-muodossa"
-#: ../glib/gconvert.c:1744
+#: glib/gconvert.c:1744
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Paikallinen tiedosto-URI \"%s\" ei saa sisältää merkkiä \"#\""
-#: ../glib/gconvert.c:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI \"%s\" on virheellinen"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI:n \"%s\" isäntänimi on virheellinen"
-#: ../glib/gconvert.c:1789
+#: glib/gconvert.c:1789
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI \"%s\" sisältää virheellisesti suojattuja merkkejä"
-#: ../glib/gconvert.c:1884
+#: glib/gconvert.c:1884
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Polku \"%s\" ei ole absoluuttinen"
-#: ../glib/gconvert.c:1894
+#: glib/gconvert.c:1894
#, c-format
msgid "Invalid hostname"
msgstr "Virheellinen isäntänimi"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Virhe hakemiston \"%s\" avaamisessa: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ei voitu varata %lu tavua muistia tiedoston \"%s\" lukemiseksi"
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Virhe tiedoston \"%s\" lukemisessa: %s"
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Lukeminen tiedostosta \"%s\" epäonnistui: %s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Tiedoston \"%s\" avaaminen epäonnistui: %s"
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Tiedoston \"%s\" ominaisuuksien lukeminen epäonnistui: fstat() epäonnistui: %"
"s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Tiedoston \"%s\" avaaminen epäonnistui: fdopen() epäonnistui: %s"
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"Tiedoston \"%s\" uudelleen nimeäminen nimelle \"%s\" epäonnistui: g_rename() "
"epäonnistui: %s"
-#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Tiedoston \"%s\" luominen epäonnistui: %s"
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
"Tiedoston \"%s\" avaaminen kirjoitettavaksi epäonnistui: fdopen() "
"epäonnistui: %s"
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:971
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Tiedoston \"%s\" kirjoittaminen epäonnistui: fwrite() epäonnistui: %s"
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Tiedoston \"%s\" sulkeminen epäonnistui: fclose() epäonnistui: %s"
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
"Olemassaolevan tiedoston \"%s\" poisto epäonnistui: g_unlink epäonnistui: %s"
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Malli \"%s\" on virheellinen, se ei saa sisältää merkkijonoa \"%s\""
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Malli \"%s\" ei sisällä merkkijonoa XXXXXX"
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u tavu"
msgstr[1] "%u tavua"
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f kt"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f Mt"
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f Gt"
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Symbolisen linkin \"%s\" lukeminen epäonnistui: %s"
-#: ../glib/gfileutils.c:1908
+#: glib/gfileutils.c:1908
#, c-format
msgid "Symbolic links not supported"
msgstr "Symbolisia linkkejä ei tueta"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Muunninta merkistöstä \"%s\" merkistöön \"%s\" ei voitu avata: %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
"Funktiossa g_io_channel_read_line_string ei voi suorittaa raakalukemista"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "Jäljelle jäänyt muuntamaton data lukupuskurissa"
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
#, c-format
msgid "Channel terminates in a partial character"
msgstr "Kanava päättyy osittaiseen merkkiin"
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Funktiossa g_io_channel_read_to_end ei voi suorittaa raakalukemista"
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "Tiedoston \"%s\" avaaminen epäonnistui: open() epäonnistui: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Tiedoston \"%s\" mappaaminen epäonnistui: mmap() epäonnistui: %s"
-#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Virhe rivillä %d merkissä %d: "
-#: ../glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Virhe rivillä %d: %s"
-#: ../glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Havaittu tyhjä entiteetti \"&;\"; kelvolliset ovat: &amp; &quot; &lt; &gt; "
"&apos;"
-#: ../glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -339,17 +338,17 @@ msgstr ""
"entiteetin. Jos tämän &-merkin ei ole tarkoitus olla entiteetti, käytä "
"merkintää &amp;"
-#: ../glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Merkki \"%s\" ei ole kelvollinen entiteetin nimessä"
-#: ../glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entiteetin nimi \"%s\" on tuntematon"
-#: ../glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -357,7 +356,7 @@ msgstr ""
"Entiteetti ei päättynyt puolipisteeseen; todennäköisesti käytit &-merkkiä "
"aikomatta aloittaa entiteettiä - käytä merkintää &amp;"
-#: ../glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -366,16 +365,16 @@ msgstr ""
"Merkkijonon \"%-.*s\" piti olla luku merkkiviitteen sisällä (esim. &#234;), "
"mutta sen jäsentäminen epäonnistui - ehkä luku on liian suuri"
-#: ../glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Merkkiviite \"%-.*s\" ei ole sallitun merkin koodaus"
-#: ../glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tyhjä merkkiviite; viitteen tulee sisältää luku, esim &#454;"
-#: ../glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -384,32 +383,32 @@ msgstr ""
"Merkkiviite ei päättynyt puolipisteeseen; todennäköisesti käytit &-merkkiä "
"aikomatta aloittaa entiteettiä - käytä merkintää &amp;"
-#: ../glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Päättämätön entiteettiviite"
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Päättämätön merkkiviite"
-#: ../glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Virheellinen UTF-8-koodattu teksti - ylipitkä sekvenssi"
-#: ../glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Virheellinen UTF-8-koodattu teksti - ei aloitusmerkki"
-#: ../glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Virheellinen UTF-8-koodattu teksti - epäkelpo \"%s\""
-#: ../glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Asiakirjan on alettava elementillä (esim. <kirja>)"
-#: ../glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -418,7 +417,7 @@ msgstr ""
"\"%s\" ei ole kelvollinen merkki \"<\"-merkin jälkeen; se ei voi aloittaa "
"elementin nimeä"
-#: ../glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -427,7 +426,7 @@ msgstr ""
"Pariton merkki \"%s\", odotettiin \">\"-merkkiä päättämään elementin \"%s\" "
"alkulippu"
-#: ../glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -435,7 +434,7 @@ msgstr ""
"Pariton merkki \"%1$s\", odotettiin \"=\"-merkkiä elementin \"%3$s\" "
"ominaisuuden \"%2$s\" jälkeen"
-#: ../glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -446,7 +445,7 @@ msgstr ""
"elementin \"%s\" aloituslippu, tai mahdollista ominaisuutta; käytit ehkä "
"ominaisuuden nimessä siihen kelpaamatonta merkkiä"
-#: ../glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -455,7 +454,7 @@ msgstr ""
"Pariton merkki \"%1$s\", odotettiin avaavaa lainausmerkkiä yhtäsuuruusmerkin "
"jälkeen annettaessa elementin \"%3$s\" ominaisuuden \"%2$s\" arvoa"
-#: ../glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -464,7 +463,7 @@ msgstr ""
"\"%s\" ei ole kelvollinen merkki merkkien \"</\" jälkeen; \"%s\" ei voi olla "
"elementin nimen alussa"
-#: ../glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -473,28 +472,28 @@ msgstr ""
"\"%s\" ei ole kelvollinen merkki sulkuelementin \"%s\" jälkeen; sallittu "
"merkki on \">\""
-#: ../glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elementti \"%s\" on suljettu, ei avoimia elementtejä"
-#: ../glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Elementti \"%s\" on suljettu, mutta tällä hetkellä on avoinna elementti \"%s"
"\""
-#: ../glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Asiakirja oli tyhjä tai sisälsi vain tyhjiä merkkejä"
-#: ../glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Asiakirja loppui odottamattomasti heti avoimen kulmasulkeen \"<\" jälkeen"
-#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -503,7 +502,7 @@ msgstr ""
"Asiakirja loppui odottamattomasti elementtien ollessa sulkematta - \"%s\" "
"oli viimeinen avattu elementti"
-#: ../glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -512,19 +511,19 @@ msgstr ""
"Asiakirja loppui odottamattomasti, odotettiin lipun <%s/> sulkevaa "
"kulmasuljetta"
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Asiakirja loppui odottamattomasti elementin nimen kohdalla"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Asiakirja loppui odottamattomasti ominaisuuden nimen kohdalla"
-#: ../glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Asiakirja loppui odottamattomasti elementin avauslipun kohdalla"
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -532,401 +531,399 @@ msgstr ""
"Asiakirja loppui odottamattomasti ominaisuuden nimen jälkeisen "
"yhtäsuuruusmerkin jälkeen; ominaisuudella ei ole arvoa"
-#: ../glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Asiakirja loppui odottamattomasti ominaisuuden arvon kohdalla"
-#: ../glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Asiakirja loppui odottamattomasti elementin \"%s\" sulkulipun kohdalla"
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Asiakirja loppui odottamattomasti kommentin tai käsittelykomennon kohdalla"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "vioittunut kohde"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "sisäinen virhe tai vioittunut kohde"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "muisti loppui"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "taakseviittausten raja saavutettu"
-#: ../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 ""
"malli sisältää kohtia, jotka eivät ole tuettu osittaisessa täsmäyksessä"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "sisäinen virhe"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr "takaisinviittaukset ehtoina eivät ole tuettu osittaisissa täsmäyksissä"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "rekursion enimmäissyvyys saavutettiin"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "työtilan raja tyhjille alamerkkijonoille saavutettiin"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "virheellinen yhdistelmä rivinvaihtolippuja"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "tuntematon virhe"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ mallin lopussa"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c mallin lopussa"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "Tuntematon merkki \\:n jälkeen"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr "merkkikokoa muuttavia ohjaimia (\\l, \\L, \\u, \\U) ei sallita tässä"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "numerot epäjärjestyksessä {}-määreessä"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "numerot liian suuria {}-määreessä"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "merkkiluokasta puuttuu päättävä ]"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "virheellinen escape-jono merkkiluokassa"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "alue epäjärjestyksessä merkkijoukolle"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "ei mitään toistettavaa"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "tuntematon merkki (? jälkeen"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "tuntematon merkki (?< jälkeen"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "tuntmaton merkki (?P jälkeen"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "POSIX:in nimetyt luokat on tuettu vain luokan sisällä"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "päättävä ) puuttuu"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") ilman aloittavaa (-merkkiä"
#. 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 tai (?[+-]numeroita täytyy seurata )"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "viittaus olemattomaan alitäsmäykseen"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "puuttuva ) kommentin jälkeen"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "säännöllinen lauseke on liian suuri"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "muistia ei voitu varata"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "lookbehind-tyyppinen assert-makro ei ole kiinteäpituinen"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "virheellinen numero tai nimi (?( jälkeen"
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "ehdollisessa ryhmässä on enenmmän kuin kaksi haaraa"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "assert-makrotoiminto odotettu merkkien (?( jälkeen"
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "tuntematon POSIX-luokan nimi"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "POSIX-vertailuelementtejä ei tueta"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "Merkin arvo sekvenssissä \\x{...} on liian suuri"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "virheellinen ehto (?(0)"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "\\C ei ole sallittu lookbehind-tyyppisissä assert-makroissa"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "rekursiivinen kutsu voisi olla päättymätön"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "alimallin nimestä puuttuu päätösmerkki"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "kahdella nimetyllä alimallilla on sama nimi"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "väärin muotoiltu \\P- tai \\p-sekvenssi"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "tuntematon ominaisuuden nimi \\P- tai \\p-sekvenssin jälkeen"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "alimallin nimi on liian pitkä (enintään 32 merkkiä)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "liian monta nimettyä alimallia (enintään 10000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "oktaaliarvo on suurempi kuin \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "DEFINE-ryhmä sisältää useampia kuin yhden haaran"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "DEFINE-ryhmän toisto ei ole sallittu"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "epäyhtenäisiä NEWLINE-valitsimia"
-#: ../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 jälkeen ei tule nimeä aaltosulkeissa tai nollasta poikeavaa numeroa "
"valinnaisesti aaltosulkeissa"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "odottamaton toisto"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "koodin ylivuoto"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "käännöksen työalueen koko loppui kesken"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "aiemmin tarkistettua ja viitattua alimallia ei löydy"
-#: ../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 "Virhe täsmätessä säännöllistä lauseketta %s: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "PCRE-kirjasto on käännetty ilman UTF8-tukea"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "PCRE-kirjasto on käännetty ilman UTF8-ominaisuuksien tukea"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Virhe säännöllisessä lausekkeessa %s kohdassa %d: %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Virhe optimoitaessa säännöllistä lauseketta %s: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "odotettiin heksadesimaalista numeroa tai merkkiä \"}\""
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "odotettiin heksadesimaalista numeroa"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "merkki '<' puuttuu symbolisesta viitteestä"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "päättämätön symbolinen viite"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "nollan mittainen symbolinen viite"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "odotettiin numeroa"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "virheellinen symbolinen viite"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "ylimääräinen päättävä '\\'"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "tuntematon escape-jono"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Virhe tulkittaessa korvaavaa tekstia \"%s\" kohdassa %lu: %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Lainattu teksti ei ala lainausmerkillä"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Pariton lainausmerkki komentorivillä tai muussa kuorisuojatussa tekstissä"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Teksti loppui aivan merkin \"\\\" jälkeen. (Teksti oli \"%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 ""
"Teksti loppui ennen kuin löytyi merkkiä %c vastaava lainausmerkki. (Teksti "
"oli \"%s\")"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "Teksti oli tyhjä (tai sisälsi vain tyhjiä merkkejä)"
-#: ../glib/gspawn-win32.c:279
+#: glib/gspawn-win32.c:279
#, c-format
msgid "Failed to read data from child process"
msgstr "Datan lukeminen lapsiprosessilta epäonnistui"
-#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""
"Putken luominen lapsiprosessin kanssa viestintää varten epäonnistui (%s)"
-#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Lukeminen lapsiprosessin putkesta epäonnistui (%s)"
-#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Hakemistoon \"%s\" siirtyminen epäonnistui (%s)"
-#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Lapsiprosessin käynnistys epäonnistui (%s)"
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "Virheellinen ohjelman nimi: %s"
-#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Virheellinen merkkijono argumenttivektorin kohdassa %d: %s"
-#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Virheellinen merkkijono ympäristössä: %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, c-format
msgid "Invalid working directory: %s"
msgstr "Virhe työhakemisto: %s"
-#: ../glib/gspawn-win32.c:787
+#: glib/gspawn-win32.c:787
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Apuohjelman suoritus epäonnistui (%s)"
-#: ../glib/gspawn-win32.c:1002
+#: glib/gspawn-win32.c:1002
#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -935,143 +932,143 @@ msgstr ""
"Odottamaton virhe funktiossa g_io_channel_win32_poll() luettaessa dataa "
"lapsiprosessilta"
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Datan lukeminen lapsiprosessilta epäonnistui (%s)"
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Odottamaton virhe funktiossa select() lapsiprosessilta dataa luettaessa (%s)"
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Odottamaton virhe funktiossa waitpid() (%s)"
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
#, c-format
msgid "Failed to fork (%s)"
msgstr "Haarauttaminen epäonnistui (%s)"
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Lapsiprosessin \"%s\" käynnistäminen epäonnistui (%s)"
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Lapsiprosessin tulosteen tai syötteen uudelleenohjaus epäonnistui (%s)"
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Lapsiprosessin haarauttaminen epäonnistui (%s)"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Tuntematon virhe käynnistettäessä lapsiprosessia \"%s\""
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Lapsiprosessin pid-putkesta ei voitu lukea riittävästi dataa (%s)"
-#: ../glib/gutf8.c:1030
+#: glib/gutf8.c:1030
#, c-format
msgid "Character out of range for UTF-8"
msgstr "Merkki on sallitun UTF-8-välin ulkopuolella"
-#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
#, c-format
msgid "Invalid sequence in conversion input"
msgstr "Virheellinen sarja muunnettavassa syötteessä"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
#, c-format
msgid "Character out of range for UTF-16"
msgstr "Merkki on sallitun UTF-16-välin ulkopuolella"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Käyttö:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[VALITSIN...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Ohjevalitsimet:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Näytä ohjevalitsimet"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Näytä kaikki ohjevalitsimet"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Sovelluksen valitsimet:"
-#: ../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 "Kokonaislukua \"%s\" ei voida tulkita kohteelle %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 "Kokonaisluku \"%s\" kohteelle %s on ylittää sallitun alueen"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Kokonaislukua \"%s\" ei voida tulkita kohteelle %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "Double-arvo \"%s\" kohteelle %s ylittää sallitun alueen"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Virhe käsiteltäessä valitsinta %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 "Puuttuva argumentti kohteelle %s"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Tuntematon optio %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
#, c-format
msgid "Valid key file could not be found in search dirs"
msgstr "Kelvollista avaintiedostoa ei löytynyt haetuista kansioista"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
#, c-format
msgid "Not a regular file"
msgstr "Ei tavallinen tiedosto"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
#, c-format
msgid "File is empty"
msgstr "Tiedosto on tyhjä"
-#: ../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"
@@ -1079,51 +1076,51 @@ msgstr ""
"Avaintiedosto sisältää rivin \"%s\", joka ei ole avain-arvopari, ryhmä tai "
"kommentti"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Virheellinen ryhmän nimi: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
#, c-format
msgid "Key file does not start with a group"
msgstr "Avaintiedosto ei ala ryhmällä"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Virheellinen avaimen nimi: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Avaintiedosto sisältää epäkelvon koodauksen \"%s\""
-#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Avaintiedostossa ei ole ryhmää \"%s\""
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Avaintiedostossa ei ole avainta \"%s\""
-#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr ""
"Avaintiedosto sisältää avaimen \"%s\" arvolla \"%s\", joka ei ole UTF-8 "
"merkkijono"
-#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "Avaintiedosto sisältää avaimen \"%s\", jonka arvoa ei voida tulkita."
-#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1132,128 +1129,124 @@ msgstr ""
"Avaintiedosto sisältää avaimen \"%s\", jonka arvoa ei voida tulkita, "
"ryhmässä \"%s\"."
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "AVaintiedostossa ei ole avainta \"%s\" ryhmässä \"%s\""
-#: ../glib/gkeyfile.c:3471
+#: glib/gkeyfile.c:3471
#, c-format
msgid "Key file contains escape character at end of line"
msgstr "Avaintiedosto sisältää escape-jonon rivin lopussa"
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3493
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Avaintiedostossa on virheellinen escape-jono \"%s\""
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Arvoa \"%s\" ei voida tulkita numeroksi."
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Kokonaisluku \"%s\" on sallitun alueen ulkopuolella"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Arvoa \"%s\" ei voida tulkita liukuluvuksi."
-#: ../glib/gkeyfile.c:3706
+#: glib/gkeyfile.c:3706
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Arvoa \"%s\" ei voida turkita totuusarvoksi."
-#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, c-format
msgid "Too large count value passed to %s"
msgstr "Liian suuri laskuriarvo välitetty kohteelle %s"
-#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
#, c-format
msgid "Stream is already closed"
msgstr "Virta on jo suljettu"
-#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1876
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Toiminto oli peruttu"
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
msgid "Unknown type"
msgstr "Tuntematon tyyppi"
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr "%s-tiedostotyyppi"
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "%s-tyyppi"
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
#, c-format
msgid "Unexpected early end-of-stream"
msgstr "Odottamaton aikainen virran loppu"
-#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Nimeämätön"
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
#, c-format
msgid "Desktop file didn't specify Exec field"
msgstr "Työpöytätiedosto ei määrittele Exec-kenttää"
-#: ../gio/gdesktopappinfo.c:882
+#: gio/gdesktopappinfo.c:882
#, c-format
msgid "Unable to find terminal required for application"
msgstr "Sovelluksen vaatimaa päätettä ei löydy"
-#: ../gio/gdesktopappinfo.c:1114
+#: gio/gdesktopappinfo.c:1114
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Käyttäjän sovellusten asetuskansiota %s ei voi luoda: %s"
-#: ../gio/gdesktopappinfo.c:1118
+#: gio/gdesktopappinfo.c:1118
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Käyttäjän MIME-asetusten kansiota %s ei voi luoda: %s"
-#: ../gio/gdesktopappinfo.c:1457
+#: gio/gdesktopappinfo.c:1457
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Käyttäjän työpöytätiedostoa %s ei voi luoda"
-#: ../gio/gdesktopappinfo.c:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr "Oma määrittely kohteelle %s"
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr "asema ei toteuta aseman avausta"
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
msgid "drive doesn't implement polling for media"
msgstr "asema ei toteut median tarkkailua"
-#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639
-#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053
-#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621
-#: ../gio/gfile.c:3701
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Toiminto ei ole tuettu"
@@ -1266,93 +1259,93 @@ msgstr "Toiminto ei ole tuettu"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
#, c-format
msgid "Containing mount does not exist"
msgstr "Ylläolevaa liitospistettä ei löydy"
-#: ../gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "Kansion päälle ei voi kopioida"
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
#, c-format
msgid "Can't copy directory over directory"
msgstr "Kansiota ei voi kopioida kansion päälle"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Kohdetiedosto on olemassa"
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
#, c-format
msgid "Can't recursively copy directory"
msgstr "Kansiota ei voi kopioida rekursiivisesti"
-#: ../gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "Saatiin virheellinen symbolisen linkin arvo"
-#: ../gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "Roskakori ei ole tuettu"
-#: ../gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Tiedostonimi ei voi sisältää merkkiä \"%c\""
-#: ../gio/gfile.c:4752 ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "taltio ei toteuta liittämistä"
-#: ../gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "Tiedoston käsittelyyn ei ole rekisteröity mitään sovellusta"
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
#, c-format
msgid "Enumerator is closed"
msgstr "Numeraattori on suljettu"
-#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "Tiedoston numeraattorilla on odottavia toimintoja"
-#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Numeraattori on jo suljettu"
-#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
#, c-format
msgid "Stream doesn't support query_info"
msgstr "Virta ei tue komentoa query_info"
-#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
#, c-format
msgid "Seek not supported on stream"
msgstr "Virta ei tue siirtymistä"
-#: ../gio/gfileinputstream.c:380
+#: gio/gfileinputstream.c:380
#, c-format
msgid "Truncate not allowed on input stream"
msgstr "Syötevirtaa ei voi kutistaa"
-#: ../gio/gfileoutputstream.c:457
+#: gio/gfileoutputstream.c:457
#, c-format
msgid "Truncate not supported on stream"
msgstr "Virta ei tue kutistamista"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
#, c-format
msgid "Input stream doesn't implement read"
msgstr "Syötevirta ei toteuta lukua"
@@ -1363,300 +1356,300 @@ msgstr "Syötevirta ei toteuta lukua"
#. 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:904 ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
#, c-format
msgid "Stream has outstanding operation"
msgstr "Virrassa on toiminto odottamassa"
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
#, c-format
msgid "Unable to find default local directory monitor type"
msgstr "Paikallista kansiontarkkailun oletustyyppiä ei voi selvittää"
-#: ../gio/glocalfile.c:599
+#: gio/glocalfile.c:599
#, c-format
msgid "Invalid filename %s"
msgstr "Virheellinen tiedostonimi %s"
-#: ../gio/glocalfile.c:962
+#: gio/glocalfile.c:962
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Virhe haettaessa tietoja tiedostojärjestelmästä: %s"
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
#, c-format
msgid "Can't rename root directory"
msgstr "Juurikansiota ei voi nimetä uudestaan"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "Tiedostoa ei voi nimetä uudestaan, tiedosto on jo olemassa"
-#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1905 ../gio/glocalfile.c:1934
-#: ../gio/glocalfile.c:2083 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Virheellinen tiedostonimi"
-#: ../gio/glocalfile.c:1125
+#: gio/glocalfile.c:1125
#, c-format
msgid "Error renaming file: %s"
msgstr "Virhe nimettäessä tiedostoa uudestaan: %s"
-#: ../gio/glocalfile.c:1244
+#: gio/glocalfile.c:1244
#, c-format
msgid "Error opening file: %s"
msgstr "Virhe avattaessa tiedostoa: %s"
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
#, c-format
msgid "Can't open directory"
msgstr "Kansiota ei voi avata"
-#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Virhe poistettaessa tiedostoa: %s"
-#: ../gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Virhe siirrettäessä tiedostoa roskakoriin: %s"
-#: ../gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Roskakorikansiota %s ei voi luoda: %s"
-#: ../gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Päätasoa roskakoria varten ei löydy"
-#: ../gio/glocalfile.c:1727 ../gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Roskakori kansiota ei löydy tai sitä ei voi luoda"
-#: ../gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Roskakorin informaatiotiedostoa ei voi luoda: %s"
-#: ../gio/glocalfile.c:1806 ../gio/glocalfile.c:1875 ../gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Tiedosto ei voi siirtää roskakoriin: %s"
-#: ../gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Virhe luotaessa symbolista linkkiä: %s"
-#: ../gio/glocalfile.c:1998 ../gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Virhe siirrettäessä tiedostoa: %s"
-#: ../gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "Kansiota ei voi siirtää kansion päälle"
-#: ../gio/glocalfile.c:2043 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Varmuuskopiotiedoston luonti epäonnistui"
-#: ../gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Virhe poistettaessa kohdetiedostoa: %s"
-#: ../gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "Siirto liitospisteiden välillä ei ole tuettu"
-#: ../gio/glocalfileinfo.c:709
+#: gio/glocalfileinfo.c:709
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "Ominaisuuden arvo ei voi olla NULL"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Virheellinen ominaisuustyyppi (piti olla merkkijono)"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid extended attribute name"
msgstr "Virheellinen laajennetun ominaisuuden nimi"
-#: ../gio/glocalfileinfo.c:763
+#: gio/glocalfileinfo.c:763
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Virhe asetettaessa laajennettua ominaisuutta \"%s\": %s"
-#: ../gio/glocalfileinfo.c:1398 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Virhe tarkkailtaessa tiedostoa \"%s\": %s"
-#: ../gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (virheellinen merkistökoodaus)"
-#: ../gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Virhe tarkkailtaessa tiedostokuvaajaa: %s"
-#: ../gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Virheellinen ominaisuuden tyyppi (piti olla uint32)"
-#: ../gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Virheellinen ominaisuuden tyyppi (piti olla uint64)"
-#: ../gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Virheellinen ominaisuuden tyyppi (piti olla tavujono)"
-#: ../gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Virhe asetettaessa oikeuksia: %s"
-#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Virhe asetettaessa omistajaa: %s"
-#: ../gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "symbolinen linkki ei voi olla NULL"
-#: ../gio/glocalfileinfo.c:1804 ../gio/glocalfileinfo.c:1823
-#: ../gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Virhe asetettaessa symbolista linkkiä: %s"
-#: ../gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Virhe asetettaessa symbolista linkkiä: tiedosto ei ole symbolinen linkki"
-#: ../gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
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:570
#, 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:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
+#: gio/glocalfileoutputstream.c:854
#, 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:279
#, c-format
msgid "Error closing file: %s"
msgstr "Virhe suljettaessa tiedostoa: %s"
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
#, c-format
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:591
#, c-format
msgid "Error writing to file: %s"
msgstr "Virhe kirjoitettaessa tiedostoon: %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:213
#, 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:227 gio/glocalfileoutputstream.c:240
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Virhe luotaessa varmuuskopiota: %s"
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:258
#, 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:418 gio/glocalfileoutputstream.c:871
#, 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:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Virhe avattaessa tiedostoa \"%s\": %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:679
#, c-format
msgid "Target file is a directory"
msgstr "Kohdetiedosto on kansio"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
#, c-format
msgid "Target file is not a regular file"
msgstr "Kohdetiedosto ei ole tavallinen tiedosto"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
#, c-format
msgid "The file was externally modified"
msgstr "Tiedostoa muokattiin muualta"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Saatiin virheellinen GSeekType"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Virheellinen siirtymispyyntö"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr "GMemoryInputStream-kohdetta ei voi kutistaa"
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "Tietotaulukon suurin koko tuli vastaan"
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "Muistin tulostevirran koko ei ole muutettavissa"
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Muistin tulostevirran koon muutos epäonnistui"
@@ -1664,121 +1657,121 @@ msgstr "Muistin tulostevirran koon muutos epäonnistui"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:344
+#: gio/gmount.c:344
msgid "mount doesn't implement unmount"
msgstr "mount ei toteuta irrottamista"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:419
+#: gio/gmount.c:419
msgid "mount doesn't implement eject"
msgstr "mount ei toteuta aseman avaamista"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:501
+#: gio/gmount.c:501
msgid "mount doesn't implement remount"
msgstr "mount ei toteuta uudestaanliittämistä"
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
#, c-format
msgid "Output stream doesn't implement write"
msgstr "Tulostevirta ei toteuta kirjoitusta"
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
#, c-format
msgid "Source stream is already closed"
msgstr "Lähdevirta on jo suljettu"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr "nimi"
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
msgid "The name of the icon"
msgstr "Kuvakkeen nimi"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr "nimet"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr "Kuvakkeiden nimiä sisältävä jono"
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr "käytä oletusvarmistuksia"
-#: ../gio/gthemedicon.c:245
+#: gio/gthemedicon.c:245
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
msgstr ""
-"Käytetäänkö oletusvarmistuksia, jotka on löydetty lyhentämällä nimeä "
-"\"-\"-merkkien kohdilta. Jättää huomiotta ensimmäisen jälkeiset nimet, "
-"jos useita on annettu."
+"Käytetäänkö oletusvarmistuksia, jotka on löydetty lyhentämällä nimeä \"-\"-"
+"merkkien kohdilta. Jättää huomiotta ensimmäisen jälkeiset nimet, jos useita "
+"on annettu."
-#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "Virhe luettaessa UNIX:ilta: %s"
-#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, c-format
msgid "Error closing unix: %s"
msgstr "Virhe suljettaessa UNIX:ia: %s"
-#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Tiedostojärjestelmän juuri"
-#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, c-format
msgid "Error writing to unix: %s"
msgstr "Virhe käsiteltäessä UNIX:iin: %s"
-#: ../gio/gvolume.c:423
+#: gio/gvolume.c:423
msgid "volume doesn't implement eject"
msgstr "taltio ei toteuta aseman avausta"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
#, c-format
msgid "Can't find application"
msgstr "Ohjelmaa ei löydy"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Virhe käynnistettäessä ohjelmaa: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
#, c-format
msgid "URIs not supported"
msgstr "URI:ja ei tueta"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
#, c-format
msgid "association changes not supported on win32"
msgstr "assosiaation muutokset eivät ole tuettu win32-alustalla"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
#, c-format
msgid "Association creation not supported on win32"
msgstr "Assosiaation luonti ei ole tuettu win32-alustalla"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "älä piilota kohtia"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "käytä pitkää listausmuotoa"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[TIEDOSTO...]"
diff --git a/po/fr.po b/po/fr.po
index 11db402a0..039882f09 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-03-14 13:14+0100\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-03-14 13:26+0100\n"
"Last-Translator: Claude Paroz <claude@2xlibre.net>\n"
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
@@ -22,324 +22,320 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Attribut « %s » inattendu pour l'élément « %s »"
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "L'attribut « %s » de l'élément « %s » est introuvable"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Balise « %s » inattendue. La balise « %s » était attendue"
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Balise « %s » inattendue à l'intérieur de « %s »"
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
#, c-format
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:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Un signet pour l'URI « %s » existe déjà"
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Aucun signet trouvé pour l'URI « %s »"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, 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:2444
+#: glib/gbookmarkfile.c:2444
#, 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:2823
+#: glib/gbookmarkfile.c:2823
#, 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:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Aucune application nommée « %s » n'a enregistré un signet pour « %s »"
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, 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"
+"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:2215 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
#, c-format
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:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "Erreur lors de la conversion : %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
#, c-format
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:1734
+#: glib/gconvert.c:1734
#, 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:1744
+#: glib/gconvert.c:1744
#, 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:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "L'URI « %s » n'est pas valide"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, 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:1789
+#: glib/gconvert.c:1789
#, 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:1884
+#: glib/gconvert.c:1884
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Le chemin « %s » n'est pas un chemin absolu"
-#: ../glib/gconvert.c:1894
+#: glib/gconvert.c:1894
#, c-format
msgid "Invalid hostname"
msgstr "Nom d'hôte non valide"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Erreur à l'ouverture du répertoire « %s » : %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "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:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "La lecture depuis le fichier « %s » a échoué : %s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "L'ouverture du fichier « %s » a échoué : %s"
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"L'obtention des attributs du fichier « %s » a échoué : fstat() a échoué : %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, 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:890
+#: glib/gfileutils.c:890
#, 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"
+"Le renommage du fichier « %s » vers « %s » a échoué : g_rename() a échoué : %s"
-#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "La création du fichier « %s » a échoué : %s"
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, 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:971
+#: glib/gfileutils.c:971
#, 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:990
+#: glib/gfileutils.c:990
#, 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:1108
+#: glib/gfileutils.c:1108
#, 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"
+"Le fichier existant « %s » ne peut pas être supprimé : g_unlink() a échoué : %"
+"s"
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
#, 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 »"
+msgstr "Le modèle « %s » n'est pas valide, il ne devrait pas contenir de « %s »"
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Le modèle « %s » ne contient pas XXXXXX"
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u octet"
msgstr[1] "%u octets"
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f Kio"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f Mio"
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f Gio"
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "La lecture du lien symbolique « %s » a échoué : %s"
-#: ../glib/gfileutils.c:1908
+#: glib/gfileutils.c:1908
#, c-format
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
#, c-format
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:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
#, c-format
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:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
#, c-format
msgid "Channel terminates in a partial character"
msgstr "La canal se termine avec un caractère partiel"
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
#, c-format
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:234 ../glib/gmarkup.c:250
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Erreur à la ligne %d, caractère %d : "
-#: ../glib/gmarkup.c:344
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Erreur à la ligne %d : %s"
-#: ../glib/gmarkup.c:448
+#: glib/gmarkup.c:448
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:458
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -350,17 +346,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:492
+#: glib/gmarkup.c:492
#, 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:529
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Le nom d'entité « %s » n'est pas connu"
-#: ../glib/gmarkup.c:540
+#: glib/gmarkup.c:540
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;"
@@ -369,7 +365,7 @@ msgstr ""
"utilisé une esperluette sans l'avoir marquée comme entité - échappez "
"l'esperluette comme &amp;"
-#: ../glib/gmarkup.c:593
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -379,16 +375,16 @@ msgstr ""
"référence de caractère (&#234; par exemple) - peut-être que le nombre est "
"trop grand"
-#: ../glib/gmarkup.c:618
+#: glib/gmarkup.c:618
#, 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:633
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Référence de caractère vide ; devrait inclure un nombre comme &#454;"
-#: ../glib/gmarkup.c:643
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -398,41 +394,41 @@ msgstr ""
"avez vraisemblablement utilisé une esperluette sans intention de commencer "
"une entité - échappez l'esperluette comme &amp;"
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Référence d'entité non terminée"
-#: ../glib/gmarkup.c:735
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Référence de caractère non terminée"
-#: ../glib/gmarkup.c:978
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Texte codé en UTF-8 non valide - séquence trop longue"
-#: ../glib/gmarkup.c:1006
+#: glib/gmarkup.c:1006
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:1042
+#: glib/gmarkup.c:1042
#, 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:1080
+#: glib/gmarkup.c:1080
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:1120
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
-"« %s » n'est pas un caractère valide suivant le caractère « < » ; il ne "
-"semble pas commencer un nom d'élément"
+"« %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:1184
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -441,7 +437,7 @@ msgstr ""
"Caractère bizarre « %s », un caractère « > » est requis pour terminer la "
"balise de début de l'élément « %s »"
-#: ../glib/gmarkup.c:1273
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -449,19 +445,18 @@ 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:1315
+#: glib/gmarkup.c:1315
#, 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 ""
-"Caractère bizarre « %s », un caractère « > » ou « / » est requis pour "
-"terminer 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"
+"Caractère bizarre « %s », un caractère « > » ou « / » est requis pour terminer "
+"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:1401
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -470,46 +465,46 @@ 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:1543
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
-"« %s » n'est pas un caractère valide suivant les caractères « </ » ; « %s » "
-"ne peut pas commencer un nom d'élément"
+"« %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:1583
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
-"« %s » n'est pas un caractère valide suivant le nom l'élément de fermeture "
-"« %s » ; le caractère autorisé est « > »"
+"« %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:1594
+#: glib/gmarkup.c:1594
#, 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:1603
+#: glib/gmarkup.c:1603
#, 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:1763
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Le document était vide ou ne contenait que des espaces"
-#: ../glib/gmarkup.c:1777
+#: glib/gmarkup.c:1777
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:1785 ../glib/gmarkup.c:1830
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -518,7 +513,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:1793
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -527,25 +522,25 @@ msgstr ""
"Le document s'est terminé de manière inattendue, un crochet fermant pour la "
"balise <%s/> est requis"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
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:1805
+#: glib/gmarkup.c:1805
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:1810
+#: glib/gmarkup.c:1810
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:1816
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -553,419 +548,415 @@ 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:1823
+#: glib/gmarkup.c:1823
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:1839
+#: glib/gmarkup.c:1839
#, 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:1845
+#: glib/gmarkup.c:1845
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:1962
+#: glib/gregex.c:154 gio/glocalfile.c:1963
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 UTF8"
-#: ../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 UTF8"
-#: ../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"
+"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 »)"
+"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
#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "Le texte était vide (ou ne contenait que des espaces)"
-#: ../glib/gspawn-win32.c:279
+#: glib/gspawn-win32.c:279
#, c-format
msgid "Failed to read data from child process"
msgstr "La lecture des données depuis le processus fils a échoué"
-#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, 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:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "La lecture depuis un tube fils a échoué (%s)"
-#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Le changement de répertoire « %s » a échoué (%s)"
-#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "L'exécution du processus fils a échoué (%s)"
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "Nom du programme non valide : %s"
-#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, 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:461 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Chaîne non valide dans l'environnement : %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, c-format
msgid "Invalid working directory: %s"
msgstr "Répertoire de travail non valide : %s"
-#: ../glib/gspawn-win32.c:787
+#: glib/gspawn-win32.c:787
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "L'exécution du programme d'aide a échoué (%s)"
-#: ../glib/gspawn-win32.c:1002
+#: glib/gspawn-win32.c:1002
#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -974,204 +965,204 @@ msgstr ""
"Erreur inattendue dans g_io_channel_win32_poll() lors de la lecture des "
"données depuis un processus fils"
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
#, 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:317
+#: glib/gspawn.c:317
#, 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:400
+#: glib/gspawn.c:400
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Erreur inattendue dans waitpid() (%s)"
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
#, c-format
msgid "Failed to fork (%s)"
msgstr "Le clonage a échoué (%s)"
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "L'exécution du processus fils « %s » a échoué (%s)"
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
#, 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:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Le clonage du processus fils a échoué (%s)"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Erreur inconnue à l'exécution du processus fils « %s »"
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, 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:1030
+#: glib/gutf8.c:1030
#, c-format
msgid "Character out of range for UTF-8"
msgstr "Caractère hors plage pour UTF-8"
-#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
#, c-format
msgid "Invalid sequence in conversion input"
msgstr "Séquence non valide dans l'entrée du convertisseur"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
#, c-format
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
#, c-format
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
#, c-format
msgid "Not a regular file"
msgstr "N'est pas un fichier standard"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
#, c-format
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"
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"
+"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
#, c-format
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:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, 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:1281
+#: glib/gkeyfile.c:1281
#, 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:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, 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"
+"Le fichier de clés contient la clé « %s » avec la valeur « %s » qui n'est pas "
+"codé en UTF-8"
-#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, 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:2106 ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1180,135 +1171,131 @@ msgstr ""
"Le fichier de clés contient la clé « %s » dans le groupe « %s » qui a une "
"valeur impossible à interpréter."
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, 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:3471
+#: glib/gkeyfile.c:3471
#, c-format
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:3493
+#: glib/gkeyfile.c:3493
#, 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:3635
+#: glib/gkeyfile.c:3635
#, 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:3649
+#: glib/gkeyfile.c:3649
#, c-format
msgid "Integer value '%s' out of range"
msgstr "La valeur entière « %s » est hors plage"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
#, 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:3706
+#: glib/gkeyfile.c:3706
#, 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:483 ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, c-format
msgid "Too large count value passed to %s"
msgstr "La valeur de comptage fournie à %s est trop grande"
-#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
#, c-format
msgid "Stream is already closed"
msgstr "Le flux est déjà fermé"
-#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1955
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "L'opération a été annulée"
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
msgid "Unknown type"
msgstr "Type inconnu"
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr "Type de fichier %s"
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "Type %s"
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
#, c-format
msgid "Unexpected early end-of-stream"
msgstr "Fin précoce de flux inattendue"
-#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Sans nom"
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
#, c-format
msgid "Desktop file didn't specify Exec field"
msgstr "Le fichier Bureau n'a pas indiqué de champ Exec"
-#: ../gio/gdesktopappinfo.c:882
+#: gio/gdesktopappinfo.c:882
#, c-format
msgid "Unable to find terminal required for application"
msgstr "Impossible de trouver le terminal requis par l'application"
-#: ../gio/gdesktopappinfo.c:1114
+#: gio/gdesktopappinfo.c:1114
#, 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:1118
+#: gio/gdesktopappinfo.c:1118
#, 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:1457
+#: gio/gdesktopappinfo.c:1457
#, 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:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr "Définition personnalisée pour %s"
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr "le lecteur n'implémente pas l'éjection (« eject »)"
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
msgid "drive doesn't implement polling for media"
msgstr "le lecteur n'implémente pas la scrutation du média (« polling »)"
-#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639
-#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053
-#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621
-#: ../gio/gfile.c:3701
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Opération non prise en charge"
@@ -1321,93 +1308,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
#, c-format
msgid "Containing mount does not exist"
msgstr "Le point de montage conteneur n'existe pas"
-#: ../gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "Impossible de copier par dessus un répertoire"
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
#, c-format
msgid "Can't copy directory over directory"
msgstr "Impossible de copier un répertoire par dessus un autre"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2109
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Le fichier cible existe"
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
#, c-format
msgid "Can't recursively copy directory"
msgstr "Impossible de copier récursivement un répertoire"
-#: ../gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "Valeur de lien symbolique donnée non valide"
-#: ../gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "La corbeille n'est pas prise en charge"
-#: ../gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Les noms de fichiers ne peuvent contenir « %c »"
-#: ../gio/gfile.c:4752 ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "le volume n'implémente pas « mount »"
-#: ../gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "Aucune application n'est enregistrée pour gérer ce fichier"
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
#, c-format
msgid "Enumerator is closed"
msgstr "L'énumérateur est fermé"
-#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "L'énumérateur du fichier a une opération en cours"
-#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "L'énumérateur du fichier est déjà fermé"
-#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
#, c-format
msgid "Stream doesn't support query_info"
msgstr "Le flux ne prend pas en charge query_info"
-#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
#, c-format
msgid "Seek not supported on stream"
msgstr "La recherche n'est pas prise en charge sur le flux"
-#: ../gio/gfileinputstream.c:380
+#: gio/gfileinputstream.c:380
#, c-format
msgid "Truncate not allowed on input stream"
msgstr "La troncature n'est pas autorisée sur le flux en entrée"
-#: ../gio/gfileoutputstream.c:457
+#: gio/gfileoutputstream.c:457
#, c-format
msgid "Truncate not supported on stream"
msgstr "La troncature n'est pas prise en charge sur le flux"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
#, c-format
msgid "Input stream doesn't implement read"
msgstr "Le flux en entrée n'implémente pas « read »"
@@ -1418,303 +1405,303 @@ 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:904 ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
#, c-format
msgid "Stream has outstanding operation"
msgstr "Le flux a une opération en cours"
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
#, c-format
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:599
+#: gio/glocalfile.c:599
#, c-format
msgid "Invalid filename %s"
msgstr "Nom de fichier non valide : %s"
-#: ../gio/glocalfile.c:962
+#: gio/glocalfile.c:962
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Impossible d'obtenir les informations du système de fichiers : %s"
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
#, c-format
msgid "Can't rename root directory"
msgstr "Impossible de renommer le répertoire racine"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "Impossible de renommer le fichier car ce nom est déjà utilisé"
-#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2013
-#: ../gio/glocalfile.c:2162 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Nom de fichier non valide"
-#: ../gio/glocalfile.c:1125
+#: gio/glocalfile.c:1125
#, c-format
msgid "Error renaming file: %s"
msgstr "Erreur au renommage du fichier : %s"
-#: ../gio/glocalfile.c:1244
+#: gio/glocalfile.c:1244
#, c-format
msgid "Error opening file: %s"
msgstr "Erreur à l'ouverture du fichier : %s"
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
#, c-format
msgid "Can't open directory"
msgstr "Impossible d'ouvrir le répertoire"
-#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1988
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Erreur à la suppression du fichier : %s"
-#: ../gio/glocalfile.c:1677
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Erreur à la mise à la corbeille du fichier : %s"
-#: ../gio/glocalfile.c:1700
+#: gio/glocalfile.c:1701
#, 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:1721
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Impossible de trouver le répertoire racine pour la corbeille"
-#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Impossible de trouver ou créer le répertoire de la corbeille"
-#: ../gio/glocalfile.c:1854
+#: gio/glocalfile.c:1855
#, 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:1879 ../gio/glocalfile.c:1954 ../gio/glocalfile.c:1961
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Impossible de mettre à la corbeille le fichier : %s"
-#: ../gio/glocalfile.c:2017
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Erreur lors de la création du lien symbolique : %s"
-#: ../gio/glocalfile.c:2077 ../gio/glocalfile.c:2166
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Erreur lors du déplacement du fichier : %s"
-#: ../gio/glocalfile.c:2100
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "Impossible de déplacer un répertoire par dessus un autre"
-#: ../gio/glocalfile.c:2122 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "La création du fichier de sauvegarde a échoué"
-#: ../gio/glocalfile.c:2141
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Erreur lors de la suppression du fichier cible : %s"
-#: ../gio/glocalfile.c:2155
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "Le déplacement entre des points de montage n'est pas pris en charge"
-#: ../gio/glocalfileinfo.c:709
+#: gio/glocalfileinfo.c:709
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "La valeur d'attribut ne doit pas être « NULL »"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Type d'attribut non valide (une chaîne est attendue)"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid extended attribute name"
msgstr "Nom d'attribut étendu non valide"
-#: ../gio/glocalfileinfo.c:763
+#: gio/glocalfileinfo.c:763
#, 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:1402 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Erreur de l'interrogation du fichier « %s » : %s"
-#: ../gio/glocalfileinfo.c:1458
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (codage non valide)"
-#: ../gio/glocalfileinfo.c:1618
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Erreur de l'interrogation du descripteur de fichier : %s"
-#: ../gio/glocalfileinfo.c:1663
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Type d'attribut non valide (uint32 attendu)"
-#: ../gio/glocalfileinfo.c:1680
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Type d'attribut non valide (uint64 attendu)"
-#: ../gio/glocalfileinfo.c:1698
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Type d'attribut non valide (chaîne octet attendu)"
-#: ../gio/glocalfileinfo.c:1724
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Erreur lors de la définition des permissions : %s"
-#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1943
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Erreur lors de la définition du propriétaire : %s"
-#: ../gio/glocalfileinfo.c:1798
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "un lien symbolique ne doit pas être « NULL »"
-#: ../gio/glocalfileinfo.c:1808 ../gio/glocalfileinfo.c:1827
-#: ../gio/glocalfileinfo.c:1838
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Erreur lors de la définition du lien symbolique : %s"
-#: ../gio/glocalfileinfo.c:1817
+#: gio/glocalfileinfo.c:1817
#, c-format
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:1998
+#: gio/glocalfileinfo.c:1998
#, 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:570
#, 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:372
+#: gio/glocalfileoutputstream.c:854
#, 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:279
#, c-format
msgid "Error closing file: %s"
msgstr "Erreur lors de la fermeture du fichier : %s"
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
#, c-format
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:591
#, c-format
msgid "Error writing to file: %s"
msgstr "Erreur lors de l'écriture du fichier : %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:213
#, 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:227 gio/glocalfileoutputstream.c:240
#, 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:258
#, 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:418 gio/glocalfileoutputstream.c:871
#, 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:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, 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:679
#, c-format
msgid "Target file is a directory"
msgstr "Le fichier cible est un répertoire"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
#, c-format
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:696
#, c-format
msgid "The file was externally modified"
msgstr "Le fichier a été modifié extérieurement"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Le type GSeekType fourni n'est pas valide"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Requête « seek » non valide"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr "Impossible de tronquer GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "La limite maximale du tableau de données est atteinte"
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "Le flux de sortie mémoire n'est pas redimensionnable"
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Le redimensionnement du flux de sortie mémoire a échoué"
@@ -1722,123 +1709,123 @@ 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:344
+#: gio/gmount.c:344
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:419
+#: gio/gmount.c:419
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:501
+#: gio/gmount.c:501
msgid "mount doesn't implement remount"
msgstr "mount n'implémente pas le remontage (« remount »)"
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
#, c-format
msgid "Output stream doesn't implement write"
msgstr "Le flux de sortie n'implémente pas « write »"
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
#, c-format
msgid "Source stream is already closed"
msgstr "Le flux source est déjà fermé"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr "nom"
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
msgid "The name of the icon"
msgstr "Le nom de l'icône"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr "noms"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr "Un tableau contenant les noms des icônes"
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr "utiliser les valeurs de rechange par défaut"
-#: ../gio/gthemedicon.c:245
+#: gio/gthemedicon.c:245
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
msgstr ""
-"Indique s'il faut utiliser les valeurs de rechange par défaut obtenues "
-"en coupant le nom aux caractères « - ». Ignore les noms après le premier "
-"si plusieurs noms sont donnés."
+"Indique s'il faut utiliser les valeurs de rechange par défaut obtenues en "
+"coupant le nom aux caractères « - ». Ignore les noms après le premier si "
+"plusieurs noms sont donnés."
-#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "Erreur lors de la lecture depuis unix : %s"
-#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, c-format
msgid "Error closing unix: %s"
msgstr "Erreur lors de la fermeture d'unix : %s"
-#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Racine du système de fichiers"
-#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, c-format
msgid "Error writing to unix: %s"
msgstr "Erreur lors de l'écriture vers unix : %s"
-#: ../gio/gvolume.c:423
+#: gio/gvolume.c:423
msgid "volume doesn't implement eject"
msgstr "le volume n'implémente pas l'éjection (« eject »)"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
#, c-format
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
#, c-format
msgid "URIs not supported"
msgstr "URI non pris en charge"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
#, c-format
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
#, c-format
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 c5f40fe31..f32a9f6f4 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -303,22 +303,22 @@ msgstr "Theip ar oscailt comhad '%s': theip open(): %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Theip ar mapáil comhad '%s': theip mmap(): %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Earraidh ar líne %d carachtar %d:"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Earráid ar líne %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -326,91 +326,91 @@ msgid ""
"it as &amp;"
msgstr ""
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr ""
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr ""
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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 ""
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, 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 ""
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
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 ""
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr ""
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr ""
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Téacs UTF-8-ionchódaithe neamhbhailí - seicheamh rófhada"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Téacs UTF-8-ionchódaithe neamhbhailí - ní carachtar tosaithe"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Téacs UTF-8-ionchódaithe neamhbhailí - is neamhbhailí '%s'"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -418,87 +418,87 @@ msgid ""
"character in an attribute name"
msgstr ""
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, 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 ""
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr ""
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr ""
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -522,7 +522,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "earráid inmheánach"
@@ -1118,7 +1118,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1185,9 +1185,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr ""
@@ -1206,7 +1206,7 @@ msgstr ""
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1216,7 +1216,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1226,26 +1226,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1256,12 +1256,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1327,8 +1327,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
@@ -1349,69 +1349,69 @@ msgstr "Earráid agus comhad á oscailt: %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Earráid agus comhad á bhaint: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Earráid agus comhad á chur sa bhruscar: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Ní féidir comhadlann bhruscair %s a chruthú: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Ní féidir comhad curtha sa bhruscar a chruthú: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Ní féidir comhad a chur sa bhruscar: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Earráid agus nasc siombalach á dhéanamh: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Earráid agus comhad á bhogadh: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Earráid agus comhad '%s' á léamh: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1436,62 +1436,62 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr "Earráid agus comhadlann '%s' á oscailt: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Earráid agus comhad '%s' á léamh: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (ionchódú neamhbhailí)"
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Earráid agus comhad '%s' á léamh: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Earráid le linn cumarsáide: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Earráid le linn cumarsáide: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Earráid agus nasc siombalach á shocrú: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
@@ -1564,12 +1564,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Ainm comhaid %s neamhbhailí"
@@ -1579,17 +1579,17 @@ msgstr "Ainm comhaid %s neamhbhailí"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1666,7 +1666,7 @@ msgstr "Earráid agus unix á léamh: %s"
msgid "Error closing unix: %s"
msgstr "Earráid agus unix á dhúnadh: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Fréamh an chóras comhad"
diff --git a/po/gl.po b/po/gl.po
index 26eff33ca..b50f3bb72 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-03-12 10:54+0100\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-03-12 10:56+0100\n"
"Last-Translator: Ignacio Casal Quinteiro <icq@svn.gnome.org>\n"
"Language-Team: Galego <proxecto@trasno.net>\n"
@@ -21,313 +21,312 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Atributo '%s'inesperado para o elemento '%s'"
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Non se localizou o atributo '%s' do elemento '%s'"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Etiqueta '%s' inesperada, esperábase a etiqueta '%s'"
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Etiqueta '%s' inesperada dentro de '%s'"
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Non se puido localizar un ficheiro de marcadores válido nos directorios de "
"datos"
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Xa existe un marcador para o URI '%s'"
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Non se encontrou ningún marcador para o URI '%s'"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, 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:2444
+#: glib/gbookmarkfile.c:2444
#, 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:2823
+#: glib/gbookmarkfile.c:2823
#, 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:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Ningunha aplicación denominada '%s' rexistrou un marcador para '%s'"
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Fallo ao expandir a liña executable '%s' co 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 "Non se soporta a conversión do conxunto de caracteres '%s' a '%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 "Non se puido abrir o conversor de '%s' a '%s'"
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
#, c-format
msgid "Invalid byte sequence in conversion input"
msgstr "A secuencia de bytes non é válida na entrada da conversión"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "Erro durante a conversión: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
#, c-format
msgid "Partial character sequence at end of input"
msgstr "Hai unha secuencia de carácter parcial ao final da entrada"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr ""
"Non se pode converter o modo de emerxencia '%s' na codificación de "
"caracteres '%s'"
-#: ../glib/gconvert.c:1734
+#: glib/gconvert.c:1734
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "O URI '%s' non é un URI absoluto usando o esquema \"file\""
-#: ../glib/gconvert.c:1744
+#: glib/gconvert.c:1744
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "O URI do ficheiro local '%s' non pode incluír un '#'"
-#: ../glib/gconvert.c:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "O URI '%s' non é válido"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "O nome de host do URI '%s' non é válido"
-#: ../glib/gconvert.c:1789
+#: glib/gconvert.c:1789
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "O URI '%s' contén caracteres de escape non válidos"
-#: ../glib/gconvert.c:1884
+#: glib/gconvert.c:1884
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "O nome de camiño '%s' non é un camiño absoluto"
-#: ../glib/gconvert.c:1894
+#: glib/gconvert.c:1894
#, c-format
msgid "Invalid hostname"
msgstr "O nome do host non é válido"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Erro ao abrir o directorio '%s': %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Non se puideron asignar %lu bytes para ler o ficheiro \"%s\""
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Erro ao ler o ficheiro '%s': %s"
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Fallo ao ler desde o ficheiro '%s': %s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Fallo ao abrir o ficheiro '%s': %s"
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Fallo ao obter os atributos do ficheiro '%s': fstat() fallou: %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Fallo ao abrir o ficheiro '%s': fdopen() fallou: %s"
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Fallo ao renomear o ficheiro '%s' como '%s': g_rename() fallou: %s"
-#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Fallo ao crear o ficheiro '%s': %s"
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Fallo ao abrir o ficheiro '%s' para escritura: fdopen() fallou: %s"
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:971
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Fallo ao escribir o ficheiro '%s': fwrite() fallou: %s"
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Fallo ao pechar o ficheiro '%s': fclose() fallou: %s"
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "O ficheiro existente '%s' non se puido eliminar: g_unlink() fallou: %s"
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "O modelo '%s' non é válido, non debería conter '%s'"
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "O modelo '%s' non contén XXXXXX"
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Fallo ao ler a ligazón simbólica '%s': %s"
-#: ../glib/gfileutils.c:1908
+#: glib/gfileutils.c:1908
#, c-format
msgid "Symbolic links not supported"
msgstr "Ligazóns simbólicas non soportadas"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Non se puido abrir o conversor de '%s' a '%s': %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
"Non se pode facer unha lectura en bruto en g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr " Datos restantes non convertidos no búfer de lectura"
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
#, c-format
msgid "Channel terminates in a partial character"
msgstr "O canal remata nun carácter parcial"
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Non se pode facer unha lectura en bruto en g_io_channel_read_to_end"
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "Fallo ao abrir o ficheiro '%s': open() fallou: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Fallo ao mapear o ficheiro '%s': mmap() fallou: %s"
-#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Erro na liña %d carácter %d:"
-#: ../glib/gmarkup.c:344
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Erro na liña %d: %s"
-#: ../glib/gmarkup.c:448
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Detectada unha entidade baleira '&;'; as entidades válidas son: &amp; &quot; "
"&lt; &gt; &apos;"
-#: ../glib/gmarkup.c:458
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -338,17 +337,17 @@ msgstr ""
"comeza unha entidade; se non se quere que sexa unha entidade escriba o & "
"como &amp;"
-#: ../glib/gmarkup.c:492
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "O carácter '%s' non é válido dentro do nome dunha entidade"
-#: ../glib/gmarkup.c:529
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Non se coñece o nome de entidade '%s'"
-#: ../glib/gmarkup.c:540
+#: glib/gmarkup.c:540
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;"
@@ -356,7 +355,7 @@ msgstr ""
"A entidade non remata cun punto e coma, probablemente usou o carácter & sen "
"a intención de comezar unha entidade, escriba o & como &amp;"
-#: ../glib/gmarkup.c:593
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -365,16 +364,16 @@ msgstr ""
"Fallo ao analizar '%-.*s', que debería ser un díxito dentro dunha referencia "
"de carácter (por exemplo &#234;) - pode que o díxito sexa grande de máis"
-#: ../glib/gmarkup.c:618
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "A referencia de carácter '%-.*s' non codifica un carácter permitido"
-#: ../glib/gmarkup.c:633
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Referencia de carácter baleira; debería incluír un díxito como &#454;"
-#: ../glib/gmarkup.c:643
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -384,32 +383,32 @@ msgstr ""
"utilizou un carácter & sen intención de comezar unha entidade - escape o & "
"como &amp;"
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Referencia de entidade sen terminar"
-#: ../glib/gmarkup.c:735
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Referencia de carácter sen terminar"
-#: ../glib/gmarkup.c:978
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Texto codificado en UTF-8 non válido - secuencia demasiado longa"
-#: ../glib/gmarkup.c:1006
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Texto codificado en UTF-8 non válido - sen carácter de comezo"
-#: ../glib/gmarkup.c:1042
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Texto codificado en UTF-8 non válido - '%s' non válido"
-#: ../glib/gmarkup.c:1080
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "O documento debe comezar cun elemento (por exemplo <book>)"
-#: ../glib/gmarkup.c:1120
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -418,7 +417,7 @@ msgstr ""
"'%s' non é un carácter válido despois dun carácter '<'; non pode iniciar un "
"nome de elemento"
-#: ../glib/gmarkup.c:1184
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -427,7 +426,7 @@ msgstr ""
"Carácter estraño '%s', esperábase un carácter '>' para pechar a etiqueta de "
"comezo do elemento '%s'"
-#: ../glib/gmarkup.c:1273
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -435,7 +434,7 @@ msgstr ""
"Carácter estraño '%s', esperábase un '=' despois do nome do atributo '%s' do "
"elemento '%s'"
-#: ../glib/gmarkup.c:1315
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -446,7 +445,7 @@ msgstr ""
"etiqueta de comezo do elemento '%s' ou opcionalmente un atributo; quizais "
"usou un carácter non válido no nome dun atributo"
-#: ../glib/gmarkup.c:1401
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -455,7 +454,7 @@ msgstr ""
"Carácter estraño '%s', esperábase un carácter '\"' despois do signo igual "
"para dar un valor ao atributo '%s' do elemento '%s'"
-#: ../glib/gmarkup.c:1543
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -464,7 +463,7 @@ msgstr ""
"'%s' non é un carácter válido despois dos caracteres '</'; '%s' non pode "
"comezar o nome dun elemento"
-#: ../glib/gmarkup.c:1583
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -473,25 +472,25 @@ msgstr ""
"'%s' non é un carácter válido despois do nome de elemento de peche '%s'; o "
"carácter permitido é '>'"
-#: ../glib/gmarkup.c:1594
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Pechouse o elemento '%s', actualmente non hai ningún elemento aberto"
-#: ../glib/gmarkup.c:1603
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Pechouse o elemento '%s', mais o elemento aberto actualmente é '%s'"
-#: ../glib/gmarkup.c:1763
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "O documento estaba baleiro ou só contiña espazos en branco"
-#: ../glib/gmarkup.c:1777
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "O documento terminou inesperadamente despois dun símbolo menor que '<'"
-#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -500,7 +499,7 @@ msgstr ""
"O documento terminou inesperadamente con elementos aínda abertos - '%s' foi "
"o último elemento aberto"
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -509,21 +508,21 @@ msgstr ""
"O documento terminou inesperadamente, esperábase ver un símbolo maior que "
"'>' que pechase a etiqueta <%s/>"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "O documento terminou inesperadamente dentro dun nome de elemento"
-#: ../glib/gmarkup.c:1805
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "O documento terminou inesperadamente dentro dun nome de atributo"
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"O documento terminou inesperadamente dentro dunha etiqueta de comezo de "
"elemento"
-#: ../glib/gmarkup.c:1816
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -531,405 +530,403 @@ msgstr ""
"O documento terminou inesperadamente despois do signo igual que segue a un "
"nome de atributo; non hai valor de atributo"
-#: ../glib/gmarkup.c:1823
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "O documento terminou inesperadamente dentro dun valor de atributo"
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"O documento terminou inesperadamente dentro da etiqueta que pechaba o "
"elemento '%s'"
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"O documento terminou inesperadamente dentro dun comentario ou instrución de "
"procesamento"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "obxecto danado"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "erro interno ou obxecto danado"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "sen memoria"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "alcanzouse o límite de «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 "o patrón contén elementos non soportados na coincidencia parcial"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1956
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "erro interno"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr ""
"as referencias anteriores como condicións non se soportan na coincidencia "
"parcial"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "atinxiuse o límite de recursividade"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "atinxiuse o límite do espazo de traballo para subcadeas baleiras"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "combinación non válida de marcas de nova liña"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "erro descoñecido"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ ao final do patrón"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c ao final do patrón"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "carácter non recoñecido despois de \\"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr "aquí non se permiten as letras (\\l, \\L, \\u, \\U)"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "números fora de rango no cuantificador {}"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "número demasiado grande no cuantificador {}"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "falta a terminación } para a clase de carácter"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "secuencia de escape non válida na clase de carácter"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "rango fora de orde na clase de carácter"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "nada que repetir"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "carácter non recoñecido de (?"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "carácter non recoñecido despois de (?<"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "carácter non recoñecido despois de (?P"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "Só se soportan as clases de nomes POSIX dentro dunha clase"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "falta o ) de terminación"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") sen ( que o abra"
#. 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 os díxitos (?[+-] deben estar seguidos por )"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "referencia a un subpatrón non existente"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "falta ) despois do comentario"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "a expresión regular é demasiado longa"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "fallou ao obter a memoria"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "a comprobación lockbehind non ten unha lonxitude fixa"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "número ou nome malformado despois de (?("
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "o grupo condicional contén máis de dúas ramas"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "esperábase unha comprobación despois de (?("
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "nome de clase POSIX descoñecida"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "os elemetos POSIX recopilados non están soportados"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "o valor do carácter na secuencia \\x{...} é demasiado longo"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "condición inválida (?(0)"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "non se permie \\C en comprobacións lookbehind"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "unha chamada recursiva poderá crear un bucle infinito"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "falta o terminador no nome do subpatrón"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "dous subpatróns teñen o mesmo nome"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "secuencia \\P ou \\p malformada"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "nome de propiedade descoñecido despois de \\P ou \\p"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "o nome do subpatrón é demasiado longo (máximo 32 caracteres)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "demasiados subpatróns co nome (máximo 10.000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "o valor octal é maior que \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "o grupo DEFINE contén máis dunha rama"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "non se permite repetir un grupo DEFINE"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "opcións 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 non está seguido por un nome de chave ou un número distinto de cero "
"cunha chave opcional"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "repetición inesperada"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "desbordamento de código"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "desbordouse o espazo de traballo de compilación"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "non se encontrou o subpatrón referenciado anteriormente comprobado"
-#: ../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 "Erro ao establecer a equivalencia da expresión regular %s: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "A biblioteca PCRE está compilada sen soporte UTF8"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "A biblioteca PCRE está compilada sen soporte de propiedades UTF8"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Erro ao compilar a expresión regular %s no carácter %d: %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Erro ao optimizar a expresión regular %s: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "esperábase un díxito hexadecimal ou '}'"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "esperábase un díxito hexadecimal"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "falta '<' na referencia simbólica"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "referencia simbólica sen finalizar"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "referencia simbólica de lonxitude cero"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "esperábase un díxito"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "referencia simbólica ilegal"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "'\\' final perdido"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "secuencia de escape descoñecida"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Erro ao analizar o texto de substitución \"%s\" no carácter %lu: %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "O texto citado non comeza con comiñas"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Comiñas non pechadas na liña de comandos ou noutro texto citado nun "
"intérprete de comando"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "O texto terminou despois dun carácter '\\'. (O texto era '%s')"
-#: ../glib/gshell.c:545
+#: glib/gshell.c:545
#, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr ""
"O texto terminou antes de encontrar a comiña final para %c. (O texto era '%"
"s')"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "O texto estaba baleiro (ou só contiña espazos en branco)"
-#: ../glib/gspawn-win32.c:279
+#: glib/gspawn-win32.c:279
#, c-format
msgid "Failed to read data from child process"
msgstr "Fallo ao ler datos desde un proceso fillo"
-#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Fallo ao crear a canalización para comunicarse co proceso fillo (%s)"
-#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Fallo ao ler desde a canalización filla (%s)"
-#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Fallo ao cambiar ao directorio '%s' (%s)"
-#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Fallo ao executar o proceso fillo (%s)"
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "Nome de programa non válido: %s"
-#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Cadea non válida no vector de argumento en %d: %s"
-#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Cadea non válida no contorno: %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, c-format
msgid "Invalid working directory: %s"
msgstr "Directorio de traballo non válido: %s"
-#: ../glib/gspawn-win32.c:787
+#: glib/gspawn-win32.c:787
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Fallo ao executar o programa asistente (%s)"
-#: ../glib/gspawn-win32.c:1002
+#: glib/gspawn-win32.c:1002
#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -938,144 +935,144 @@ msgstr ""
"Erro inesperado en g_io_channel_win32_poll() ao ler datos desde un proceso "
"fillo"
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Fallo ao ler datos desde un proceso fillo (%s)"
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Erro inesperado en select() lendo os datos do proceso fillo (%s)"
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Erro inesperado en waitpid() (%s)"
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
#, c-format
msgid "Failed to fork (%s)"
msgstr "Fallo ao facer fork (%s)"
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Fallo ao executar o proceso fillo \"%s\" (%s)"
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Fallo ao redireccionar a saída ou entrada do proceso fillo (%s)"
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Fallo ao facer fork ao proceso fillo (%s)"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Erro descoñecido ao executar o proceso fillo \"%s\""
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
"Fallo de lectura de suficientes datos desde a canalización filla co PID (%s)"
-#: ../glib/gutf8.c:1030
+#: glib/gutf8.c:1030
#, c-format
msgid "Character out of range for UTF-8"
msgstr "Carácter fóra do intervalo para UTF-8"
-#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
#, c-format
msgid "Invalid sequence in conversion input"
msgstr "Secuencia non válida na entrada da conversión"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
#, c-format
msgid "Character out of range for UTF-16"
msgstr "Carácter fóra de intervalo para 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 "[OPCIÓN...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Opcións de axuda:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Mostrar as opcións de axuda"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Mostrar todas as opcións de axuda"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Opcións da aplicación:"
-#: ../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 "Non se pode analizar o valor enteiro '%s' para %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 "O valor enteiro '%s' para %s está fóra do intervalo"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Non se pode analizar o valor \"double\" '%s' para %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "O valor \"double\" '%s' para %s está fóra do intervalo"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Erro ao analizar a opció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 "Argumento que falta para %s"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Opción %s descoñecida"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
#, c-format
msgid "Valid key file could not be found in search dirs"
msgstr ""
"Non se pode encontrar unha chave de ficheiro válida nos directorios de busca"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
#, c-format
msgid "Not a regular file"
msgstr "Non é un ficheiro normal"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
#, c-format
msgid "File is empty"
msgstr "O ficheiro está baleiro"
-#: ../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"
@@ -1083,51 +1080,51 @@ msgstr ""
"O ficheiro chave contén a liña '%s' que non é un par valor-chave, grupo ou "
"comentario"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Nome de grupo non válido: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
#, c-format
msgid "Key file does not start with a group"
msgstr "O ficheiro chave non comeza cun grupo"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Nome de chave non válido: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "O ficheiro chave contén unha codificación non soportada '%s'"
-#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, c-format
msgid "Key file does not have group '%s'"
msgstr "O ficheiro chave non ten un grupo '%s'"
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
#, c-format
msgid "Key file does not have key '%s'"
msgstr "O ficheiro chave non ten a chave '%s'"
-#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "O ficheiro chave contén a chave '%s' co valor '%s' que non é UTF-8"
-#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
"O ficheiro chave contén a chave '%s' que ten un valor que non pode ser "
"interpretado."
-#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1136,128 +1133,124 @@ msgstr ""
"O ficheiro chave contén a chave '%s' no grupo '%s' que ten un valor que non "
"pode ser interpretado."
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "O ficheiro chave non ten a chave '%s' no grupo '%s'"
-#: ../glib/gkeyfile.c:3471
+#: glib/gkeyfile.c:3471
#, c-format
msgid "Key file contains escape character at end of line"
msgstr "O ficheiro chave contén un carácter de escape ao final da liña"
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3493
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "O ficheiro chave contén a secuencia de escape non válida '%s'"
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "O valor '%s' non se pode interpretar como un número."
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
#, c-format
msgid "Integer value '%s' out of range"
msgstr "O valor enteiro '%s' está fóra do intervalo"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "O valor '%s' non se pode interpretar como un número flotante."
-#: ../glib/gkeyfile.c:3706
+#: glib/gkeyfile.c:3706
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "O valor '%s' non se pode interpretar como un booleano."
-#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, c-format
msgid "Too large count value passed to %s"
msgstr "O valor de contaxe pasado a %s é demasiado longo"
-#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
#, c-format
msgid "Stream is already closed"
msgstr "O fluxo xa se pechou"
-#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1949
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "A operación foi cancelada"
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
msgid "Unknown type"
msgstr "Tipo descoñecido"
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr "tipo de ficheiro %s"
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "tipo %s"
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
#, c-format
msgid "Unexpected early end-of-stream"
msgstr "Final de fluxo inesperadamente prematuro"
-#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Sen nome"
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
#, c-format
msgid "Desktop file didn't specify Exec field"
msgstr "O ficheiro de escritorio non especificou o campo Exec"
-#: ../gio/gdesktopappinfo.c:882
+#: gio/gdesktopappinfo.c:882
#, c-format
msgid "Unable to find terminal required for application"
msgstr "Imposible encontrar a terminal requerida pola aplicación"
-#: ../gio/gdesktopappinfo.c:1114
+#: gio/gdesktopappinfo.c:1114
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Non se pode crear o cartafol de configuración da aplicación %s: %s"
-#: ../gio/gdesktopappinfo.c:1118
+#: gio/gdesktopappinfo.c:1118
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Non se pode crear o cartafol de configuración MIME %s do usuario: %s"
-#: ../gio/gdesktopappinfo.c:1457
+#: gio/gdesktopappinfo.c:1457
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Non se pode crear o ficheiro de escritorio %s do usuario"
-#: ../gio/gdesktopappinfo.c:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr "Definición personalizada para %s"
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr "a unidade non implementa a expulsión"
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
msgid "drive doesn't implement polling for media"
msgstr "a unidade non implementa o sondeo para medios"
-#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639
-#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053
-#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621
-#: ../gio/gfile.c:3701
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Operación non soportada"
@@ -1270,93 +1263,93 @@ msgstr "Operación non soportada"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
#, c-format
msgid "Containing mount does not exist"
msgstr "O punto de montaxe contido non existe"
-#: ../gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "Non se pode copiar sobre o directorio"
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
#, c-format
msgid "Can't copy directory over directory"
msgstr "Non se pode copiar directorio sobre directorio"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2103
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "O ficheiro destino existe"
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
#, c-format
msgid "Can't recursively copy directory"
msgstr "Non se pode copiar o directorio recursivamente"
-#: ../gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "O valor da ligazón dada non é válido"
-#: ../gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "Non se soporta o lixo"
-#: ../gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Os nomes de ficheiro non poden conter '%c'"
-#: ../gio/gfile.c:4752 ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "o volume non implementa montado"
-#: ../gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "Non hai ningunha aplicación rexistrada para manexar este ficheiro"
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
#, c-format
msgid "Enumerator is closed"
msgstr "O enumerador está pechado"
-#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "O enumerador do ficheiro ten unha operación excepcional"
-#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "O enumerador do ficheiro xa está pechado"
-#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
#, c-format
msgid "Stream doesn't support query_info"
msgstr "O fluxo non soporta query_info"
-#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
#, c-format
msgid "Seek not supported on stream"
msgstr "Non se permite buscar no fluxo"
-#: ../gio/gfileinputstream.c:380
+#: gio/gfileinputstream.c:380
#, c-format
msgid "Truncate not allowed on input stream"
msgstr "Non se permite truncar no fluxo de entrada"
-#: ../gio/gfileoutputstream.c:457
+#: gio/gfileoutputstream.c:457
#, c-format
msgid "Truncate not supported on stream"
msgstr "Non se soporta truncar no fluxo"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
#, c-format
msgid "Input stream doesn't implement read"
msgstr "O fluxo de entrada non implementa a lectura"
@@ -1367,303 +1360,303 @@ msgstr "O fluxo de entrada non implementa a lectura"
#. 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:904 ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
#, c-format
msgid "Stream has outstanding operation"
msgstr "O fluxo ten unha operación excepcional"
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
#, c-format
msgid "Unable to find default local directory monitor type"
msgstr ""
"Non se pode encontrar o tipo de monitorización do directorio local "
"predeterminado"
-#: ../gio/glocalfile.c:599
+#: gio/glocalfile.c:599
#, c-format
msgid "Invalid filename %s"
msgstr "Nome de ficheiro inválido %s"
-#: ../gio/glocalfile.c:962
+#: gio/glocalfile.c:962
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Erro ao obter a información do sistema de ficheiros: %s"
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
#, c-format
msgid "Can't rename root directory"
msgstr "Non se pode renomear o directorio raíz"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "Non se pode renomear o ficheiro, o ficheiro xa existe"
-#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1978 ../gio/glocalfile.c:2007
-#: ../gio/glocalfile.c:2156 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Nome de ficheiro inválido"
-#: ../gio/glocalfile.c:1125
+#: gio/glocalfile.c:1125
#, c-format
msgid "Error renaming file: %s"
msgstr "Erro ao renomear o ficheiro: %s"
-#: ../gio/glocalfile.c:1244
+#: gio/glocalfile.c:1244
#, c-format
msgid "Error opening file: %s"
msgstr "Erro ao abrir o ficheiro: %s"
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
#, c-format
msgid "Can't open directory"
msgstr "Non se pode abrir o directorio"
-#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1982
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Non se pode eliminar o ficheiro: %s"
-#: ../gio/glocalfile.c:1677
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Non se pode mover ao lixo o ficheiro: %s"
-#: ../gio/glocalfile.c:1700
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Non se pode crear o directorio do lixo %s: %s"
-#: ../gio/glocalfile.c:1721
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Non se pode encontrar o directorio superior para o lixo"
-#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Non se pode encontrar ou crear o directorio do lixo"
-#: ../gio/glocalfile.c:1854
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Non se pode crear a información de lixo para o ficheiro: %s"
-#: ../gio/glocalfile.c:1879 ../gio/glocalfile.c:1948 ../gio/glocalfile.c:1955
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Non se pode mover ao lixo o ficheiro: %s"
-#: ../gio/glocalfile.c:2011
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Erro ao crear a ligazón: %s"
-#: ../gio/glocalfile.c:2071 ../gio/glocalfile.c:2160
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Erro ao mover o ficheiro: %s"
-#: ../gio/glocalfile.c:2094
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "Non se pode mover o directorio sobre un directorio"
-#: ../gio/glocalfile.c:2116 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Fallou a creación do ficheiro de seguranza"
-#: ../gio/glocalfile.c:2135
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Erro ao eliminar o ficheiro obxectivo: %s"
-#: ../gio/glocalfile.c:2149
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "Non se soporta mover ficheiros entre puntos de montaxe"
-#: ../gio/glocalfileinfo.c:709
+#: gio/glocalfileinfo.c:709
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "O valor do atributo debe ser non nulo1"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Tipo de atributo inválido (esperábase unha cadea)"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid extended attribute name"
msgstr "Nome extendido do atributo inválido"
-#: ../gio/glocalfileinfo.c:763
+#: gio/glocalfileinfo.c:763
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Erro ao establecer o atributo extendido '%s': %s"
-#: ../gio/glocalfileinfo.c:1402 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Erro ao iniciar o ficheiro '%s': %s"
-#: ../gio/glocalfileinfo.c:1458
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (codificación inválida)"
-#: ../gio/glocalfileinfo.c:1618
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Erro ao iniciar o descritor de ficheiro: %s"
-#: ../gio/glocalfileinfo.c:1663
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tipo de atributo inválido (esperábase uint32)"
-#: ../gio/glocalfileinfo.c:1680
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tipo de atributo inválido (esperábase uint64)"
-#: ../gio/glocalfileinfo.c:1698
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Tipo de atributo inválido (esperábase cadea de bytes)"
-#: ../gio/glocalfileinfo.c:1724
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Erro ao establecer os permisos: %s"
-#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1943
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Erro ao establecer o propietario: %s"
-#: ../gio/glocalfileinfo.c:1798
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "a ligazón non debe ser nula"
-#: ../gio/glocalfileinfo.c:1808 ../gio/glocalfileinfo.c:1827
-#: ../gio/glocalfileinfo.c:1838
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Erro ao establecer a ligazón: %s"
-#: ../gio/glocalfileinfo.c:1817
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "Erro ao establecer a ligazón: o ficheiro non é unha ligazón"
-#: ../gio/glocalfileinfo.c:1998
+#: gio/glocalfileinfo.c:1998
#, c-format
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:570
#, 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:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
+#: gio/glocalfileoutputstream.c:854
#, 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:279
#, c-format
msgid "Error closing file: %s"
msgstr "Erro ao pechar o ficheiro: %s"
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
#, c-format
msgid "Unable to find default local file monitor type"
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:591
#, c-format
msgid "Error writing to file: %s"
msgstr "Erro ao escribir no ficheiro: %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:213
#, 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:227 gio/glocalfileoutputstream.c:240
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Erro ao crear a copia de seguranza: %s"
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:258
#, 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:418 gio/glocalfileoutputstream.c:871
#, 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:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Erro ao abrir o ficheiro '%s': %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:679
#, c-format
msgid "Target file is a directory"
msgstr "O ficheiro destino é un directorio"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
#, c-format
msgid "Target file is not a regular file"
msgstr "O ficheiro destino non é un ficheiro regular"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
#, c-format
msgid "The file was externally modified"
msgstr "O ficheiro foi modificado externamente"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Proporcionouse un GSeekType inválido"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Petición de busca inválida"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr "Non se pode truncar GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "Alcanzouse o límite máximo do array de datos"
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "O fluxo de saída da memoria non é redimensionable"
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Fallou ao redimensionarse o fluxo de saída da memoria"
@@ -1671,55 +1664,55 @@ msgstr "Fallou ao redimensionarse o fluxo de saída da memoria"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:344
+#: gio/gmount.c:344
msgid "mount doesn't implement unmount"
msgstr "a montaxe non implementa o desmontado"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:419
+#: gio/gmount.c:419
msgid "mount doesn't implement eject"
msgstr "a montaxe non implementa a expulsión"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:501
+#: gio/gmount.c:501
msgid "mount doesn't implement remount"
msgstr "a montaxe non implementa o remontado"
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
#, c-format
msgid "Output stream doesn't implement write"
msgstr "O fluxo de saída non implementa a escritura"
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
#, c-format
msgid "Source stream is already closed"
msgstr "O fluxo de orixe xa está pechado"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr "nome"
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
msgid "The name of the icon"
msgstr "O nome da icona"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr "nomes"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr "Unha matriz contendo nomes de iconas"
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr "usar valores predeterminados de reserva"
-#: ../gio/gthemedicon.c:245
+#: gio/gthemedicon.c:245
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1728,64 +1721,64 @@ msgstr ""
"nos caracteres '-'. Se se proporcionan varios nomes ignoraranse despois do "
"primeiro."
-#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "Erro ao ler de unix: %s"
-#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, c-format
msgid "Error closing unix: %s"
msgstr "Erro ao pechar unix: %s"
-#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Sistema de ficheiros raíz"
-#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, c-format
msgid "Error writing to unix: %s"
msgstr "Erro ao escribir a unix: %s"
-#: ../gio/gvolume.c:423
+#: gio/gvolume.c:423
msgid "volume doesn't implement eject"
msgstr "o volume non implementa a expulsión"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
#, c-format
msgid "Can't find application"
msgstr "Non se pode encontrar a aplicación"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Erro ao lanzar a aplicación: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
#, c-format
msgid "URIs not supported"
msgstr "Non se soportan URIs"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
#, c-format
msgid "association changes not supported on win32"
msgstr "os cambios de asociación non están soportados en win32"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
#, c-format
msgid "Association creation not supported on win32"
msgstr "A creación de asociación non está soportada en win32"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "non ocultar entradas"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "usar un formato de listaxe longo"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[FICHEIRO...]"
diff --git a/po/gu.po b/po/gu.po
index e4aa680c9..2371a0120 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -311,22 +311,22 @@ msgstr "ફાઈલ '%s' ખોલવામાં નિષ્ફળ: open()
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "ફાઈલ '%s' નો નકશો કરવામાં નિષ્ફળ: mmap() નિષ્ફળ: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "%d લીટી પર %d અક્ષરમાં ભૂલ: "
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "%d લીટી પર ભૂલ: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "'&;' વસ્તુ ખાલી દેખાય છે: યોગ્ય વસ્તુઓ છે:&amp; &quot; &lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -336,17 +336,17 @@ msgstr ""
"વસ્તુ નામ શરુ થાય ત્યાં %s' અક્ષર યોગ્ય નથી: & અક્ષર વસ્તુની શરુઆત કરે છે; જો તે એમપરસંડ "
"વસ્તુ ને આધાર ન આપે તો તે &amp; તરીકે દર્શાવો"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr " વસ્તુ નામની અંદર '%s' અક્ષર યોગ્ય નથી"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "'%s' વસ્તુ નામ જાણીતુ નથી"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -354,7 +354,7 @@ msgstr ""
"વસ્તુ નો સેમીકોલન સાથે અંત થતો નથી; ઘણી વખતે એમપરસંડ(&) અક્ષર ચિન્હ વગર તમે વસ્તુ વાપરી "
"શકો છો- એમપરસંડ &amp; તરીકે લો"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -363,16 +363,16 @@ msgstr ""
"'%-.*s' નું પદચ્છેદન કરવામાં નિષ્ફળ, કે જે અક્ષર સંદર્ભમાં અંક હોવો જોઈએ (&#234; ઉદાહરણ "
"તરીકે) - કદાચ અંક ખૂબ લાંબો હોય"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "અક્ષર સંદર્ભ '%-.*s' પરવાનગી આપેલ અક્ષરને એનકોડ કરતો નથી"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ખાલી અક્ષર સંદર્ભ; સંખ્યા જેવી કે &#454; ને સમાવતી હોવી જોઇએ "
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -381,52 +381,52 @@ msgstr ""
"અક્ષર સંદર્ભ અર્ધવિરામ થી અંત થતો નથી; તમે વસ્તુ શરુ કરવા એમપરસંડ અક્ષર ને વાપરો એમપરસંડ "
"ને &amp; તરીકે લો"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "અપુર્ણ વસ્તુ સંદર્ભ "
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "અપુર્ણ અક્ષર સંદર્ભ "
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "અયોગ્ય UTF-8 સંગ્રહપદ્ધતિવાળું લખાણ - overlong ક્રમ"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "અયોગ્ય UTF-8 સંગ્રપદ્ધતિવાળું લખાણ - સ્ટાર અક્ષર નથી"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "અયોગ્ય UTF-8 સંગ્રહપદ્ધતિવાળું લખાણ - માન્ય '%s' નથી"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "દસ્તાવેજ કોઈ વસ્તુ સાથે શરુ થાય તે જરુરી છે(ઉદાહરણ <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'%s' એ '<' અક્ષર પછી આવતો યોગ્ય અક્ષર નથી; તે કોઈ વસ્તુના નામથી શરુ થતુ નથી"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "અસંગત અક્ષર '%s', વસ્તુ '%s' ની શરુઆત ટેગ ને સમાપ્ત કરવા '>' અક્ષર ની આશા છે"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "અસંગત અક્ષર '%s', '%s' વસ્તુના '%s' લાક્ષણિકતા નામ પછી '=' જરુરી છે"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -436,7 +436,7 @@ msgstr ""
"અસંગત અક્ષર '%s': '%s' વસ્તુના અંતમાં '>' અથવા '/' અથવા પરીમાણનો વિકલ્પ જરુરી છે; તમે "
"કદાય અયોગ્ય અક્ષર લાક્ષણિકતાના નામો વાપર્યો છે"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -445,46 +445,46 @@ msgstr ""
"અસંગત અક્ષર '%s, '%s' વસ્તુ માટે '%s' લાક્ષણિકતાના મુલ્ય આપતી વખતે બરાબરની નિશાની "
"પછી શરુ થતો અવતરણ ચિહ્ન જરુરી છે"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, 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:1577
+#: glib/gmarkup.c:1583
#, 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:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' વસ્તુ બંધ હતી, અત્યારે એક પણ વસ્તુ ખુલ્લી નથી"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' વસ્તુ બંધ હતી, પણ અત્યારે '%s'એ ખુલ્લી વસ્તુ છે"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "દસ્તાવેજ ખાલી છે અથવા ફક્ત ખાલી જ્ગ્યા ધરાવે છે"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "'<' ચિન્હ વાપરતા પછી દસ્તાવેજનો અણધારી રીતે અંત આવે છે"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "વસ્તુ ખુલ્લી હોવા છતાં દસ્તાવેજનો અણધારી રીતે અંત આવે છે- છેલ્લે ખોલેલ વસ્તુ '%s' છે"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -493,19 +493,19 @@ msgstr ""
"દસ્તાવેજનો અણધારી રીતે અંત થાય છે, તે અંતિમ ટેગ <%s/> માં કૌંસને બંધ કરતુ ખૂણાનુ ચિન્હ "
"જોવા માગે છે"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "વસ્તુ નામની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "લાક્ષણિકતાના નામની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "વસ્તુની શરુઆતની ટેગમા દસ્તાવેજનો અણધારી રીતે અંત થાય છે"
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -513,16 +513,16 @@ msgstr ""
"લાક્ષણિકતા નામ પછીની બરાબરની નિશાની પછી દસ્તાવેજ નો અણધારી રીતે અંત થાય છે. "
"લાક્ષણિકતાના મુલ્ય નથી"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "લાક્ષણિકતા મુલ્ય અંદર હોવા છતાં દસ્તાવેજ નો અણધારી રીતે અંત થાય છે"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "'%s' વસ્તુના બંદ ટેગની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ટિપ્પણી અથવા પ્રક્રિયા સુચનાની અંદર અણધારી રીતે દસ્તાવેજનો અંત થાય છે"
@@ -546,7 +546,7 @@ msgstr "પાછળ જવાની મર્યાદાએ પહોંચી
msgid "the pattern contains items not supported for partial matching"
msgstr "ભાત અંશતઃ જોડણી માટે આધારભૂત વસ્તુઓ સમાવતી નથી"
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "આંતરિક ભૂલ"
@@ -1146,7 +1146,7 @@ msgstr "%s ને ખૂબ મોટી ગણક કિંમત પસાર
msgid "Stream is already closed"
msgstr "સ્ટ્રીમ પહેલાથી જ બંધ થઈ ગયેલ છે"
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "પ્રક્રિયા રદ થઈ ગઈ હતી"
@@ -1213,9 +1213,9 @@ msgid "drive doesn't implement polling for media"
msgstr "ડ્રાઈવ મીડિયા માટે પોલીંગને અમલમાં મૂકતું નથી"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "પ્રક્રિયા આધારભૂત નથી"
@@ -1234,7 +1234,7 @@ msgstr "પ્રક્રિયા આધારભૂત નથી"
msgid "Containing mount does not exist"
msgstr "સમાવનાર માઉન્ટ અસ્તિત્વમાં નથી"
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "ડિરેક્ટરી ઉપર નકલ કરી શકતા નથી"
@@ -1244,7 +1244,7 @@ msgstr "ડિરેક્ટરી ઉપર નકલ કરી શકતા
msgid "Can't copy directory over directory"
msgstr "ડિરેક્ટરીને ડિરેક્ટરી ઉપર નકલ કરી શકતા નથી"
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "લક્ષ્ય ફાઈલ અસ્તિત્વમાં નથી"
@@ -1254,26 +1254,26 @@ msgstr "લક્ષ્ય ફાઈલ અસ્તિત્વમાં નથ
msgid "Can't recursively copy directory"
msgstr "પુનરાવર્તિત રીતે ડિરેક્ટરીની નકલ કરી શકતા નથી"
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "અયોગ્ય સાંકેતિક કડી કિંમત અપાયેલ છે"
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "કચરાપેટી આધારભૂત નથી"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ફાઈલ નામો '%c' સમાવી શકતા નથી"
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "વોલ્યુમ માઉન્ટ અમલમાં મૂકતું નથી"
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "આ ફાઈલ સંભાળવા માટે કોઈ કાર્યક્રમ રજીસ્ટર થયેલ નથી"
@@ -1284,12 +1284,12 @@ msgid "Enumerator is closed"
msgstr "ઈન્યૂમેરેટર બંધ થયેલ છે"
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "ફાઈલ ઈન્યૂમેરેટરને ભરપૂર પ્રક્રિયા છે"
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "ફાઈલ ઈન્યૂમેરેટર પહેલાથી જ બંધ થયેલ છે"
@@ -1355,8 +1355,8 @@ msgstr "રુટ ડિરેક્ટરીનું નામ બદલી
msgid "Can't rename file, filename already exist"
msgstr "ફાઈલનું નામ બદલી શકતા નથી, ફાઈલનામ પહેલાથી જ હાજર છે"
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
@@ -1377,69 +1377,69 @@ msgstr "ફાઈલ ખોલવામાં ભૂલ: %s"
msgid "Can't open directory"
msgstr "ડિરેક્ટરી ખોલી શકતા નથી"
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "ફાઈલ દૂર કરવામાં ભૂલ: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "ફાઈલને કચરાપેટીમાં નાંખવામાં ભૂલ: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "કચરાપેટી ડિરેક્ટરી %s બનાવવામાં અસમર્થ: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "કચરાપેટી માટે ટોચસ્તરની ડિરેક્ટરી શોધવામાં અસમર્થ"
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "કચરાપેટી ડિરેક્ટરી શોધવામાં કે બનાવવામાં અસમર્થ"
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "કચરાપેટી જાણકારી ફાઈલ બનાવવામાં અસમર્થ: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "ફાઈલને કચરાપેટીમાં મોકલવામાં અસમર્થ: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "સાંકેતિક કડી બનાવવામાં ભૂલ: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "ફાઈલ ખસેડવામાં ભૂલ: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "ડિરેક્ટરીને ડિરેક્ટરી ઉપર ખસેડી શકતા નથી"
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "બેકઅપ ફાઈલ બનાવટ નિષ્ફળ"
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "લક્ષ્ય ફાઈલ દૂર કરવામાં ભૂલ: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "માઉન્ટો વચ્ચે ખસેડવાનું આધારભૂત નથી"
@@ -1464,62 +1464,62 @@ msgstr "અયોગ્ય વિસ્તૃત લક્ષણ નામ"
msgid "Error setting extended attribute '%s': %s"
msgstr "વિસ્તૃત લક્ષણ '%s' સુયોજીત કરવામાં ભૂલ: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "ફાઈલ '%s' કહેવામાં ભૂલ: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (અયોગ્ય સંગ્રહપદ્ધતિ)"
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "ફાઈલ વર્ણનકાર કહેવામાં ભૂલ: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "અયોગ્ય લક્ષણ પ્રકાર (uint32 ઈચ્છિત)"
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "અયોગ્ય લક્ષણ પ્રકાર (uint64 ઈચ્છિત)"
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "અયોગ્ય લક્ષણ પ્રકાર (બાઈટ શબ્દમાળા ઈચ્છિત)"
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "પરવાનગીઓ સુયોજીત કરવામાં ભૂલ: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "માલિક સુયોજીત કરવામાં ભૂલ: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "સાંકેતિક કડી non-NULL જ હોવી જોઈએ"
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "સાંકેતિક કડી સુયોજીત કરવામાં ભૂલ: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "સાંકેતિક કડી સુયોજીત કરવામાં ભૂલ: ફાઈલ સાંકેતિક કડી નથી"
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr "લક્ષણ %s સુયોજીત કરવાનું આધારભૂત નથી"
@@ -1592,12 +1592,12 @@ msgstr "લક્ષ્ય ફાઈલ નિયમિત ફાઈલ નથ
msgid "The file was externally modified"
msgstr "ફાઈલ બાહ્ય રીતે સુધારેલ હતી"
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "અયોગ્ય GSeekType પૂરું પાડેલ"
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "અયોગ્ય પહોંચ અરજી"
@@ -1607,17 +1607,17 @@ msgstr "અયોગ્ય પહોંચ અરજી"
msgid "Cannot truncate GMemoryInputStream"
msgstr "GMemoryInputStream કાપી શકતા નથી"
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "મહત્તમ માહિતી એરે મર્યાદાએ પહોંચ્યા"
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "મેમરી આઉટપુટ સ્ટ્રીમનું માપ બદલી શકાય તેમ નથી"
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "મેમરી આઉટપુટ સ્ટ્રીમનું માપ બદલવામાં નિષ્ફળ"
@@ -1694,7 +1694,7 @@ msgstr "unix માંથી વાંચતી વખતે ભૂલ: %s"
msgid "Error closing unix: %s"
msgstr "unix બંધ કરતી વખતે ભૂલ: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "ફાઈલસિસ્ટમ રુટ"
diff --git a/po/he.po b/po/he.po
index fa9cca2f5..a46858c97 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-03-28 00:51+0000\n"
+"POT-Creation-Date: 2008-03-31 17:53-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,309 +21,308 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Unexpected attribute '%s' for element '%s'"
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Attribute '%s' of element '%s' not found"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Unexpected tag '%s', tag '%s' expected"
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Unexpected tag '%s' inside '%s'"
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "No valid bookmark file found in data dirs"
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "A bookmark for URI '%s' already exists"
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "No bookmark found for URI '%s'"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, 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:2444
+#: glib/gbookmarkfile.c:2444
#, 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:2823
+#: glib/gbookmarkfile.c:2823
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "No groups set in bookmark for URI '%s'"
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "No application with name '%s' registered a bookmark for '%s'"
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, 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:2215 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
#, c-format
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:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "Error during conversion: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
#, c-format
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:1734
+#: glib/gconvert.c:1734
#, 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:1744
+#: glib/gconvert.c:1744
#, 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:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "The URI '%s' is invalid"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "The hostname of the URI '%s' is invalid"
-#: ../glib/gconvert.c:1789
+#: glib/gconvert.c:1789
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "The URI '%s' contains invalidly escaped characters"
-#: ../glib/gconvert.c:1884
+#: glib/gconvert.c:1884
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "The pathname '%s' is not an absolute path"
-#: ../glib/gconvert.c:1894
+#: glib/gconvert.c:1894
#, c-format
msgid "Invalid hostname"
msgstr "Invalid hostname"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Error opening directory '%s': %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "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:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Failed to read from file '%s': %s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Failed to open file '%s': %s"
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Failed to get attributes of file '%s': fstat() failed: %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Failed to open file '%s': fdopen() failed: %s"
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
#, 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:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Failed to create file '%s': %s"
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, 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:971
+#: glib/gfileutils.c:971
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Failed to write file '%s': fwrite() failed: %s"
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Failed to close file '%s': fclose() failed: %s"
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
#, 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:1352
+#: glib/gfileutils.c:1352
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Template '%s' invalid, should not contain a '%s'"
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Template '%s' doesn't contain XXXXXX"
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Failed to read the symbolic link '%s': %s"
-#: ../glib/gfileutils.c:1908
+#: glib/gfileutils.c:1908
#, c-format
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
#, c-format
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:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "Left over unconverted data in read buffer"
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
#, c-format
msgid "Channel terminates in a partial character"
msgstr "Channel terminates in a partial character"
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
#, c-format
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:234 ../glib/gmarkup.c:250
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Error on line %d char %d: "
-#: ../glib/gmarkup.c:344
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Error on line %d: %s"
-#: ../glib/gmarkup.c:448
+#: glib/gmarkup.c:448
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:458
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -334,17 +333,17 @@ msgstr ""
"begins an entity; if this ampersand isn't supposed to be an entity, escape "
"it as &amp;"
-#: ../glib/gmarkup.c:492
+#: glib/gmarkup.c:492
#, 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:529
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entity name '%s' is not known"
-#: ../glib/gmarkup.c:540
+#: glib/gmarkup.c:540
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;"
@@ -352,7 +351,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:593
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -361,16 +360,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:618
+#: glib/gmarkup.c:618
#, 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:633
+#: glib/gmarkup.c:633
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:643
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -380,32 +379,32 @@ msgstr ""
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Unfinished entity reference"
-#: ../glib/gmarkup.c:735
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Unfinished character reference"
-#: ../glib/gmarkup.c:978
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Invalid UTF-8 encoded text - overlong sequence"
-#: ../glib/gmarkup.c:1006
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Invalid UTF-8 encoded text - not a start char"
-#: ../glib/gmarkup.c:1042
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Invalid UTF-8 encoded text - not valid '%s'"
-#: ../glib/gmarkup.c:1080
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Document must begin with an element (e.g. <book>)"
-#: ../glib/gmarkup.c:1120
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -414,7 +413,7 @@ msgstr ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
-#: ../glib/gmarkup.c:1184
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -423,14 +422,14 @@ msgstr ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
-#: ../glib/gmarkup.c:1273
+#: glib/gmarkup.c:1273
#, 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:1315
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -441,7 +440,7 @@ msgstr ""
"element '%s', or optionally an attribute; perhaps you used an invalid "
"character in an attribute name"
-#: ../glib/gmarkup.c:1401
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -450,7 +449,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:1543
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -459,7 +458,7 @@ msgstr ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
-#: ../glib/gmarkup.c:1583
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -468,25 +467,25 @@ msgstr ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
-#: ../glib/gmarkup.c:1594
+#: glib/gmarkup.c:1594
#, 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:1603
+#: glib/gmarkup.c:1603
#, 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:1763
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Document was empty or contained only whitespace"
-#: ../glib/gmarkup.c:1777
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Document ended unexpectedly just after an open angle bracket '<'"
-#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -495,7 +494,7 @@ msgstr ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -504,19 +503,19 @@ msgstr ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Document ended unexpectedly inside an element name"
-#: ../glib/gmarkup.c:1805
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Document ended unexpectedly inside an attribute name"
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Document ended unexpectedly inside an element-opening tag."
-#: ../glib/gmarkup.c:1816
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -524,394 +523,392 @@ msgstr ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
-#: ../glib/gmarkup.c:1823
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Document ended unexpectedly while inside an attribute value"
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
#, 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:1845
+#: glib/gmarkup.c:1845
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:1962
+#: glib/gregex.c:154 gio/glocalfile.c:1963
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
#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "Text was empty (or contained only whitespace)"
-#: ../glib/gspawn-win32.c:279
+#: glib/gspawn-win32.c:279
#, c-format
msgid "Failed to read data from child process"
msgstr "Failed to read data from child process"
-#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, 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:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Failed to read from child pipe (%s)"
-#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Failed to change to directory '%s' (%s)"
-#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Failed to execute child process (%s)"
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "Invalid program name: %s"
-#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Invalid string in argument vector at %d: %s"
-#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Invalid string in environment: %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, c-format
msgid "Invalid working directory: %s"
msgstr "Invalid working directory: %s"
-#: ../glib/gspawn-win32.c:787
+#: glib/gspawn-win32.c:787
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Failed to execute helper program (%s)"
-#: ../glib/gspawn-win32.c:1002
+#: glib/gspawn-win32.c:1002
#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -920,191 +917,191 @@ msgstr ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Failed to read data from child process (%s)"
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
#, 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:400
+#: glib/gspawn.c:400
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Unexpected error in waitpid() (%s)"
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
#, c-format
msgid "Failed to fork (%s)"
msgstr "Failed to fork (%s)"
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Failed to execute child process \"%s\" (%s)"
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
#, 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:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Failed to fork child process (%s)"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Unknown error executing child process \"%s\""
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, 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:1030
+#: glib/gutf8.c:1030
#, c-format
msgid "Character out of range for UTF-8"
msgstr "Character out of range for UTF-8"
-#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
#, c-format
msgid "Invalid sequence in conversion input"
msgstr "Invalid sequence in conversion input"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
#, c-format
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
#, c-format
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
#, c-format
msgid "Not a regular file"
msgstr "Not a regular file"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
#, c-format
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
#, c-format
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:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Key file does not have group '%s'"
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Key file does not have key '%s'"
-#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, 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:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, 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:2106 ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1113,128 +1110,124 @@ msgstr ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
"interpreted."
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, 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:3471
+#: glib/gkeyfile.c:3471
#, c-format
msgid "Key file contains escape character at end of line"
msgstr "Key file contains escape character at end of line"
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3493
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Key file contains invalid escape sequence '%s'"
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Value '%s' cannot be interpreted as a number."
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Integer value '%s' out of range"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
#, 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:3706
+#: glib/gkeyfile.c:3706
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Value '%s' cannot be interpreted as a boolean."
-#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, c-format
msgid "Too large count value passed to %s"
msgstr "Too large count value passed to %s"
-#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
#, c-format
msgid "Stream is already closed"
msgstr "Stream is already closed"
-#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1955
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Operation was cancelled"
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
msgid "Unknown type"
msgstr "Unknown type"
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr "%s filetype"
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "%s type"
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
#, c-format
msgid "Unexpected early end-of-stream"
msgstr "Unexpected early end-of-stream"
-#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Unnamed"
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
#, c-format
msgid "Desktop file didn't specify Exec field"
msgstr "Desktop file didn't specify Exec field"
-#: ../gio/gdesktopappinfo.c:882
+#: gio/gdesktopappinfo.c:882
#, c-format
msgid "Unable to find terminal required for application"
msgstr "Unable to find terminal required for application"
-#: ../gio/gdesktopappinfo.c:1114
+#: gio/gdesktopappinfo.c:1114
#, 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:1118
+#: gio/gdesktopappinfo.c:1118
#, 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:1457
+#: gio/gdesktopappinfo.c:1457
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Can't create user desktop file %s"
-#: ../gio/gdesktopappinfo.c:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr "Custom definition for %s"
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr "drive doesn't implement eject"
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
msgid "drive doesn't implement polling for media"
msgstr "drive doesn't implement polling for media"
-#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639
-#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053
-#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621
-#: ../gio/gfile.c:3701
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Operation not supported"
@@ -1247,93 +1240,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
#, c-format
msgid "Containing mount does not exist"
msgstr "Containing mount does not exist"
-#: ../gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "Can't copy over directory"
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
#, c-format
msgid "Can't copy directory over directory"
msgstr "Can't copy directory over directory"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2114
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Target file exists"
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
#, c-format
msgid "Can't recursively copy directory"
msgstr "Can't recursively copy directory"
-#: ../gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "Invalid symlink value given"
-#: ../gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "Trash not supported"
-#: ../gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "File names cannot contain '%c'"
-#: ../gio/gfile.c:4752 ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "volume doesn't implement mount"
-#: ../gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "No application is registered as handling this file"
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
#, c-format
msgid "Enumerator is closed"
msgstr "Enumerator is closed"
-#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "File enumerator has outstanding operation"
-#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "File enumerator is already closed"
-#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
#, c-format
msgid "Stream doesn't support query_info"
msgstr "Stream doesn't support query_info"
-#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
#, c-format
msgid "Seek not supported on stream"
msgstr "Seek not supported on stream"
-#: ../gio/gfileinputstream.c:380
+#: gio/gfileinputstream.c:380
#, c-format
msgid "Truncate not allowed on input stream"
msgstr "Truncate not allowed on input stream"
-#: ../gio/gfileoutputstream.c:457
+#: gio/gfileoutputstream.c:457
#, c-format
msgid "Truncate not supported on stream"
msgstr "Truncate not supported on stream"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
#, c-format
msgid "Input stream doesn't implement read"
msgstr "Input stream doesn't implement read"
@@ -1344,304 +1337,299 @@ 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:904 ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
#, c-format
msgid "Stream has outstanding operation"
msgstr "Stream has outstanding operation"
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
#, c-format
msgid "Unable to find default local directory monitor type"
msgstr "Unable to find default local directory monitor type"
-#: ../gio/glocalfile.c:599
+#: gio/glocalfile.c:599
#, c-format
msgid "Invalid filename %s"
msgstr "Invalid filename %s"
-#: ../gio/glocalfile.c:962
+#: gio/glocalfile.c:962
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Error getting filesystem info: %s"
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
#, c-format
msgid "Can't rename root directory"
msgstr "Can't rename root directory"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "Can't rename file, filename already exist"
-#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2013
-#: ../gio/glocalfile.c:2167 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Invalid filename"
-#: ../gio/glocalfile.c:1125
+#: gio/glocalfile.c:1125
#, c-format
msgid "Error renaming file: %s"
msgstr "Error renaming file: %s"
-#: ../gio/glocalfile.c:1244
+#: gio/glocalfile.c:1244
#, c-format
msgid "Error opening file: %s"
msgstr "Error opening file: %s"
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
#, c-format
msgid "Can't open directory"
msgstr "Can't open directory"
-#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1988
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Error removing file: %s"
-#: ../gio/glocalfile.c:1677
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Error trashing file: %s"
-#: ../gio/glocalfile.c:1700
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Unable to create trash dir %s: %s"
-#: ../gio/glocalfile.c:1721
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Unable to find toplevel directory for trash"
-#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Unable to find or create trash directory"
-#: ../gio/glocalfile.c:1854
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Unable to create trashing info file: %s"
-#: ../gio/glocalfile.c:1879 ../gio/glocalfile.c:1954 ../gio/glocalfile.c:1961
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Unable to trash file: %s"
-#: ../gio/glocalfile.c:2017
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Error making symbolic link: %s"
-#: ../gio/glocalfile.c:2077 ../gio/glocalfile.c:2171
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Error moving file: %s"
-#: ../gio/glocalfile.c:2100
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "Can't move directory over directory"
-#: ../gio/glocalfile.c:2105
-#, c-format
-msgid "File is directory"
-msgstr "File is directory"
-
-#: ../gio/glocalfile.c:2127 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Backup file creation failed"
-#: ../gio/glocalfile.c:2146
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Error removing target file: %s"
-#: ../gio/glocalfile.c:2160
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "Move between mounts not supported"
-#: ../gio/glocalfileinfo.c:709
+#: gio/glocalfileinfo.c:709
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "Attribute value must be non-NULL"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Invalid attribute type (string expected)"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid extended attribute name"
msgstr "Invalid extended attribute name"
-#: ../gio/glocalfileinfo.c:763
+#: gio/glocalfileinfo.c:763
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Error setting extended attribute '%s': %s"
-#: ../gio/glocalfileinfo.c:1402 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Error stating file '%s': %s"
-#: ../gio/glocalfileinfo.c:1458
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (invalid encoding)"
-#: ../gio/glocalfileinfo.c:1618
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Error stating file descriptor: %s"
-#: ../gio/glocalfileinfo.c:1663
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Invalid attribute type (uint32 expected)"
-#: ../gio/glocalfileinfo.c:1680
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Invalid attribute type (uint64 expected)"
-#: ../gio/glocalfileinfo.c:1698
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Invalid attribute type (byte string expected)"
-#: ../gio/glocalfileinfo.c:1724
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Error setting permissions: %s"
-#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1943
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Error setting owner: %s"
-#: ../gio/glocalfileinfo.c:1798
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "symlink must be non-NULL"
-#: ../gio/glocalfileinfo.c:1808 ../gio/glocalfileinfo.c:1827
-#: ../gio/glocalfileinfo.c:1838
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Error setting symlink: %s"
-#: ../gio/glocalfileinfo.c:1817
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "Error setting symlink: file is not a symlink"
-#: ../gio/glocalfileinfo.c:1998
+#: gio/glocalfileinfo.c:1998
#, 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:570
#, 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:372
+#: gio/glocalfileoutputstream.c:854
#, 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:279
#, c-format
msgid "Error closing file: %s"
msgstr "Error closing file: %s"
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
#, c-format
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:591
#, c-format
msgid "Error writing to file: %s"
msgstr "Error writing to file: %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:213
#, 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:227 gio/glocalfileoutputstream.c:240
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Error creating backup copy: %s"
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:258
#, 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:418 gio/glocalfileoutputstream.c:871
#, 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:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Error opening file '%s': %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:679
#, c-format
msgid "Target file is a directory"
msgstr "Target file is a directory"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
#, c-format
msgid "Target file is not a regular file"
msgstr "Target file is not a regular file"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
#, c-format
msgid "The file was externally modified"
msgstr "The file was externally modified"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Invalid GSeekType supplied"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Invalid seek request"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr "Cannot truncate GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "Reached maximum data array limit"
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "Memory output stream not resizable"
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Failed to resize memory output stream"
@@ -1649,55 +1637,55 @@ msgstr "Failed to resize memory output stream"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:344
+#: gio/gmount.c:344
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:419
+#: gio/gmount.c:419
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:501
+#: gio/gmount.c:501
msgid "mount doesn't implement remount"
msgstr "mount doesn't implement remount"
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
#, c-format
msgid "Output stream doesn't implement write"
msgstr "Output stream doesn't implement write"
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
#, c-format
msgid "Source stream is already closed"
msgstr "Source stream is already closed"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr "name"
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
msgid "The name of the icon"
msgstr "The name of the icon"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr "names"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr "An array containing the icon names"
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr "use default fallbacks"
-#: ../gio/gthemedicon.c:245
+#: gio/gthemedicon.c:245
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1705,68 +1693,71 @@ 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:202 ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "Error reading from unix: %s"
-#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, 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:190 ../gio/gunixoutputstream.c:211
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, c-format
msgid "Error writing to unix: %s"
msgstr "Error writing to unix: %s"
-#: ../gio/gvolume.c:423
+#: gio/gvolume.c:423
msgid "volume doesn't implement eject"
msgstr "volume doesn't implement eject"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
#, c-format
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
#, c-format
msgid "URIs not supported"
msgstr "URIs not supported"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
#, c-format
msgid "association changes not supported on win32"
msgstr "association changes not supported on win32"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
#, c-format
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...]"
+#~ msgid "File is directory"
+#~ msgstr "File is directory"
+
#~ msgid "Can't load just created desktop file"
#~ msgstr "Can't load just created desktop file"
diff --git a/po/hi.po b/po/hi.po
index b4494b89c..5358d3fba 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -307,22 +307,22 @@ msgstr "फ़ाइल '%s' खोलने में असफल: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' फाइल चित्रित करने में विफल: mmap() विफल: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "पंक्ति %d अक्षर %d पर त्रुटि: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "पंक्ति %d: पर त्रुटि %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "खाली एंटिटी '&;' देखा; वैध एंटिटी हैं: &amp; &quot; &lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -332,17 +332,17 @@ msgstr ""
"एक एंटिटी के प्रारंभ में अक्षर '%s' वैध नहीं है, तथा & अक्षर एक एंटिटी को प्रारंभ करता है; "
"यदि यह एम्परसेंड एक एंटिटी नहीं है, तो इसे ऐसे एस्केप करें &amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr " अक्षर '%s' एक एंटिटी नाम के भीतर वैध नहीं है"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "एंटिटी नाम '%s' ज्ञात नहीं है"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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 +350,7 @@ msgstr ""
"एंटिटी अर्धविराम पर समाप्त नहीं होता, बहुत संभव है कि आपने एम्परसेन्ड अक्षर का प्रयोग "
"किया है और एक एंटिटी प्रारंभ नहीं करना चाहते- एम्परसेंड को ऐसे एस्केप करें: &amp;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -359,16 +359,16 @@ msgstr ""
"'%-.*s' के विश्लेषण करने में असफल, जो कि अक्षर संदर्भ के भीतर एक अंक होना चाहिए (उदाहरण "
"के लिए, &#234) - शायद अंक काफी बड़ा है"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "संप्रतीक संदर्भ '%-.*s' एक अनुमति प्राप्त संप्रतीक को एनकोड नहीं करता"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "रिक्त अक्षर संदर्भ, अंक जैसे &#454 सम्मिलित अवश्य होने चाहिएँ;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
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,41 +378,41 @@ msgstr ""
"अक्षर का उपयोग किया है पर एक एंटिटी को प्रारंभ करना नहीं चाहते - एम्परसेंड को एस्केप करें "
"ऐसे &amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "अपूर्ण एंटिटी संदर्भ"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "अपूर्ण अक्षर संदर्भ"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "अवैध यूटीएफ़-8 एनकोडेड पाठ"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "अवैध यूटीएफ़-8 एनकोडेड पाठ"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "अवैध यूटीएफ़-8 एनकोडेड पाठ"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "दस्तावेज़ एक अवयव के नाम से प्रारंभ होना चाहिए (उदाहरण के लिए- <पुस्तक>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "< के पश्चात आया '%s' एक वैध वर्ण नहीं है; यह अवयव नाम से प्रारंभ नहीं होता"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -420,13 +420,13 @@ msgid ""
msgstr ""
"विषम अक्षर '%s', एलिमेंट '%s' के प्रारंभ टैक को समाप्त करने हेतु प्रत्याशित था '>' अक्षर"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "विषम अक्षर '%s', प्रत्याशित है एक '=' लक्षण नाम '%s' अवयव '%s' के पश्चात्"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -436,7 +436,7 @@ msgstr ""
"'%s' विसम संप्रतीक, एक '>' या '/' संप्रतीक को '%s' तत्व के आरंभ टैग को खत्म करना "
"प्रत्याशित, या विकल्पतः एक गुण; शायद आपने गुण नाम में एक अमान्य संप्रतीक का प्रयोग किया है"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -445,7 +445,7 @@ msgstr ""
"पुराना अक्षर '%s', जब विशेषता '%s', अवयव '%s' का मान दिया जाता है तो बराबर चिह्न "
"के बाद एक खुला कोट चिह्न वांछित है"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -453,32 +453,32 @@ msgid ""
msgstr ""
"'%s' एक वैध अक्षर नहीं है अक्षर '</' के बाद; '%s' एक अवयव नाम से प्रारंभ नहीं होता"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, 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:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "अवयव '%s' बन्द था, कोई अवयव वर्तमान में खुला नहीं है"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "दस्तावेज '%s' बन्द था, परन्तु वर्तमान खुला अवयव है '%s'"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "दस्तावेज़ खाली था या उसमें सिर्फ श्वेत रिक्ति ही था"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से एक खुला एंगल ब्रेकेट '<' के पश्चात ही हो गया"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -487,7 +487,7 @@ msgstr ""
"दस्तावेज़ का अंत अप्रत्याशित रूप से अवयवों के खुला होने पर भी हो गया - '%s' अंतिम खुला हुआ "
"अवयव था"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -496,19 +496,19 @@ msgstr ""
"दस्तावेज़ का अंत अप्रत्याशित रूप से हो गया, वांछित था देखना एक क्लोज़ एंगल ब्रेकेट टैग को बन्द "
"करता हुआ <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से अवयव नाम के भीतर हो गया"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से विशेषता नाम के भीतर हो गया"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से अवयव-खोलने के टैग के भीतर हो गया."
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -516,16 +516,16 @@ msgstr ""
"दस्तावेज़ का अंत अप्रत्याशित रूप से बराबर के चिह्न के बाद एक विशेषता नाम के पश्चात् हो गया; "
"कोई विशेषता मूल्य नहीं"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से विशेषता मान के भीतर हो गया"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से अवयव '%s' हेतु बन्द टैग के भीतर हो गया"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से टिप्पणी या प्रक्रिया निर्देश के भीतर हो गया"
@@ -549,7 +549,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1153,7 +1153,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1221,9 +1221,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "सिंबालिक लिंक समर्थित नहीं है"
@@ -1242,7 +1242,7 @@ msgstr "सिंबालिक लिंक समर्थित नहीं
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1252,7 +1252,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1262,26 +1262,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "सिंबालिक लिंक समर्थित नहीं है"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "'%s' के नाम से कोई अनुप्रयोग ने '%s' के लिये पुस्तकचिह्न पंजीकृत नहीं है"
@@ -1292,12 +1292,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1363,8 +1363,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1385,69 +1385,69 @@ msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "फ़ाइल '%s' बनाने में असफल: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "फ़ाइल '%s' बनाने में असफल: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "फ़ाइल '%s' बनाने में असफल: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "%s विकल्प विश्लेषण में त्रुटि"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1472,62 +1472,62 @@ msgstr "दस्तावेज़ का अंत अप्रत्याश
msgid "Error setting extended attribute '%s': %s"
msgstr "डिरेक्ट्री '%s' को खोलने में त्रुटि: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "परिवर्तन के दौरान त्रुटि: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "परिवर्तन के दौरान त्रुटि: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "पंक्ति %d: पर त्रुटि %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "सिंबालिक लिंक समर्थित नहीं है"
@@ -1600,12 +1600,12 @@ msgstr "एक सामान्य फाइल नहीं"
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "अवैध प्रोग्राम नाम: %s"
@@ -1615,17 +1615,17 @@ msgstr "अवैध प्रोग्राम नाम: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1700,7 +1700,7 @@ msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि
msgid "Error closing unix: %s"
msgstr "पंक्ति %d: पर त्रुटि %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/hr.po b/po/hr.po
index 31dca39bc..3d2df9fcb 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2004-03-13 13:03+CET\n"
"Last-Translator: auto\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
@@ -298,23 +298,23 @@ msgstr "Greška pri otvaranju datoteke '%s': fdopen() nije uspio: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Greška pri otvaranju datoteke '%s': fdopen() nije uspio: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Greška na retku %d znak %d: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Greška na retku %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Prazan entitet '&;' ; ispravni entiteti su: &amp; &quot; &lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -324,17 +324,17 @@ msgstr ""
"Znak '%s' nije dozvoljen na početku imena entiteta; znak & počinje entitet; "
"ako ovaj & nije entitet onda ga označite sa &amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak '%s' nije dozvoljen unutar imena entiteta"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Ime entiteta '%s' nije poznato"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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 +342,7 @@ msgstr ""
"Entitet nije zavšio sa točka-zarezom; vjerojatno ste koristili ampersand "
"znak bez namjere da započnete entitet - escapirajte ampersand sa &amp;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -351,16 +351,16 @@ msgstr ""
"Nisam uspio parsirati '%s', koji bi trebao biti broj unutar "
"znakovnereference (npr. &#234;) - možda je broj prevelik"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Znakovna referenca '%s' se ne kodira kao dozvoljeni znak"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Prazna znakovna referenca; treba uključivati broj kao &#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -370,34 +370,34 @@ msgstr ""
"ampersand znakbez namjere da počnete entitet - escapirajte ampersand kao "
"&amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Nezavršena referenca entiteta"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Nezavršena znakovna referenca"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Neispravno šifrirani UTF-8 tekst"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Neispravno šifrirani UTF-8 tekst"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Neispravno šifrirani UTF-8 tekst"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument mora početi sa elementom(npr. <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -406,7 +406,7 @@ msgstr ""
"'%s' nije dozvoljeni znak koji smije slijediti nakon '<' znaka; ne smije "
"započeti ime elementa"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -414,14 +414,14 @@ msgid ""
msgstr ""
"Neparan znak '%s', očekuje se da '>' znak završi početni tag elementa'%s'"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Neparan znak '%s', očekuje se '=' poslije imena atributa '%s' elementa '%s'"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -432,7 +432,7 @@ msgstr ""
"'%s', ili opcionalno atributa; možda ste koristili neispravan znaku imenu "
"atributa"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -441,7 +441,7 @@ msgstr ""
"Čudan znak '%s', očekuje se otvoreni navodnik nakon znaka jednakostikada se "
"daje vrijednost atributa '%s' elementa '%s'"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -449,7 +449,7 @@ msgid ""
msgstr ""
"'%s' nije znak koji smije slijediti '</'; '%s' ne smije započetiime elementa"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -458,25 +458,25 @@ msgstr ""
"'%s' nije ispravan znak koji može slijediti nakon imena završnog elementa '%"
"s'; dozvoljeni znak je '>'"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' je zatvoren, trenutno nema otvorenog elementa"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' je zatvoren, ali trenutno otvoreni element je '%s'"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je bio prazan ili je sadržavao samo znakove prazne znakove"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument je završio neočekivano nakon otvaranja zagrade '<'"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -485,7 +485,7 @@ msgstr ""
"Dokument je završio neočekivano sa još uvijek otvorenim elementima- '%s' je "
"bio zadnjiotvoreni element"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -494,19 +494,19 @@ msgstr ""
"Dokument je završio neočekivano, očekivalo se da zatvorena šiljata "
"zagradazavrši tag<%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument je završio neočekivano unutar imena elementa"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument je završio neočekivano unutar imena atributa"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument je završio neočekivano unutar taga koji započinje element"
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -514,17 +514,17 @@ msgstr ""
"Dokument je završio neočekivano nakon što je znak jednakosti slijedioime "
"atributa; nema vrijednosti atributa"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument je završio neočekivano unutar vrijednosti atributa"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Dokument je završio neočekivano unutar taga koji završava za element '%s'"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokument je završio neočekivano unutar komentara ili izvršavanja instrukcije"
@@ -549,7 +549,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1156,7 +1156,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1223,9 +1223,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Nisu podržane simboličke veze"
@@ -1244,7 +1244,7 @@ msgstr "Nisu podržane simboličke veze"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1254,7 +1254,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1264,26 +1264,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Nisu podržane simboličke veze"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1294,12 +1294,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1365,8 +1365,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1387,69 +1387,69 @@ msgstr "Greška pri čitanju datoteke '%s': %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Greška pri stvaranju datoteke '%s': %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Greška pri stvaranju datoteke '%s': %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Greška pri stvaranju datoteke '%s': %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Greška prilikom konverzije: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1474,62 +1474,62 @@ 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:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Greška prilikom konverzije: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Greška prilikom konverzije: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Greška na retku %d: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Nisu podržane simboličke veze"
@@ -1602,12 +1602,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Neispravno ime računala"
@@ -1617,17 +1617,17 @@ msgstr "Neispravno ime računala"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1702,7 +1702,7 @@ msgstr "Greška pri čitanju datoteke '%s': %s"
msgid "Error closing unix: %s"
msgstr "Greška na retku %d: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/hu.po b/po/hu.po
index 3624eb03f..b97057171 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-03-14 04:06+0000\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-03-16 02:05+0100\n"
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
"Language-Team: Hungarian <gnome@fsf.hu>\n"
@@ -18,310 +18,317 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Váratlan attribútum („%s”) a(z) „%s” elemhez"
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "A(z) „$2%s” elem „$1%s” attribútuma nem található"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Váratlan címke: „%s” a várt „%s” helyett"
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Váratlan címke: „%s” a következőn belül: „%s”"
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
#, c-format
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:1982
+#: glib/gbookmarkfile.c:1982
#, 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:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Nem található könyvjelző a következő URI címhez: „%s”"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, 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:2444
+#: glib/gbookmarkfile.c:2444
#, 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:2823
+#: glib/gbookmarkfile.c:2823
#, 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:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
-msgstr "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:3404
+#: glib/gbookmarkfile.c:3404
#, 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:2215 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
#, c-format
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:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "Hiba az átalakítás során: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
#, c-format
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:1734
+#: glib/gconvert.c:1734
#, 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:1744
+#: glib/gconvert.c:1744
#, 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:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "A(z) „%s” URI érvénytelen"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "A(z) „%s” gépneve érvénytelen"
-#: ../glib/gconvert.c:1789
+#: glib/gconvert.c:1789
#, 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:1884
+#: glib/gconvert.c:1884
#, 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:1894
+#: glib/gconvert.c:1894
#, c-format
msgid "Invalid hostname"
msgstr "Érvénytelen gépnév"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Hiba a(z) „%s” könyvtár megnyitásakor: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "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:654
+#: glib/gfileutils.c:654
#, 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:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Nem sikerült megnyitni a(z) „%s” fájlt: %s"
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
-msgstr "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:756
+#: glib/gfileutils.c:756
#, 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:890
+#: glib/gfileutils.c:890
#, 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:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Nem sikerült létrehozni a(z) „%s” fájlt: %s"
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, 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:971
+#: glib/gfileutils.c:971
#, 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:990
+#: glib/gfileutils.c:990
#, 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:1108
+#: glib/gfileutils.c:1108
#, 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:1352
+#: glib/gfileutils.c:1352
#, 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:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "A(z) „%s” sablon nem tartalmaz XXXXXX karaktersorozatot"
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u bájt"
msgstr[1] "%u bájt"
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, 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:1908
+#: glib/gfileutils.c:1908
#, c-format
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
#, c-format
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:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "Át nem alakított adatok maradtak az olvasási pufferben"
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
#, c-format
msgid "Channel terminates in a partial character"
msgstr "A csatorna töredék karakterrel ér véget"
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
#, c-format
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:234 ../glib/gmarkup.c:250
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Hiba a(z) %d. sor %d. karakterénél: "
-#: ../glib/gmarkup.c:344
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Hiba a(z) %d. sorban: %s"
-#: ../glib/gmarkup.c:448
-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:448
+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:458
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -332,17 +339,17 @@ msgstr ""
"nevét az & karakter kezdi. Ha ez az & karakter nem lehet entitás, akkor "
"&amp; módon kell írni."
-#: ../glib/gmarkup.c:492
+#: glib/gmarkup.c:492
#, 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:529
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "A(z) „%s” entitásnév ismeretlen"
-#: ../glib/gmarkup.c:540
+#: glib/gmarkup.c:540
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 +357,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:593
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -359,16 +366,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:618
+#: glib/gmarkup.c:618
#, 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:633
+#: glib/gmarkup.c:633
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:643
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -377,39 +385,40 @@ 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:729
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Befejezetlen entitáshivatkozás"
-#: ../glib/gmarkup.c:735
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Befejezetlen karakterhivatkozás"
-#: ../glib/gmarkup.c:978
+#: glib/gmarkup.c:978
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:1006
+#: glib/gmarkup.c:1006
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:1042
+#: glib/gmarkup.c:1042
#, 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:1080
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "A dokumentumnak egy elemmel kell kezdődnie (pl. <book>)"
-#: ../glib/gmarkup.c:1120
+#: glib/gmarkup.c:1120
#, 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:1184
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -418,14 +427,15 @@ msgstr ""
"Furcsa karakter („%s”) - „>” karakternek kellett volna jönnie, hogy lezárja a"
"(z) „%s” elem kezdő címkéjét"
-#: ../glib/gmarkup.c:1273
+#: glib/gmarkup.c:1273
#, 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:1315
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -436,7 +446,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:1401
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -445,7 +455,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:1543
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -454,7 +464,7 @@ msgstr ""
"„%s” nem érvényes karakter a „</” karakterek után; „%s” karakterrel nem "
"kezdődhet egy elem neve"
-#: ../glib/gmarkup.c:1583
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -463,25 +473,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:1594
+#: glib/gmarkup.c:1594
#, 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:1603
+#: glib/gmarkup.c:1603
#, 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:1763
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "A dokumentum üres volt, vagy csak üreshely karaktereket tartalmazott"
-#: ../glib/gmarkup.c:1777
+#: glib/gmarkup.c:1777
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:1785 ../glib/gmarkup.c:1830
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -490,7 +501,7 @@ msgstr ""
"A dokumentum váratlanul véget ért, pedig még nyitva vannak elemek - „%s” az "
"utoljára megnyitott elem"
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -499,19 +510,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:1799
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "A dokumentum váratlanul véget ért egy elemnéven belül"
-#: ../glib/gmarkup.c:1805
+#: glib/gmarkup.c:1805
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:1810
+#: glib/gmarkup.c:1810
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:1816
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -519,404 +530,409 @@ 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:1823
+#: glib/gmarkup.c:1823
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:1839
+#: glib/gmarkup.c:1839
#, 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:1845
+#: glib/gmarkup.c:1845
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:1962
+#: glib/gregex.c:154 gio/glocalfile.c:1963
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
#, c-format
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:279
+#: glib/gspawn-win32.c:279
#, c-format
msgid "Failed to read data from child process"
msgstr "Nem sikerült adatokat kiolvasni a gyermekfolyamatból"
-#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, 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:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, 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:363 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, 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:369 ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Nem sikerült végrehajtani a gyermekfolyamatot (%s)"
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "Érvénytelen programnév: %s"
-#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, 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:461 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Érvénytelen karaktersorozat a környezetben: %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, c-format
msgid "Invalid working directory: %s"
msgstr "Érvénytelen munkakönyvtár: %s"
-#: ../glib/gspawn-win32.c:787
+#: glib/gspawn-win32.c:787
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Nem sikerült végrehajtani a segítő programot (%s)"
-#: ../glib/gspawn-win32.c:1002
+#: glib/gspawn-win32.c:1002
#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -925,199 +941,200 @@ msgstr ""
"Váratlan hiba, miközben a g_io_channel_win32_poll() adatokat olvasott egy "
"gyermekfolyamatból"
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Nem sikerült adatokat olvasni a gyermekfolyamatból (%s)"
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
#, 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:400
+#: glib/gspawn.c:400
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Váratlan hiba a waitpid()-ben (%s)"
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
#, c-format
msgid "Failed to fork (%s)"
msgstr "Nem sikerült folyamatot indítani (%s)"
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Nem sikerült a gyermekfolyamat („%s”) végrehajtása (%s)"
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
#, 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:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Nem sikerült a gyermekfolyamat elindítása (%s)"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Ismeretlen hiba a gyermekfolyamat („%s”) végrehajtása közben"
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, 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:1030
+#: glib/gutf8.c:1030
#, c-format
msgid "Character out of range for UTF-8"
msgstr "A karakter az UTF-8 tartományon kívülre esik"
-#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
#, c-format
msgid "Invalid sequence in conversion input"
msgstr "Érvénytelen sorozat az átalakítási bemenetben"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
#, c-format
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
#, c-format
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
#, c-format
msgid "Not a regular file"
msgstr "Nem szabályos fájl"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
#, c-format
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
#, c-format
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:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, c-format
msgid "Key file does not have group '%s'"
msgstr "A kulcsfájlból hiányzik a(z) „%s” csoport"
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
#, c-format
msgid "Key file does not have key '%s'"
msgstr "A kulcsfájlban nincs „%s” kulcs"
-#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, 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:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, 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:2106 ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1126,128 +1143,125 @@ msgstr ""
"A kulcsfájl tartalmazza a(z) „%s” kulcsot a(z) „%s” csoportban, amelynek "
"értéke nem értelmezhető."
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, 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:3471
+#: glib/gkeyfile.c:3471
#, c-format
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:3493
+#: glib/gkeyfile.c:3493
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "A kulcsfájl érvénytelen escape sorozatot tartalmaz („%s”)"
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
#, 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:3649
+#: glib/gkeyfile.c:3649
#, 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:3682
+#: glib/gkeyfile.c:3682
#, 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:3706
+#: glib/gkeyfile.c:3706
#, 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:483 ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, 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:870 ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
#, c-format
msgid "Stream is already closed"
msgstr "Az adatfolyam már le van zárva"
-#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1955
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "A művelet megszakítva"
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
msgid "Unknown type"
msgstr "Ismeretlen típus"
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr "%s fájltípus"
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "%s típus"
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
#, c-format
msgid "Unexpected early end-of-stream"
msgstr "Váratlan korai adatfolyam vége"
-#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Névtelen"
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
#, c-format
msgid "Desktop file didn't specify Exec field"
msgstr "A desktop fájl nem adta meg az Exec mezőt"
-#: ../gio/gdesktopappinfo.c:882
+#: gio/gdesktopappinfo.c:882
#, c-format
msgid "Unable to find terminal required for application"
msgstr "Nem található az alkalmazáshoz szükséges terminál"
-#: ../gio/gdesktopappinfo.c:1114
+#: gio/gdesktopappinfo.c:1114
#, 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:1118
+#: gio/gdesktopappinfo.c:1118
#, 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:1457
+#: gio/gdesktopappinfo.c:1457
#, 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:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr "%s egyéni meghatározása"
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr "a meghajtó nem valósítja meg a kiadást"
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
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:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639
-#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053
-#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621
-#: ../gio/gfile.c:3701
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "A művelet nem támogatott"
@@ -1260,93 +1274,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
#, c-format
msgid "Containing mount does not exist"
msgstr "A tartalmazó csatolás nem létezik"
-#: ../gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "Nem lehet a könyvtárra másolni"
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
#, c-format
msgid "Can't copy directory over directory"
msgstr "A könyvtár nem másolható könyvtárba"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2109
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "A célfájl létezik"
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
#, c-format
msgid "Can't recursively copy directory"
msgstr "A könyvtár nem másolható rekurzívan"
-#: ../gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "Érvénytelen szimbolikus link érték került megadásra"
-#: ../gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "A Kuka nem támogatott"
-#: ../gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "A fájlnevek nem tartalmazhatnak „%c” karaktert"
-#: ../gio/gfile.c:4752 ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "a kötet nem valósítja meg a csatolást"
-#: ../gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "Nincs alkalmazás regisztrálva a fájl kezeléséhez"
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
#, c-format
msgid "Enumerator is closed"
msgstr "Az enumerátor le van zárva"
-#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "A fájlenumerátor hátralévő művelettel rendelkezik"
-#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "A fájlenumerátor már le van zárva"
-#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
#, c-format
msgid "Stream doesn't support query_info"
msgstr "Az adatfolyam nem támogatja a query_info-t"
-#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
#, c-format
msgid "Seek not supported on stream"
msgstr "Az adatfolyam nem támogatja a pozicionálást"
-#: ../gio/gfileinputstream.c:380
+#: gio/gfileinputstream.c:380
#, c-format
msgid "Truncate not allowed on input stream"
msgstr "A bemeneti adatfolyam csonkítása nem engedélyezett"
-#: ../gio/gfileoutputstream.c:457
+#: gio/gfileoutputstream.c:457
#, c-format
msgid "Truncate not supported on stream"
msgstr "Az adatfolyam csonkítása nem engedélyezett"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
#, c-format
msgid "Input stream doesn't implement read"
msgstr "A bemeneti adatfolyam nem valósítja meg az olvasást"
@@ -1357,299 +1371,299 @@ 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:904 ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
#, c-format
msgid "Stream has outstanding operation"
msgstr "Az adatfolyam hátralévő művelettel rendelkezik"
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
#, c-format
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:599
+#: gio/glocalfile.c:599
#, c-format
msgid "Invalid filename %s"
msgstr "Érvénytelen fájlnév: %s"
-#: ../gio/glocalfile.c:962
+#: gio/glocalfile.c:962
#, 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:1090
+#: gio/glocalfile.c:1090
#, c-format
msgid "Can't rename root directory"
msgstr "Nem nevezhető át a gyökérkönyvtár"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
#, c-format
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:1121 ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2013
-#: ../gio/glocalfile.c:2162 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Érvénytelen fájlnév"
-#: ../gio/glocalfile.c:1125
+#: gio/glocalfile.c:1125
#, c-format
msgid "Error renaming file: %s"
msgstr "Hiba a fájl átnevezése közben: %s"
-#: ../gio/glocalfile.c:1244
+#: gio/glocalfile.c:1244
#, c-format
msgid "Error opening file: %s"
msgstr "Hiba a fájl megnyitása közben: %s"
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
#, c-format
msgid "Can't open directory"
msgstr "A könyvtár nem nyitható meg"
-#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1988
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Hiba a fájl eltávolítása közben: %s"
-#: ../gio/glocalfile.c:1677
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Hiba fájl kidobása közben: %s"
-#: ../gio/glocalfile.c:1700
+#: gio/glocalfile.c:1701
#, 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:1721
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Nem található a Kuka felső szintű könyvtára"
-#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
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:1854
+#: gio/glocalfile.c:1855
#, 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:1879 ../gio/glocalfile.c:1954 ../gio/glocalfile.c:1961
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Nem lehet a Kukába dobni a fájlt: %s"
-#: ../gio/glocalfile.c:2017
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Hiba a szimbolikus link létrehozása során: %s"
-#: ../gio/glocalfile.c:2077 ../gio/glocalfile.c:2166
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Hiba a fájl áthelyezésekor: %s"
-#: ../gio/glocalfile.c:2100
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "A könyvtár nem helyezhető át könyvtárba"
-#: ../gio/glocalfile.c:2122 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "A mentési fájl létrehozása meghiúsult"
-#: ../gio/glocalfile.c:2141
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Hiba a célfájl eltávolításakor: %s"
-#: ../gio/glocalfile.c:2155
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "A csatolások közti áthelyezés nem támogatott"
-#: ../gio/glocalfileinfo.c:709
+#: gio/glocalfileinfo.c:709
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "Az attribútum értéke nem lehet NULL"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Érvénytelen attribútumtípus (a várt karakterlánc helyett)"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid extended attribute name"
msgstr "Érvénytelen kiterjesztett attribútumnév"
-#: ../gio/glocalfileinfo.c:763
+#: gio/glocalfileinfo.c:763
#, 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:1402 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Hiba a(z) „%s” fájl elérése közben: %s"
-#: ../gio/glocalfileinfo.c:1458
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (érvénytelen kódolás)"
-#: ../gio/glocalfileinfo.c:1618
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Hiba a fájlleíró elérésekor: %s"
-#: ../gio/glocalfileinfo.c:1663
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Érvénytelen attribútumtípus (a várt uint32 helyett)"
-#: ../gio/glocalfileinfo.c:1680
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Érvénytelen attribútumtípus (a várt uint64 helyett)"
-#: ../gio/glocalfileinfo.c:1698
+#: gio/glocalfileinfo.c:1698
#, 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:1724
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Hiba a jogosultságok beállításakor: %s"
-#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1943
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Hiba a tulajdonos beállításakor: %s"
-#: ../gio/glocalfileinfo.c:1798
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "a szimbolikus link nem lehet NULL"
-#: ../gio/glocalfileinfo.c:1808 ../gio/glocalfileinfo.c:1827
-#: ../gio/glocalfileinfo.c:1838
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Hiba a szimbolikus link beállításakor: %s"
-#: ../gio/glocalfileinfo.c:1817
+#: gio/glocalfileinfo.c:1817
#, c-format
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:1998
+#: gio/glocalfileinfo.c:1998
#, 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:570
#, 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:372
+#: gio/glocalfileoutputstream.c:854
#, 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:279
#, c-format
msgid "Error closing file: %s"
msgstr "Hiba a fájl lezárásakor: %s"
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
#, c-format
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:591
#, c-format
msgid "Error writing to file: %s"
msgstr "Hiba a fájl írásakor: %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:213
#, 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:227 gio/glocalfileoutputstream.c:240
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Hiba a mentés létrehozásakor: %s"
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:258
#, 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:418 gio/glocalfileoutputstream.c:871
#, 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:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, 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:679
#, c-format
msgid "Target file is a directory"
msgstr "A célfájl egy könyvtár"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
#, c-format
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:696
#, c-format
msgid "The file was externally modified"
msgstr "A fájlt külső program módosította"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "A megadott GSeekType nem támogatott"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Érvénytelen keresési kérés"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr "A GMemoryInputStream nem csonkítható"
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "A maximális adattömbkorlát elérve"
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "A memóriakimeneti adatfolyam nem méretezhető át"
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "A memóriakimeneti adatfolyam átméretezése meghiúsult"
@@ -1657,119 +1671,121 @@ 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:344
+#: gio/gmount.c:344
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:419
+#: gio/gmount.c:419
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:501
+#: gio/gmount.c:501
msgid "mount doesn't implement remount"
msgstr "A csatolás nem valósítja meg az újracsatolást"
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
#, c-format
msgid "Output stream doesn't implement write"
msgstr "A kimeneti adatfolyam nem valósítja meg az írást"
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
#, c-format
msgid "Source stream is already closed"
msgstr "A forrás adatfolyam már le van zárva"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr "név"
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
msgid "The name of the icon"
msgstr "Az ikon neve"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr "nevek"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr "Az ikonneveket tartalmazó tömb"
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr "alapértelmezett tartalékok használata"
-#: ../gio/gthemedicon.c:245
+#: gio/gthemedicon.c:245
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
-msgstr "Használandók-e az alapértelmezett, a név „-” karaktereknél történt 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."
+msgstr ""
+"Használandók-e az alapértelmezett, a név „-” karaktereknél történt "
+"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:202 ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "Hiba a unix olvasásakor: %s"
-#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, c-format
msgid "Error closing unix: %s"
msgstr "Hiba a unix lezárásakor: %s"
-#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Fájlrendszer gyökere"
-#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, c-format
msgid "Error writing to unix: %s"
msgstr "Hiba a unix írásakor: %s"
-#: ../gio/gvolume.c:423
+#: gio/gvolume.c:423
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
#, c-format
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
#, c-format
msgid "URIs not supported"
msgstr "Az URI címek nem támogatottak"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
#, c-format
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
#, c-format
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 a20f36440..427690520 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -298,22 +298,22 @@ msgstr "Չի հաջողվել բացել '%s' ֆայլը՝ open() խափանվե
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr ""
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Սխալ %d տողի %d տառում՝ %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Սխալ %d տողում՝ %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -321,93 +321,93 @@ msgid ""
"it as &amp;"
msgstr ""
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr ""
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr ""
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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 ""
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, 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 ""
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
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 ""
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr ""
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr ""
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Սխալ UTF-8 կոդավորված տեքստ"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Սխալ UTF-8 կոդավորված տեքստ"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Սխալ UTF-8 կոդավորված տեքստ"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Փաստաթուղթը պետք է սկսվի որևէ էլէմենտով (օրինակ <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -415,87 +415,87 @@ msgid ""
"character in an attribute name"
msgstr ""
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, 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 ""
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr ""
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr ""
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1117,7 +1117,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1184,9 +1184,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Սիմվոլիկ հղումները չեն ապահովվում"
@@ -1205,7 +1205,7 @@ msgstr "Սիմվոլիկ հղումները չեն ապահովվում"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1215,7 +1215,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1225,26 +1225,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Սիմվոլիկ հղումները չեն ապահովվում"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1255,12 +1255,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1326,8 +1326,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
@@ -1348,69 +1348,69 @@ msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Չի հաջողվել ստեղծել ֆայլ '%s'՝ %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Չի հաջողվել ստեղծել ֆայլ '%s'՝ %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Չի հաջողվել ստեղծել ֆայլ '%s'՝ %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Սխալ %d տողում՝ %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1435,62 +1435,62 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr "'%s' պանակը բացելու սխալ՝ %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Սխալ %d տողում՝ %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Սխալ %d տողում՝ %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Սիմվոլիկ հղումները չեն ապահովվում"
@@ -1563,12 +1563,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr ""
@@ -1578,17 +1578,17 @@ msgstr ""
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1662,7 +1662,7 @@ msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
msgid "Error closing unix: %s"
msgstr "Սխալ %d տողում՝ %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/id.po b/po/id.po
index e69d88429..d763b5bbb 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -307,24 +307,24 @@ msgid "Failed to map file '%s': mmap() failed: %s"
msgstr ""
"Gagal saat memetakan berkas '%s': fungsi mmap() mengalami kegagalan: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Error pada baris %d huruf ke %d: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Error pada baris ke %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Ada entitas '&;' yang kosong; Entitas yang benar antara lain adalah: &amp; "
"&quot; &lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -335,17 +335,17 @@ msgstr ""
"yang boleh ada pada awal entitas; Bila ampersand ini dianggap bukan sebuah "
"entitas, Beri kode escape dan tulis sebagai &amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Karakter '%s' tidak boleh digunakan pada nama entitas"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nama entitas '%s' tidak diketahui"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -354,7 +354,7 @@ msgstr ""
"ampersand tanpa bermaksud menjadikannya sebagai entitas - silakan pakai "
"&amp; saja"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -363,17 +363,17 @@ msgstr ""
"Gagal saat mengurai '%-.*s'. yang seharusnya sebuah digit dalam referensi "
"karakter (misalnya &#234;) - mungkin digitnya terlalu besar"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
"Referensi karakter '%-.*s' tidak mengencodekan karakter yang diperbolehkan"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Refensi karakter kosong. Seharusnya berisi digit, mislanya &#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -383,34 +383,34 @@ msgstr ""
"menggunakan karakter ampersand tanpa bermaksud menjadikannya sebagai "
"entitas. Silakan gunakan &amp; saja"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Referensi entitas yang tidak sempurna"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Refersi karakter yang tidak sempurna"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Teks UTF-8 tidak benar"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Teks UTF-8 tidak benar"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Teks UTF-8 tidak benar"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumen harus dimulai dengan elemen (misalnya <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -419,7 +419,7 @@ msgstr ""
"'%s' bukanlah karakter yang benar bila diikuti dengan karakter '<'. Ini "
"tidak boleh menjadi nama elemen"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -428,7 +428,7 @@ msgstr ""
"Ada karakter aneh '%s'. Seharusnya ada '>' untuk mengakhiri tag awal pada "
"elemen '%s'"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -436,7 +436,7 @@ msgstr ""
"Ada karakter aneh '%s'. Seharusnya ada karakter '=' setelah nama atribut '%"
"s' pada elemen '%s'"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -447,7 +447,7 @@ msgstr ""
"padaelemen '%s', atau bisa juga ada atribut lain. Mungkin Anda menggunakan "
"karakter yang tidak diperbolehkan pada nama atribut."
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -456,7 +456,7 @@ msgstr ""
"Ada karakter aneh '%s'. Seharusnya ada tanda kutip buka setelah tanda sama "
"dengan saat memberikan nilai atribut '%s' pada elemen '%s'"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -465,7 +465,7 @@ msgstr ""
"'%s' bukan karakter yang benar bila diikuti dengan karakter '</'. Karena itu "
"'%s' tidak boleh dijadikan awal nama elemen"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -474,26 +474,26 @@ msgstr ""
"'%s' bukan karakter yang benar bila diikuti elemen penutup '%s'. Karakter "
"yang diperbolehkan adalah '>'"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elemen '%s' sudah ditutup, tidak ada elemen yang masih terbuka"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Elemen '%s' sudah ditutup, tapi elemen yang masih terbuka adalah '%s'"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokumen kosong atau berisi whitespace saja"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Dokumen terpotong tidak sempurna sesaat setelah membuka kurung siku '<'"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -502,7 +502,7 @@ msgstr ""
"Dokumen terpotong tidak sempurna dengan elemen yang masih terbuka - '%s' "
"adalah elemen terakhir yang dibuka"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -511,19 +511,19 @@ msgstr ""
"Dokumen terpotong tidak sempurna, seharusnya ada kurung siku penutup untuk "
"mengakhiri tag <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumen terpotong tidak sempurna pada dalam nama elemen"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumen terpotong tidak sempurna di dalam nama atribut"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumen terpotong tidak sempurna di dalam tag pembukaan elemen."
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -531,16 +531,16 @@ msgstr ""
"Dokumen terpotong tidak sempurna setelah tanda sama dengan mengikuti nama "
"atribut. Tidak ada nilai atribut yang diperoleh"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumen tidak sempura saat ada dalam nilai atribut"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokumen terpotong tidak sempurna di dalam tag penutup elemen '%s'"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumen terpotong tidak sempurna di dalam keterangan atau instruksi "
@@ -566,7 +566,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1183,7 +1183,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1251,9 +1251,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Link simbolik tidak didukung oleh sistem"
@@ -1272,7 +1272,7 @@ msgstr "Link simbolik tidak didukung oleh sistem"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1282,7 +1282,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1292,26 +1292,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Link simbolik tidak didukung oleh sistem"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1322,12 +1322,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1393,8 +1393,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1415,69 +1415,69 @@ msgstr "Error saat membaca file '%s': %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Error saat membaca file '%s': %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Error saat membaca file '%s': %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Gagal saat membuat file '%s': %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Gagal saat membuat file '%s': %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Gagal saat membuat file '%s': %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Error saat melakukan konversi: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Error saat membaca file '%s': %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Error saat membaca file '%s': %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1502,62 +1502,62 @@ 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:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Error saat membaca file '%s': %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Error saat membaca file '%s': %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Error saat melakukan konversi: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Error saat melakukan konversi: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Error pada baris ke %d: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Link simbolik tidak didukung oleh sistem"
@@ -1630,12 +1630,12 @@ msgstr "Bukan sebuah file biasa"
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Nama program salah: %s"
@@ -1645,17 +1645,17 @@ msgstr "Nama program salah: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1730,7 +1730,7 @@ msgstr "Error saat membaca file '%s': %s"
msgid "Error closing unix: %s"
msgstr "Error pada baris ke %d: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/is.po b/po/is.po
index 13581af90..154a08bd5 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -299,23 +299,23 @@ msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Villa á línu %d tákn %d: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Villa á línu %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Tómt viðfang '&;' fannst; gild viðföng eru: &amp; &quot; &lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -325,17 +325,17 @@ msgstr ""
"Táknið '%s' er ógilt í upphafi heiti viðfanga; & táknið byrjar viðfang; ef "
"Þetta og-merki á ekki að vera byrjun viðfangs ættir þú að rita það sem &amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Táknið '%s' er ekki gilt í heitum viðfanga"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Viðfangið '%s' er óþekkt"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -343,7 +343,7 @@ msgstr ""
"Viðfangið endar ekki á semikommu; líklega notaðir þú og-merkið án þess að "
"ætla að byrja viðfang. Ritaðu það sem &amp;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -352,16 +352,16 @@ msgstr ""
"Gat ekki þáttað '%s' sem ætti að vera tölustafur innan í tilvísun í tákn "
"(til dæmis &#234;). Ef til vill er talan of stór"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Tákntilvísunin '%s' vísar ekki í leyfilegt tákn"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tóm tákntilvísun; hún ætti að innihalda tölur eins og &#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -370,34 +370,34 @@ msgstr ""
"Viðfangið endar ekki á semikommu; líklega notaðir þú og-merkið án þess að "
"ætla að byrja viðfang. Ritaðu það sem &amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Hálfkláruð viðfangatilvísun"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Hálfkláruð tákntilvísun"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ógildur UTF-8 þýddur texti"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ógildur UTF-8 þýddur texti"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ógildur UTF-8 þýddur texti"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Skjalið verður að byrja á viðfangi (t.d. <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -406,21 +406,21 @@ msgstr ""
"'%s' er ekki gilt tákn strax á eftir '<' tákninu; það má ekki byrja á heiti "
"viðfangs"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "Undarlegt tákn '%s', átti von á '>' tákninu til að enda viðfangið '%s'"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Undarlegt tákn '%s', átti von á '=' eftir heiti eiginleika '%s' af mengi '%s'"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -431,7 +431,7 @@ msgstr ""
"viðfangi '%s', eða eiginleika; Þú notaðir ef til vill ógilt tákn í heiti "
"eiginleika"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -440,7 +440,7 @@ msgstr ""
"Undarlegt tákn '%s', átti von á tilvísunarmerki eftir samasem merkinu þegar "
"gildi er gefið með eiginleikanum '%s' af menginu '%s'"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -449,7 +449,7 @@ msgstr ""
"'%s' er ekki gilt tákn strax á eftir '</'; '%s' má ekki vera fyrsta tákn í "
"heiti mengis"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -457,25 +457,25 @@ msgid ""
msgstr ""
"'%s' er ekki gilt tákn strax á eftir lokun mengis '%s'. Leyfilegt tákn er '>'"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Mengið '%s' var lokað og engin önnur mengi eru opin"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Mengið '%s' var lokað en mengið sem nú er opið er '%s'"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Skjalið var tómt eða innihélt einungis orðabil"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Skjalið endar óvænt rétt eftir opið minna en merki '<'"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -484,7 +484,7 @@ msgstr ""
"Skjalið endar óvænt með mengi sem enn eru opin. '%s' var mengið sem síðast "
"var opnað"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -492,19 +492,19 @@ msgid ""
msgstr ""
"Skjalið endar óvænt. Átti von á að sjá stærraen merki sem lokar taginu <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Skjalið endar óvænt inn í heiti mengis"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Skjalið endar óvænt inn í heiti eiginleika"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Skjalið endar óvænt inn í tagi sem opnar mengi."
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -512,16 +512,16 @@ msgstr ""
"Skjalið endar óvænt eftir samasem merkið sem fylgir heiti eiginleika og það "
"er ekkert gildi"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Skjalið endar óvænt inn í gildi eiginleika"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Skjalið endar óvænt inni í lokunartagi fyrir mengið '%s'"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Skjalið endar óvænt inni í athugasemd eða í miðri skipun"
@@ -545,7 +545,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1148,7 +1148,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1215,9 +1215,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Tákntengi eru ekki studd"
@@ -1236,7 +1236,7 @@ msgstr "Tákntengi eru ekki studd"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1246,7 +1246,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1256,26 +1256,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Tákntengi eru ekki studd"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1286,12 +1286,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1357,8 +1357,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1379,69 +1379,69 @@ msgstr "Villa við lestur skráarinnar '%s': %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "gat ekki búið til skrána '%s': %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "gat ekki búið til skrána '%s': %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "gat ekki búið til skrána '%s': %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Villa við umbreytingu: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1466,62 +1466,62 @@ 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:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Villa við umbreytingu: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Villa við umbreytingu: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Villa á línu %d: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Tákntengi eru ekki studd"
@@ -1594,12 +1594,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Ógilt vélarheiti"
@@ -1609,17 +1609,17 @@ msgstr "Ógilt vélarheiti"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1694,7 +1694,7 @@ msgstr "Villa við lestur skráarinnar '%s': %s"
msgid "Error closing unix: %s"
msgstr "Villa á línu %d: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/it.po b/po/it.po
index a883f9a6f..34d2fbfed 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.16.x\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-17 22:05+0100\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-03-17 22:06+0100\n"
"Last-Translator: Luca Ferretti <elle.uca@libero.it>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -17,31 +17,31 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Attributo \"%s\" inatteso per l'elemento \"%s\""
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Attributo \"%s\" dell'elemento \"%s\" non trovato"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Tag \"%s\" inatteso; atteso il tag \"%s\""
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Tag \"%s\" inatteso all'interno di \"%s\""
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
@@ -49,27 +49,27 @@ msgstr ""
# usate le «» perché forse questa compare nella UI
#
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
#, 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:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Non è stato trovato alcun segnalibro per l'URI «%s»"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, 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\""
@@ -77,161 +77,161 @@ 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:2444
+#: glib/gbookmarkfile.c:2444
#, 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:2823
+#: glib/gbookmarkfile.c:2823
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Nessun gruppo impostato nel segnalibro per l'URI \"%s\""
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Nessuna applicazione di nome «%s» ha registrato un segnalibro per «%s»"
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, 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:2215 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
#, c-format
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:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "Errore durante la conversione: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
#, c-format
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:1734
+#: glib/gconvert.c:1734
#, 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:1744
+#: glib/gconvert.c:1744
#, 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:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "L'URI \"%s\" non è valido"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Il nome dell'host nell'URI \"%s\" non è valido"
-#: ../glib/gconvert.c:1789
+#: glib/gconvert.c:1789
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "L'URI \"%s\" contiene sequenze di escape non valide"
-#: ../glib/gconvert.c:1884
+#: glib/gconvert.c:1884
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Il nome di percorso \"%s\" non è un percorso assoluto"
-#: ../glib/gconvert.c:1894
+#: glib/gconvert.c:1894
#, c-format
msgid "Invalid hostname"
msgstr "Nome host non valido"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Errore nell'aprire la directory \"%s\": %s"
# GLIB-2-16
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "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/gfileutils.c:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Lettura dal file \"%s\" fallita: %s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Apertura del file \"%s\" fallita: %s"
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Lettura degli attributi del file \"%s\" fallita: fstat() fallita: %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Apertura del file \"%s\" fallita: fdopen() fallita: %s"
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
#, 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:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Creazione del file \"%s\" fallita: %s"
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, 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:971
+#: glib/gfileutils.c:971
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Scrittura del file \"%s\" fallita: fwrite() fallita: %s"
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Chiusura del file \"%s\" fallita: fclose() fallita: %s"
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
@@ -243,18 +243,18 @@ msgstr ""
# c[1] = dir_separator;
# c[2] = '\0';
#
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
#, 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:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Il modello \"%s\" non contiene XXXXXX"
# GLIB-2-16
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -262,87 +262,86 @@ msgstr[0] "%u byte"
msgstr[1] "%u byte"
# GLIB-2-16
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f kB"
# GLIB-2-16
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
# GLIB-2-16
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Lettura del collegamento simbolico \"%s\" fallita: %s"
-#: ../glib/gfileutils.c:1908
+#: glib/gfileutils.c:1908
#, c-format
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
#, c-format
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:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "Sono rimasti dei dati non convertiti nel buffer di lettura"
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
#, c-format
msgid "Channel terminates in a partial character"
msgstr "Il canale termina in un carattere parziale"
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
#, c-format
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:234 ../glib/gmarkup.c:250
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Errore alla riga %d carattere %d: "
-#: ../glib/gmarkup.c:344
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Errore alla riga %d: %s"
-#: ../glib/gmarkup.c:448
+#: glib/gmarkup.c:448
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:458
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -353,17 +352,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:492
+#: glib/gmarkup.c:492
#, 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:529
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Il nome di entità '%s' è sconosciuto"
-#: ../glib/gmarkup.c:540
+#: glib/gmarkup.c:540
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;"
@@ -372,7 +371,7 @@ msgstr ""
"utilizzata una \"e commerciale\" senza l'intento di iniziare una entità. In "
"tal caso ricorrere a \"&amp;\""
-#: ../glib/gmarkup.c:593
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -382,18 +381,18 @@ msgstr ""
"riferimento a carattere (es. &#234;) - probabilmente il numero è troppo "
"grande"
-#: ../glib/gmarkup.c:618
+#: glib/gmarkup.c:618
#, 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:633
+#: glib/gmarkup.c:633
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:643
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -403,33 +402,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:729
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Riferimento a entità non terminato"
-#: ../glib/gmarkup.c:735
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Riferimento a carattere non terminato"
-#: ../glib/gmarkup.c:978
+#: glib/gmarkup.c:978
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:1006
+#: glib/gmarkup.c:1006
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:1042
+#: glib/gmarkup.c:1042
#, 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:1080
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Il documento deve iniziare con un elemento (es. <book>)"
-#: ../glib/gmarkup.c:1120
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -438,7 +437,7 @@ msgstr ""
"'%s' non è un carattere valido dopo il carattere '<'; non può iniziare con "
"il nome di un elemento"
-#: ../glib/gmarkup.c:1184
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -447,7 +446,7 @@ msgstr ""
"Trovato carattere '%s', atteso invece un carattere '>' per terminare il tag "
"di inizio dell'elemento \"%s\""
-#: ../glib/gmarkup.c:1273
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -455,7 +454,7 @@ msgstr ""
"Trovato carattere '%s', atteso invece un carattere '=' dopo il nome "
"dell'attributo \"%s\" dell'elemento \"%s\""
-#: ../glib/gmarkup.c:1315
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -467,7 +466,7 @@ msgstr ""
"attributo. Probabilmente è stato usato un carattere non valido nel nome di "
"un attributo"
-#: ../glib/gmarkup.c:1401
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -477,7 +476,7 @@ msgstr ""
"segno di uguale per attribuire un valore all'attributo \"%s\" dell'elemento "
"\"%s\""
-#: ../glib/gmarkup.c:1543
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -486,7 +485,7 @@ msgstr ""
"'%s' non è un carattere valido dopo i caratteri '</'; '%s' non può dare "
"inizio a un nome di elemento"
-#: ../glib/gmarkup.c:1583
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -495,28 +494,28 @@ msgstr ""
"'%s' non è un carattere valido per seguire la chiusura del nome "
"dell'elemento \"%s\"; il carattere permesso è '>'"
-#: ../glib/gmarkup.c:1594
+#: glib/gmarkup.c:1594
#, 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:1603
+#: glib/gmarkup.c:1603
#, 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:1763
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Il documento era vuoto oppure conteneva unicamente spazi"
-#: ../glib/gmarkup.c:1777
+#: glib/gmarkup.c:1777
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:1785 ../glib/gmarkup.c:1830
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -525,7 +524,7 @@ msgstr ""
"Il documento è terminato in modo inatteso con elementi ancora aperti - \"%s"
"\" era l'ultimo elemento aperto"
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -534,23 +533,23 @@ msgstr ""
"Il documento è terminato in modo inatteso, mancando la parentesi angolare di "
"chiusura per il tag <%s/>"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
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:1805
+#: glib/gmarkup.c:1805
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:1810
+#: glib/gmarkup.c:1810
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:1816
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -558,20 +557,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:1823
+#: glib/gmarkup.c:1823
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:1839
+#: glib/gmarkup.c:1839
#, 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:1845
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Il documento è terminato in modo inatteso all'interno di un commento o "
@@ -579,77 +578,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:1962
+#: glib/gregex.c:154 gio/glocalfile.c:1963
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 "
@@ -657,66 +656,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"
@@ -724,135 +723,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 ""
@@ -860,7 +859,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"
@@ -869,70 +868,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"
@@ -940,110 +939,108 @@ 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
#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "Il testo era vuoto (oppure conteneva unicamente spazi bianchi)"
-#: ../glib/gspawn-win32.c:279
+#: glib/gspawn-win32.c:279
#, c-format
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:294 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, 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:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, 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:363 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, 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:369 ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Esecuzione del processo figlio fallita (%s)"
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "Nome programma non valido: %s"
-#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, 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:461 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Stringa non valida nell'ambiente: %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, 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:787
+#: glib/gspawn-win32.c:787
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Esecuzione del programma helper fallita (%s)"
-#: ../glib/gspawn-win32.c:1002
+#: glib/gspawn-win32.c:1002
#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -1053,132 +1050,132 @@ msgstr ""
"processo figlio"
# (%s) è in fondo perché risolto in g_strerror (gint)
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
#, 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:317
+#: glib/gspawn.c:317
#, 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:400
+#: glib/gspawn.c:400
#, 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:1184
+#: glib/gspawn.c:1184
#, 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:1334
+#: glib/gspawn.c:1334
#, 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:1344
+#: glib/gspawn.c:1344
#, 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:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Esecuzione del fork per processo figlio fallita (%s)"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, 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:1383
+#: glib/gspawn.c:1383
#, 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:1030
+#: glib/gutf8.c:1030
#, c-format
msgid "Character out of range for UTF-8"
msgstr "Carattere fuori dall'intervallo per UTF-8"
-#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
#, c-format
msgid "Invalid sequence in conversion input"
msgstr "Sequenza non valida in ingresso per la conversione"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
#, c-format
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"
@@ -1186,22 +1183,22 @@ 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
#, c-format
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
#, c-format
msgid "Not a regular file"
msgstr "Non è un file normale"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
#, c-format
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"
@@ -1209,52 +1206,52 @@ 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
#, c-format
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:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Il file chiavi non presenta il gruppo \"%s\""
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Il file chiavi non presenta la chiave \"%s\""
-#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, 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:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, 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:2106 ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1263,100 +1260,98 @@ msgstr ""
"Il file chiavi contiene la chiave \"%s\" nel gruppo \"%s\" il cui valore non "
"può essere interpretato."
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, 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:3471
+#: glib/gkeyfile.c:3471
#, c-format
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:3493
+#: glib/gkeyfile.c:3493
#, 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:3635
+#: glib/gkeyfile.c:3635
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Impossibile interpretare il valore \"%s\" come un numero."
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Il valore intero \"%s\" è fuori dall'intervallo"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
#, 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:3706
+#: glib/gkeyfile.c:3706
#, 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:483 ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, c-format
msgid "Too large count value passed to %s"
msgstr "Valore count troppo largo passato a %s"
-#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
#, c-format
msgid "Stream is already closed"
msgstr "Lo stream è già chiuso"
-#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1955
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "L'operazione è stata annullata"
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
msgid "Unknown type"
msgstr "Tipo sconosciuto"
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr "Tipo di file %s"
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "Tipo %s"
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
#, c-format
msgid "Unexpected early end-of-stream"
msgstr "End-of-stream prematuro inatteso"
# NdT: nome di applicazione (quando manca)
-#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Senza nome"
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
#, c-format
msgid "Desktop file didn't specify Exec field"
msgstr "Il file .desktop non specifica il campo Exec"
-#: ../gio/gdesktopappinfo.c:882
+#: gio/gdesktopappinfo.c:882
#, c-format
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:1114
+#: gio/gdesktopappinfo.c:1114
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
@@ -1364,36 +1359,34 @@ msgstr ""
# NdT il primo %s è il percorso alla cartella .local/share/application
# messo tra parentesi per scelta stilistica...
-#: ../gio/gdesktopappinfo.c:1118
+#: gio/gdesktopappinfo.c:1118
#, 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:1457
+#: gio/gdesktopappinfo.c:1457
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Impossibile creare il file .desktop utente %s"
-#: ../gio/gdesktopappinfo.c:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr "Definizione personalizzata per %s"
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr "l'unità non implementa l'espulsione"
# sondaggio ????
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
msgid "drive doesn't implement polling for media"
msgstr "l'unità non supporta il sondaggio di supporti"
-#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639
-#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053
-#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621
-#: ../gio/gfile.c:3701
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Operazione non supportata"
@@ -1406,95 +1399,95 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
#, c-format
msgid "Containing mount does not exist"
msgstr "L'oggetto mount contenuto non esiste"
-#: ../gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "Impossibile copiare sopra la directory"
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
#, c-format
msgid "Can't copy directory over directory"
msgstr "Impossibile copiare la directory sopra la directory"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2109
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Il file destinazione esiste"
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
#, c-format
msgid "Can't recursively copy directory"
msgstr "Impossibile copiare la directory ricorsivamente"
-#: ../gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "Fornito valore di collegamento simbolico non valido"
-#: ../gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "Cestino non supportato"
-#: ../gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "I nomi di file non possono contenere '%c'"
-#: ../gio/gfile.c:4752 ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "il volume non implementa il montaggio"
-#: ../gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "Non risulta registrata alcuna applicazione per gestire questo file"
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
#, c-format
msgid "Enumerator is closed"
msgstr "L'enumeratore è chiuso"
# una sola ????
-#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "L'enumeratore di file presenta un'operazione in sospeso"
-#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "L'enumeratore di file è già chiuso"
-#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
#, c-format
msgid "Stream doesn't support query_info"
msgstr "Lo stream non supporta query_info"
-#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
#, c-format
msgid "Seek not supported on stream"
msgstr "Posizionamento non supportato sullo stream"
-#: ../gio/gfileinputstream.c:380
+#: gio/gfileinputstream.c:380
#, c-format
msgid "Truncate not allowed on input stream"
msgstr "Troncamento non consentito sullo stream di input"
-#: ../gio/gfileoutputstream.c:457
+#: gio/gfileoutputstream.c:457
#, c-format
msgid "Truncate not supported on stream"
msgstr "Troncamento non supportato sullo stream"
# o lasciare write ??
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
#, c-format
msgid "Input stream doesn't implement read"
msgstr "Lo stream di input non implementa la lettura"
@@ -1506,80 +1499,80 @@ 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:904 ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
#, c-format
msgid "Stream has outstanding operation"
msgstr "Lo stream presenta un'operazione in sospeso"
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
#, c-format
msgid "Unable to find default local directory monitor type"
msgstr ""
"Impossibile trovare il tipo di monitor predefinito per directory locali"
-#: ../gio/glocalfile.c:599
+#: gio/glocalfile.c:599
#, c-format
msgid "Invalid filename %s"
msgstr "Nome di file %s non valido"
-#: ../gio/glocalfile.c:962
+#: gio/glocalfile.c:962
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Errore nell'ottenere informazioni sul file system: %s"
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
#, c-format
msgid "Can't rename root directory"
msgstr "Impossibile rinominare la directory root"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "Impossibile rinominare il file, il nome di file esiste già"
-#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2013
-#: ../gio/glocalfile.c:2162 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Nome di file non valido"
-#: ../gio/glocalfile.c:1125
+#: gio/glocalfile.c:1125
#, c-format
msgid "Error renaming file: %s"
msgstr "Errore nel rinominare il file: %s"
-#: ../gio/glocalfile.c:1244
+#: gio/glocalfile.c:1244
#, c-format
msgid "Error opening file: %s"
msgstr "Errore nell'aprire il file: %s"
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
#, c-format
msgid "Can't open directory"
msgstr "Impossibile aprire la directory"
-#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1988
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Errore nel rimuovere il file: %s"
-#: ../gio/glocalfile.c:1677
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Errore nel cestinare il file: %s"
-#: ../gio/glocalfile.c:1700
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Impossibile creare la directory cestino \"%s\": %s"
-#: ../gio/glocalfile.c:1721
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Impossibile trovare la directory di livello superiore per il cestino"
-#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Impossibile trovare o creare la directory cestino"
@@ -1587,121 +1580,121 @@ 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:1854
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Impossibile creare il file informazioni cestinamento: %s"
-#: ../gio/glocalfile.c:1879 ../gio/glocalfile.c:1954 ../gio/glocalfile.c:1961
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Impossibile cestinare il file: %s"
# FIXME: all other occurrences are "symlink"
-#: ../gio/glocalfile.c:2017
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Errore nel creare il collegamento simbolico: %s"
-#: ../gio/glocalfile.c:2077 ../gio/glocalfile.c:2166
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Errore nello spostare il file: %s"
# ma che senso ha???
-#: ../gio/glocalfile.c:2100
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "Impossibile spostare la directory sopra la directory"
-#: ../gio/glocalfile.c:2122 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Creazione del file backup fallita"
-#: ../gio/glocalfile.c:2141
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Errore nel rimuovare il file destinazione: %s"
-#: ../gio/glocalfile.c:2155
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "Spostamento tra oggetti mount non supportato"
-#: ../gio/glocalfileinfo.c:709
+#: gio/glocalfileinfo.c:709
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "Il valore dell'attributo deve essere non-NULL"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Tipo di attributo non valido (attesa stringa)"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid extended attribute name"
msgstr "Nome di attributo esteso non valido"
-#: ../gio/glocalfileinfo.c:763
+#: gio/glocalfileinfo.c:763
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Errore nell'impostare l'attributo esteso \"%s\": %s"
-#: ../gio/glocalfileinfo.c:1402 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Impossibile eseguire lo stat del file \"%s\": %s"
-#: ../gio/glocalfileinfo.c:1458
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (codifica non valida)"
-#: ../gio/glocalfileinfo.c:1618
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Errore nell'eseguire lo stat del descrittore di file: %s"
-#: ../gio/glocalfileinfo.c:1663
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tipo di attributo non valido (atteso unit32)"
-#: ../gio/glocalfileinfo.c:1680
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tipo di attributo non valido (atteso uint64)"
-#: ../gio/glocalfileinfo.c:1698
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Tipo di attributo non valido (attesa stringa di byte)"
-#: ../gio/glocalfileinfo.c:1724
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Errore nell'impostare i permessi: %s"
-#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1943
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Errore nell'impostare il proprietario: %s"
-#: ../gio/glocalfileinfo.c:1798
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "il collegamento simbolico deve essere non-NULL"
-#: ../gio/glocalfileinfo.c:1808 ../gio/glocalfileinfo.c:1827
-#: ../gio/glocalfileinfo.c:1838
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Errore nell'impostare il collegamento simbolico: %s"
-#: ../gio/glocalfileinfo.c:1817
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
@@ -1709,105 +1702,105 @@ msgstr ""
"collegamento"
# %s è l'attributo
-#: ../gio/glocalfileinfo.c:1998
+#: gio/glocalfileinfo.c:1998
#, 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:570
#, 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:372
+#: gio/glocalfileoutputstream.c:854
#, 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:279
#, c-format
msgid "Error closing file: %s"
msgstr "Errore nel chiudere il file: %s"
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
#, c-format
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:591
#, c-format
msgid "Error writing to file: %s"
msgstr "Errore nello scrivere sul file: %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:213
#, 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:227 gio/glocalfileoutputstream.c:240
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Errore nel creare la copia di backup: %s"
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:258
#, 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:418 gio/glocalfileoutputstream.c:871
#, 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:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Errore nell'aprire il file «%s»: %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:679
#, c-format
msgid "Target file is a directory"
msgstr "Il file destinazione è una directory"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
#, c-format
msgid "Target file is not a regular file"
msgstr "Il file destinazione non è un file normale"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
#, c-format
msgid "The file was externally modified"
msgstr "Il file è stato modificato dall'esterno"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Fornito GSeekType non valido"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Richiesta di posizionamento non valida"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr "Impossibile troncare GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "Raggiunto il limite massimo dell'array di dati"
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "Stream di output di memoria non ridimensionabile"
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Ridimensionamento dello stream di output di memoria fallito"
@@ -1815,118 +1808,121 @@ 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:344
+#: gio/gmount.c:344
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:419
+#: gio/gmount.c:419
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:501
+#: gio/gmount.c:501
msgid "mount doesn't implement remount"
msgstr "l'oggetto mount non implementa il rimontaggio"
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
#, c-format
msgid "Output stream doesn't implement write"
msgstr "Lo stream di output non implementa la scrittura"
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
#, c-format
msgid "Source stream is already closed"
msgstr "Lo stream sorgente è già chiuso"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr "nome"
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
msgid "The name of the icon"
msgstr "Il nome dell'icona"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr "nomi"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr "Un array contenente i nomi delle icone"
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr "usare alternative predefinite"
-#: ../gio/gthemedicon.c:245
+#: gio/gthemedicon.c:245
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
-msgstr "Indica se usare le icone alternative predefinite trovate accorciando il nome ai caratteri '-'. Ignora i nomi successivi al primo nel caso in cui ne siano stati forniti più di uno."
+msgstr ""
+"Indica se usare le icone alternative predefinite trovate accorciando il nome "
+"ai caratteri '-'. Ignora i nomi successivi al primo nel caso in cui ne siano "
+"stati forniti più di uno."
-#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "Errore nel leggere da unix: %s"
-#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, c-format
msgid "Error closing unix: %s"
msgstr "Errore nel chiudere unix: %s"
-#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "File system radice"
-#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, c-format
msgid "Error writing to unix: %s"
msgstr "Errore nello scrivere su unix: %s"
-#: ../gio/gvolume.c:423
+#: gio/gvolume.c:423
msgid "volume doesn't implement eject"
msgstr "il volume non implementa l'espulsione"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
#, c-format
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
#, c-format
msgid "URIs not supported"
msgstr "URI non supportati"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
#, c-format
msgid "association changes not supported on win32"
msgstr "cambi di associazioni non supportati su win32"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
#, c-format
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 09ec0035c..686846bce 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-03-11 20:46+0900\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-03-11 20:46+0900\n"
"Last-Translator: Takeshi AIHANA <takeshi.aihana@gmail.com>\n"
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
@@ -18,310 +18,309 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "想定外の属性 '%s' (要素 '%s') です"
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "属性 '%s' (要素 '%s') がありません"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "想定外のタグ '%s' です (想定していたタグは '%s')"
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "想定外のタグ '%s' ('%s' 内) です"
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "データ・ディレクトリの中に妥当なブックマーク・ファイルはありません"
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI が '%s' であるブックマークは既に存在します"
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s' のブックマークが見つかりませんでした"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s' のブックマークの中で MIME 型が定義されていません"
-#: ../glib/gbookmarkfile.c:2444
+#: glib/gbookmarkfile.c:2444
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
"URI '%s' のブックマークの中でプライベートではないフラグが定義されています"
-#: ../glib/gbookmarkfile.c:2823
+#: glib/gbookmarkfile.c:2823
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s' のブックマークの中にグループがありません"
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "アプリケーション '%s' は '%s' のブックマークを登録していません"
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, 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:2215 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
#, c-format
msgid "Invalid byte sequence in conversion input"
msgstr "変換する入力に無効なバイトの並びがあります"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "変換中にエラー: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
#, c-format
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:1734
+#: glib/gconvert.c:1734
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' は \"file\" スキームの絶対 URI ではありません"
-#: ../glib/gconvert.c:1744
+#: glib/gconvert.c:1744
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "ローカル・ファイルの URI '%s' は '#' は含みません"
-#: ../glib/gconvert.c:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' は正しくありません"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI のホスト名 '%s' がおかしいです"
-#: ../glib/gconvert.c:1789
+#: glib/gconvert.c:1789
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' に無効なエスケープ文字が含まれています"
-#: ../glib/gconvert.c:1884
+#: glib/gconvert.c:1884
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "パス名 '%s' が絶対パスではありません"
-#: ../glib/gconvert.c:1894
+#: glib/gconvert.c:1894
#, c-format
msgid "Invalid hostname"
msgstr "無効なホスト名です"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "ディレクトリ '%s' を開く時にエラー: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu バイトを確保できませんでした (ファイル \"%s\" の読み込みに必要)"
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "ファイル '%s' の読み出し中にエラー: %s"
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "ファイル '%s' を読めません: %s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "ファイル '%s' を開けません: %s"
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "ファイル '%s' の属性の取得できません: fstat() が失敗: %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "ファイル '%s' を開けません: fdopen() が失敗: %s"
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"'%s' から '%s' へのファイル名の変更に失敗しました: g_rename() が失敗: %s"
-#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "ファイル '%s' の生成に失敗しました: %s"
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "ファイル '%s' を書き込みモードで開けませんでした: fdopen() が失敗: %s"
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:971
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "ファイル '%s' への書き込みに失敗しました: fwrite() が失敗: %s"
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "ファイル '%s' を閉じれません: fclose() が失敗: %s"
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "既存のファイル '%s' を削除できませんでした: g_unlink() が失敗: %s"
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "テンプレート '%s' が正しくありません ('%s' を含めないこと)"
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "テンプレート '%s' に XXXXXX が含まれていません"
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u バイト"
msgstr[1] "%u バイト"
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "シンボリック・リンク '%s' の読み込みが失敗: %s"
-#: ../glib/gfileutils.c:1908
+#: glib/gfileutils.c:1908
#, c-format
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
#, c-format
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:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "変換されていないデータが読みこみバッファに残っています"
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
#, c-format
msgid "Channel terminates in a partial character"
msgstr "チャンネルが不完全な文字で終わっています"
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
#, c-format
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:228 ../glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "%d 行の %d 文字目でエラー:"
-#: ../glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "%d 行目でエラー: %s"
-#: ../glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"空のエンティティ '&;' があります; 正しいエンティティは: &amp; &quot; &lt; "
"&gt; &apos;"
-#: ../glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -332,17 +331,17 @@ msgstr ""
"表わします。もしアンパサンドがエンティティでなければ、&amp; のようにエスケー"
"プしてください"
-#: ../glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "文字 '%s' はエンティティ名として使えません"
-#: ../glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "エンティティ名 '%s' というのは不明です"
-#: ../glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -351,7 +350,7 @@ msgstr ""
"ドを使ったのではないでしょうか。アンパサンドは &amp; のようにエスケープしてく"
"ださい"
-#: ../glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -360,16 +359,16 @@ msgstr ""
"'%-.*s' をパースできません。文字参照には数字が含まれなくてはなりません (例: "
"&#234;) おそらく数字が大きすぎます"
-#: ../glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "文字参照 '%-.*s' が使用可能な文字をエンコードしていません"
-#: ../glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "空の文字参照です。&#454; のように数字がなくてはなりません"
-#: ../glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -379,32 +378,32 @@ msgstr ""
"サンド文字を使っているのかもしれません。アンパサンドは &amp; とエスケープして"
"ください"
-#: ../glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "中途半端な実体参照です"
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "中途半端な文字参照です"
-#: ../glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "UTF-8 として正しくない文字列です (シーケンスが長すぎます)"
-#: ../glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "UTF-8 として正しくない文字列です (文字で始まっていません)"
-#: ../glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "UTF-8 として正しくない文字列です ('%s' は妥当ではありません)"
-#: ../glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ドキュメントは要素 (例 <book>) で始まってなくてはなりません"
-#: ../glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -413,7 +412,7 @@ msgstr ""
"'%s' は '<' に続く文字としては正しくありません。おそらく要素名の開始になって"
"いません"
-#: ../glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -422,13 +421,13 @@ msgstr ""
"おかしな文字 '%s' があります。要素 '%s' の開始タグの最後は '>' でなくてはなり"
"ません"
-#: ../glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "おかしな文字 '%s' です。属性名'%s' (要素 '%s') の後には '=' が必要です"
-#: ../glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -439,7 +438,7 @@ msgstr ""
"はなりません。あるいは属性になります。おかしな文字を属性名に使ったのかもしれ"
"ません"
-#: ../glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, 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:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -457,7 +456,7 @@ msgstr ""
"'%s' は '</' に続く文字としては正しくありません。'%s' では要素名は始まってま"
"せん"
-#: ../glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -466,25 +465,25 @@ msgstr ""
"'%s' は閉じ要素名 '%s' に続く文字としては正しくありあません。'>' のみが使用で"
"きます"
-#: ../glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "要素 '%s' は閉じています。要素は何も開かれてません"
-#: ../glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "要素'%s' が閉ました。しかし現在開いている要素は '%s' です"
-#: ../glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "ドキュメントが空か、空白だけが含まれています"
-#: ../glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ドキュメントが開きカギカッコ '<' の直後で終了しています"
-#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -493,7 +492,7 @@ msgstr ""
"ドキュメントが突然終了しています。要素が開きっぱなしです。最後に開いた要素は "
"'%s' です。"
-#: ../glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -502,19 +501,19 @@ msgstr ""
"ドキュメントはタグ <%s/> で終了しているものと想定していましたが、突然終了して"
"います。"
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "要素名の途中でドキュメントが突然終了しています"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "属性名の途中でドキュメントが突然終了しています"
-#: ../glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "要素の開始タグの途中でドキュメントが突然終了しています"
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -522,399 +521,397 @@ msgstr ""
"属性名の後にある等号記号の次でドキュメントが突然終了しています: 属性値があり"
"ません"
-#: ../glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ドキュメントが属性値の途中で突然終了しています"
-#: ../glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "ドキュメントが要素 '%s' の閉じタグの途中で突然終了しています"
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
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:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
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
#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "テキストが空です (あるいは空白のみ)"
-#: ../glib/gspawn-win32.c:279
+#: glib/gspawn-win32.c:279
#, c-format
msgid "Failed to read data from child process"
msgstr "子プロセスからデータを読み出せません"
-#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "子プロセスとの通信用のパイプを作成できません (%s)"
-#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "子パイプから読み出せません (%s) "
-#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "'%s' というディレクトリへ移動できません (%s)"
-#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "子プロセスを起動できません (%s)"
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "プログラム名が無効です: %s"
-#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "%d の引数ベクタに不正な文字列があります: %s"
-#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, c-format
msgid "Invalid string in environment: %s"
msgstr "環境変数に不正な文字列があります: %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, c-format
msgid "Invalid working directory: %s"
msgstr "作業ディレクトリが不正です: %s"
-#: ../glib/gspawn-win32.c:787
+#: glib/gspawn-win32.c:787
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "ヘルパー・プログラム (%s) の起動が失敗しました"
-#: ../glib/gspawn-win32.c:1002
+#: glib/gspawn-win32.c:1002
#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -922,142 +919,142 @@ msgid ""
msgstr ""
"g_io_channel_win32_poll() が子プロセスからデータを読み出す際に想定外のエラー"
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "子プロセスからデータを読めません (%s)"
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "子プロセスからデータを読み出す際に select() で想定外のエラー (%s)"
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "waitpid() で想定外のエラー (%s)"
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
#, c-format
msgid "Failed to fork (%s)"
msgstr "fork 失敗 (%s)"
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "子プロセスを起動できません \"%s\" (%s)"
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "子プロセスの出力、または入力をリダイレクトできません (%s)"
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "子プロセスを fork できません (%s)"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "子プロセスの実行時に不明なエラー \"%s\""
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "子 pid パイプから十分なデータを読めません (%s)"
-#: ../glib/gutf8.c:1030
+#: glib/gutf8.c:1030
#, c-format
msgid "Character out of range for UTF-8"
msgstr "UTF-8 の範囲外の文字です"
-#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
#, c-format
msgid "Invalid sequence in conversion input"
msgstr "変換する入力で無効なシーケンスがあります"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
#, c-format
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
#, c-format
msgid "Valid key file could not be found in search dirs"
msgstr "検索ディレクトリには妥当なキー・ファイルがありませんでした"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
#, c-format
msgid "Not a regular file"
msgstr "通常のファイルではありません"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
#, c-format
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"
@@ -1065,49 +1062,49 @@ 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
#, c-format
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:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, c-format
msgid "Key file does not have group '%s'"
msgstr "キー・ファイルにグループ '%s' がありません"
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
#, c-format
msgid "Key file does not have key '%s'"
msgstr "キー・ファイルにキー '%s' がありません"
-#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "キー・ファイルのキー '%s' の値 '%s' が UTF-8 ではありません"
-#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "キー・ファイルのキー '%s' の値を解釈できませんでした"
-#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1115,128 +1112,124 @@ msgid ""
msgstr ""
"キー・ファイルのグループ '%2$s' にあるキー '%1$s' の値を解釈できませんでした"
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "キー・ファイルにはグループ '%2$s' のキー '%1$s' がありません"
-#: ../glib/gkeyfile.c:3471
+#: glib/gkeyfile.c:3471
#, c-format
msgid "Key file contains escape character at end of line"
msgstr "キー・ファイルの行末にエスケープ文字が含まれています"
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3493
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "キー・ファイルに無効なエスケープ・シーケンス '%s' が含まれています"
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "値 '%s' を数値として解釈できません"
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
#, c-format
msgid "Integer value '%s' out of range"
msgstr "整数値 '%s' は範囲外の値です"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "値 '%s' を実数値として解釈できません"
-#: ../glib/gkeyfile.c:3706
+#: glib/gkeyfile.c:3706
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "値 '%s' を論理値として解釈できません"
-#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, c-format
msgid "Too large count value passed to %s"
msgstr "%s に引き渡した値が大きすぎます"
-#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
#, c-format
msgid "Stream is already closed"
msgstr "既にストリームは閉じています"
-#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1876
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "操作がキャンセルされました"
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
msgid "Unknown type"
msgstr "不明な種類"
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr "%s (ファイルの種類)"
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "%s (種類)"
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
#, c-format
msgid "Unexpected early end-of-stream"
msgstr "想定していたよりも早くストリームの最後に到達しました"
-#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "名前なし"
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
#, c-format
msgid "Desktop file didn't specify Exec field"
msgstr "デスクトップ・ファイルで Exec 項目を指定してませんでした"
-#: ../gio/gdesktopappinfo.c:882
+#: gio/gdesktopappinfo.c:882
#, c-format
msgid "Unable to find terminal required for application"
msgstr "アプリケーションで必要な端末が見つかりませんでした"
-#: ../gio/gdesktopappinfo.c:1114
+#: gio/gdesktopappinfo.c:1114
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "ユーザのアプリケーション設定フォルダ %s を生成できません: %s"
-#: ../gio/gdesktopappinfo.c:1118
+#: gio/gdesktopappinfo.c:1118
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "ユーザの MIME 型設定フォルダ %s を生成できません: %s"
-#: ../gio/gdesktopappinfo.c:1457
+#: gio/gdesktopappinfo.c:1457
#, c-format
msgid "Can't create user desktop file %s"
msgstr "ユーザのデスクトップ・ファイル %s を生成できません"
-#: ../gio/gdesktopappinfo.c:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr "%s に対する独自の設定"
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr "ドライブ側で取り出しの操作を実装していません"
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
msgid "drive doesn't implement polling for media"
msgstr "ドライブ側でポーリングによるメディアの検出を実装していません"
-#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639
-#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053
-#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621
-#: ../gio/gfile.c:3701
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "サポートしていない操作です"
@@ -1249,93 +1242,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
#, c-format
msgid "Containing mount does not exist"
msgstr "マウントを含んでいるものはありません"
-#: ../gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "ディレクトリ全体をコピーできません"
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
#, c-format
msgid "Can't copy directory over directory"
msgstr "ディレクトリからディレクトリへコピーできません"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "対象となるファイルが存在しています"
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
#, c-format
msgid "Can't recursively copy directory"
msgstr "ディレクトリを再帰的にコピーできません"
-#: ../gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "指定したシンボリックリンクは間違っています"
-#: ../gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "ゴミ箱はサポートしていません"
-#: ../gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ファイル名に '%c' を含めることはできません"
-#: ../gio/gfile.c:4752 ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "ボリュームはマウントを実装していません"
-#: ../gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "このファイルを扱うアプリケーションが登録されていません"
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
#, c-format
msgid "Enumerator is closed"
msgstr "Enumerator は閉じています"
-#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "File enumerator has outstanding operation"
-#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "ファイルの Enumerator は既に閉じています"
-#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
#, c-format
msgid "Stream doesn't support query_info"
msgstr "ストリームは query_info をサポートしていません"
-#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
#, c-format
msgid "Seek not supported on stream"
msgstr "ストリームにおけるシークはサポートしていません"
-#: ../gio/gfileinputstream.c:380
+#: gio/gfileinputstream.c:380
#, c-format
msgid "Truncate not allowed on input stream"
msgstr "入力ストリームで切りつめることはできません"
-#: ../gio/gfileoutputstream.c:457
+#: gio/gfileoutputstream.c:457
#, c-format
msgid "Truncate not supported on stream"
msgstr "ストリームにおける切りつめはサポートしていません"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
#, c-format
msgid "Input stream doesn't implement read"
msgstr "入力ストリームで読み込みを実装していません"
@@ -1346,300 +1339,300 @@ 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:904 ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
#, c-format
msgid "Stream has outstanding operation"
msgstr "Stream has outstanding operation"
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
#, c-format
msgid "Unable to find default local directory monitor type"
msgstr ""
"ローカル・ディレクトリを監視するデフォルト・モニタの種類が見つかりません"
-#: ../gio/glocalfile.c:599
+#: gio/glocalfile.c:599
#, c-format
msgid "Invalid filename %s"
msgstr "ファイル名が無効です: %s"
-#: ../gio/glocalfile.c:962
+#: gio/glocalfile.c:962
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "ファイルシステムの情報を取得する際にエラー: %s"
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
#, c-format
msgid "Can't rename root directory"
msgstr "ルート・ディレクトリの名前は変更できません"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "ファイル名を変更できません (既に存在しているため)"
-#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1905 ../gio/glocalfile.c:1934
-#: ../gio/glocalfile.c:2083 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "無効なファイル名です"
-#: ../gio/glocalfile.c:1125
+#: gio/glocalfile.c:1125
#, c-format
msgid "Error renaming file: %s"
msgstr "ファイル名を変更する際にエラー: %s"
-#: ../gio/glocalfile.c:1244
+#: gio/glocalfile.c:1244
#, c-format
msgid "Error opening file: %s"
msgstr "ファイルをオープンする際にエラー: %s"
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
#, c-format
msgid "Can't open directory"
msgstr "ディレクトリをオープンできません"
-#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "ファイルを削除する際にエラー: %s"
-#: ../gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "ファイルをゴミ箱へ移動する際にエラー: %s"
-#: ../gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "ゴミ箱のディレクトリ (%s) の生成に失敗しました: %s"
-#: ../gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "ゴミ箱のトップレベルなディレクトリが見つかりません"
-#: ../gio/glocalfile.c:1727 ../gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "ゴミ箱ディレクトリが存在しないか生成できません"
-#: ../gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "ゴミ箱の情報ファイルを生成できません: %s"
-#: ../gio/glocalfile.c:1806 ../gio/glocalfile.c:1875 ../gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "ファイルをゴミ箱へ移動できません: %s"
-#: ../gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "シンボリックリンクを生成する際にエラー: %s"
-#: ../gio/glocalfile.c:1998 ../gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "ファイルを移動する際にエラー: %s"
-#: ../gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "ディレクトリからディレクトリへ移動できません"
-#: ../gio/glocalfile.c:2043 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "バックアップ・ファイルの生成に失敗しました"
-#: ../gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "対象となるファイルを削除する際にエラー: %s"
-#: ../gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "マウント間の移動はサポートしていません"
-#: ../gio/glocalfileinfo.c:709
+#: gio/glocalfileinfo.c:709
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "属性値を NULL にしないで下さい"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "属性の種類が無効です (文字列を想定していた)"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid extended attribute name"
msgstr "拡張属性の名前が無効です"
-#: ../gio/glocalfileinfo.c:763
+#: gio/glocalfileinfo.c:763
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "'%s' という拡張属性をセットする際にエラー: %s"
-#: ../gio/glocalfileinfo.c:1398 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' というファイルの状態を取得する際にエラー: %s"
-#: ../gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (無効なエンコーディング)"
-#: ../gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "ファイル・ディスクリプタの状態を取得する際にエラー: %s"
-#: ../gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "属性の種類が無効です (uint32 型を想定していた)"
-#: ../gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "属性の種類が無効です (uint64 型を想定していた)"
-#: ../gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "属性の種類が無効です (バイト型の文字列を想定していた)"
-#: ../gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "アクセス権をセットする際にエラー: %s"
-#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "所有者をセットする際にエラー: %s"
-#: ../gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "シンボリックリンクを NULL にしないで下さい"
-#: ../gio/glocalfileinfo.c:1804 ../gio/glocalfileinfo.c:1823
-#: ../gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "シンボリックリンクをセットする際にエラー: %s"
-#: ../gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "シンボリックリンクの指定でエラー: ファイルがリンクではない"
-#: ../gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s という属性値はセットできません"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
#, 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:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
+#: gio/glocalfileoutputstream.c:854
#, 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:279
#, c-format
msgid "Error closing file: %s"
msgstr "ファイルを閉じる際にエラー: %s"
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
#, c-format
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:591
#, c-format
msgid "Error writing to file: %s"
msgstr "ファイルに書き込む際ににエラー: %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:213
#, c-format
msgid "Error removing old backup link: %s"
msgstr "古いバックアップのリンクを削除する際にエラー: %s"
-#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
#, c-format
msgid "Error creating backup copy: %s"
msgstr "バックアップのコピーを生成する際にエラー: %s"
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:258
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "作業用のファイル名を変更する際にエラー: %s"
-#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
#, 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:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, c-format
msgid "Error opening file '%s': %s"
msgstr "'%s' というファイルをオープンする際にエラー: %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:679
#, c-format
msgid "Target file is a directory"
msgstr "対象となるファイルはディレクトリです"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
#, c-format
msgid "Target file is not a regular file"
msgstr "対象となるファイルは通常のファイルではありません"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
#, c-format
msgid "The file was externally modified"
msgstr "ファイルが外部で変更されました"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "不正な GSeekType が指定されました"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "無効なシークの要求です"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr "GMemoryInputStream を切りつめることはできません"
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "データ配列の上限に到達しました"
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "メモリ出力ストリームの大きさは変更できません"
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "メモリ出力ストリームの大きさを変更できませんでした"
@@ -1647,55 +1640,55 @@ msgstr "メモリ出力ストリームの大きさを変更できませんでし
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:344
+#: gio/gmount.c:344
msgid "mount doesn't implement unmount"
msgstr "マウントはアンマウントを実装していません"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:419
+#: gio/gmount.c:419
msgid "mount doesn't implement eject"
msgstr "マウントは取り出しを実装していません"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:501
+#: gio/gmount.c:501
msgid "mount doesn't implement remount"
msgstr "マウントは再マウントを実装していません"
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
#, c-format
msgid "Output stream doesn't implement write"
msgstr "出力ストリームは書き込みを実装していません"
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
#, c-format
msgid "Source stream is already closed"
msgstr "ソース・ストリームは既に閉じています"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr "名前"
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
msgid "The name of the icon"
msgstr "アイコンの名前です"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr "名前の集合"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr "アイコンの名前を格納した配列です"
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr "デフォルトのフォールバックを使用する"
-#: ../gio/gthemedicon.c:245
+#: gio/gthemedicon.c:245
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1703,64 +1696,64 @@ msgstr ""
"'-' という代替え文字で名前を省略するデフォルトのフォールバックを使用するかど"
"うかです (複数の名前を指定すると一番最初の名前より後ろの名前を全て無視します)"
-#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "unix から読み込む際にエラー: %s"
-#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, c-format
msgid "Error closing unix: %s"
msgstr "unix を閉じる際にエラー: %s"
-#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "ファイルシステムのルート"
-#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, c-format
msgid "Error writing to unix: %s"
msgstr "unix に書き込む際にエラー: %s"
-#: ../gio/gvolume.c:423
+#: gio/gvolume.c:423
msgid "volume doesn't implement eject"
msgstr "ボリュームは取り出しを実装していません"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
#, c-format
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
#, c-format
msgid "URIs not supported"
msgstr "URI はサポートしていません"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
#, c-format
msgid "association changes not supported on win32"
msgstr "win32 で組み合わせの変更はサポートしていません"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
#, c-format
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 6360c70f3..265645463 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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-"
@@ -305,23 +305,23 @@ msgstr "ვერ მოხერხდა '%s' ფაილის გახს
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "ვერ მოხერხდა '%s' ფაილის განთავსება: mmap() ვერ შედგა: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "შეცდომა სტრიქონში %d სიმბოლო %d: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "შეცდომა სტრიქონში %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"ცარიელი ერთეული \"&;\"; შესაძლო ერთეულებია: &amp; &quot; &lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -332,17 +332,17 @@ msgstr ""
"სიმბოლოთი; თუ ეს სიმბოლო სიმბოლო ერთეულის ნაწილი უნდა იყოს გამოსახეთ იგი, "
"როგორც &amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "სიმბოლო \"%s\" ერთეულის სახელში დაუშვებელია"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "ერთეულის სახელი \"%s\" უცნობია"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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 +350,7 @@ msgstr ""
"ერთეული არ მთავრდება წერტილ-მძიმით; როგორც ჩანს, სახელის დასაწყისში "
"გამოყენებულია სიმბოლო \"&\". გამოსახეთ იგი, როგორც &amp;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -359,17 +359,17 @@ msgstr ""
"ვერ მუშავდება სტრიქონი '%-.*s', რომელშიც უნდა იყოს სიმბოლოს ნომერი "
"(მაგალითად, &#234;): შესაძლოა რიცხვი მეტისმეტად დიდია"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "სიმბოლოს ნომერი '%-.*s' დაუშვებელია"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"სიმბოლოს დამოწმება ცარიელია; იგი ნომერს უნდა შეიცავდეს, მაგალითად, &#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
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 +378,32 @@ msgstr ""
"სიმბოლოს ნომერი არ მთავრდება წერტილ-მძიმით; როგორც ჩანს, სახელის დასაწყისში "
"გამოყენებულია სიმბოლო \"&\". გამოსახეთ იგი, როგორც &amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "ერთეულის დამოწმება არაა დასრულებული"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "სიმბოლოს დამოწმება არაა დასრულებული"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "ტექსტი მიუღებელი UTF-8 კოდირებით - overlong sequence"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "ტექსტი მიუღებელი UTF-8 კოდირებით - not a start char"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "ტექსტი მიუღებელი UTF-8 კოდირებით - მიუღებელი '%s'"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "დოკუმენტი უნდა დაიწყოს ელემეტით (მაგალითად <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -412,7 +412,7 @@ msgstr ""
"სიმბოლო \"%s\" დაუშვებელია \"<\" სიმბოლოს შემდეგ; ამ სიმბოლოთი ელემენტის "
"სახელის დაწყება არ შეიძლება"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -421,7 +421,7 @@ msgstr ""
"ზედმეტი სიმბოლო \"%s\", მოსალოდნელია \">\" სიმბოლო ელემენტის \"%s\" ჭდის "
"დასახურად"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -429,7 +429,7 @@ msgstr ""
"ზედმეტი სიმბოლო \"%s\", მოსალოდნელია \"=\"ატრიბუტის სახელის \"%s\" შემდეგ "
"ელემენტისთვის \"%s\""
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -440,7 +440,7 @@ msgstr ""
"გამხსნელი ჭდის დასახურად ან დამატებითი ატრიბუტი; ასევე, შესაძლოა მცდარი "
"სიმბოლო ატრიბუტის სახელში"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -449,7 +449,7 @@ msgstr ""
"ზედმეტი სიმბოლო \"%s\", მოსალოდნელია გახსნილი ბრჭყალები ტოლობის ნიშნის "
"შემდეგ ატრიბუტისთვის \"%s\" მნიშვნელობის მისანიჭებლად ელემენტისთვის \"%s\""
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -458,7 +458,7 @@ msgstr ""
"სიმბოლო \"%s\" დაუშვებელია \"</\" შემდეგ; სიმბოლო \"%s\" არ შეიძლება იყოს "
"ელემენტის სახელის დასაწყისში"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -467,25 +467,25 @@ msgstr ""
"სიმბოლო \"%s\" დაუშვებელია ელემენტის \"%s\" დახურვის ჭდის შემდეგ; დასაშვები "
"სიმბოლოა \">\""
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "ელემენტი \"%s\" დაიხურა, არცერთი ელემენტი არაა გახსნილი"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "ელემენტი \"%s\" დაიხურა, მაგრამ გახსნილია ელემენტი \"%s\""
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "დოკუმენტი ცარიელია ან მხოლოდ ხარეებს შეიცავს"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "დოკუმენტი დასრულდა უშუალოდ კუთხოვანი ფრჩხილის \"<\" შემდეგ"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -494,7 +494,7 @@ msgstr ""
"დოკუმენტი მოულოდნელად დასრულდა გახსნილი ელემენტებით - \"%s\" ბოლო გახსნილი "
"ელემენტია"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -502,19 +502,19 @@ msgid ""
msgstr ""
"დოკუმენტი მოულოდნელად დასრულდა, მოსალოდნელია ჩამკეტი კუთხოვანი ფრჩხილი <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "დოკუმენტი მოულოდნელად დასრულდა ელემენტის სახელის შიგნით"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "დოკუმენტი მოულოდნელად დასრულდა ატრიბუტის სახელის შიგნით"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "დოკუმენტი მოულოდნელად დასრულდა ელემენტის გამხსნელი ჭდის შიგნით."
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -522,16 +522,16 @@ msgstr ""
"დოკუმენტი მოულოდნელად დასრულდა ატრიბუტის სახელის შემდგომი ტოლობის ნიშნის "
"შემდეგ; ატრიბუტის მნიშვნელობა არ მითითებულა"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "დოკუმენტი მოულოდნელად დასრულდა ატრიბუტის მნიშვნელობის შიგნით"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "დოკუმენტი მოულოდნელად დასრულდა ელემენტის \"%s\" ჩამკეტი ჭდის შიგნით"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"დოკუმენტი მოულოდნელად დასრულდა კომენტარის ან დამუშავების ინსტრუქციის შიგნით"
@@ -556,7 +556,7 @@ msgstr "უკან დაბრუნების ლიმიტი ამო
msgid "the pattern contains items not supported for partial matching"
msgstr "თარგი შეიცავს ნაწილობრივი დამთხვევისთვის მხარდაუჭერელ ელემეტებს"
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "შიდა შეცდომა"
@@ -1172,7 +1172,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1240,9 +1240,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "სიმბოლური ბმების გამოყენება არაა რეალიზებული"
@@ -1261,7 +1261,7 @@ msgstr "სიმბოლური ბმების გამოყენე
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1271,7 +1271,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1281,26 +1281,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "სიმბოლური ბმების გამოყენება არაა რეალიზებული"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "პროგრამისთვის სახელით '%s' არ მითითებულა სანიშნე '%s'"
@@ -1311,12 +1311,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1382,8 +1382,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1404,69 +1404,69 @@ msgstr "ფაილის \"%s\" წაკითხვის შეცდომ
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "ვერ ვქმნი '%s' ფაილს: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "ვერ ვქმნი '%s' ფაილს: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "ვერ ვქმნი '%s' ფაილს: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "შეცდომის გაანალიზების პარამეტრი: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1491,62 +1491,62 @@ msgstr "დოკუმენტი მოულოდნელად დას
msgid "Error setting extended attribute '%s': %s"
msgstr "შეცდომ \"%s\" დასტის გახსნისას: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "გარდაქმნის შეცდომა: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "გარდაქმნის შეცდომა: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "შეცდომა სტრიქონში %d: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "სიმბოლური ბმების გამოყენება არაა რეალიზებული"
@@ -1619,12 +1619,12 @@ msgstr "ფაილი ჩვეულებრივი არაა"
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "გასაღების მიუღებელი სახელი: %s"
@@ -1634,17 +1634,17 @@ msgstr "გასაღების მიუღებელი სახელ
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1719,7 +1719,7 @@ msgstr "ფაილის \"%s\" წაკითხვის შეცდომ
msgid "Error closing unix: %s"
msgstr "შეცდომა სტრიქონში %d: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/kn.po b/po/kn.po
index ba9ecc996..2a09e7ab6 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -302,23 +302,23 @@ msgstr "ಕಡತ '%s' ವನ್ನು ತೆರೆಯಲು ವಿಫಲವಾ
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' ವನ್ನು ನಕ್ಷೆ ಕಡತಮಾಡುವಲ್ಲಿ ವಿಫಲ: mmap() ವಿಫಲಗೊಂಡಿದೆ: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "%d ಸಾಲಿನ %d ಚಿಹ್ನೆಯಲ್ಲಿ ದೋಷ:"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "%d ಸಾಲಿನಲ್ಲಿ ದೋಷ: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"ಖಾಲಿ ಘಟಕ '&;' ಕಂಡು ಬಂದಿದೆ; ಮಾನ್ಯ ನಮೂದುಗಳೆಂದರೆ: &amp; &quot; &lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -328,17 +328,17 @@ msgstr ""
"'%s' ವು ಒಂದು ಘಟಕದ ಹೆಸರಿನ ಒಂದು ಆರಂಭದಲ್ಲಿ ಇರುವಂತಿಲ್ಲ; & ಅಕ್ಷರವು ಒಂದು ಘಟಕದ "
"ಆರಂಭದಲ್ಲಿರಬೇಕು ಇದರಿಂದ ಹೊರಬರಲು &amp; ಮಾಡಿ"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "ಒಂದು ಘಟಕದ ಹೆಸರಿನಲ್ಲಿ ಅಕ್ಷರ '%s' ವು ಮಾನ್ಯವಾದುದಲ್ಲ"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "ತಿಳಿದಿಲ್ಲದ ಘಟಕದ ಹೆಸರು '%s'"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -347,7 +347,7 @@ msgstr ""
"ಆರಂಭಿಸುವ ಉದ್ದೇಶವಿಲ್ಲದೇ ampersand ಅಕ್ಷರವನ್ನು ಬಳಸಿದ್ದೀರಿ - ampersand ನಿಂದ ಹೊರಬರಲು "
"&amp; ಎಂದು ಮಾಡಿ"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -356,16 +356,16 @@ msgstr ""
"'%-.*s' ಅನ್ನು parse ಮಾಡುವಲ್ಲಿ ವಿಫಲ, ಇದು ಒಂದು ಉಲ್ಲೇಖ ಅಕ್ಷರದ ಒಳಗಿನ ಒಂದು "
"ಅಂಕಿಯಾಗಿರಬೇಕಿತ್ತು(&#234; ಉದಾಹರಣೆಗೆ) - ಬಹುಷಃ ಅಂಕಿಯು ಬಹಳ ದೊಡ್ಡದಾಗಿರಬೇಕು"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "ಅಕ್ಷರ ಉಲ್ಲೇಖ '%-.*s' ವು ಒಂದು ಅನುಮತಿ ಇರುವ ಅಕ್ಷರವನ್ನು encode ಮಾಡುವುದಿಲ್ಲ"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ಖಾಲಿ ಉಲ್ಲೇಖ ಅಕ್ಷರ; &#454; ನಂತಹ ಅಂಕಿಗಳನ್ನು ಒಳಗೊಂಡಿರಬೇಕು"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -375,32 +375,32 @@ msgstr ""
"ಘಟಕವನ್ನು ಆರಂಭಿಸುವ ಉದ್ದೇಶವಿಲ್ಲದೇ ampersand ಅಕ್ಷರವನ್ನು ಬಳಸಿದ್ದೀರಿ - ampersand ನಿಂದ "
"ಹೊರಬರಲು &amp; ಎಂದು ಮಾಡಿ"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "ಪೂರ್ಣಗೊಳಿಸದ ಘಟಕ ಉಲ್ಲೇಖ"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "ಪೂರ್ಣಗೊಳಿಸದ ಅಕ್ಷರ ಉಲ್ಲೇಖ"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "ಅಮಾನ್ಯ UTF-8 ಎನ್ಕೋಡ್ ಆದ ಪಠ್ಯ - ಬಹಳ ಉದ್ದವಾದ ಅನುಕ್ರಮ"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "ಅಮಾನ್ಯ UTF-8 ಎನ್ಕೋಡ್ ಆದ ಪಠ್ಯ - ಒಂದು ಆರಂಭ char ಅಲ್ಲ"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "ಅಮಾನ್ಯ UTF-8 ಎನ್ಕೋಡ್ ಆದ ಪಠ್ಯ - ಮಾನ್ಯವಾದ '%s' ಅಲ್ಲ"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ದಸ್ತಾವೇಜುಗಳು ಒಂದು ಅಂಶದಿಂದ ಆರಂಭಗೊಳ್ಳಬೇಕು (e.g. <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -409,7 +409,7 @@ msgstr ""
"'<' ಅಕ್ಷರವು ಬಂದ ನಂತರ, '%s' ವು ಒಂದು ಮಾನ್ಯವಲ್ಲದ ಅಕ್ಷರವಾಗಿದೆ; ಅದು ಒಂದು ಅಂಶದ ಹೆಸರನ್ನು "
"ಆರಂಭಿಸದೇ ಇರಬಹುದು"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -418,7 +418,7 @@ msgstr ""
"ಸರಿಯಲ್ಲದ ಅಕ್ಷರ '%s', '%s' ಅಂಶದ ಟ್ಯಾಗಿನ ಆರಂಭವು ಒಂದು '>' ಅಕ್ಷರದಿಂದ ಕೊನೆಗೊಳ್ಳಬೇಕು "
"ಎಂದು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -426,7 +426,7 @@ msgstr ""
"ಸರಿಯಲ್ಲದ ಅಕ್ಷರ '%s', '%s'ವು '%s' ಅಂಶದ ಗುಣಲಕ್ಷಣ ಹೆಸರಾಗಿದ್ದು ಅದರ ನಂತರ ಒಂದು '=' "
"ಅನ್ನು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -437,7 +437,7 @@ msgstr ""
"ಕೊನೆಗೊಳ್ಳಬೇಕು ಎಂದು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು, ಅಥವ ಆಯ್ಕಾತ್ಮಕವಾಗಿ ಒಂದು ಗುಣಲಕ್ಷಣ; ಬಹುಷಃ ನೀವು "
"ಅಮಾನ್ಯ ಅಕ್ಷರವನ್ನು ಒಂದು ಗುಣಲಕ್ಷಣದ ಹೆಸರಿನಲ್ಲಿ ಬಳಸಿದ್ದೀರೆಂದು ತೋರುತ್ತದೆ"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -446,7 +446,7 @@ msgstr ""
"ಸರಿಯಲ್ಲದ ಅಕ್ಷರ '%s', ಗುಣಲಕ್ಷಣ '%s'ವು '%s' ದ ಅಂಶವಾಗಿದ್ದು, ಇದಕ್ಕೆ ಒಂದು ಮೌಲ್ಯವನ್ನು "
"ಕೊಡುವಾಗ ಸಮ ಚಿಹ್ನೆಯ ನಂತರ ಒಂದು ಮುಕ್ತ ಉದ್ಧರಣ ಚಿಹ್ನೆಯನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -455,7 +455,7 @@ msgstr ""
"'%s' ವು '</' ಗಳಂತಹ ಅಕ್ಷರಗಳ ನಂತರ ಬರುವ ಒಂದು ಮಾನ್ಯವಾದ ಅಕ್ಷರವಲ್ಲ; ಒಂದು ಅಂಶದ ಹೆಸರು '%"
"s' ನಿಂದ ಆರಂಭಗೊಳ್ಳುವುದಿಲ್ಲ"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -464,25 +464,25 @@ msgstr ""
"'%s' ವು ಮುಚ್ಚಲ್ಪಟ್ಟ ಅಂಶ ಹೆಸರು '%s' ನಂತರ ಬರುವ ಒಂದು ಮಾನ್ಯವಾದ ಅಕ್ಷರವಲ್ಲ; '>' ವು "
"ಅನುಮತಿ ಇರುವ ಅಕ್ಷರವಾಗಿರುತ್ತದೆ"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "ಅಂಶವು '%s' was closed, no element is currently open"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "ಅಂಶ '%s' ವು ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ, ಆದರೆ ಪ್ರಸ್ತುತ ಮುಕ್ತವಾಗಿರುವ ಅಂಶವೆಂದರೆ '%s' ಆಗಿದೆ"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "ದಸ್ತಾವೇಜು ಖಾಲಿಯಾಗಿತ್ತು ಅಥವ ಕೇವಲ ಕೇವಲ ಖಾಲಿ ಜಾಗಗಳನ್ನು ಹೊಂದಿತ್ತು"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಮುಕ್ತ ಕೋನ ಆವರಣ ಚಿಹ್ನೆ '<' ಯ ನಂತರ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -491,7 +491,7 @@ msgstr ""
"ಅಂಶಗಳು ತೆರೆದಿರುವಾಗಲೇ ದಸ್ತಾವೇಜು ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ - '%s' ಯು ತೆರೆಯಲ್ಪಟ್ಟ "
"ಕೊನೆಯ ಅಂಶ"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -500,19 +500,19 @@ msgstr ""
"ದಸ್ತಾವೇಜು ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ, <%s/> ಟ್ಯಾಗಿನ ಕೊನೆಯಲ್ಲಿ ಒಂದು ಮುಕ್ತ ಕೋನ ಆವರಣ "
"ಚಿಹ್ನೆಯನ್ನು ಕಾಣಲು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಅಂಶದ ಹೆಸರಿನಲ್ಲಿ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಗುಣಲಕ್ಷಣ ಹೆಸರಿನಲ್ಲಿ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಅಂಶ ತೆರೆಯುವ ಟ್ಯಾಗಿನ ಒಳಗೆ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -520,16 +520,16 @@ msgstr ""
"ದಸ್ತಾವೇಜು ಒಂದು ಗುಣಲಕ್ಷಣದ ಹೆಸರಿನ ನಂತರದ ಸಮ ಚಿಹ್ನೆಯ ನಂತರ ಅನಿರೀಕ್ಷಿತವಾಗಿ "
"ಕೊನೆಗೊಂಡಿದೆ; ಯಾವುದೇ ಗುಣಲಕ್ಷಣ ಮೌಲ್ಯವಿಲ್ಲ"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಗುಣಲಕ್ಷಣ ಮೌಲ್ಯದ ಒಳಗಿರುವಾಗ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಅಂಶ'%s'ದ ಮುಚ್ಚಲ್ಪಟ್ಟ ಟ್ಯಾಗಿನ ಒಳಗೆ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಹೇಳಿಕೆ ಅಥವ ಪ್ರಕ್ರಿಯೆ ಸೂಚನೆಯ ಒಳಗೆ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
@@ -553,7 +553,7 @@ msgstr "ಹಿಂಬಾಲಿಸುವ ಮಿತಿ ತಲುಪಿದೆ"
msgid "the pattern contains items not supported for partial matching"
msgstr "ಆಂಶಿಕ ಹೊಂದಾಣಿಕೆಗೆ ಬೆಂಬಲಿತವಾಗದ ಅಂಶಗಳನ್ನು ಈ ವಿನ್ಯಾಸವು ಹೊಂದಿದೆ"
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "ಆಂತರಿಕ ದೋಷ"
@@ -1159,7 +1159,7 @@ msgstr "%s ಗೆ ಬಹಳ ದೊಡ್ಡದಾದ ಎಣಿಕೆ ಮೌಲ
msgid "Stream is already closed"
msgstr "ಸ್ಟ್ರೀಮ್ ಈಗಾಗಲೆ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ"
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "ಕಾರ್ಯವು ರದ್ದುಗೊಂಡಿದೆ"
@@ -1226,9 +1226,9 @@ msgid "drive doesn't implement polling for media"
msgstr "ಮಾಧ್ಯಮಕ್ಕಾಗಿ ಪೋಲ್ ಮಾಡುವುದನ್ನು ಡ್ರೈವ್ ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "ಕಾರ್ಯವು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ"
@@ -1247,7 +1247,7 @@ msgstr "ಕಾರ್ಯವು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ"
msgid "Containing mount does not exist"
msgstr "ಹೊಂದಿರುವ ಮೌಂಟ್ ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ"
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "ಕೋಶಕ್ಕೆ ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ"
@@ -1257,7 +1257,7 @@ msgstr "ಕೋಶಕ್ಕೆ ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಿ
msgid "Can't copy directory over directory"
msgstr "ಕೋಶವನ್ನು ಕೋಶಕ್ಕೆ ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ"
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "ಸೂಚಿತ ಕಡತವು ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ"
@@ -1267,26 +1267,26 @@ msgstr "ಸೂಚಿತ ಕಡತವು ಅಸ್ತಿತ್ವದಲ್ಲಿ
msgid "Can't recursively copy directory"
msgstr "ಕೋಶವನ್ನು ಪುನರಾವರ್ತಿತವಾಗಿ ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ"
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "ಅಮಾನ್ಯವಾದ ಸಿಮ್‍ಲಿಂಕ್ ಮೌಲ್ಯವನ್ನು ಒದಗಿಸಲಾಗಿದೆ"
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "ಟ್ರ್ಯಾಶ್ ಬೆಂಬಲಿತವಾಗಿಲ್ಲ"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ಕಡತದ ಹೆಸರುಗಳು '%c' ಅನ್ನು ಹೊಂದುವಂತಿಲ್ಲ"
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "ಪರಿಮಾಣವು ಆರೋಹಿಸುವುದನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ"
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "ಈ ಪುಟವನ್ನು ನಿಭಾಯಿಸಲು ಯಾವುದೆ ಅನ್ವಯವು ಅನುಸ್ಥಾಪಿತಗೊಂಡಿಲ್ಲ"
@@ -1297,12 +1297,12 @@ msgid "Enumerator is closed"
msgstr "ಎನ್ಯುಮರೇಟರ್ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ"
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "ಕಡತ ಎನ್ಯುಮರೇಟರಿನಲ್ಲಿ ಕಾರ್ಯವು ಬಾಕಿ ಇದೆ"
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "ಕಡತ ಎನ್ಯುಮರೇಟರ್ ಈಗಾಗಲೆ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ"
@@ -1368,8 +1368,8 @@ msgstr "ಮೂಲ ಕಡತಕೋಶದ ಹೆಸರನ್ನು ಬದಲಾಯ
msgid "Can't rename file, filename already exist"
msgstr "ಕಡತದ ಹೆಸರನ್ನು ಬದಲಾಯಿಸಲಾಗಲಿಲ್ಲ, ಈ ಹೆಸರಿನ ಕಡತವು ಈಗಾಗಲೆ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ"
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
@@ -1390,69 +1390,69 @@ msgstr "ಕಡತವನ್ನು ತೆರೆಯುವಲ್ಲಿ ದೋಷ: %s
msgid "Can't open directory"
msgstr "ಕೋಶವನ್ನು ತೆರೆಯಲಾಗಿಲ್ಲ"
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "ಕಡತವನ್ನು ತೆಗೆದು ಹಾಕುವಲ್ಲಿ ದೋಷ: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "ಕಡತವನ್ನು ಕಸದ ಬುಟ್ಟಿಗೆ ವರ್ಗಾಯಿಸುವಲ್ಲಿ ದೋಷ: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "ಕಸದ ಬುಟ್ಟಿ ಕೋಶ %s ಅನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "ಕಸದ ಬುಟ್ಟಿಗಾಗಿ ಮೇಲ್ಮಟ್ಟದ ಕೋಶವನ್ನು ಪತ್ತೆಮಾಡಲಾಗಲಿಲ್ಲ"
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "ಕಸದ ಬುಟ್ಟಿ ಕೋಶವನ್ನು ಪತ್ತೆಮಾಡಲು ಅಥವ ರಚಿಸಲಾಗಿಲ್ಲ:"
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "ಟ್ರ್ಯಾಶಿಂಗ್ ಮಾಹಿತಿ ಕಡತವನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "ಕಡತವನ್ನು ಟ್ರ್ಯಾಶ್ ಮಾಡುವಲ್ಲಿ ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "ಸಾಂಕೇತಿಕ ಕೊಂಡಿಯನ್ನು ಮಾಡುವಲ್ಲಿ ದೋಷ: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "ಕಡತವನ್ನು ಸ್ಥಳಾಂತರಿಸುವಲ್ಲಿ ದೋಷ: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "ಕೋಶವನ್ನು ಇನ್ನೊಂದು ಕೋಶಕ್ಕೆ ಸ್ಥಳಾಂತರಿಸಲಾಗುವುದಿಲ್ಲ"
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "ಬ್ಯಾಕ್ ಕಡತವನ್ನು ನಿರ್ಮಿಸುವಲ್ಲಿ ವಿಫಲತೆ"
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "ಸೂಚಿತ ಕಡತವನ್ನು ತೆಗೆದು ಹಾಕುವಲ್ಲಿ ದೋಷ: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "ಎರಡು ಆರೋಹಣ ತಾಣಗಳ ನಡುವೆ ವರ್ಗಾಯಿಸುವುದು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ"
@@ -1477,62 +1477,62 @@ msgstr "ಅಮಾನ್ಯವಾದ ವಿಸ್ತರಿಸಲ್ಪಟ್ಟ
msgid "Error setting extended attribute '%s': %s"
msgstr "ವಿಸ್ತರಿಸಲ್ಪಟ್ಟ ವೈಶಿಷ್ಟ್ಯ '%s' ಅನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' ಕಡತವನ್ನು ವ್ಯಕ್ತಪಡಿಸುವಲ್ಲಿ ದೋಷ: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (ಅಮಾನ್ಯ ಸಂಕೇತಿಕರಣ)"
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "ಕಡತ ಡಿಸ್ಕ್ರಿಪ್ಟರನ್ನು ವ್ಯಕ್ತಪಡಿಸುವಲ್ಲಿ ದೋಷ: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (uint32 ಅನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು)"
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (uint64 ಅನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು)"
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (ಬೈಟ್ ಸಾಲನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು)"
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "ಅನುಮತಿಗಳನ್ನು ಹೊಂದಿಸುವಾಗ ದೋಷ: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "ಮಾಲಿಕನನ್ನು ಹೊಂದಿಸುವಾಗ ದೋಷ: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "ಸಾಂಕೇತಿಕಕೊಂಡಿಯು ಶೂನ್ಯವಾಗಿರುವಂತಿಲ್ಲ"
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "ಸಾಂಕೇತಿಕ ಕೊಂಡಿಯನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "ಸಾಂಕೇತಿಕ ಕೊಂಡಿಯನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ: ಕಡತವು ಒಂದು ಸಾಂಕೇತಿಕಕೊಂಡಿಯಾಗಿಲ್ಲ"
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s ವೈಶಿಷ್ಟ್ಯಗಳನ್ನು ಹೊಂದಿಸುವುದು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ"
@@ -1605,12 +1605,12 @@ msgstr "ಸೂಚಿತ ಕಡತವು ಒಂದು ಸಾಮಾನ್ಯ ಕ
msgid "The file was externally modified"
msgstr "ಕಡತವು ಹೊರಗಿನಿಂದ ಮಾರ್ಪಡಿಸಲ್ಪಟ್ಟಿದೆ"
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "ಅಮಾನ್ಯವಾದ GSeekType ಅನ್ನು ಒದಗಿಸಲಾಗಿದೆ"
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "ಅಮಾನ್ಯವಾದ ಕೋರಿಕೆ"
@@ -1620,17 +1620,17 @@ msgstr "ಅಮಾನ್ಯವಾದ ಕೋರಿಕೆ"
msgid "Cannot truncate GMemoryInputStream"
msgstr "GMemoryInputStream ಅನ್ನು ಕಡಿತಗೊಳಿಸಲಾಗಿಲ್ಲ"
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "ಗರಿಷ್ಟ ದತ್ತಾಂಶ ಅರೆ(array) ಮಿತಿಯನ್ನು ತಲುಪಿದೆ"
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "ಮೆಮೊರಿ ಪ್ರದಾನ ಸ್ಟ್ರೀಮ್ ಪುನರ್ ಗಾತ್ರಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ"
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "ಮೆಮೊರಿ ಪ್ರದಾನ ಸ್ಟ್ರೀಮ್ ಅನ್ನು ಪುನರ್ ಗಾತ್ರಿಸುವಲ್ಲಿ ವಿಫಲತೆ ಉಂಟಾಗಿದೆ"
@@ -1707,7 +1707,7 @@ msgstr "ಯುನಿಕ್ಸ್‍ನಿಂದ ಓದುವಲ್ಲಿ ದೋ
msgid "Error closing unix: %s"
msgstr "ಯುನಿಕ್ಸ್ ಅನ್ನು ಮುಚ್ಚುವಲ್ಲಿ ದೋಷ: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "ಕಡತವ್ಯವಸ್ಥೆ ಮೂಲ"
diff --git a/po/ko.po b/po/ko.po
index b05b6a418..a04f45bb6 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-30 09:28+0900\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-03-30 09:29+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: GNOME Korea <gnome-kr-hackers@lists.kldp.net>\n"
@@ -17,300 +17,299 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "예상치 못하게 '%2$s' 엘리먼트에 '%1$s' 애트리뷰트가 있습니다"
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "'%2$s' 엘리먼트에 '%1$s' 애트리뷰트가 없습니다"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "예상치 못하게 '%s' 태그가 있습니다. '%s' 태그가 있어야 합니다"
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "예상치 못하게 '%2$s' 안에 '%1$s' 태그가 있습니다"
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "데이터 디렉토리에 올바른 북마크 파일이 없습니다"
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "'%s' URL에 대한 북마크가 이미 있습니다"
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "'%s' URL에 대한 북마크가 없습니다"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "'%s' URL에 대한 북마크에 MIME 타입이 없습니다"
-#: ../glib/gbookmarkfile.c:2444
+#: glib/gbookmarkfile.c:2444
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "'%s' URL에 대한 북마크에 개인 플래그가 없습니다"
-#: ../glib/gbookmarkfile.c:2823
+#: glib/gbookmarkfile.c:2823
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "'%s' URL에 대한 북마크에 그룹이 설정되어 있지 않습니다"
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "이름이 '%s'인 어떤 프로그램도 '%s'에 대한 북마크를 등록하지 않았습니다"
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "URI '%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:2215 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
#, c-format
msgid "Invalid byte sequence in conversion input"
msgstr "변환 입력에서 잘못된 바이트 순서"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "변환중 오류: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
#, c-format
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 "코드셋 '%2$s'에서 대체하는 '%1$s'(으)로 변환 못함"
-#: ../glib/gconvert.c:1734
+#: glib/gconvert.c:1734
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s'은(는) \"file\" 스키마를 사용하는 절대 경로 URI가 아닙니다"
-#: ../glib/gconvert.c:1744
+#: glib/gconvert.c:1744
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "로컬 파일 URI '%s'에는 '#'이 들어갈 수 없습니다"
-#: ../glib/gconvert.c:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s'이(가) 잘못되었습니다"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI '%s'의 호스트 이름이 잘못되었습니다"
-#: ../glib/gconvert.c:1789
+#: glib/gconvert.c:1789
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s'은(는) 잘못된 이스케이프 문자가 들어 있습니다"
-#: ../glib/gconvert.c:1884
+#: glib/gconvert.c:1884
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "경로이름 '%s'은(는) 절대 경로가 아닙니다"
-#: ../glib/gconvert.c:1894
+#: glib/gconvert.c:1894
#, c-format
msgid "Invalid hostname"
msgstr "잘못된 호스트 이름"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "디렉토리 '%s' 여는 중 오류 : %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "파일 \"%2$s\"을(를) 읽은 %1$lu 바이트를 할당할 수 없습니다"
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "파일 '%s'을(를) 읽는 중 오류: %s"
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "파일 '%s'에서 읽기 실패 : %s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "파일 '%s' 열기 실패 : %s"
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "파일 '%s'의 속성을 가져오기 실패 : fstat() 실패: %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "파일 '%s' 열기 실패: fdopen() 실패: %s"
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "파일 '%s'의 이름을 '%s'(으)로 바꾸는 데 실패: g_rename() 실패: %s"
-#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "파일 '%s' 만들기 실패: %s"
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "파일 '%s' 쓰기 용도로 열기 실패: fdopen() 실패: %s"
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:971
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "파일 '%s' 쓰기 실패: fwrite() 실패: %s"
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "파일 '%s' 닫기 실패: fclose() 실패: %s"
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "기존의 '%s' 파일을 지울 수 없습니다: g_unlink() 실패: %s"
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "템플리트 '%s'이(가) 잘못되었습니다, '%s'이(가) 들어 있으면 안 됩니다"
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "템플리트 '%s'에 XXXXXX가 없습니다"
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u 바이트"
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "심볼릭 링크 '%s' 읽기 실패: %s"
-#: ../glib/gfileutils.c:1908
+#: glib/gfileutils.c:1908
#, c-format
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
#, c-format
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:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "읽기 버퍼에서 변환되지 않은 데이터를 남겨둠"
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
#, c-format
msgid "Channel terminates in a partial character"
msgstr "일부 문자에서 채널 끝냄"
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_endi로 raw 읽기를 할 수 없습니다"
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "파일 '%s' 열기 실패: dopen() 실패: %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:234 ../glib/gmarkup.c:250
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "%d째 줄 %d 문자에서 오류: "
-#: ../glib/gmarkup.c:344
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "%d째 줄에서 오류: %s"
-#: ../glib/gmarkup.c:448
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
@@ -318,7 +317,7 @@ msgstr ""
"&apos; 입니다"
# FIXME: "escape"라는 동사를 번역?
-#: ../glib/gmarkup.c:458
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -329,18 +328,18 @@ msgstr ""
"작합니다. 이 & 기호가 엔티티에 사용되는 것이 아닌 경우에는, &amp; 라고 쓰십"
"시오"
-#: ../glib/gmarkup.c:492
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "문자 '%s'은(는) 엔티티 이름에서 올바르지 않습니다"
-#: ../glib/gmarkup.c:529
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "엔티티 이름 '%s'이(가) 알려져 있지 않습니다"
# FIXME: "escape"라는 동사를 번역?
-#: ../glib/gmarkup.c:540
+#: glib/gmarkup.c:540
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;"
@@ -349,7 +348,7 @@ msgstr ""
"고 하지 않은 곳에서 & 기호를 사용한 경우일 것입니다 - 이런 경우 &amp; 라고쓰"
"십시오"
-#: ../glib/gmarkup.c:593
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -358,16 +357,16 @@ msgstr ""
"'%-.*s'의 구문 해석에 실패했습니다. 문자 참조에는 숫자를 써야 합니다 (예를 "
"들어 &#234;) - 숫자가 너무 클 수도 있습니다"
-#: ../glib/gmarkup.c:618
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "문자 참조 '%-*s'에 대응되는 문자는 허용되지 않습니다"
-#: ../glib/gmarkup.c:633
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "문자 참조가 비어 있습니다; &#454;처럼 숫자를 써야 합니다"
-#: ../glib/gmarkup.c:643
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -377,32 +376,32 @@ msgstr ""
"려고 하지 않은 곳에서 & 기호를 사용한 경우일 것입니다 - 이런 경우 &amp; 라고"
"쓰십시오"
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "엔티티 참조가 미완성입니다"
-#: ../glib/gmarkup.c:735
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "문자 참조가 미완성입니다"
-#: ../glib/gmarkup.c:978
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "잘못된 UTF-8 인코딩된 텍스트 - 너무 시퀀스가 깁니다"
-#: ../glib/gmarkup.c:1006
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "잘못된 UTF-8 인코딩된 텍스트 - 시작 문자가 아닙니다"
-#: ../glib/gmarkup.c:1042
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "잘못된 UTF-8 인코딩된 텍스트 - '%s' 부분이 올바르지 않습니다"
-#: ../glib/gmarkup.c:1080
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "문서는 엘리먼트로 시작하여야 합니다 (예 <book>)"
-#: ../glib/gmarkup.c:1120
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -411,7 +410,7 @@ msgstr ""
"'%s'은(는) '<' 문자 다음에 쓸 수 없습니다; 이 문자로는 엘리먼트 이름을 시작"
"할 수 없습니다"
-#: ../glib/gmarkup.c:1184
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -419,7 +418,7 @@ msgid ""
msgstr ""
"이상한 문자 '%s'. 엘리먼트 '%s'의 시작태그를 끝내는 '>'가 나타나야 합니다"
-#: ../glib/gmarkup.c:1273
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -427,7 +426,7 @@ msgstr ""
"이상한 문자 '%1$s'. 엘리먼트 '%3$s'의 애트리뷰트 이름 '%2$s' 다음에 '='이 나"
"타나야 합니다"
-#: ../glib/gmarkup.c:1315
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -438,7 +437,7 @@ msgstr ""
"나, 애트리뷰트가 나와야 합니다; 아마도 애트리뷰트 이름에 잘못된 문자를 쓴 경"
"우일 것입니다"
-#: ../glib/gmarkup.c:1401
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -447,7 +446,7 @@ msgstr ""
"이상한 문자 '%1$s'. 엘리먼트 '%3$s'의 애트리뷰트 '%2$s'의 값을 부여할 때 = "
"기호 다음에 따옴표가 나타나야 합니다"
-#: ../glib/gmarkup.c:1543
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -456,7 +455,7 @@ msgstr ""
"'%s'은(는) '</' 다음에 쓸 수 있는 문자가 아닙니다; '%s'은(는) 엘리먼트 이름"
"을 시작할 수 없습니다"
-#: ../glib/gmarkup.c:1583
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -465,25 +464,25 @@ msgstr ""
"'%s'은(는) 엘리먼트 '%s'을(를) 닫은 다음에 쓸 수 있는 문자가 아닙니다; '>' 문"
"자를 쓸 수 있습니다"
-#: ../glib/gmarkup.c:1594
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' 엘리먼트는 닫혔고, 현재 아무 엘리먼트도 열려 있지 않습니다"
-#: ../glib/gmarkup.c:1603
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' 엘리먼트는 닫혔고, 현재 열려 있는 엘리먼트는 '%s'입니다"
-#: ../glib/gmarkup.c:1763
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "문서가 비어있거나 공백문자만 들어 있습니다"
-#: ../glib/gmarkup.c:1777
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "'<' 바로 다음에 문서가 갑작스럽게 끝났습니다"
-#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -492,7 +491,7 @@ msgstr ""
"엘리먼트가 열려 있는 상태로 문서가 갑작스럽게 끝났습니다 - 마지막에 열려 있"
"던 엘리먼트는 '%s'입니다"
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -500,19 +499,19 @@ msgid ""
msgstr ""
"문서가 갑작스럽게 끝났습니다. <%s/> 태그를 끝내는 > 기호가 나타나야 합니다"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "엘리먼트 이름에서 문서가 갑작스럽게 끝났습니다"
-#: ../glib/gmarkup.c:1805
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "에트리뷰트 이름에서 문서가 갑작스럽게 끝났습니다"
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "엘리먼트의 열기 태그 안에서 문서가 갑작스럽게 끝났습니다."
-#: ../glib/gmarkup.c:1816
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -520,403 +519,401 @@ msgstr ""
"애트리뷰트 이름 다음의 = 기호 다음에서 문서가 갑작스럽게 끝났습니다; 애트리뷰"
"트 값이 없습니다"
-#: ../glib/gmarkup.c:1823
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "애트리뷰트 값 안에서 문서가 갑작스럽게 끝났습니다"
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "엘리먼트 '%s'의 닫기 태그 안에서 문서가 갑작스럽게 끝났습니다"
# FIXME: processing instruction?
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
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:1962
+#: glib/gregex.c:154 gio/glocalfile.c:1963
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 혹은 (?[+-]digits 다음에는 ) 괄호가 와야 합니다"
-#: ../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 "조건문 그룹에 브랜치가 2개보다 많이 들어 있습니다"
-#: ../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 "이름 있는 2개의 서브 패턴의 이름이 같습니다"
-#: ../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 그룹에 브랜치가 여러 개 들어 있습니다"
-#: ../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 라이브러리가 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 "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\" 대체 문자열을 읽는 중 %lu번째 문자에서 오류가 발생했습니다: %s"
# g_shell_unquote()에 쓰임. shell의 quoted text를 raw string으로 바꾸는 기능
# FIXME: "quoted"라는 말을 어떻게 해야 할 것인가?
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "따옴표된 텍스트가 따옴표로 시작하지 않습니다"
# FIXME: 위 참조, "quoted"
-#: ../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
#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "텍스트가 비어 있음 (또는 공백만 들어 있음)"
-#: ../glib/gspawn-win32.c:279
+#: glib/gspawn-win32.c:279
#, c-format
msgid "Failed to read data from child process"
msgstr "자식 프로세스에서 데이터 읽기 실패"
-#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "자식 프로세스와 통신을 위한 파이프를 만드는 중 실패 (%s)"
-#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "자식 파이프로 부터 읽기 실패 (%s)"
-#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "디렉토리 '%s'(으)로 바꾸기 실패 (%s)"
-#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "자식 프로세스 실행 실패 (%s)"
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "잘못된 프로그램 이름: %s"
-#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "인자에서 잘못된 문자열, %d: %s"
-#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, c-format
msgid "Invalid string in environment: %s"
msgstr "환경에서 잘못된 문자열: %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, c-format
msgid "Invalid working directory: %s"
msgstr "잘못된 현재 디렉토리: %s"
-#: ../glib/gspawn-win32.c:787
+#: glib/gspawn-win32.c:787
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "도움 프로그램 실행 실패 (%s)"
-#: ../glib/gspawn-win32.c:1002
+#: glib/gspawn-win32.c:1002
#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -925,143 +922,143 @@ msgstr ""
"자식 프로세스에서 데이터를 읽는중 g_io_channel_win32_poll()에서 기대되지않은 "
"오류"
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "자식 프로세스 에서 데이터를 읽기 실패 (%s)"
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"자식 프로세스 에서 데이터를 읽는 중 select()에서 예상되지 않은 오류 (%s)"
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "waitpid()에서 예상되지 않은 오류 (%s)"
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
#, c-format
msgid "Failed to fork (%s)"
msgstr "포크 실패(%s)"
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "자식 프로세스 \"%s\"을(를) 실행하기 실패 (%s)"
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "자식 프로세스 (%s)의 입력 또는 출력의 리다이렉트 실패"
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "자식 프로세스 (%s)를 생성 실패"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "자식 프로세스 \"%s\"을(를) 실행하는 중 알 수 없는 오류"
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "자식 pid 파이프에서 필요한 데이타를 읽는 데 실패했습니다 (%s)"
-#: ../glib/gutf8.c:1030
+#: glib/gutf8.c:1030
#, c-format
msgid "Character out of range for UTF-8"
msgstr "UTF-8 범위 밖의 문자"
-#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
#, c-format
msgid "Invalid sequence in conversion input"
msgstr "변환 입력에서 잘못된 순서"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
#, c-format
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
#, c-format
msgid "Valid key file could not be found in search dirs"
msgstr "찾기 디렉토리 안에 올바른 키 파일이 없습니다"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
#, c-format
msgid "Not a regular file"
msgstr "일반 파일이 아닙니다"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
#, c-format
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"
@@ -1069,177 +1066,173 @@ 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
#, c-format
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:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, c-format
msgid "Key file does not have group '%s'"
msgstr "키 파일에 '%s' 그룹이 없습니다"
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
#, c-format
msgid "Key file does not have key '%s'"
msgstr "키 파일에 '%s' 키가 없습니다"
-#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "키 파일에 있는 '%s' 키와 '%s' 값은 UTF-8이 아닙니다"
-#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "키 파일에 있는 '%s' 키의 값을 해석할 수 없습니다."
-#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
"interpreted."
msgstr "키 파일에 있는 '%2$s' 그룹의 '%1$s' 키의 값을 해석할 수 없습니다."
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "키 파일에 있는 '%2$s' 그룹의 '%1$s' 키가 없습니다"
-#: ../glib/gkeyfile.c:3471
+#: glib/gkeyfile.c:3471
#, c-format
msgid "Key file contains escape character at end of line"
msgstr "키 파일의 줄 끝에 이스케이프 문자가 있습니다"
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3493
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "키 파일에 잘못된 이스케이프 시퀀스 '%s'이(가) 들어 있습니다"
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "값 '%s'을(를) 숫자로 해석할 수 없습니다."
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
#, c-format
msgid "Integer value '%s' out of range"
msgstr "정수 값 '%s'이(가) 범위를 벗어났습니다"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "값 '%s'을(를) 단정도 실수로 해석할 수 없습니다."
-#: ../glib/gkeyfile.c:3706
+#: glib/gkeyfile.c:3706
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "값 '%s'을(를) 불리언 값으로 해석할 수 없습니다."
-#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, c-format
msgid "Too large count value passed to %s"
msgstr "%s에 넘긴 카운트 값이 너무 큽니다"
-#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
#, c-format
msgid "Stream is already closed"
msgstr "스트림을 이미 닫았습니다"
-#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1955
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "동작이 취소되었습니다"
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
msgid "Unknown type"
msgstr "알 수 없는 종류"
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr "%s 파일종류"
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "%s 종류"
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
#, c-format
msgid "Unexpected early end-of-stream"
msgstr "예기치 않게 일찍 스트림이 끝났습니다"
-#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "이름없음"
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
#, c-format
msgid "Desktop file didn't specify Exec field"
msgstr "desktop 파일에 Exec 필드를 지정하지 않았습니다"
-#: ../gio/gdesktopappinfo.c:882
+#: gio/gdesktopappinfo.c:882
#, c-format
msgid "Unable to find terminal required for application"
msgstr "프로그램에 필요한 터미널을 찾을 수 없습니다"
-#: ../gio/gdesktopappinfo.c:1114
+#: gio/gdesktopappinfo.c:1114
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "사용자 프로그램 설정 폴더(%s)를 만들 수 없습니다: %s"
-#: ../gio/gdesktopappinfo.c:1118
+#: gio/gdesktopappinfo.c:1118
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "사용자 MIME 설정 폴더(%s)를 만들 수 없습니다: %s"
-#: ../gio/gdesktopappinfo.c:1457
+#: gio/gdesktopappinfo.c:1457
#, c-format
msgid "Can't create user desktop file %s"
msgstr "%s 사용자 desktop 파일을 만들 수 없습니다"
-#: ../gio/gdesktopappinfo.c:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr "%s에 대한 사용자 설정 정의"
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr "드라이브가 eject를 구현하지 않았습니다"
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
msgid "drive doesn't implement polling for media"
msgstr "드라이브가 미디어의 폴링을 구현하지 않았습니다"
-#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556 ../gio/gfile.c:2612 ../gio/gfile.c:2657
-#: ../gio/gfile.c:2707 ../gio/gfile.c:2747 ../gio/gfile.c:3071
-#: ../gio/gfile.c:3473 ../gio/gfile.c:3556 ../gio/gfile.c:3639
-#: ../gio/gfile.c:3719
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "동작을 지원하지 않습니다"
@@ -1252,93 +1245,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
#, c-format
msgid "Containing mount does not exist"
msgstr "들어 있는 마운트가 없습니다"
-#: ../gio/gfile.c:1895 ../gio/glocalfile.c:2105
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "디렉토리를 덮어 써서 복사할 수 없습니다"
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
#, c-format
msgid "Can't copy directory over directory"
msgstr "디렉토리를 덮어 써서 디렉토리를 복사할 수 없습니다"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2114
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "대상 파일이 있습니다"
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
#, c-format
msgid "Can't recursively copy directory"
msgstr "디렉토리를 재귀적으로 복사할 수 없습니다"
-#: ../gio/gfile.c:2697
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "잘못된 심볼릭 링크 값이 주어졌습니다"
-#: ../gio/gfile.c:2790
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "휴지통을 지원하지 않습니다"
-#: ../gio/gfile.c:2837
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "파일 이름에 '%c' 문자가 들어갈 수 없습니다"
-#: ../gio/gfile.c:4770 ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "볼륨이 mount를 구현하지 않았습니다"
-#: ../gio/gfile.c:4878
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "이 파일을 처리하는 프로그램을 아무 것도 등록하지 않았습니다"
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
#, c-format
msgid "Enumerator is closed"
msgstr "이뉴머레이터를 이미 닫았습니다 "
-#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "파일 이뉴머레이터에 진행 중인 동작이 있습니다"
-#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "파일 이뉴머레이터를 이미 닫았습니다"
-#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
#, c-format
msgid "Stream doesn't support query_info"
msgstr "스트림이 query_info를 지원하지 않습니다"
-#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
#, c-format
msgid "Seek not supported on stream"
msgstr "스트림에서 seek를 지원하지 않습니다"
-#: ../gio/gfileinputstream.c:380
+#: gio/gfileinputstream.c:380
#, c-format
msgid "Truncate not allowed on input stream"
msgstr "입력 스트림이 truncate를 허용하지 않습니다"
-#: ../gio/gfileoutputstream.c:457
+#: gio/gfileoutputstream.c:457
#, c-format
msgid "Truncate not supported on stream"
msgstr "스트림에서 truncate를 지원하지 않습니다"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
#, c-format
msgid "Input stream doesn't implement read"
msgstr "입력 스트림이 read를 구현하지 않았습니다"
@@ -1349,299 +1342,299 @@ msgstr "입력 스트림이 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:904 ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
#, c-format
msgid "Stream has outstanding operation"
msgstr "스트림에 진행 중인 동작이 있습니다"
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
#, c-format
msgid "Unable to find default local directory monitor type"
msgstr "기본 로컬 디렉토리 모니터 종류를 찾을 수 없습니다"
-#: ../gio/glocalfile.c:599
+#: gio/glocalfile.c:599
#, c-format
msgid "Invalid filename %s"
msgstr "잘못된 파일 이름 %s"
-#: ../gio/glocalfile.c:962
+#: gio/glocalfile.c:962
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "파일 시스템 정보를 가져오는 중 오류: %s"
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
#, c-format
msgid "Can't rename root directory"
msgstr "루트 디렉토리의 이름을 바꿀 수 없습니다"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "파일 이름을 바꿀 수 없습니다. 파일이 이미 있습니다"
-#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2013
-#: ../gio/glocalfile.c:2167 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "잘못된 파일 이름"
-#: ../gio/glocalfile.c:1125
+#: gio/glocalfile.c:1125
#, c-format
msgid "Error renaming file: %s"
msgstr "파일 이름 바꾸기 오류: %s"
-#: ../gio/glocalfile.c:1244
+#: gio/glocalfile.c:1244
#, c-format
msgid "Error opening file: %s"
msgstr "파일 열기 오류: %s"
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
#, c-format
msgid "Can't open directory"
msgstr "디렉토리를 열 수 없습니다"
-#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1988
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "파일 지우기 오류: %s"
-#: ../gio/glocalfile.c:1677
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "파일 버리기 오류: %s"
-#: ../gio/glocalfile.c:1700
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "휴지통 디렉토리(%s)를 만들 수 없습니다: %s"
-#: ../gio/glocalfile.c:1721
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "휴지통의 상위 디렉토리를 찾을 수 없습니다"
-#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "휴지통 디렉토리를 찾을 수 없거나 만들 수 없습니다"
-#: ../gio/glocalfile.c:1854
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "휴지통 정보 파일을 만들 수 없습니다: %s"
-#: ../gio/glocalfile.c:1879 ../gio/glocalfile.c:1954 ../gio/glocalfile.c:1961
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "파일을 버릴 수 없습니다: %s"
-#: ../gio/glocalfile.c:2017
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "심볼릭 링크를 만드는 데 오류: %s"
-#: ../gio/glocalfile.c:2077 ../gio/glocalfile.c:2171
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "파일 옮기는 데 오류: %s"
-#: ../gio/glocalfile.c:2100
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "디렉토리를 덮어 써서 디렉토리를 옮길 수 없습니다"
-#: ../gio/glocalfile.c:2127 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "백업 파일 만들기가 실패했습니다"
-#: ../gio/glocalfile.c:2146
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "대상 파일을 지우는 데 오류: %s"
-#: ../gio/glocalfile.c:2160
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "다른 마운트 사이에 옮기기는 지원하지 않습니다"
-#: ../gio/glocalfileinfo.c:709
+#: gio/glocalfileinfo.c:709
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "애트리뷰트 값은 NULL이 아니어야 합니다"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "잘못된 애트리뷰트 종류 (문자열 필요)"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid extended attribute name"
msgstr "잘못된 확장 에트리뷰트 이름"
-#: ../gio/glocalfileinfo.c:763
+#: gio/glocalfileinfo.c:763
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "확장 애트리뷰트 '%s' 설정 중 오류: %s"
-#: ../gio/glocalfileinfo.c:1402 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' 파일의 정보를 읽는 중 오류: %s"
-#: ../gio/glocalfileinfo.c:1458
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (잘못된 인코딩)"
-#: ../gio/glocalfileinfo.c:1618
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "파일 디스크립터 정보를 읽는 중 오류: %s"
-#: ../gio/glocalfileinfo.c:1663
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "잘못된 애트리뷰트 종류 (uint32 필요)"
-#: ../gio/glocalfileinfo.c:1680
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "잘못된 애트리뷰트 종류 (uint64 필요)"
-#: ../gio/glocalfileinfo.c:1698
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "잘못된 애트리뷰트 종류 (바이트 문자열 필요)"
-#: ../gio/glocalfileinfo.c:1724
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "권한 설정 중 오류: %s"
-#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1943
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "소유자 설정 중 오류: %s"
-#: ../gio/glocalfileinfo.c:1798
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "심볼릭 링크는 NULL이 아니어야 합니다"
-#: ../gio/glocalfileinfo.c:1808 ../gio/glocalfileinfo.c:1827
-#: ../gio/glocalfileinfo.c:1838
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "심볼릭 링크 설정 중 오류: %s"
-#: ../gio/glocalfileinfo.c:1817
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "심볼릭 링크 설정 중 오류: 파일이 심볼릭 링크가 아닙니다"
-#: ../gio/glocalfileinfo.c:1998
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s 애트리뷰트 설정은 지원하지 않습니다"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
#, 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:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
+#: gio/glocalfileoutputstream.c:854
#, 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:279
#, c-format
msgid "Error closing file: %s"
msgstr "파일을 닫는 중 오류: %s"
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
#, c-format
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:591
#, c-format
msgid "Error writing to file: %s"
msgstr "파일에 쓰는 중 오류: %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:213
#, c-format
msgid "Error removing old backup link: %s"
msgstr "예전 백업 링크를 지우는 중 오류: %s"
-#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
#, c-format
msgid "Error creating backup copy: %s"
msgstr "백업 사본을 만드는 중 오류: %s"
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:258
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "임시 파일의 이름을 바꾸는 오류: %s"
-#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
#, 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:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, c-format
msgid "Error opening file '%s': %s"
msgstr "'%s' 파일을 여는 중 오류: %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:679
#, c-format
msgid "Target file is a directory"
msgstr "대상 파일이 디렉토리입니다"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
#, c-format
msgid "Target file is not a regular file"
msgstr "대상 파일이 일반 파일이 아닙니다"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
#, c-format
msgid "The file was externally modified"
msgstr "파일이 외부에서 바뀌었습니다"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "잘못된 GSeekType이 주어졌습니다"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "잘못된 seek 요청"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr "GMemoryInputStream은 자를 수 없습니다"
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "최대 데이터 배열 한계에 도달했습니다"
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "메모리 출력 스트림은 크기를 바꿀 수 없습니다"
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "출력 스트림의 크기를 바꾸는 데 실패했습니다"
@@ -1649,55 +1642,55 @@ msgstr "출력 스트림의 크기를 바꾸는 데 실패했습니다"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:344
+#: gio/gmount.c:344
msgid "mount doesn't implement unmount"
msgstr "마운트가 unmount를 구현하지 않았습니다"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:419
+#: gio/gmount.c:419
msgid "mount doesn't implement eject"
msgstr "마운트가 eject를 구현하지 않았습니다"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:501
+#: gio/gmount.c:501
msgid "mount doesn't implement remount"
msgstr "마운트가 remount를 구현하지 않았습니다"
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
#, c-format
msgid "Output stream doesn't implement write"
msgstr "출력 스트림이 write를 구현하지 않았습니다"
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
#, c-format
msgid "Source stream is already closed"
msgstr "원본 스트림을 이미 닫았습니다"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr "이름"
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
msgid "The name of the icon"
msgstr "아이콘의 이름"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr "이름 목록"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr "아이콘 이름이 들어 있는 배열"
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr "기본값 대체 사용"
-#: ../gio/gthemedicon.c:245
+#: gio/gthemedicon.c:245
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1705,65 +1698,65 @@ msgstr ""
"이름의 '-' 문자로 줄인 기본값 대체 이름을 사용할 지 여부. 이름이 여러 개 주어"
"진 경우, 처음 나오는 처음 이름 다음은 무시합니다."
-#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "유닉스 소켓을 읽는 중 오류: %s"
-#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, 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:190 ../gio/gunixoutputstream.c:211
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, c-format
msgid "Error writing to unix: %s"
msgstr "유닉스 소켓에 쓰는 중 오류: %s"
-#: ../gio/gvolume.c:423
+#: gio/gvolume.c:423
msgid "volume doesn't implement eject"
msgstr "볼륨이 eject를 구현하지 않았습니다"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
#, c-format
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
#, c-format
msgid "URIs not supported"
msgstr "URI를 지원하지 않습니다"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
#, c-format
msgid "association changes not supported on win32"
msgstr "연결 프로그램 바꾸기는 win32에서 지원하지 않습니다"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
#, c-format
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/ku.po b/po/ku.po
index b01827b14..649215bce 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -299,22 +299,22 @@ msgstr ""
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr ""
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Di rêza %d tîpa %d de çewtî: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Di rêza %d de çewtî: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -322,91 +322,91 @@ msgid ""
"it as &amp;"
msgstr ""
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr ""
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr ""
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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 ""
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, 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 ""
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
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 ""
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr ""
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr ""
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr ""
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr ""
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr ""
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -414,87 +414,87 @@ msgid ""
"character in an attribute name"
msgstr ""
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, 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 ""
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr ""
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr ""
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -518,7 +518,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1114,7 +1114,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1182,9 +1182,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr ""
@@ -1203,7 +1203,7 @@ msgstr ""
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1213,7 +1213,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1223,26 +1223,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1253,12 +1253,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1324,8 +1324,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1346,69 +1346,69 @@ msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr ""
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Vekirina dosiya '%s' serneket: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Vekirina dosiya '%s' serneket: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Di rêza %d de çewtî: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1433,62 +1433,62 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Di rêza %d de çewtî: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Di rêza %d de çewtî: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
@@ -1561,12 +1561,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Navê bernameyê nederbasdar e: %s"
@@ -1576,17 +1576,17 @@ msgstr "Navê bernameyê nederbasdar e: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1660,7 +1660,7 @@ msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
msgid "Error closing unix: %s"
msgstr "Di rêza %d de çewtî: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/lt.po b/po/lt.po
index 5f499b254..73c08ab65 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-03-11 12:44+0200\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-03-11 12:44+0200\n"
"Last-Translator: Žygimantas Beručka <zygis@gnome.org>\n"
"Language-Team: Lithuanian <gnome-lt@lists.akl.lt>\n"
@@ -21,223 +21,223 @@ msgstr ""
"100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: KBabel 1.11.4\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Netikėtas požymis „%s“ elementui „%s“"
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Elemento „%2$s“ požymis „%1$s“ nerastas"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Netikėta žymė „%s“, tikėtasi žymės „%s“"
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Netikėta žymė „%s“ viduje „%s“"
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "Duomenų aplankuose nerasta tinkamo žymelių failo"
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI „%s“ žymelė jau egzistuoja"
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Žymelė URI „%s“ nerasta"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, 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:2444
+#: glib/gbookmarkfile.c:2444
#, 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:2823
+#: glib/gbookmarkfile.c:2823
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI „%s“ žymelėje nenurodyta jokia grupė"
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Nėra programos pavadinimu „%s“ registravusios „%s“ žymelę"
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, 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:2215 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
#, c-format
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:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "Klaida keitimo metu: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
#, c-format
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:1734
+#: glib/gconvert.c:1734
#, 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:1744
+#: glib/gconvert.c:1744
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Vietinio failo adresas „%s“ negali turėti simbolio „#“"
-#: ../glib/gconvert.c:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "Adresas „%s“ yra klaidingas"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Kompiuterio vardas „%s“ adrese yra klaidingas"
-#: ../glib/gconvert.c:1789
+#: glib/gconvert.c:1789
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Adrese „%s“ yra klaidingai perkoduoti symboliai"
-#: ../glib/gconvert.c:1884
+#: glib/gconvert.c:1884
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Kelias „%s“ nėra absoliutus"
-#: ../glib/gconvert.c:1894
+#: glib/gconvert.c:1894
#, c-format
msgid "Invalid hostname"
msgstr "Klaidingas kompiuterio vardas"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Klaida atidarant aplanką „%s“: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "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:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Nepavyko perskaityti failo „%s“: %s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Nepavyko atverti failo „%s“: %s"
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Nepavyko gauti failo „%s“ požymių: fstat() klaida: %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Nepavyko atverti failo „%s“: fdopen() klaida: %s"
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
#, 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:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Nepavyko sukurti failo „%s“: %s"
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, 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:971
+#: glib/gfileutils.c:971
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Nepavyko įrašyti failo „%s“: fwrite() klaida: %s"
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Nepavyko užverti failo „%s“: fclose() klaida: %s"
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
#, 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:1352
+#: glib/gfileutils.c:1352
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Šablonas „%s“ klaidingas, jame negali būti „%s“"
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Šablone „%s“ nėra XXXXXX"
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -245,85 +245,84 @@ msgstr[0] "%u baitas"
msgstr[1] "%u baitai"
msgstr[2] "%u baitų"
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Nepavyko perskaityti simbolinės nuorodos „%s“: %s"
-#: ../glib/gfileutils.c:1908
+#: glib/gfileutils.c:1908
#, c-format
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
#, c-format
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:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "Nepakeistų duomenų likučiai skaitymo buferyje"
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
#, c-format
msgid "Channel terminates in a partial character"
msgstr "Kanalas pasibaigia nepilnu simboliu"
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
#, c-format
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:228 ../glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Klaida eilutėje %d simbolyje %d: "
-#: ../glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Klaida eilutėje %d: %s"
-#: ../glib/gmarkup.c:442
+#: glib/gmarkup.c:448
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:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -334,17 +333,17 @@ msgstr ""
"elemento įvedimą; jei šis ampersendas nėra elemento pradžia, apeikite jį su "
"&amp;"
-#: ../glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Simbolis „%s“ nepriimtinas elemento varde"
-#: ../glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nežinomas elemento vardas „%s“"
-#: ../glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -352,7 +351,7 @@ msgstr ""
"Elementas nepasibaigė kabliataškiu; greičiausiai Jūs panaudojote ampersendo "
"simbolį nepradėdami elemento įvedimo - apeikite ampersendą įvesdami &amp;"
-#: ../glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -361,16 +360,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:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Simbolio aprašymas „%-.*s“ neatitinka leistinus simbolius"
-#: ../glib/gmarkup.c:627
+#: glib/gmarkup.c:633
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:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -380,32 +379,32 @@ msgstr ""
"ampersendo simbolį nepradėdami elemento įvedimo - apeikite ampersendą "
"įvesdami &amp;"
-#: ../glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Nebaigtas elemento aprašymas"
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Nebaigtas simbolio aprašymas"
-#: ../glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Klaidingai koduotas UTF-8 tekstas – per ilga seka"
-#: ../glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Klaidingai koduotas UTF-8 tekstas – ne pradžios simbolis"
-#: ../glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Klaidingai koduotas UTF-8 tekstas – netinkamas „%s“"
-#: ../glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentas turėtų prasidėti elementu (pvz. <book>)"
-#: ../glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -413,7 +412,7 @@ msgid ""
msgstr ""
"„%s“ negali būti rašomas po „<“ simbolio; jis nepradeda jokio elemento vardo"
-#: ../glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -422,7 +421,7 @@ msgstr ""
"Neįprastas simbolis „%s“, tikėtasi sulaukti „>“ simbolio, užbaigiančio "
"pradinį elementą „%s“"
-#: ../glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -430,7 +429,7 @@ msgstr ""
"Neįprastas simbolis „%1$s“, tikėtasi sulaukti „=“ po elemento „%3$s“ požymio "
"vardo „%2$s“"
-#: ../glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -441,7 +440,7 @@ msgstr ""
"užbaigiančių elementą „%s“, arba papildomo požymio; gal Jūs panaudojote "
"netinkama simbolį požymio varde"
-#: ../glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -450,7 +449,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:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -459,7 +458,7 @@ msgstr ""
"„%s“ negali būti rašomas po simbolių „</“; „%s“ negali būti kokio nors "
"elemento vardu"
-#: ../glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -468,29 +467,29 @@ msgstr ""
"„%s“ negali būti rašomas po uždarančio elemento vardo „%s“; leistinas "
"simbolis yra „>“"
-#: ../glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, 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:1597
+#: glib/gmarkup.c:1603
#, 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:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentas tuščias arba susideda tik iš tarpų"
-#: ../glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentas netikėtai pasibaigė tuoj po atidarančių skliaustų '<'"
-#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -499,7 +498,7 @@ msgstr ""
"Dokumentas netikėtai pasibaigė neuždarius dalies elementų - „%s“ yra "
"paskutinis atviras elementas"
-#: ../glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -508,19 +507,19 @@ msgstr ""
"Dokumentas netikėtai pasibaigė, nesulaukta uždarančių skliaustų simbolio <%s/"
">"
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentas netikėtai pasibaigė elemento varde"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentas netikėtai pasibaigė požymio varde"
-#: ../glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumentas netikėtai pasibaigė elemento atvėrimo žyme."
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -528,400 +527,398 @@ msgstr ""
"Dokumentas netikėtai pasibaigė lygybės simboliu einančio po požymio vardo; "
"nerasta požymio reikšmė"
-#: ../glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentas netikėtai pasibaigė požymio verte"
-#: ../glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, 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:1839
+#: glib/gmarkup.c:1845
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:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
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
#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "Tekstas buvo tuščias arba turėjo vien tik tarpo simbolius)"
-#: ../glib/gspawn-win32.c:279
+#: glib/gspawn-win32.c:279
#, c-format
msgid "Failed to read data from child process"
msgstr "Nepavyko gauti duomenų iš antrinio proceso"
-#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, 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:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Nepavyko perskaityti duomenų iš antrinio konvejerio (%s)"
-#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Nepavyko pakeisti į aplanką „%s“ (%s)"
-#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Nepavyko paleisti antrinio proceso (%s)"
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "Netinkamas programos pavadinimas: %s"
-#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Netinkama seka argumento vektoriuje, pozicijoje %d: %s"
-#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Netinka seka aplinkoje: %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, c-format
msgid "Invalid working directory: %s"
msgstr "Netinkamas darbinis aplankas: %s"
-#: ../glib/gspawn-win32.c:787
+#: glib/gspawn-win32.c:787
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Nepavyko paleisti pagalbinės programos (%s)"
-#: ../glib/gspawn-win32.c:1002
+#: glib/gspawn-win32.c:1002
#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -930,145 +927,145 @@ msgstr ""
"Netikėta klaida tarp g_io_channel_win32_poll() funkcijos duomenų skaitymo iš "
"antrinio proceso metu"
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Nepavyko gauti duomenis iš antrinio proceso (%s)"
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
#, 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:400
+#: glib/gspawn.c:400
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Netikėta klaida iš waitpid() (%s)"
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
#, c-format
msgid "Failed to fork (%s)"
msgstr "Nepavyko atskirti (%s)"
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Nepavyko paleisti antrinio proceso „%s“ (%s)"
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
#, 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:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Nepavyko atskirti antrinio proceso (%s)"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Nežinoma klaida vykdant antrinį procesą „%s“"
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, 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:1030
+#: glib/gutf8.c:1030
#, c-format
msgid "Character out of range for UTF-8"
msgstr "Simbolis neatitinka UTF-8 simbolių diapazono"
-#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
#, c-format
msgid "Invalid sequence in conversion input"
msgstr "Klaidinga seka keitimo įvestyje"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
#, c-format
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
#, c-format
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
#, c-format
msgid "Not a regular file"
msgstr "Nėra paprastas failas"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
#, c-format
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"
@@ -1076,50 +1073,50 @@ 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
#, c-format
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:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Raktų failas neturi grupės „%s“"
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Raktų failas neturi rakto „%s“"
-#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, 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:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, 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:2106 ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1128,129 +1125,125 @@ msgstr ""
"Raktų faile yra raktas „%s“ grupėje „%s“, kuriame yra reikšmė, kurios "
"negalima suprasti."
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, 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:3471
+#: glib/gkeyfile.c:3471
#, c-format
msgid "Key file contains escape character at end of line"
msgstr "Raktų faile, eilutės pabaigoje yra pabėgimo simbolis"
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3493
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Raktų faile yra klaidinga pabėgimo eilutė „%s“"
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Reikšmės „%s“ negalima interpretuoti kaip skaičiaus."
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Sveikoji reikšmė „%s“ viršija ribas"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
#, 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:3706
+#: glib/gkeyfile.c:3706
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Reikšmės „%s“ negalima interpretuoti kaip loginės."
-#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, c-format
msgid "Too large count value passed to %s"
msgstr "Per didelė skaičiavimo reikšmė perduota %s"
-#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
#, c-format
msgid "Stream is already closed"
msgstr "Srautas jau užvertas"
-#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1876
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Operacija nutraukta"
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
msgid "Unknown type"
msgstr "Nežinomas tipas"
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr "%s failo tipos"
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "%s tipas"
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
#, c-format
msgid "Unexpected early end-of-stream"
msgstr "Netikėta ankstyva srauto pabaiga"
-#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Nepavadinta"
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
#, c-format
msgid "Desktop file didn't specify Exec field"
msgstr "Darbalaukio failas nenurodė Exec lauko"
-#: ../gio/gdesktopappinfo.c:882
+#: gio/gdesktopappinfo.c:882
#, c-format
msgid "Unable to find terminal required for application"
msgstr "Nerastas terminalas, reikalingas programai"
-#: ../gio/gdesktopappinfo.c:1114
+#: gio/gdesktopappinfo.c:1114
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Nepavyko sukurti naudotojo nustatymų aplanko %s: %s"
-#: ../gio/gdesktopappinfo.c:1118
+#: gio/gdesktopappinfo.c:1118
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Nepavyko sukurti naudotojo MIME nustatymų aplanko %s: %s"
-#: ../gio/gdesktopappinfo.c:1457
+#: gio/gdesktopappinfo.c:1457
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Nepavyko sukurti naudotojo darbalaukio failo %s"
-#: ../gio/gdesktopappinfo.c:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr "Specialus apibrėžimas %s"
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr "įrenginys nerealizuoja išstūmimo"
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
msgid "drive doesn't implement polling for media"
msgstr "įrenginys nerealizuoja laikmenos tikrinimo užklausimo"
-#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639
-#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053
-#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621
-#: ../gio/gfile.c:3701
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Operacija nepalaikoma"
@@ -1263,93 +1256,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
#, c-format
msgid "Containing mount does not exist"
msgstr "Tėvinis prijungimo taškas neegzistuoja"
-#: ../gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "Negalima kopijuoti ant aplanko"
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
#, c-format
msgid "Can't copy directory over directory"
msgstr "Negalima kopijuoti aplanko ant aplanko"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Nurodytas failas jau egzistuoja"
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
#, c-format
msgid "Can't recursively copy directory"
msgstr "Negalima rekursyviai kopijuoti aplanko"
-#: ../gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "Netaisyklinga simbolinės nuorodos reikšmė"
-#: ../gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "Šiukšlės nepalaikomos"
-#: ../gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Failų varduose negali būti '%c'"
-#: ../gio/gfile.c:4752 ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "skirsnis nepalaiko prijungimo"
-#: ../gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "Nėra programos, priregistruotos kaip skaitančios šį failą"
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
#, c-format
msgid "Enumerator is closed"
msgstr "Enumeratorius užvartas"
-#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "Failų enumeratoriui liko neatlikta operacija"
-#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Failų enumeratorius jau užvertas"
-#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
#, c-format
msgid "Stream doesn't support query_info"
msgstr "Srautas nepalaiko query_info"
-#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
#, c-format
msgid "Seek not supported on stream"
msgstr "Pozicijos perkėlimas srauto nepalaikomas"
-#: ../gio/gfileinputstream.c:380
+#: gio/gfileinputstream.c:380
#, c-format
msgid "Truncate not allowed on input stream"
msgstr "Trumpinimas įėjimo srauto nepalaikomas"
-#: ../gio/gfileoutputstream.c:457
+#: gio/gfileoutputstream.c:457
#, c-format
msgid "Truncate not supported on stream"
msgstr "Trumpinimas srauto nepalaikomas"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
#, c-format
msgid "Input stream doesn't implement read"
msgstr "Šaltinio srautas nerealizuoja skaitymo"
@@ -1360,299 +1353,299 @@ 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:904 ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
#, c-format
msgid "Stream has outstanding operation"
msgstr "Srautui liko neįvykdyta operacija"
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
#, c-format
msgid "Unable to find default local directory monitor type"
msgstr "Nepavyko rasti įprasto vietinių aplankų stebėjimo tipo"
-#: ../gio/glocalfile.c:599
+#: gio/glocalfile.c:599
#, c-format
msgid "Invalid filename %s"
msgstr "Netaisyklingas failo vardas %s"
-#: ../gio/glocalfile.c:962
+#: gio/glocalfile.c:962
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Klaida skaitant failų sistemos informaciją: %s"
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
#, c-format
msgid "Can't rename root directory"
msgstr "Nepavyko pervadinti šakninio aplanko"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "Nepavyko pervadinti failo, failo vardas jau užimtas"
-#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1905 ../gio/glocalfile.c:1934
-#: ../gio/glocalfile.c:2083 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "netaisyklingas failo vardas"
-#: ../gio/glocalfile.c:1125
+#: gio/glocalfile.c:1125
#, c-format
msgid "Error renaming file: %s"
msgstr "Klaida pervadinant failą: %s"
-#: ../gio/glocalfile.c:1244
+#: gio/glocalfile.c:1244
#, c-format
msgid "Error opening file: %s"
msgstr "Klaida atveriant failą: %s"
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
#, c-format
msgid "Can't open directory"
msgstr "Nepavyko atverti aplanko"
-#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Klaida trinant failą: %s"
-#: ../gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Klaida perkeliant į šiukšles failą: %s"
-#: ../gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Nepavyko sukurti šiukšlių aplanko %s: %s"
-#: ../gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Nepavyko rasti šakninio aplanko šiukšlėms"
-#: ../gio/glocalfile.c:1727 ../gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Nepavyko rasti ar sukurti šiukšlių aplanko"
-#: ../gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Nepavyko šiukšlių informacijos failo: %s"
-#: ../gio/glocalfile.c:1806 ../gio/glocalfile.c:1875 ../gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Nepavyko į šiukšles perkelti failo: %s"
-#: ../gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Klaida kuriant simbolinę nuorodą: %s"
-#: ../gio/glocalfile.c:1998 ../gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Klaida perkeliant failą: %s"
-#: ../gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "Negalima perkelti aplanko per aplanką"
-#: ../gio/glocalfile.c:2043 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Atsarginės kopijos sukūrimas nesėkmingas"
-#: ../gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Klaida trinant nurodytą failą: %s"
-#: ../gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "Perkėlimas tarp prijungimo taškų nepalaikomas"
-#: ../gio/glocalfileinfo.c:709
+#: gio/glocalfileinfo.c:709
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "Atributo reikšmė turi būti netuščia"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "netaisyklingas atributo tipas (tikimasi simbolių sekos)"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid extended attribute name"
msgstr "netaisyklingas išplėstinio atributo pavadinimas"
-#: ../gio/glocalfileinfo.c:763
+#: gio/glocalfileinfo.c:763
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Klaida nurodant išplėstinį atributą „%s“: %s"
-#: ../gio/glocalfileinfo.c:1398 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Klaida skaitant failo „%s“ informaciją: %s"
-#: ../gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (netaisyklinga koduotė)"
-#: ../gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Klaida skaitant failo deskriptoriaus informaciją: %s"
-#: ../gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Klaidingas atributo tipas (tikimasi uint32)"
-#: ../gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Klaidingas atributo tipas (tikimasi uint64)"
-#: ../gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Klaidingas atributo tipas (tikimasi baitų sekos)"
-#: ../gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Klaida nustatant teises: %s"
-#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Klaida nustatant savininką: %s"
-#: ../gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "Simbolinė nuoroda turi būti netuščia"
-#: ../gio/glocalfileinfo.c:1804 ../gio/glocalfileinfo.c:1823
-#: ../gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Klaida nustatant simbolinę nuorodą: %s"
-#: ../gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "Klaida nustatant simbolinę nuorodą: failas nėra simbolinė nuoroda"
-#: ../gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Atributo %s nustatymas nepalaikomas"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
#, 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:372
-#: ../gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
+#: gio/glocalfileoutputstream.c:854
#, c-format
msgid "Error seeking in file: %s"
msgstr "Klaida keičiant poziciją faile: %s"
-#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
#, c-format
msgid "Error closing file: %s"
msgstr "Klaida užveriant failą: %s"
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
#, c-format
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:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
#, c-format
msgid "Error writing to file: %s"
msgstr "Klaida rašant į failą: %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:213
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Klaida šalinant senos atsarginės kopijos nuorodą: %s"
-#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Klaida kuriant atsarginę kopiją: %s"
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:258
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Klaida pervadinant laikinąjį failą: %s"
-#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
#, c-format
msgid "Error truncating file: %s"
msgstr "Klaida trumpinant failą: %s"
-#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523
-#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Klaida atveriant failą „%s“: %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:679
#, c-format
msgid "Target file is a directory"
msgstr "Paskirties failas yra aplankas"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
#, c-format
msgid "Target file is not a regular file"
msgstr "Paskirties failas nėra paprastas failas"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
#, c-format
msgid "The file was externally modified"
msgstr "Failas buvo pakeistas kitos programos"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Netaisyklingas GSeekType"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "netaisyklinga seek užklausa"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr "Nepavyko sutrumpinti GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "Pasiekta viršutinė duomenų masyvo riba"
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "Atminties išvedimo srauto dydis nekeičiamas"
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Nepavyko pakeisti atminties išvedimo srauto dydžio"
@@ -1660,55 +1653,55 @@ 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:344
+#: gio/gmount.c:344
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:419
+#: gio/gmount.c:419
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:501
+#: gio/gmount.c:501
msgid "mount doesn't implement remount"
msgstr "prijungimo taškas nepalaiko prijungimo iš naujo"
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
#, c-format
msgid "Output stream doesn't implement write"
msgstr "Išvedimo srautas nepalaiko rašymo"
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
#, c-format
msgid "Source stream is already closed"
msgstr "Šaltinio srautas jau užvertas"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr "pavadinimas"
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
msgid "The name of the icon"
msgstr "Piktogramos pavadinimas"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr "pavadinimai"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr "Masyvas iš piktogramų pavadinimų"
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr "naudoti numatytuosius atsarginius variantus"
-#: ../gio/gthemedicon.c:245
+#: gio/gthemedicon.c:245
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1717,64 +1710,64 @@ msgstr ""
"pavadinimą ties „-“ simboliais. Pavadinimai po pirmojo, jei duoti keli, "
"ignoruojami."
-#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "Klaida skaitant unix: %s"
-#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, c-format
msgid "Error closing unix: %s"
msgstr "Klaida užveriant unix: %s"
-#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Failų sistemos šaknis"
-#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, c-format
msgid "Error writing to unix: %s"
msgstr "Klaida rašant į unix: %s"
-#: ../gio/gvolume.c:423
+#: gio/gvolume.c:423
msgid "volume doesn't implement eject"
msgstr "skirsnis nerealizuoja išstūmimo"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
#, c-format
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
#, c-format
msgid "URIs not supported"
msgstr "URI nepalaikomi"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
#, c-format
msgid "association changes not supported on win32"
msgstr "saitų keitimai win32 sistemose nepalaikomi"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
#, c-format
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 1f883fefb..0cbc2319c 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -298,24 +298,24 @@ msgstr "Nevarēju atvērt '%s': fdopen() neizdevās: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Nevarēju atvērt '%s': fdopen() neizdevās: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Kļūda rindā %d rakstzīme %d: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Kļūda rindā %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Pamanīta tukša entītija '&;'; derīgas entītijas ir: &amp; &quot; &lt; &gt; "
"&apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -326,17 +326,17 @@ msgstr ""
"entītiju; ja šī zīme netiek atbalstīta, lai būtu entītija, aizvieto to ar "
"&amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Rakstzīme '%s' nav derīga entītijas nosaukumā"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entītijas nosaukums \"%s\" nav zināms"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -344,7 +344,7 @@ msgstr ""
"Entītija nebeidzās ar semikolu; visdrīzāk jūs lietojāt & zīmi bez nodoma "
"sākt entītiju - aizvieto & zīmes ar &amp;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -353,16 +353,16 @@ msgstr ""
"Nevarēju parsēt '%s', kur vajadzētu būt ciparam iekš rakstzīmes atsauces "
"(&#234; piemēram) - iespējams, ka cipars ir pārāk liels"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Rakstzīmes atsauce '%s' nešifrē atļautu rakstzīmi"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tukša rakstzīmes atsauce; būtu jāiekļauj cipars, kā &#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -371,34 +371,34 @@ msgstr ""
"Rakstzīmes atsauce nebeidzās ar semikolu; visdrīzāk jūs lietojāt & zīmi bez "
"nodoma sākt entītiju - aizvieto & zīmes ar &amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Nepabeigta entītijas atsauce"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Nepabeigta rakstzīmes atsauce"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Nepareizi kodēts UTF-8 teksts"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Nepareizi kodēts UTF-8 teksts"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Nepareizi kodēts UTF-8 teksts"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentam jāsākās ar elementu (piem., <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -407,7 +407,7 @@ msgstr ""
"'%s' nav atļauta rakstzīme, sekojoša aiz rakstzīmes '<'; tā nedrīkst iesākt "
"elementa vārdu."
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -416,14 +416,14 @@ msgstr ""
"Savāda rakstzīme '%s', gaidīju '>' rakstzīmi, kas nobeigtu sākuma tagu "
"elementam '%s'"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Savāda rakstzīme '%s', gaidīju '=' aiz atribūta nosaukuma '%s' elementam '%s'"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -434,7 +434,7 @@ msgstr ""
"tagu elementam '%s' vai fakultatīvi atribūtu; iespējams, jūs lietojāt "
"nepareizu rakstzīmi atribūta nosaukumā"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -443,7 +443,7 @@ msgstr ""
"Savāda rakstzīme '%s', gaidīju atvērtās pēdiņas pēc vienādības zīmes, "
"nosakot vērtību atribūtam '%s' no elementa '%s'"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -452,7 +452,7 @@ msgstr ""
"'%s' nav derīga rakstzīme, sekojot rakstzīmēm '</'; '%s' nevar sākt elementa "
"nosaukumu"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -461,25 +461,25 @@ msgstr ""
"'%s' nav derīga rakstzīme, sekojot aizverošā eementa nosaukumam '%s'; "
"atļautā rakstzīme ir '>'"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elements '%s' tika aizvērts, neviens elements pašlaik nav atvērts"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Elements '%s' tika aizvērts, bet pašlaik atvērtais elements ir '%s'"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokuments bija tukšs vai saturēja tikai tukšu atstarpi"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokuments negaidīti izbeidzās tieši pēc atvērtās stūra iekavas '<'"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -488,7 +488,7 @@ msgstr ""
"Dokuments negaidīti izbeidzās ar joprojām atvērtiem elementiem - '%s' bija "
"pēdējais atvērtais elements"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -497,19 +497,19 @@ msgstr ""
"Dokuments negaidīti izbeidzās, cerēju ieraudzīt aizverošo stūra iekavu, "
"beidzoties ar tagu <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokuments negaidīti izbeidzās iekšā elementa nosaukumā"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokuments negaidīti izbeidzās iekšā atribūta nosaukumā"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokuments negaidīti izbeidzās elementa-atverošajā tagā."
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -517,16 +517,16 @@ msgstr ""
"Dokuments negaidīti izbeidzās aiz vienādības zīmes, sekojot atribūta "
"nosaukumam; nav atribūta vētības"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokuments negaidīti izbeidzās kamēr iekšā atribūta vērtībā"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokuments negaidīti izbeidzās iekšā elementa '%s' aizverošajā tagā"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokuments negaidīti izbeidzās iekšā komentārā vai apstrādes instrukcijā"
@@ -551,7 +551,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1157,7 +1157,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1224,9 +1224,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr ""
@@ -1245,7 +1245,7 @@ msgstr ""
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1255,7 +1255,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1265,26 +1265,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1295,12 +1295,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1366,8 +1366,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1388,69 +1388,69 @@ msgstr "Kļūda nolasot failu '%s': %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Kļūda nolasot failu '%s': %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Kļūda nolasot failu '%s': %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Neizdevās izveidot failu '%s': %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Neizdevās izveidot failu '%s': %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Neizdevās izveidot failu '%s': %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Kļūda konversējot: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Kļūda nolasot failu '%s': %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Kļūda nolasot failu '%s': %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1475,62 +1475,62 @@ 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:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Kļūda nolasot failu '%s': %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Kļūda nolasot failu '%s': %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Kļūda konversējot: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Kļūda konversējot: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Kļūda rindā %d: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
@@ -1603,12 +1603,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Nepareizs hostdatora nosaukums"
@@ -1618,17 +1618,17 @@ msgstr "Nepareizs hostdatora nosaukums"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1703,7 +1703,7 @@ msgstr "Kļūda nolasot failu '%s': %s"
msgid "Error closing unix: %s"
msgstr "Kļūda rindā %d: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/mg.po b/po/mg.po
index ade7a4d2d..094115fbb 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -302,23 +302,23 @@ msgstr "Tsy voasokatra ny rakitra '%s': tsy nahomby ny open(): %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Tsy voamap ny rakitra '%s': tsy nahomby ny mmap(): %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Misy tsy fetezana amin'ny andalana %d marika %d: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Misy tsy fetezana amin'ny andalana %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Nahita ary '&;' foana; ireto no fidirana ekena: &amp; &quot; &lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -329,17 +329,17 @@ msgstr ""
"anaran'ny ary. Raha toa ka tsy raisin'ny ary iray an-tànana io marika io "
"(&), dia ataovy &amp; mba ialana izany"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Tsy mety atao amin'ny anaran'ary ny marika '%s'"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Tsy fantatra ny anaran'ary '%s'"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -348,7 +348,7 @@ msgstr ""
"hampiasa esperluette hanombohana ary angamba ianao - esperluette fialana toy "
"ny &amp;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -357,16 +357,16 @@ msgstr ""
"Tsy voazarazara ny '%-.*s' izay tokony ho isa anaty fiantsoana marika "
"(&#234, ohatra). Mety lehibe loatra angamba ilay isa."
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Tsy manafango marika azo ampiasaina ny fiantsoana marika '%-.*s'"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Fiantsoana marika foana; tokony hisy isa toy ny &#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -376,35 +376,35 @@ msgstr ""
"nihevitra hampiasa esperluette hanombohana ary angamba ianao - esperluette "
"fialana toy ny &amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Fiantsoana ary tsy vita"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Fiantsoana marika tsy vita"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Lahabolana voafango UTF-8 tsy mitombina"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Lahabolana voafango UTF-8 tsy mitombina"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Lahabolana voafango UTF-8 tsy mitombina"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
"Tsy maintsy manomboka amina singantaharo ilay tahirin-kevitra (oh. <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -413,7 +413,7 @@ msgstr ""
"Tsy mety atao aorian'ny marika '<' ny marika '%s'. Tsy mety anombohana "
"anaran-tsingataharo io"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -422,7 +422,7 @@ msgstr ""
"Marika '%s' hafahafa; nanantena marika '>' hamarana ny tag manomboka ny "
"singantaharo '%s'"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -430,7 +430,7 @@ msgstr ""
"Marika '%s' hafahafa; nanantena '=' aorian'ny anaran'ny marika manokana '%s' "
"amin'ny singantaharo '%s'"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -441,7 +441,7 @@ msgstr ""
"ny singantaharo '%s', na koa marika manokana iray. Mety nampiasa marika tsy "
"ekena amin'ny anarana marika manokana angamba ianao."
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -450,7 +450,7 @@ msgstr ""
"Marika '%s' hafahafa; nanantena farango manokatra aorian'ny mira rehefa "
"manome ny sanda ny marika manokana '%s' amin'ny singantaharo '%s'"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -459,7 +459,7 @@ msgstr ""
"Tsy mety atao aorian'ny marika '</' ny marika '%s'. Tsy mety anombohana "
"anaran-tsingantaharo ny '%s'."
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -468,27 +468,27 @@ msgstr ""
"'%s' dia tsy mety atao aorian'ny anaran'ny singantaharo mamarana ny marika '%"
"s'. '>' no marika mety atao eo"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Nofaranana ny singantaharo '%s'; tsy misy singantaharo misokatra izao"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Nofaranana ny singantaharo '%s', fa '%s' no singantaharo misokatra izao"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Foana na tsy misy afa-tsy elanelana ilay tahirin-kevitra"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Nifarana tampoka taoriana fonon-teny kitso loha '<' ilay tahirin-kevitra"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -497,7 +497,7 @@ msgstr ""
"Nifarana tampoka ilay tahirin-kevitra nefa misy singantaharo mbola "
"misokatra; '%s' no singantaharo farany nisokatra"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -506,20 +506,20 @@ msgstr ""
"Nifarana tampoka ilay singantaharo; nanantena fonon-teny kitso loha mamarana "
"ny tag <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Nifarana tampoka tanaty anaran-tsingataharo ilay tahirin-kevitra"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Nifarana tampoka tanaty anarana marika manokana ilay tahirin-kevitra"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Nifarana tampoka tanaty tag manomboka singantaharo ilay tahirin-kevitra."
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -527,19 +527,19 @@ msgstr ""
"Nifarana tampoka taorian'ny mira manaraka anarana marika manokana ilay "
"tahirin-kevitra; tsy misy sanda-marika manokana"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Nifarana tampoka ilay tahirin-kevitra raha mbola tanaty sanda-marika manokana"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Nifarana tampoka tanatin'ny tag mamarana ny singantaharo '%s' ilay tahirin-"
"kevitra"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Nifarana tampoka tanaty teny fanampiny na torolàlana fikirakirana ilay "
@@ -565,7 +565,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1186,7 +1186,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1254,9 +1254,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Tsy raisina an-tànana ny rohy misolotena"
@@ -1275,7 +1275,7 @@ msgstr "Tsy raisina an-tànana ny rohy misolotena"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1285,7 +1285,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1295,26 +1295,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Tsy raisina an-tànana ny rohy misolotena"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1326,12 +1326,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1397,8 +1397,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1419,69 +1419,69 @@ msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Tsy voaforona ny rakitra '%s': %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Tsy voaforona ny rakitra '%s': %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Tsy voaforona ny rakitra '%s': %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Nisy olana teo am-pizarazarana ny safidy %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1506,62 +1506,62 @@ 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:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Nisy olana teo am-panovana: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Nisy olana teo am-panovana: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Misy tsy fetezana amin'ny andalana %d: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Tsy raisina an-tànana ny rohy misolotena"
@@ -1634,12 +1634,12 @@ msgstr "Rakitra tsy mahazatra"
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Anaram-pamaha diso: %s"
@@ -1649,17 +1649,17 @@ msgstr "Anaram-pamaha diso: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1734,7 +1734,7 @@ msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
msgid "Error closing unix: %s"
msgstr "Misy tsy fetezana amin'ny andalana %d: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/mk.po b/po/mk.po
index 6495df386..3fc7b5b56 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -311,24 +311,24 @@ msgstr "Не успеав да ја отворам датотеката „%s“
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Не успеав да ја означам датотеката „%s“: mmap() не успеа: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Грешка на линија %d знак %d"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Грешка на линија %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Празен ентитет '&;' видени; валидни ентитети се: &amp; &quot; &lt; &gt; "
"&apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -338,17 +338,17 @@ msgstr ""
"Карактерот „%s“ претставува невалиден почеток на име на ентитет, карактерот "
"& го започнува ентитетот;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Карактерот „%s“ не е валиден внатре во името на ентитетот"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Името на ентитетот „%s“ е познато"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -356,7 +356,7 @@ msgstr ""
"Ентитетот не заврши со полуколоната; најверојатно сте користеле симбол без "
"намера да започнете ентитет - избегнете го симболот со &amp;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -366,16 +366,16 @@ msgstr ""
"внатрешен дигитален карактер (на пример, &#234) - најверојатно бројот е "
"преголем"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Параметарот на карактерот '%-.*s' не енкодира забранет карактер"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Параметар за празен карактер; треба да содржи бројка како што е &#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
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 +385,32 @@ msgstr ""
"користеле симбол без намера да започнете ентитет - одбегнете го симболот со "
"&amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Недовршен параметар за ентитет"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Недовршен параметар за карактер"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Невалиден UTF-8 енкодиран текст - предолга секвенца"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Невалиден UTF-8 енкодиран текст - нема почетен знак"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Невалиден UTF-8 енкодиран текст - невалидно „%s“"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документите мора да започнуваат со елемент (пр. <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -418,7 +418,7 @@ msgid ""
msgstr ""
"„%s“ не е валиден карактер по '<' карактер; не може да започне име на елемент"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -427,7 +427,7 @@ msgstr ""
"Чуден карактер „%s“, очекував '>' карактер да го заврши почетниот таг на "
"елементот „%s“"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -435,7 +435,7 @@ msgstr ""
"Чуден карактер „%s“, очекував '=' по името на атрибутот „%s“ од елементот '%"
"s'"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -445,7 +445,7 @@ msgstr ""
"Чуден карактер „%s“, очекував '>' или '/' за да го затворам почетниот таг на "
"елементот „%s“; можеби сте користеле невалиден карактер во името на атрибутот"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -454,7 +454,7 @@ msgstr ""
"Чуден карактер „%s“, се очекува отворен забележан цитат по еднаквите знаци "
"кога се даваат вредности за атрибутот „%s“· од елементот „%s“·"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -463,7 +463,7 @@ msgstr ""
"„%s“ не е валиден карактер, по карактерите </';·„%s“·не може да започне име "
"на елемент"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -472,26 +472,26 @@ msgstr ""
"„%s“·не е валиден карактер што би можел да доје по името на елементот „%s“, "
"дозволениот карактер е '>'"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Елементот „%s“ е затворен. Во моментов не е отворен ниеден елемент"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Елементот „%s“ е затворен, но тековно отворениот елемент е „%s“"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Документот е празен или содржи само празни места"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Документот заврши неочекувано веднаш по заградата за отворениот агол '<'"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -500,7 +500,7 @@ msgstr ""
"Документот заврши неочекувано со сеуште отворени елементи - „%s“ беше "
"последниот отворен елемент"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -509,36 +509,36 @@ msgstr ""
"Документот заврши неочекувано, очекував да видам го видам аголот на "
"заградата за затворање на тагот <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Документот заврши неочекувано внатре во иметп на елементот"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документот заврши неочекувано внатре во името на атрибутот"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документот заврши неочекувано внатре во тагот за отворање на елементи."
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "Нема вредност за атрибутот"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Документот заврши неочекувано додека беше внатре во вредноста на атрибутот"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Документот заврши неочекувано внатре во тагот за затворање на елементи „%s“"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Документот заврши неочекувано внатре во коментар или инструкција за "
@@ -564,7 +564,7 @@ msgstr "ограничувањето за следење е достигнато
msgid "the pattern contains items not supported for partial matching"
msgstr "шаблонот содржи предмети кои не се поддржани за парцијално совпаѓање"
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "внатрешна грешка"
@@ -1177,7 +1177,7 @@ msgstr "Преголема бројна вредност дадена на %s"
msgid "Stream is already closed"
msgstr "Стримот е веќе затворен"
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Операцијата беше прекината"
@@ -1245,9 +1245,9 @@ msgid "drive doesn't implement polling for media"
msgstr "уредот нема имплементирано барање за медиум"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Операцијата не е поддржана"
@@ -1266,7 +1266,7 @@ msgstr "Операцијата не е поддржана"
msgid "Containing mount does not exist"
msgstr "Монтирањето кое се содржи не постои"
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "Не можам да копирам над директориум"
@@ -1276,7 +1276,7 @@ msgstr "Не можам да копирам над директориум"
msgid "Can't copy directory over directory"
msgstr "Не можам да копирам директориум над директориум"
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Целната датотека постои"
@@ -1286,26 +1286,26 @@ msgstr "Целната датотека постои"
msgid "Can't recursively copy directory"
msgstr "Не можам рекурзивно да го ископирам директориумот"
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "Дадена е невалидна вредност за симболичката врска"
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "Ѓубрето не е поддржано"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Имињата на датотеки не можат да содржат „%c“"
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "просторот нема имплементирано монтирање"
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "Не е регистрирана апликација за справување со оваа датотека"
@@ -1316,12 +1316,12 @@ msgid "Enumerator is closed"
msgstr "Енумераторот е затворен"
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "Енумераторот на датотеки има преголема операција "
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Енумераторот за датотеки веќе е затворен"
@@ -1387,8 +1387,8 @@ msgstr "Не можам да го преименувам директориум
msgid "Can't rename file, filename already exist"
msgstr "Не можам да ја преименувам датотеката, името на датотеката веќе постои"
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
@@ -1409,70 +1409,70 @@ msgstr "Грешка во отворањето на директоруимот:
msgid "Can't open directory"
msgstr "Не можам да го отворам директориумот"
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Грешка при отстранувањето на датотеката: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Грешка при преместувањето на датотеката во ѓубре: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Не успеав да креирам директориум за ѓубре %s: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Не успеав да го најдам директориумот од највисоко ниво за ѓубрето"
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Не успеав да го најдам или креирам директориумот за ѓубре"
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr ""
"Не успеав да креирам датотека со информации за преместувањето во ѓубре: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Не успеав да ја преместам датотеката во ѓубрето: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Грешка во креирањето на симболичка врска: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Грешка во преместувањето на датотеката: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "Не можам да го преместам директориумот над друг директориум"
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Не успеа креирањето на бекап датотеката"
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Грешка во отстранувањето на целната датотека: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "Движењето меѓу монтирањата не е поддржано"
@@ -1497,63 +1497,63 @@ msgstr "Невалидно име на проширениот атрибут"
msgid "Error setting extended attribute '%s': %s"
msgstr "Грешка во поставувањето на проширениот атрибут „%s“: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Грешка во стартувањето на датотеката „%s“: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (невалидно енкодирање)"
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Грешка во поставувањето на опишувач на датотека: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Невалиден тип на атрибут (се очекуваше uint32)"
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Невалиден тип на атрибут (се очекуваше uint64)"
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Невалиден тип на атрибут (се очекуваше низа од бајти)"
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Грешка во поставувањето на пермисиите: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Грешка при поставувањето на сопственикот: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "симболичката врска не треба да е NULL"
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Грешка во поставувањето на симболичката врска: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Грешка при креирањето на симболичката врска: датотеката не е симболичка врска"
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Поставувањето на атрибутот %s не е поддржано"
@@ -1626,12 +1626,12 @@ msgstr "Целната датотека не е обична датотека"
msgid "The file was externally modified"
msgstr "Датотеката беше надворешно изменета"
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Обезбеден е невалиден GSeekType"
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Невалидно барање за барање"
@@ -1641,17 +1641,17 @@ msgstr "Невалидно барање за барање"
msgid "Cannot truncate GMemoryInputStream"
msgstr "Не можам да го смалам GMemoryInputStream"
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "Достигнато е ограничувањето за максимум податоци во низа"
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "Меморијата на излезниот стрим не може да си ја промени големината"
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Не успеав да ја променам големината на меморијата на излезниот стрим"
@@ -1728,7 +1728,7 @@ msgstr "Грешка при читањето од unix: %s"
msgid "Error closing unix: %s"
msgstr "Грешка во затворањето на unix: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Root на датотечниот систем"
diff --git a/po/ml.po b/po/ml.po
index a92189f1f..9b94a3643 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -303,23 +303,23 @@ msgstr "ഫയല്‍ '%s' തുറക്കുന്നതില്‍ പ
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "ഫയല്‍ '%s' മാപ്പ് ചെയ്യുന്നതില്‍ പരാജയപ്പെട്ടു: mmap() പരാജയപ്പെട്ടു: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "%d-ആം വരിയില്‍ %d-ആം അക്ഷരത്തില്‍ പിശക്:"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "വരി %d-ല്‍ പിശക്: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"‌ശൂന്യമായ എന്‍റിന്‍റി '&;' കണ്ടു; അനുവദനീയമായവ ഇവയാണ്: &amp; &quot; &lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -329,17 +329,17 @@ msgstr ""
"%sല് ഒരു എന്‍റിന്‍റി തു‌ടങ്ങാവുന്നതല്ല. & എന്ന അക്ഷരം ഒരു എന്‍റിന്‍റിയുടെ തുടക്കം കുറിക്കുന്നു. & ഒരു "
"എന്‍റിന്‍റിഅല്ലെങ്കില്‍ &amp; എന്ന് പ്രത്യേകം സൂചിപ്പിക്കുക"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "'%s' എന്ന അക്ഷരത്തിന് എന്‍റിന്‍റിയുടെ പേരിനുള്ളില്‍ സാധുതയില്ല"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "എന്‍റിന്‍റി നാമം '%s' അപരിചിതമാണ്"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -347,7 +347,7 @@ msgstr ""
"എന്‍റിന്‍റി ഒരു അര്ദ്ധവിരാമത്തില് അവസാനിക്കുന്നില്ല. & എന്ന അക്ഷരം അറിയാതെ ഉള്‍ക്കൊളളാന്‍ "
"ഇടയായോ? & ഒരു എന്‍റിന്‍റി അല്ലെങ്കില്‍ &amp; എന്ന് പ്രത്യേകം സൂചിപ്പിക്കുക"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -356,17 +356,17 @@ msgstr ""
"'%-.*s' പാഴ്സ് ചെയ്യുന്നതില്‍ പരാജയപ്പെട്ടു, ഇത് അക്ഷര റഫറന്‍സിനുളളില്‍ ഒരു അക്കം ആയിരിക്കണമാരുന്നു "
"(&#234; ഉദാഹരണത്തിന്) - ഒരു പക്ഷേ അക്കം വളരെ വലുതാവാം"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
"അക്ഷരത്തിന്‍റെ സൂചനയായ '%-.*s' ഒരു അനുവദനീയമായ രഹസ്യ അക്ഷരത്തിലേക്കല്ല വേര്‍തിരിക്കുന്നത്"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ശൂന്യമായ അക്ഷര സൂചനാ; &#454 പോലുളള അക്കം ഉല്‍പ്പെടുത്തേണ്ടതാണ്;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -375,32 +375,32 @@ msgstr ""
"അക്ഷരസൂചകം ഒരു അര്ദ്ധവിരാമത്തില് അവസാനിക്കുന്നില്ല. & എന്ന അക്ഷരം അറിയാതെ ഉള്‍ക്കൊളളാന്‍ "
"ഇടയായോ? & ഒരു സത്ത അല്ലെങ്കില് &amp; എന്ന് പ്രത്യേകം സൂചിപ്പിക്കുക"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "പൂര്‍ണ്ണമാകാത്ത എന്‍റിന്‍റി സൂചനാ"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "പൂര്‍ണ്ണമാകാത്ത അക്ഷര സൂചനാ"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr ""
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr ""
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "സാധുതയില്ലാത്ത UTF-8 രഹസ്യ വാചകം - '%s' തെറ്റാകുന്നു"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "രേഖ തുടങ്ങേണ്ടത് ഒരു എലമെന്‍റിലാണ് (ഉദാ <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -408,7 +408,7 @@ msgid ""
msgstr ""
"'<' അക്ഷരത്തിന് പിന്നിലുളള '%s' ഒരു അസാധുവായ അക്ഷരമാണ്; ഇത് ഒരു എലമെന്‍റ് പേര് തുടങ്ങില്ല"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -417,14 +417,14 @@ msgstr ""
"ഓഡ് അക്ഷരം '%s', എലമെന്‍റ് '%s' ആരംഭിക്കുന്ന ടാഗ് അവസാനിക്കേണ്ടത് '>' അക്ഷരത്തിലാവും എന്ന് "
"പ്രതീക്ഷിക്കുന്നു"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"ഓഡ് അക്ഷരം '%s', എലമെന്‍റ് '%s'-ന്‍റെ സവിശേഷത നാമം '%s'-ന് ശേഷം ഒരു '=' പ്രതീക്ഷിക്കുന്നു"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -435,7 +435,7 @@ msgstr ""
"ആട്റിബ്യൂട്ട് ആണ് '%s' എന്ന എലമെന്‍റിന്‍റെ ആരംഭത്തിലുളള ടാഗ് അവസാനിപ്പിക്കുന്നതിന് പ്രതീക്ഷിച്ചത്; "
"ഒരു പക്ഷേ, ആട്റിബ്യൂട്ടിന്‍റെ പേരില്‍ നിങ്ങള്‍ തെറ്റായ അക്ഷരം ആവാം ഉപയോഗിച്ചത്"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -444,7 +444,7 @@ msgstr ""
"'%s' ഒരു ഓഡ് അക്ഷരം ആണ്, '%s' എന്ന എലമെന്‍റിന്‍റെ ആട്റിബ്യൂട്ട് ആയ '%s'-നുളള മൂല്ല്യം നല്‍കുമ്പോള്‍ "
"സമം‌ എന്ന ചിഹ്നത്തിന് ശേഷം ഒരു തുറന്ന കോട്ട് ആണ് പ്റതീക്ഷിച്ചത്"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -452,7 +452,7 @@ msgid ""
msgstr ""
"'</' അക്ഷരങ്ങള്‍ക്ക് ശേഷം ഉളള '%s', അസാധുവായ അക്ഷരമാണ്; '%s' ഒരു എലമെന്‍റ് നാമം തുടങ്ങുന്നില്ല"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -460,25 +460,25 @@ msgid ""
msgstr ""
"എലമെന്‍റ് നാമം '%s'-ന് ശേഷം ഉളള '%s', ഒരു അസാധുവായ അക്ഷരമാണ്; '>' അക്ഷരമാണ് അനുവദിക്കുന്നത്"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "എലമെന്‍റ് '%s' അടച്ചിരിക്കുന്നു, ഒരു എലമെന്‍റുകളും നിലവില്‍ തുറന്നിട്ടില്ല"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "എലമെന്‍റ് '%s' അടച്ചിരിക്കുന്നു, പക്ഷേ നിലവില്‍ ലഭ്യമായ എലമെന്‍റ് '%s' ആണ്"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "രേഖ ശൂന്യമാണ് അല്ലെങ്കില്‍ അതില്‍ വയിറ്റ് സ്പെയിസ് മാത്രമേ ഉള്ളൂ"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ഒരു '<' ബ്രാക്കറ്റിന് ശേഷം രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചിരിക്കുന്നു "
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -487,7 +487,7 @@ msgstr ""
"എലമെന്‍റുകള്‍ തുറന്നു കിടക്കുന്പോള്‍ തന്നെ രേഖ അപ്രതീക്ഷമായ അടഞ്ഞിരിക്കുന്നു - ഒടുവില്‍ തുറന്ന എലമെന്‍റ് "
"'%s' ആണ്"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -496,19 +496,19 @@ msgstr ""
"തന്നെ രേഖ അപ്രതീക്ഷമായ അടഞ്ഞിരിക്കുന്നു, ടാഗ് <%s/>-ന് അവസാനമായി ഒരു ക്ളോസ് ആങ്കില്‍ ബ്രാക്കറ്റ് "
"പ്രതീക്ഷിക്കുന്നു"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "ഒരു എലമെന്‍റിന്‍റെ നാമത്തിനുളളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "ഒരു സവിശേഷത നാമത്തിനുളളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "ഒരു എലമെന്‍റ്-ഓപ്പണിങ് ടാഗിനുളളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -516,16 +516,16 @@ msgstr ""
"സമം ചിഹ്നത്തിന് ശേഷം ഒരു ആട്റിബ്യൂട്ടിന്‍റെ പേര് ആയതിനാല്‍ അപ്റതീക്ഷിതമായി ഡോക്യുമെന്‍റ് "
"അവസാനിച്ചു; ആട്റിബ്യൂട്ടിന് മൂല്ല്യം ലഭ്യമല്ല"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ഒരു സവിശേഷത നാമത്തിനുളളില്‍ വച്ച് രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "എലമെന്‍റ് '%s'-ന്‍റെ ക്ളോസ് ടാഗിനുള്ളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"ഒരു അഭിപ്രായം അല്ലെങ്കില്‍ ഒരു പ്രക്രിയ നടത്തുന്ന നിര്‍ദ്ദേശത്തിനുള്ളില്‍ രേഖ അപ്രതീക്ഷിതമായി "
@@ -551,7 +551,7 @@ msgstr "ബാക്ക്ട്രാക്കിങ് പരിധി എത
msgid "the pattern contains items not supported for partial matching"
msgstr "പാറ്‍ഷ്യല്‍ മാച്ചിങിന് പിന്തുണ ലഭ്യമല്ലാത്ത വസ്തുക്കള്‍ ഈ മാതൃകയിലുണ്ട്"
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "ആന്തരിക പിശക്"
@@ -1151,7 +1151,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "പ്രക്രിയ റദ്ദാക്കിയിരിക്കുന്നു"
@@ -1218,9 +1218,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "പ്രക്രിയ പിന്തുണയ്ക്കുന്നില്ല"
@@ -1239,7 +1239,7 @@ msgstr "പ്രക്രിയ പിന്തുണയ്ക്കുന്
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "ഡയറക്ടറിയില്‍ പകര്‍ത്തുവാന്‍ സാധ്യമല്ല"
@@ -1249,7 +1249,7 @@ msgstr "ഡയറക്ടറിയില്‍ പകര്‍ത്തുവ
msgid "Can't copy directory over directory"
msgstr "ഒരു ഡയറക്ടറിയില്‍ മറ്റൊരു ഡയറക്ടറി പകര്‍ത്തുവാന്‍ സാധ്യമല്ല"
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "ലക്ഷ്യസ്ഥാനത്തുള്ള ഫയല്‍ നിലവിലുണ്ട്"
@@ -1259,26 +1259,26 @@ msgstr "ലക്ഷ്യസ്ഥാനത്തുള്ള ഫയല്‍
msgid "Can't recursively copy directory"
msgstr "ആവര്‍ത്തിച്ച് ഡയറക്ടറി പകര്‍ത്തുവാന്‍ സാധ്യമല്ല"
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "ചവറ്റുകുട്ട പിന്തുണയ്ക്കുന്നില്ല"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ഫയലിന്റെ പേരില്‍ '%c' ഉണ്ടാകുവാന്‍ പാടില്ല"
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1289,12 +1289,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1360,8 +1360,8 @@ msgstr "റൂട്ട് ഡയറക്ടറിയുടെ പേര് മ
msgid "Can't rename file, filename already exist"
msgstr "ഫയലിന്റെ പേര് മാറ്റുവാന്‍ സാധ്യമല്ല, കാരണം ഈ പേര് നിലവിലുണ്ട്"
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
@@ -1382,69 +1382,69 @@ msgstr "ഫയല്‍ തുറക്കുന്നതില്‍ പിശ
msgid "Can't open directory"
msgstr "ഡയറക്ടറി തുറക്കുവാന്‍ സാധ്യമല്ല"
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "ഫയല്‍ നീക്കം ചെയ്യുന്നതില്‍ പിശക്: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr ""
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "ചവറ്റുകുട്ടയ്ക്കുള്ള ഡയറക്ടറി %s ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "ചവറ്റുകുട്ടയ്ക്കുള്ള ഡയറക്ടറി ഉണ്ടാക്കുവാനോ ലഭ്യമാക്കുവാനോ സാധ്യമായില്ല"
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "വിവരങ്ങള്‍ സംബന്ധിച്ചുള്ള ഫയല്‍ ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "ഫയല്‍ ചവറ്റുകുട്ടയിലേക്ക് നീക്കുവാന്‍ സാധ്യമായില്ല: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "സിംബോളിക് ലിങ്ക് ഉണ്ടാക്കുന്നതില്‍ പിശക്: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "ഫയല്‍ നീക്കുന്നതില്‍ പിശക്: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "ബാക്കപ്പ് ഫയല്‍ ഉണ്ടാക്കുന്നതില്‍ പരാജയം"
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "ലക്ഷ്യസ്ഥാനത്തുള്ള ഫയല്‍ നീക്കം ചെയ്യുന്നതില്‍ പിശക്: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1469,62 +1469,62 @@ msgstr "തെറ്റായ എക്സ്റ്റെന്‍ഡട് ആ
msgid "Error setting extended attribute '%s': %s"
msgstr "എക്സ്റ്റെന്‍ഡട് ആട്രിബ്യൂട്ട് ആയ '%s' ക്രമികരിക്കുന്നതില്‍ പിശക്: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' എന്ന ഫയല്‍ സ്റ്റാറ്റ് ചെയ്യുന്നതില്‍ പിശക്: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (തെറ്റായ എന്‍കോഡിങ്)"
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr ""
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "അനുവാദങ്ങള്‍ ക്രമികരിക്കുന്നതില്‍ പിശക്: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "ഉടമസ്ഥനെ ക്രമികരിക്കുന്നതില്‍ പിശക്: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "സിംലിങ്ക് non-NULL ആയിരിക്കണം"
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "സിംലിങ്ക് ക്രമികരിക്കുന്നതില്‍ പിശക്: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s ആട്രിബ്യൂട്ട് ക്രമികരണം പിന്തുണയ്ക്കുന്നില്ല"
@@ -1597,12 +1597,12 @@ msgstr "ലക്ഷ്യസ്ഥാനത്തുള്ള ഫയല്‍
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr ""
@@ -1612,17 +1612,17 @@ msgstr ""
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1699,7 +1699,7 @@ msgstr "യൂണിക്സില്‍ നിന്നും ലഭ്യമ
msgid "Error closing unix: %s"
msgstr "യൂണിക്സ് അടയ്ക്കുന്നതില്‍ പിശക്: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "ഫയല്‍സിസ്റ്റം റൂട്ട്"
diff --git a/po/mn.po b/po/mn.po
index 3b47ce325..164b2193f 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -310,24 +310,24 @@ msgstr "»%s« файл нээгдэхгүй байна: fdopen() нурлаа:
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "»%s« файл нээгдэхгүй байна: fdopen() нурлаа: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "%d мөрөнд %d тэмдэгт алдаатай байна: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "%d мөрөнд алдаа: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Хоосон абт »&;« олдлоо; хүчинтэй абтууд &amp; &quot; &lt; &gt; &apos; юм. "
"(абт=аский биш тэмдэгт)"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -337,18 +337,18 @@ msgstr ""
"Абтын нэрийн эхлэлийн »%s« тэмдэгт хүчингүй; Абт & тэмдэгтээр эхэлдэг; Хэрвээ "
"энэ амперсаныг абт бишээр авах хэрэгтэй бол &amp; гэж бичнэ үү"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "»%s« тэмдэгт абтын нэрэнд хүчингүй"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Абтын нэр »%s« тодорхойгүй"
# CHECK
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -356,7 +356,7 @@ msgstr ""
"Абт цэг таслалаар төгсөөгүй байна; Та магад амперсандыг абтын эхлэл бусаар "
"хэрэглэхийг хүссэн байх - Та &amp; гэж бичнэ үү"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -365,16 +365,16 @@ msgstr ""
"»%-.*s« тэмдэгтийн дотор тоо байх ёстой (&#234; шиг) , задлан ялгалд "
"танигдсангүй - магадгүй хэтэрхий том тоо байна уу"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "»%-.*s« тэмдэгт холбоос зөвшөөрөгдөөгүй тэмдэгтээр кодлогдсон байна"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Хоосон тэмдэгтийн холбоос; &#454; гэх мэт тоо агуулах ёстой"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -383,34 +383,34 @@ msgstr ""
"Тэмдэгт холбоос цэг таслалаар төгсөөгүй байна; Та магад амперсандыг абтын "
"эхлэл бусаар хэрэглэхийг хүссэн байх - Та &amp; гэж бичнэ үү"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Төгсгөлгүй абт холбоос"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Төгсгөлгүй тэмдэгт холбоос"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Хүчингүй UTF-8-р кодлогдсон текст"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Хүчингүй UTF-8-р кодлогдсон текст"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Хүчингүй UTF-8-р кодлогдсон текст"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Баримт ямар нэгэн элементээр эхлэх ёстой (Ж.нь <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -419,7 +419,7 @@ msgstr ""
"»%s« нь »<«-тэмдэгтийн арын хүчингүй тэмдэгт; Энэ нь элементийн нэрээр эхэлж "
"болохгүй."
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -428,7 +428,7 @@ msgstr ""
"Сонин тэмдэгт »%s«, »%s« элементийн эхлэлийн тагийг хаахад »>« тэмдэгт дутуу "
"байна"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -436,7 +436,7 @@ msgstr ""
"Сонин тэмдэгт »%s«, »%s« элементийн »%s« аттрибутын нэрийн дараа »=« хүлээгдэж "
"байна"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -447,7 +447,7 @@ msgstr ""
"эсвэл харин »>« эсвэл »/« тэмдэгт хүлээгдэж байна; Магадгүй та аттрибутын "
"нэрэндээ хүчингүй тэмдэгт хэрэглэжээ"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -456,7 +456,7 @@ msgstr ""
"Сонин тэмдэгт »%s«; »%s« элементийн »%s« аттрибутын хувьд өгсөн утга тэнцүүгийн "
"тэмдэгийн дараах хашилтыг хүлээж байна"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -465,7 +465,7 @@ msgstr ""
"»%s« хүчингүй тэмдэгт, хэрвээ энэ нь »</« тэмдэгтийн ард орвол; »%s« "
"ньэлементийн нэрээр эхэлж болохгүй"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -474,25 +474,25 @@ msgstr ""
"»%s« хүчингүй тэмдэгт, хэрвээ энэ нь хааж буй »%s« элементийн нэрийн ард "
"байгаа бол; »>« тэмдэгт хүчинтэй"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "»%s« элемент хаагдсан, Одоогоор ямарч элемент нээлттэй бус байна"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "»%s« элемент хаагдсан, харин одоогоор »%s« элемент нээлттэй байна"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Баримт хоосон эсвэл зүгээр цагаан зай агуулж байна"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Баримт нээлттэй өнцөгтэй хаалт »<« -н дараа гэнэт төгсөв"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -501,7 +501,7 @@ msgstr ""
"Баримт нээлттэй элементүүдтэйгээр гэнэтийн байдлаар төгсөв - »%s« сүүлчийн "
"нээлттэй элемент нь"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -510,21 +510,21 @@ msgstr ""
"Баримт гэнэтийн байдлаар төгсөв, таг <%s/> -г хаах өнцөгтэй хаалт "
"»>«хүлээгдэж байна"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Баримт нэгэн элементийн нэрийн дотор гэнэтийн байдлаар төгсөв"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Баримт нэгэн аттрибут нэрийн дотор гэнэтийн байдлаар төгсөв"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Баримт нээгдэж буй тагийн нэгэн элементийн нэрийн дотор гэнэтийн байдлаар "
"төгсөв."
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -532,17 +532,17 @@ msgstr ""
"Баримт аттрибут нэрийн дараах тэнцүүгийн тэмдэгийн дараа гэнэтийн байдлаар "
"төгсөв; аттрибутын утга алга"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Баримт нэгэн аттрибутын утгын дотор гэнэтийн байдлаар төгсөв"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Баримт гэнэтийн байдлаар нэгэн хаагдаж буй »%s« элементийн тагийн дотор төгсөв"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Баримт тайлбар эсвэл заавар боловсруулалтын дотор гэнэтийн байдлаар төгсөв"
@@ -567,7 +567,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1181,7 +1181,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1249,9 +1249,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Символик холбоос дэмжигдээгүй"
@@ -1270,7 +1270,7 @@ msgstr "Символик холбоос дэмжигдээгүй"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1280,7 +1280,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1290,26 +1290,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Символик холбоос дэмжигдээгүй"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1320,12 +1320,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1391,8 +1391,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1413,69 +1413,69 @@ msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "»%s« файл үүсгэгдсэнгүй: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "»%s« файл үүсгэгдсэнгүй: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "»%s« файл үүсгэгдсэнгүй: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Хөрвүүлж байхад алдаа: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1500,62 +1500,62 @@ msgstr "Баримт нэгэн аттрибут нэрийн дотор гэн
msgid "Error setting extended attribute '%s': %s"
msgstr "»%s« лавлахыг нээхэд алдаа: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Хөрвүүлж байхад алдаа: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Хөрвүүлж байхад алдаа: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "%d мөрөнд алдаа: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Символик холбоос дэмжигдээгүй"
@@ -1628,12 +1628,12 @@ msgstr "Тохиромжгүй файл"
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Хүчингүй хостын нэр"
@@ -1643,17 +1643,17 @@ msgstr "Хүчингүй хостын нэр"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1728,7 +1728,7 @@ msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
msgid "Error closing unix: %s"
msgstr "%d мөрөнд алдаа: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/mr.po b/po/mr.po
index 7e88c57d9..399f0a619 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.mr\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-03-04 17:38+0530\n"
"Last-Translator: Sandeep Shedmake <sandeep.shedmake@gmail.com>\n"
"Language-Team: marathi\n"
@@ -300,23 +300,23 @@ msgstr "'%s' फाइल उघडण्यास अपयशी: open() अ
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' फाइल महत्व जुळवू शकले नाही: mmap() f: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "ओळ %d अक्षर %d वर त्रूटी आढळली: "
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "ओळ %d वर त्रूटी: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"रिकामी वस्तु '&;' आढळली; वैध वस्तू याप्रकारे आहेत: &amp; &quot; &lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -326,17 +326,17 @@ msgstr ""
"वस्तुच्या सुरवातीस अक्षर '%s' वैध नाही ; वस्तुची सुरवात & अक्षर पासून होते; जर ऐम्परसेंड "
"वस्तु नसल्यास, त्यास &amp; या स्वरूपी करा"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "वस्तुच्या नावात अक्षर '%s' वैध राहत नाही"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "वस्तुचे नाव '%s' अपरिचीत आहे"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -344,7 +344,7 @@ msgstr ""
"वस्तू सेमीकोलनवर संपत नाही; शक्यतः तुम्ही वस्तुला सुरू करण्याकरीता &amp; स्वरूप न वापरता "
"ऐम्परसेंड अक्षर वापरले असावे"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -353,16 +353,16 @@ msgstr ""
"'%-.*s' वाचता आले नाही, जे अक्षर संदर्भच्या आत अंक म्हणून असायला हवे होते (उदाहर्णाथ "
"&#234;) - तसेच अंक खूप मोठे आहे"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "अक्षर संदर्भ '%-.*s' परवानगीय अक्षरास एनकोड करीत नाही"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "रिक्त अक्षर संदर्भात; &#454; सारखे अंक समाविष्टीत केले पाहीजे"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -371,39 +371,39 @@ msgstr ""
"अक्षर संदर्भ सेमीकोलनवर संपत नाही; शक्यतः तुम्ही वस्तुला सुरू करण्याकरीता &amp; स्वरूप न "
"वापरता तुम्ही ऐम्परसेंड अक्षर वापरले असावे"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "अपूरे वस्तू संदर्भ"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "अपूरे अक्षर संदर्भ"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "अवैध UTF-8 ऐनकोड पाठ्य - अतिलांब श्रृंखला"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "अवैध UTF-8 ऐनकोड पाठ्य - प्रारंभ अक्षर नाही"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "अवैध UTF-8 ऐनकोड पाठ्य - वैध '%s' नाही"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "दस्तऐवजची सुरवात घटकाशी व्हावी (उ.दा. <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'<' अक्षरानंतर '%s' वैध अक्षर नाही; त्यामुळे घटक नाव सुरू होऊ शकणार नाही"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -411,13 +411,13 @@ msgid ""
msgstr ""
"'%s' असाधारण अक्षर आहे, घटकाचे प्रारंभीक टॅग '%s' समाप्त करण्याकरीता '>' अक्षर अपेक्षीत"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "'%s' असाधारण अक्षर आहे, घटक '%s' च्या '%s' गुणधर्म नावानंतर '=' अपेक्षीत"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -428,7 +428,7 @@ msgstr ""
"अक्षर अपेक्षीत, किंवा पर्यायस्वरूपी गुणधर्म अपेक्षीत; तसेच तुम्ही गुणधर्म नावात अवैध अक्षर "
"वापरले"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -437,46 +437,46 @@ msgstr ""
"'%s' असाधारण अक्षर आहे, घटक '%s' च्या गुणधर्म '%s' करीता मुल्य प्रदान करतेवेळी समांतर "
"चिन्हा नंतर उघडे क्वोट अपेक्षीत"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, 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:1577
+#: glib/gmarkup.c:1583
#, 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:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "घटक '%s' बंद केले गेले,कुठलेही घटक आता उघडे नाही"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "घटक '%s' बंद केले गेले, पण सद्या '%s' हे घटक उघडे आहे"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "दस्तऐवज रिकामे होते किंवा फक्त रिक्त जागा समाविष्टीत होती"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "उघडे कोन कंस '<' नंतरच दस्तऐवज अनपेक्षितरित्या समाप्त झाले"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "घटक उघडे असूनही दस्तऐवज अनपेक्षितरित्या समाप्त झाले - '%s'शेवटचे उगडे घटक होते"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -485,19 +485,19 @@ msgstr ""
"दस्तऐवज अनपेक्षितरित्या समाप्त झाले, टॅग <%s/> ला बंद करण्याकरीता समाप्तीय कोन कंस "
"उपेक्षीत"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "घटकाच्या नावाअंतर्गत दस्तऐवज अनपेक्षितरित्या समाप्त झाले"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "गुणधर्माच्या नावाअंतर्गत दस्तऐवज अनपेक्षितरित्या समाप्त झाले"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "घटकाच्या-खुल्या टॅग अंतर्गत दस्तऐवज अनपेक्षितरित्या समाप्त झाले"
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -505,16 +505,16 @@ msgstr ""
"गुणधर्म नावा पाठोपाठ समांतर चिन्हानंतर दस्तऐवज अनपेक्षितरित्या समाप्त झाले; गुणधर्माचे मुल्य "
"नाही"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "गुणधर्म मुल्यच्या अंतर्भूत राहतेवेळी दस्तऐवज अनपेक्षितरित्या समाप्त झाले"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "दस्तऐवज अनपेक्षितरित्या घटक '%s' करीता बंद टॅगच्या आत समाप्त झाले"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "दस्तऐवज अनपेक्षितरित्या टिप्पणी किंवा सुचनाचे विषलेशन करतेवेळी समाप्त झाले"
@@ -538,7 +538,7 @@ msgstr "संयुक्त शोध सीमा पोहचले"
msgid "the pattern contains items not supported for partial matching"
msgstr "रचनेत अपूरे जुळवणीकरीता समाविष्टीत घटक जी समर्थित नाही"
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "आंतरीक त्रूटी"
@@ -1138,7 +1138,7 @@ msgstr "%s करीता खूप मोठी प्रमाण संख
msgid "Stream is already closed"
msgstr "श्रृंखला आधिपासूनच बंद आहे"
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "कार्य रद्द करण्यात आले"
@@ -1205,9 +1205,9 @@ msgid "drive doesn't implement polling for media"
msgstr "ड्राइव्ह मिडीयाकरीता पोलींग कार्यान्वीत करत नाही"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "कार्य समर्थित नाही"
@@ -1226,7 +1226,7 @@ msgstr "कार्य समर्थित नाही"
msgid "Containing mount does not exist"
msgstr "समाविष्टीत आरोहन अस्तीत्वात नाही"
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "संचयीकेवर प्रत बनवू शकत नाही"
@@ -1236,7 +1236,7 @@ msgstr "संचयीकेवर प्रत बनवू शकत ना
msgid "Can't copy directory over directory"
msgstr "संचयीकेवर संचयीकेची प्रत बनवू शकत नाही"
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "लक्ष्य फाइल अस्तित्वात आहे"
@@ -1246,26 +1246,26 @@ msgstr "लक्ष्य फाइल अस्तित्वात आहे
msgid "Can't recursively copy directory"
msgstr "संचयीकेची पुनः प्रत बनवू शकत नाही"
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "अवैध symlink मुल्य दिले गेले"
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "कचरापेटी समर्थित नाही"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "फाइल नावात '%c' असू शकत नाही"
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "खंड आरोहन कार्यारत करत नाही"
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "ही फाइल हाताळण्याकरीता कुठलेही अनुप्रयोग पंजीकृत नाही"
@@ -1276,12 +1276,12 @@ msgid "Enumerator is closed"
msgstr "ऐन्युमरेटर बंद आहे"
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "फाइल ऐन्युमरेटरची अप्रतिम कार्यक्षमता"
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "फाइल ऐन्युमरेटर आधिपासूनच बंद आहे"
@@ -1347,8 +1347,8 @@ msgstr "रूट संचयीका पुनःनामांकीत क
msgid "Can't rename file, filename already exist"
msgstr "फाइल पुनःनामांकीत करू शकत नाही, फाइलनाव आधिपासूनच अस्तित्वात आहे"
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
@@ -1369,69 +1369,69 @@ msgstr "फाइल उघडतेवेळी त्रूटी: %s"
msgid "Can't open directory"
msgstr "संचयीका उघडू शकत नाही"
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "फाइल काढून टाकतेवेळी त्रूटी: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "फाइल कचरापेटीत हलवितेवेळी त्रूटी: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "कचरापेटी संचयीका %1$s निर्माण करती आली नाही: %2$s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "कचरापेटी करीता उच्चस्थरीय संचयीका शोधता आली नाही"
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "कचरापेटी करीता उच्चस्थरीय संचयीका शोधता आली नाही"
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "कचरापेटी माहिती फाइल बनविता आली नाही: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "कचरापेटीकडे फाइल हलवितेवेळी त्रूटी: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "बोधचिन्ह लिंक बनवितेवेळी त्रूटी: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "फाइल स्थानांतरन करतेवेळी त्रूटी: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "संचयीकेवर संचयीका हलवू शकत नाही"
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "प्रतिकृत फाइल निर्माण अपयशी"
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "लक्ष्य फाइल काढून टाकतेवेळी त्रूटी: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "आरोहन मधिल स्थानांतरन समर्थीत नाही"
@@ -1456,62 +1456,62 @@ msgstr "अवैध विस्तारीत गुणधर्म नाव
msgid "Error setting extended attribute '%s': %s"
msgstr "विस्तारीत गुणधर्म निश्चित करतेवेळी त्रूटी '%s': %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "फाइल '%s' सुरू करतेवेळी त्रूटी: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (अवैध ऐंकोडींग)"
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "फाइल व्याख्यक निश्चित करतेवेळी त्रूटी: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "अवैध गुणधर्म प्रकार (uint32 अपेक्षीत)"
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "अवैध गुणधर्म प्रकार (uint64 अपेक्षीत)"
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "अवैध गुणधर्म प्रकार (बाईट अक्षरमाळा अपेक्षीत)"
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "परवानगी स्थापित करतेवेळी त्रूटी: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "मालक स्थापित करतेवेळी त्रूटी: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "symlink शून्य नसायला हवे"
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "symlink स्थापीत करतेवेळी त्रूटी: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "symlink निश्चित करतेवेळी त्रूटी: फाइल symlink नाही"
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s गुणधर्म स्थापित करणे समर्थित नाही"
@@ -1584,12 +1584,12 @@ msgstr "लक्ष्य फाइल सामान्य फाइल न
msgid "The file was externally modified"
msgstr "फाइल बाहेरुन संपादित करण्यात आली"
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "अवैध GSeekType पुरविले गेले"
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "अवैध संचयन विनंती"
@@ -1599,17 +1599,17 @@ msgstr "अवैध संचयन विनंती"
msgid "Cannot truncate GMemoryInputStream"
msgstr "GMemoryInputStream ट्रंकेट करू शकत नाही"
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "कमाल माहिती अर्रे मर्यादा पोहचले"
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "स्मृती आउटपुट श्रृंखला पुन्हआकार देण्यजोगी नाही"
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "स्मृती आउटपुट स्ट्रीम पुन्ह आकार देण्यास अपयशी"
@@ -1686,7 +1686,7 @@ msgstr "युनीक्स पासून वाचतेवेळी त्
msgid "Error closing unix: %s"
msgstr "युनीक्स बंद करतेवेळी त्रूटी: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "रूट फाइलप्रणाली"
diff --git a/po/ms.po b/po/ms.po
index 7c72f2f14..26731b032 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -298,24 +298,24 @@ msgstr "Gagal membuka fail '%s': fdopen() gagal: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Gagal membuka fail '%s': fdopen() gagal: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Ralat pada baris %d aksara %d: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Ralat pada baris %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Entiti kosong '&;' kelihatan; entiti sah ialah : &amp; &quot; &lt; &gt; "
"&apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -326,17 +326,17 @@ msgstr ""
"memulakan entiti; jika & tidak disokong untuk dijadikan entiti, escapekan "
"sebagai &amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Aksara '%s' adalah tidak sah di dalam nama entiti"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nama entiti '%s' tidak diketahui"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -344,7 +344,7 @@ msgstr ""
"Entiti tidak berakhir dengan titik bertindih; mungkin anda gunakan aksara "
"'&' tanpa menyedari untuk memulakan entiti - escape & sebagai &amp;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -353,16 +353,16 @@ msgstr ""
"gagal menghantar '%s', yang sepatutnya satu digit didalam satu rujukan "
"aksara (&#234; sebagai contoh) - mungkin digit terlalu besar"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Rujukan aksara '%s' tidak mengenkodkan aksara yang diizini"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Rujukan aksara kosong; sepatutnya disertakan digit seperti &#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -371,34 +371,34 @@ msgstr ""
"Rujukan aksara tidak berakhir dengan semicolon; agaknya anda menggunakan "
"aksara '&' tanpa niat untuk memulakan entiti - escapekan & sebagai &amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Rujukan entiti tidak tamat"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Rujukan aksara tidak tamat"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Teks terenkod UTF-8 tidak sah"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Teks terenkod UTF-8 tidak sah"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Teks terenkod UTF-8 tidak sah"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumen mesti dimulakan dengan unsur (e.g. <buku>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -407,7 +407,7 @@ msgstr ""
"'%s' adalah bukan aksara sah diikuti sengan aksara '<'; ia tidak sepatutnya "
"bermula dengan nama unsur"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -416,14 +416,14 @@ msgstr ""
"Aksara ganjil '%s', dijangkakan aksara '>' untuk mengakhiri tag permulaan "
"unsur '%s'"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Aksara ganjil '%s', dijangkakan '=' selepas nama atribut '%s' unsur '%s'"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -434,7 +434,7 @@ msgstr ""
"permulaan unsur '%s', atau atribut; meungkin anda gunakan aksara tidak sah "
"pada nama atribut"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -443,7 +443,7 @@ msgstr ""
"Aksara ganjil '%s', menjangka tanda petikan membuka selepas tanda = bila "
"memberi nilai atribut untuk '%s' unsur '%s' "
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -452,7 +452,7 @@ msgstr ""
"'%s' adalah bukan aksara sah diikuti aksara '</'; '%s' tak boleh memulakan "
"nama unsur"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -461,25 +461,25 @@ msgstr ""
"'%s' adalah bukan aksara sah diikuti dengan nama unsur penutup '%s'; aksara "
"yang diizinkan ialah '>'"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Unsur '%s' telah ditutup, tiada unsur yang dibuka"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Unsur '%s' telah ditutup, tetapi unsur yang dibuka adalah '%s'"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokumen kosong atau hanya menandungi ruangputih"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumen berakhir tanpa diduga sebaik selepas membuka '<'"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -488,26 +488,26 @@ msgstr ""
"Dokumen berakhir tanpa diduga dengan unsur yang masih dibuka - '%s' adalah "
"unsur dibuka"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "Dokumen berakhir tanpa diduga, menjangkai tag <%s/> pada hujungnya"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumen berakhir tanpa diduga di dalam nama unsur"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumen berakhir tanpa diduga di dalam nama atribut"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumen berakhir tanpa diduga di dalam tag element-opening"
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -515,16 +515,16 @@ msgstr ""
"Dokumen berakhir tanpa diduga selepas tanda '=' diikuti dengan nama atribut; "
"tiana nilai atribut"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumen berakhir tanpa diduga semasa di dalam nilai atribut"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokumen berakhir tanpa diduga di dalam tag tertutup untuk unsur '%s'"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokumen berakhir tanpa diduga di dalam komen atau memproses arahan"
@@ -548,7 +548,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1155,7 +1155,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1222,9 +1222,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Pautan simbolik tidak disokong"
@@ -1243,7 +1243,7 @@ msgstr "Pautan simbolik tidak disokong"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1253,7 +1253,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1263,26 +1263,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Pautan simbolik tidak disokong"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1293,12 +1293,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1364,8 +1364,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1386,69 +1386,69 @@ msgstr "Ralat membaca fail '%s': %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Ralat membaca fail '%s': %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Ralat membaca fail '%s': %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Gagal mencipta fail %s': %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Gagal mencipta fail %s': %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Gagal mencipta fail %s': %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Ralat semasa penukaran: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Ralat membaca fail '%s': %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Ralat membaca fail '%s': %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1473,62 +1473,62 @@ 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:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Ralat membaca fail '%s': %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Ralat membaca fail '%s': %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Ralat semasa penukaran: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Ralat semasa penukaran: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Ralat pada baris %d: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Pautan simbolik tidak disokong"
@@ -1601,12 +1601,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Namahos tidak sah"
@@ -1616,17 +1616,17 @@ msgstr "Namahos tidak sah"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1701,7 +1701,7 @@ msgstr "Ralat membaca fail '%s': %s"
msgid "Error closing unix: %s"
msgstr "Ralat pada baris %d: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/nb.po b/po/nb.po
index c2c1b81ed..2ba1d73ae 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-03-09 14:18+0100\n"
"Last-Translator: Espen Stefansen <espens@svn.gnome.org>\n"
"Language-Team: Norwegian bokmal <i18n-nb@lister.ping.uio.no>\n"
@@ -300,23 +300,23 @@ msgstr "Kunne ikke åpne fil «%s»: open() feilet: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Kunne ikke lese fil «%s» inn i minnet: mmap() feilet: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Feil på linje %d tegn %d: "
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Feil på linje %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Tom entitet «&;» funnet; gyldige entiteter er: &amp; &quot; &lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -327,17 +327,17 @@ msgstr ""
"starter en entitet; hvis dette og-tegnet ikke er ment å være en entitet, "
"unngå dette ved å bruke &amp; i stedet"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Tegn «%s» er ikke gyldig inne i et entitetsnavn"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitetsnavn «%s» er ikke kjent"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -346,7 +346,7 @@ msgstr ""
"tegn uten at det var ment å starte en entitet - ungå ved å bruke &amp; i "
"stedet"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -355,16 +355,16 @@ msgstr ""
"Feil under lesing av «%-.*s», som skulle vært et tall inne i en tegnreferanse "
"(&#234; for eksempel) - tallet er muligens for stort"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Tegnreferanse «%-.*s» koder ikke et tillatt tegn"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tom tegnreferanse; skulle inkludert et tall slik som &#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -374,32 +374,32 @@ msgstr ""
"og-tegn uten at det var ment å starte en entitet - unngå ved å bruke &amp; i "
"stedet"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Uferdig referanse til entitet"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Uferdig referanse til tegn"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ugyldig UTF-8 kodet tekst - for lang sekvens"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ugyldig UTF-8 kodet tekst - ikke et starttegn"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ugyldig UTF-8 kodet tekst - ikke gyldig «%s»"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentet må starte med et element (f.eks <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -408,7 +408,7 @@ msgstr ""
"«%s» er ikke et gyldig tegn etter en «<» tegn; det kan ikke være begynnelsen "
"på et elementnavn"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -417,13 +417,13 @@ msgstr ""
"Rart tegn «%s», forventet et «>» tegn for å avslutte start-taggen til "
"elementet «%s»"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "Rart tegn «%s», forventet et «=» etter attributtnavn «%s» for element «%s»"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -434,7 +434,7 @@ msgstr ""
"element «%s», eller alternativt en attributt; kanskje du brukte et ugyldig "
"tegn i attributtnavnet"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -443,7 +443,7 @@ msgstr ""
"Rart tegn «%s», ventet et åpent sitattegn etter likhetstegnet når verdi for "
"attributt «%s» for element «%s» oppgis"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -452,7 +452,7 @@ msgstr ""
"«%s» er ikke et gyldig tegn etter tegnene «</»; «%s» er kanskje ikke "
"begynnelsen på et elementnavn"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -461,25 +461,25 @@ msgstr ""
"«%s» er ikke et gyldig tegn etter element for lukking med navn «%s»; tillatt "
"tegn er «>»"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element «%s» ble lukket, ingen åpne elementer nå"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element «%s» ble lukket, men aktivt åpent element er «%s»"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentet var tomt eller inneholdt kun blanke tegn"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentet sluttet uventet rett etter en åpen vinkelparantes «<»"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -487,7 +487,7 @@ msgid ""
msgstr ""
"Dokumentet sluttet uventet med åpne elementer - «%s» var siste åpne element"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -496,19 +496,19 @@ msgstr ""
"Dokumentet sluttet uventet, forventet å se en vinkelparantes for å slutte av "
"den siste taggen <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentet sluttet uventet inni et elementnavn"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentet sluttet uventet inni et attributtnavn"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumentet sluttet uventet inni en tagg for åpning av element."
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -516,16 +516,16 @@ msgstr ""
"Dokumentet sluttet uventet etter likhetstegnet som følger et attributtnavn; "
"ingen attributtverdi"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentet sluttet uventet inni en attributtverdi"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokumentet sluttet uventet inni tagg for lukking av element «%s»"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumentet sluttet uventet inni en kommentar eller prosesseringsinstruksjon"
@@ -550,7 +550,7 @@ msgstr "grense for liste av funksjonskall nådd"
msgid "the pattern contains items not supported for partial matching"
msgstr "mønsteret inneholder oppføringer som ikke støttes for delvise treff"
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "intern feil"
@@ -1157,7 +1157,7 @@ msgstr "Tellerverdi gitt til %s er for stor"
msgid "Stream is already closed"
msgstr "Strømmen er allerede lukket"
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Operasjonen ble avbrutt"
@@ -1224,9 +1224,9 @@ msgid "drive doesn't implement polling for media"
msgstr "stasjonen implementerer ikke sjekk om medie er satt inn"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Operasjonen er ikke støttet"
@@ -1245,7 +1245,7 @@ msgstr "Operasjonen er ikke støttet"
msgid "Containing mount does not exist"
msgstr "Omsluttende monteringspunkt finnes ikke"
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "Kan ikke kopiere over katalog"
@@ -1255,7 +1255,7 @@ msgstr "Kan ikke kopiere over katalog"
msgid "Can't copy directory over directory"
msgstr "Kan ikke kopiere katalog over katalog"
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Målfilen eksisterer"
@@ -1265,26 +1265,26 @@ msgstr "Målfilen eksisterer"
msgid "Can't recursively copy directory"
msgstr "Kan ikke kopiere katalog rekursivt"
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "Ugyldig verdi oppgitt for symbolsk lenke"
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "Papirkurv er ikke støttet"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Filnavn kan ikke inneholde «%c»"
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "volumet implementerer ikke montering"
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "Ingen program registrert for å håndtere denne filen"
@@ -1295,12 +1295,12 @@ msgid "Enumerator is closed"
msgstr "Enumerator er lukket"
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "Filenumerator har utestående operasjon"
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Filenumerator er allerede lukket"
@@ -1366,8 +1366,8 @@ msgstr "Kan ikke endre navn på rotkatalogen"
msgid "Can't rename file, filename already exist"
msgstr "Kan ikke endre navn på filen. Filnavnet eksisterer allerede"
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
@@ -1388,69 +1388,69 @@ msgstr "Feil under åpning av fil: %s"
msgid "Can't open directory"
msgstr "Kan ikke åpne mappe"
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Feil ved fjerning av fil: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Feil ved plassering av fil i papirkurv: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Kan ikke legge katalog %s i papirkurven: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Kan ikke finne toppnivå for papirkurv"
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Kan ikke finne eller opprette mappe for papirkurv"
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Kan ikke opprette informasjonsfil for papirkurv: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Kan ikke legge fil i papirkurven: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Feil ved oppretting av symbolsk lenke: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Feil under flytting av fil: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "Kan ikke flytte katalog over katalog"
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Oppretting av sikkerhetskopi feilet"
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Feil under fjerning av målfil: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "Flytting mellom monteringspunkter er ikke støttet"
@@ -1475,62 +1475,62 @@ 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:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Feil ved henting av informasjon om fil «%s»: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (ugyldig koding)"
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Feil ved henting av informasjon om fildeskriptor: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ugyldig type attributt (uint32 forventet)"
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ugyldig type attributt (uint64 forventet)"
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Ugyldig type attributt (byte-streng forventet)"
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Feil ved setting av rettigheter: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Feil ved setting av eier: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "symbolsk lenke kan ikke være NULL"
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Feil ved setting av symbolsk lenke: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "Feil ved setting av symbolsk lenke: filen er ikke en symbolsk lenke"
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Støtter ikke å sette attributt %s"
@@ -1603,12 +1603,12 @@ msgstr "Målfilen er ikke en vanlig fil"
msgid "The file was externally modified"
msgstr "Filen ble endret eksternt"
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Ugyldig GSeekType oppgitt"
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Ugyldig søkeforespørsel"
@@ -1618,17 +1618,17 @@ msgstr "Ugyldig søkeforespørsel"
msgid "Cannot truncate GMemoryInputStream"
msgstr "Kan ikke avkorte GMemoryInputStream"
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, fuzzy, c-format
msgid "Reached maximum data array limit"
msgstr "Nådde maksimalgrensen for data"
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "Kan ikke endre størrelse på utdatastrøm for minne"
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Klarte ikke å endre størrelse på utdatastrøm for minne"
@@ -1705,7 +1705,7 @@ msgstr "Feil under lesing fra unix: %s"
msgid "Error closing unix: %s"
msgstr "Feil ved lukking av unix: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Filsystemrot"
diff --git a/po/ne.po b/po/ne.po
index a980a5813..dada3dabe 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -304,23 +304,23 @@ msgstr "'%s' फाइल खोल्न असफल : खोल्न() अ
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' फाइल नक्सा असफल : m नक्सा() असफल : %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "लाइन %d क्यारेक्टर %d मा त्रुटि: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "लाइन %d मा त्रुटि: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"खाली अस्तित्व '&;' देखियो; वैध अस्तित्वहरू निम्न हुन : &amp; &quot; &lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -331,17 +331,17 @@ msgstr ""
"यदि यो एम्परस्यान्ड भएमा एउटा अस्तित्वको रूपमा मानिँदैन,यसलाई &amp; को रूपमा परित्याग "
"गर्नुहोस्"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "अस्तित्व नाम भित्रको क्यारेक्टर '%s' वैध छैन"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "अस्तित्व नाम '%s' ज्ञात होइन"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -349,7 +349,7 @@ msgstr ""
"अस्तित्व अर्धविराममा सकिएन; तपाईँले धेरैजसो ऐम्परसेण्ड क्यारेक्टरबाट एउटा अस्तित्व सुरु गर्नको "
"लागि प्रयास नगरिकन सुरु गर्नुभयो - &amp; को रूपमा ऐम्परसेंन्ड निकास गर्नुहोस्"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -358,16 +358,16 @@ msgstr ""
"'%-*s' पद वर्णन गर्न सकिएन, जुन एउटा क्यारेक्टर सन्दर्भ (उदाहरणका लागि; &#234) हुनु "
"पर्थ्यो - संभवत अङ्क ज्यादै ठूलो छ"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "क्यारेक्टर सन्दर्भ '%-.*s' ले स्वीकृत क्यारेक्टरको सङ्केतन गर्दैन "
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "खाली क्यारेक्टर सन्दर्भ, &#454 जस्तो अङ्क समाहित हुनुपर्छ"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -376,34 +376,34 @@ msgstr ""
"क्यारेक्टर सन्दर्भ अर्धविराममा सकिएन;तपाईँले धेरैजसो ऐम्परसेण्ड क्यारेक्टरबाट एउटा अस्तित्व सुरु "
"गर्नका लागि प्रयास नगरिकन सुरु गर्नुभयो - &amp; को रूपमा ऐम्परसेंन्ड निकास गर्नुहोस्"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "अधुरो अस्तित्व सन्दर्भ"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "अधुरो क्यारेक्टर सन्दर्भ"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "अवैध UTF-8 सङ्केतन गरिएको पाठ"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "अवैध UTF-8 सङ्केतन गरिएको पाठ"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "अवैध UTF-8 सङ्केतन गरिएको पाठ"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "कागजात एउटा तत्व बाट सुरु हुनैपर्छ (जस्तै: <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -412,7 +412,7 @@ msgstr ""
"एउटा '<' क्यारेक्टर पछ्याउन '%s' वैधानिक क्यारेक्टर होइन; यस्ले एउटा तत्व नाम प्रारम्भ "
"नगर्न सक्छ"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -421,13 +421,13 @@ msgstr ""
"बिजोड क्यारेक्टर '%s', एउटा अपेक्षा गरिएको क्यारेक्टर '>', '%s' को सुरु ट्याग अन्त्य "
"गर्नलाइ"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "विजोड क्यारेक्टर '%s' ले,'%s' तत्वको गुण नाम '%s' पछि अपेक्षा गरिएको एउटा '=' "
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -438,7 +438,7 @@ msgstr ""
"'/' क्यारेक्टर, वा वैकल्पिक रूपमा एउटा विशेषता ,सायद तपाईँले एउटा विशेषता नाममा अवैध "
"क्यारेक्टर प्रयोग गर्नुभयो"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -447,7 +447,7 @@ msgstr ""
"बिजोड क्यारेक्टर '%s',तत्व '%s' को '%s' विशेषताका लागि मान दिइएको बेला बराबर चिन्ह "
"पछि खुला उद्धरण चिन्हको अपेक्षा गरेको हुन्छ।"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -456,7 +456,7 @@ msgstr ""
"'%s' एउटा वैध क्यारेक्टर होइन निम्न क्यारेक्टरहरू '</'; '%s' एउटा तत्व नाम प्रारम्भ नगर्न "
"सक्छन"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -465,32 +465,32 @@ msgstr ""
"बन्द तत्व नाम '%s' को पछि लाग्ने '%s' मान्य क्यारेक्टर होइन; अनुमति पाएको क्यारेक्टर '>' "
"हो।"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "तत्व '%s' बन्द थियो, हाल कुनै तत्व खुलेको छैन"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "तत्व '%s' बन्द थियो, तर हाल खुला तत्व '%s' हो"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "कागजात खाली छ वा सेतो खाली स्थान मात्र राखिएको छ"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "एउटा खुल्ला कोण कोष्ठ पछि '<' कागजात अनपेक्षित रूपले समाप्त भयो।"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "'%s' खोलिएको अन्तिम तत्व संगकागजात अप्रत्याशित रूपले समाप्त भयो।"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -499,19 +499,19 @@ msgstr ""
"कागजपत्र अप्रत्याशित रूपले समाप्त भयो, ट्याग <%s/> को अन्तमा बन्द कोण कोष्ठको अपेक्षा "
"गर्दछ।"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "तत्व नाम भित्र कागजात अपेक्षित रूपले समाप्त भयो।"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "विशेषता नाम भित्र कागजात अपेक्षित रूपले समाप्त भयो।"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "तत्व-खुल्ला ट्याग भित्र कागजात अपेक्षित रूपले समाप्त भयो।"
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -519,16 +519,16 @@ msgstr ""
"बिशेषता नाम पछ्याउन बराबर चिन्ह पछि कागजातपत्र अप्रत्याशित रूपले समाप्त भयो; गुण मान "
"होइन"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "गुण मान भित्र भएको बेला कागजपत्र अप्रत्याशित रूपले समाप्त भयो"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "तत्व '%s' का लागि बन्द ट्याग भित्र कागजात अनपेक्षित रूपले समाप्त भयो।"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "एउटा टिप्पणी वा प्रक्रिया निर्देशन भित्र कागजपत्र अप्रत्याशित रूपले समाप्त भयो"
@@ -552,7 +552,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1156,7 +1156,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1224,9 +1224,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन"
@@ -1245,7 +1245,7 @@ msgstr "सांकेतिक सम्बन्ध समर्थन गर
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1255,7 +1255,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1265,26 +1265,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1295,12 +1295,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1366,8 +1366,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1388,69 +1388,69 @@ msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "'%s' फाइल सिर्जना गर्न असफल: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "'%s' फाइल सिर्जना गर्न असफल: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "'%s' फाइल सिर्जना गर्न असफल: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "पद वर्णन विकल्पमा त्रुटि %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1475,62 +1475,62 @@ msgstr "विशेषता नाम भित्र कागजात अ
msgid "Error setting extended attribute '%s': %s"
msgstr "डाइरेक्टरी '%s' खोल्दा त्रुटि: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "रूपान्तरण अवधिमा त्रुटि: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "रूपान्तरण अवधिमा त्रुटि: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "लाइन %d मा त्रुटि: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन"
@@ -1603,12 +1603,12 @@ msgstr "नियमित फाइल होइन"
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "अवैध कार्यक्रम नाम : %s"
@@ -1618,17 +1618,17 @@ msgstr "अवैध कार्यक्रम नाम : %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1703,7 +1703,7 @@ msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
msgid "Error closing unix: %s"
msgstr "लाइन %d मा त्रुटि: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/nl.po b/po/nl.po
index 8e2ccab0c..dec056ded 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-03-12 16:03+0100\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-03-12 16:03+0100\n"
"Last-Translator: Wouter Bolsterlee <wbolster@gnome.org>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
@@ -19,83 +19,83 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Onverwacht attribuut ‘%s’ voor element ‘%s’"
# aangetroffen hier mooier dan gevonden
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Attribuut ‘%s’ van element ‘%s’ is niet aangetroffen"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Onverwachte tag ‘%s’, tag ‘%s’ werd verwacht"
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Onverwachte tag ‘%s’ binnen ‘%s’"
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "Er is geen geldig bladwijzerbestand gevonden in de datamappen"
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Er bestaat al een bladwijzer voor de URI ‘%s’"
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Geen bladwijzer gevonden voor URI ‘%s’"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, 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:2444
+#: glib/gbookmarkfile.c:2444
#, 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:2823
+#: glib/gbookmarkfile.c:2823
#, 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:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
"Er is geen programma genaamd ‘%s’ die een bladwijzer geregistreerd heeft "
"voor ‘%s’"
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, 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"
@@ -105,246 +105,245 @@ 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:2215 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
#, c-format
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:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "Fout tijdens omzetten: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
#, c-format
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:1734
+#: glib/gconvert.c:1734
#, 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:1744
+#: glib/gconvert.c:1744
#, 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:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "De URI ‘%s’ is ongeldig"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, 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:1789
+#: glib/gconvert.c:1789
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "De URI ‘%s’ bevat tekens met een foutief controleteken"
-#: ../glib/gconvert.c:1884
+#: glib/gconvert.c:1884
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Het pad ‘%s’ is geen absoluut pad"
-#: ../glib/gconvert.c:1894
+#: glib/gconvert.c:1894
#, c-format
msgid "Invalid hostname"
msgstr "Ongeldige hostnaam"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "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:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, 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:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Lezen uit bestand ‘%s’ is mislukt: %s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Openen van bestand ‘%s’ is mislukt: %s"
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Opvragen gegevens van bestand ‘%s’ is mislukt: fstat() is mislukt: %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, 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:890
+#: glib/gfileutils.c:890
#, 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:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Aanmaken van bestand ‘%s’ is mislukt: %s"
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, 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:971
+#: glib/gfileutils.c:971
#, 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:990
+#: glib/gfileutils.c:990
#, 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:1108
+#: glib/gfileutils.c:1108
#, 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:1352
+#: glib/gfileutils.c:1352
#, 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:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Sjabloon ‘%s’ bevat geen XXXXXX"
# ook byte voor meervoud (het bestand is 29 byte groot)
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u byte"
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Lezen van symbolische verwijzing ‘%s’ is mislukt: %s"
-#: ../glib/gfileutils.c:1908
+#: glib/gfileutils.c:1908
#, c-format
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
#, c-format
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:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "Restant aan ongeconverteerde data in de leesbuffer"
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
#, c-format
msgid "Channel terminates in a partial character"
msgstr "Kanaal eindigt in een gedeeltelijk teken"
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
#, c-format
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:234 ../glib/gmarkup.c:250
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Fout in regel %d teken %d: "
-#: ../glib/gmarkup.c:344
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Fout in regel %d: %s"
-#: ../glib/gmarkup.c:448
+#: glib/gmarkup.c:448
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:458
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -354,17 +353,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:492
+#: glib/gmarkup.c:492
#, 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:529
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entiteitnaam ‘%s’ is niet bekend"
-#: ../glib/gmarkup.c:540
+#: glib/gmarkup.c:540
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;"
@@ -373,7 +372,7 @@ msgstr ""
"ampersand-teken gebruikt zonder daarmee een entiteit te willen beginnen - "
"gebruik in plaats daarvan &amp;"
-#: ../glib/gmarkup.c:593
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -383,16 +382,16 @@ msgstr ""
"zou moeten zijn (bijvoorbeeld &#234;) - misschien is het getal te groot"
# niet geoorloofd/toegestaan/ongeoorloofd
-#: ../glib/gmarkup.c:618
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Tekenreferentie ‘%-.*s’ staat niet voor een geoorloofd teken"
-#: ../glib/gmarkup.c:633
+#: glib/gmarkup.c:633
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:643
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -402,33 +401,33 @@ msgstr ""
"ampersand-teken gebruikt zonder daarmee een entiteit te willen beginnen - "
"gebruik in plaats daarvan &amp;"
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Onbeëindigde entiteitreferentie"
-#: ../glib/gmarkup.c:735
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Onbeëindigde tekenreferentie"
-#: ../glib/gmarkup.c:978
+#: glib/gmarkup.c:978
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:1006
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ongeldige UTF-8-gecodeerde tekst - geen startteken"
-#: ../glib/gmarkup.c:1042
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ongeldige UTF-8-gecodeerde tekst - niet geldig ‘%s’"
-#: ../glib/gmarkup.c:1080
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Het document moet beginnen met een element (bijv. <book>)"
-#: ../glib/gmarkup.c:1120
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -436,7 +435,7 @@ msgid ""
msgstr ""
"‘%s’ is geen geldig teken na ‘<’; een elementnaam mag er niet mee beginnen"
-#: ../glib/gmarkup.c:1184
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -445,7 +444,7 @@ msgstr ""
"Onverwacht teken ‘%s’, er werd een ‘>’-teken verwacht om de start-tag van "
"het element ‘%s’ af te sluiten"
-#: ../glib/gmarkup.c:1273
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -453,7 +452,7 @@ msgstr ""
"Onverwacht teken ‘%s’, er werd een ‘=’ verwacht na de attribuutnaam ‘%s’ van "
"element ‘%s’"
-#: ../glib/gmarkup.c:1315
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -464,7 +463,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:1401
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -473,7 +472,7 @@ msgstr ""
"Onverwacht teken ‘%s’, er werd een ‘\"’-teken verwacht na het ‘=’-teken bij "
"de attribuutwaarde van ‘%s’ in element ‘%s’"
-#: ../glib/gmarkup.c:1543
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -481,7 +480,7 @@ msgid ""
msgstr ""
"‘%s’ is geen geldig teken na ‘</’; een elementnaam mag niet met ‘%s’ beginnen"
-#: ../glib/gmarkup.c:1583
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -490,25 +489,25 @@ msgstr ""
"‘%s’ is geen geldig teken na de elementnaam ‘%s’ in de afluitingstag; het "
"teken dat toegestaan is is ‘>’ "
-#: ../glib/gmarkup.c:1594
+#: glib/gmarkup.c:1594
#, 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:1603
+#: glib/gmarkup.c:1603
#, 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:1763
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Het document was leeg of bevatte slechts lege ruimte"
-#: ../glib/gmarkup.c:1777
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Het document eindigde onverwacht na een openingshaakje: ‘<’"
-#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -517,7 +516,7 @@ msgstr ""
"Het document eindigde onverwacht met niet-afgesloten elementen - ‘%s’ is het "
"laatstgeopende element"
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -526,19 +525,19 @@ msgstr ""
"Het document eindigde onverwacht, er werd een sluithaakje (‘>’) verwacht "
"voor de tag <%s/>"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Het document eindigde onverwacht in een elementnaam"
-#: ../glib/gmarkup.c:1805
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Het document eindigde onverwacht in een attribuutnaam"
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Het document eindigde onverwacht in een element-openingstag."
-#: ../glib/gmarkup.c:1816
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -546,177 +545,177 @@ msgstr ""
"Het document eindigde onverwacht na een ‘=’-teken dat op een attribuutnaam "
"volgde; geen attribuutwaarde"
-#: ../glib/gmarkup.c:1823
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Het document eindigde onverwacht in een attribuutwaarde"
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
#, 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:1845
+#: glib/gmarkup.c:1845
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:1962
+#: glib/gregex.c:154 gio/glocalfile.c:1963
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"
@@ -725,243 +724,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"
-#: ../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 "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
#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "De tekst was leeg (of bevatte slechts lege ruimte)"
-#: ../glib/gspawn-win32.c:279
+#: glib/gspawn-win32.c:279
#, c-format
msgid "Failed to read data from child process"
msgstr "Lezen van data van dochterproces is mislukt"
-#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, 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:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Lezen van pijplijn naar dochter (%s) is mislukt"
-#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Wijzigen naar map ‘%s’ is mislukt (%s)"
-#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Uitvoeren van dochterproces is mislukt (%s)"
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "Ongeldige programmanaam: %s"
-#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Ongeldige tekenreeks in argumentvector bij %d: %s"
-#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Ongeldige tekenreeks in omgeving: %s"
# werkmap/huidige map
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, c-format
msgid "Invalid working directory: %s"
msgstr "Ongeldige werkmap: %s"
-#: ../glib/gspawn-win32.c:787
+#: glib/gspawn-win32.c:787
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Uitvoeren van het hulpprogramma (%s) is mislukt"
-#: ../glib/gspawn-win32.c:1002
+#: glib/gspawn-win32.c:1002
#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -970,147 +967,147 @@ msgstr ""
"Onverwachte fout in g_io_channel_win32_poll() bij het lezen van data van een "
"dochterproces"
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Lezen van data van dochterproces is mislukt (%s)"
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
#, 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:400
+#: glib/gspawn.c:400
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Onverwachte fout in waitpid() (%s)"
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
#, c-format
msgid "Failed to fork (%s)"
msgstr "De fork is mislukt (%s)"
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Uitvoeren van dochterproces ‘%s’ is mislukt (%s)"
# was eerst: herleiden
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
#, 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:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Het forken van een dochterproces is mislukt (%s)"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Onbekende fout bij het uitvoeren van dochterproces ‘%s’"
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, 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:1030
+#: glib/gutf8.c:1030
#, c-format
msgid "Character out of range for UTF-8"
msgstr "Teken valt buiten het bereik van UTF-8"
-#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
#, c-format
msgid "Invalid sequence in conversion input"
msgstr "Ongeldige reeks in conversieinvoer"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
#, c-format
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
#, c-format
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
#, c-format
msgid "Not a regular file"
msgstr "Geen gewoon bestand"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
#, c-format
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"
@@ -1118,52 +1115,52 @@ 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
#, c-format
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:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Het sleutelbestand bevat geen groep ‘%s’"
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Het sleutelbestand bevat geen sleutel ‘%s’"
-#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, 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:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, 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:2106 ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1172,135 +1169,131 @@ msgstr ""
"Het sleutelbestand bevat sleutel ‘%s’ in groep ‘%s’ die een waarde heeft die "
"niet geïnterpreteerd kan worden."
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, 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:3471
+#: glib/gkeyfile.c:3471
#, c-format
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:3493
+#: glib/gkeyfile.c:3493
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Het sleutelbestand bevat ongeldige ontsnappingstekens ‘%s’"
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
#, 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:3649
+#: glib/gkeyfile.c:3649
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Het geheel getal ‘%s’ valt buiten het bereik"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
#, 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:3706
+#: glib/gkeyfile.c:3706
#, 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:483 ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, c-format
msgid "Too large count value passed to %s"
msgstr "De telwaarde die aan %s werd gegeven is te groot"
-#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
#, c-format
msgid "Stream is already closed"
msgstr "De stroom is al gesloten"
-#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1955
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "De bewerking werd afgebroken"
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
msgid "Unknown type"
msgstr "Onbekend type"
# bestandssoort/bestandstype
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr "bestandstype %s"
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "type %s"
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
#, c-format
msgid "Unexpected early end-of-stream"
msgstr "Voortijdig einde aan gegevensstroom"
# naamloos/zonder naam/onbenoemd
-#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Zonder naam"
# bureaubladbestand/desktopbestand
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
#, c-format
msgid "Desktop file didn't specify Exec field"
msgstr "Desktopbestand bevat geen Exec-veld"
-#: ../gio/gdesktopappinfo.c:882
+#: gio/gdesktopappinfo.c:882
#, c-format
msgid "Unable to find terminal required for application"
msgstr "Kan geen terminalvenster vinden voor het uitvoeren van het programma"
-#: ../gio/gdesktopappinfo.c:1114
+#: gio/gdesktopappinfo.c:1114
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Kan persoonlijke programmaconfiguratiemap %s niet aanmaken: %s"
-#: ../gio/gdesktopappinfo.c:1118
+#: gio/gdesktopappinfo.c:1118
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Kan persoonlijke MIME-configuratiemap %s niet aanmaken: %s"
-#: ../gio/gdesktopappinfo.c:1457
+#: gio/gdesktopappinfo.c:1457
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Kan desktopbestand %s niet aanmaken"
-#: ../gio/gdesktopappinfo.c:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr "Zelfgemaakte definitie voor %s"
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr "dit station begrijpt de opdracht ‘uitwerpen’ niet"
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
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:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639
-#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053
-#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621
-#: ../gio/gfile.c:3701
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "De bewerking is niet mogelijk"
@@ -1313,18 +1306,18 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
#, c-format
msgid "Containing mount does not exist"
msgstr ""
-#: ../gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "Kan niet over map kopiëren"
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
#, c-format
msgid "Can't copy directory over directory"
msgstr "Kan map niet over map kopiëren"
@@ -1332,84 +1325,84 @@ 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:1963 ../gio/glocalfile.c:2109
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Doelbestand bestaat al"
# map/de map
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
#, c-format
msgid "Can't recursively copy directory"
msgstr "Kan map niet recursief kopiëren"
-#: ../gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "Ongeldige symbolische verwijzing gegeven"
# wordt hier niet ondersteund
# (dus bijv. op een aangekoppelde externe opslag?)
-#: ../gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "Prullenbak wordt ondersteund"
# Een bestandsnaam mag het teken / niet bevatten
-#: ../gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Het teken ‘%c’ mag niet in een bestandsnaam voorkomen"
-#: ../gio/gfile.c:4752 ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "volumen begrijpt de opdracht ‘aankoppelen’ niet"
-#: ../gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
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:151
+#: gio/gfileenumerator.c:151
#, c-format
msgid "Enumerator is closed"
msgstr "Teller is gesloten"
# hmm
-#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "Bestandsteller bevat een lopende bewerking"
-#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Bestandsteller is al gesloten"
-#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
#, c-format
msgid "Stream doesn't support query_info"
msgstr "Datastroom ondersteunt query_info niet"
-#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
#, c-format
msgid "Seek not supported on stream"
msgstr "Zoeken binnen datastroom niet mogelijk"
-#: ../gio/gfileinputstream.c:380
+#: gio/gfileinputstream.c:380
#, c-format
msgid "Truncate not allowed on input stream"
msgstr "Afkappen is niet toegestaan op een invoerdatastroom"
-#: ../gio/gfileoutputstream.c:457
+#: gio/gfileoutputstream.c:457
#, c-format
msgid "Truncate not supported on stream"
msgstr "Afkappen wordt niet ondersteund op een datastroom"
# huh?
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
#, c-format
msgid "Input stream doesn't implement read"
msgstr "Invoerdatastroom begrijpt de opdracht ‘lezen’ niet"
@@ -1421,310 +1414,310 @@ 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:904 ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
#, c-format
msgid "Stream has outstanding operation"
msgstr "Datastroom is nog bezig"
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
#, c-format
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: ../gio/glocalfile.c:599
+#: gio/glocalfile.c:599
#, c-format
msgid "Invalid filename %s"
msgstr "Ongeldige bestandsnaam: %s"
-#: ../gio/glocalfile.c:962
+#: gio/glocalfile.c:962
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Fout bij het ophalen van informatie over bestandssysteem: %s"
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
#, c-format
msgid "Can't rename root directory"
msgstr "Kan de root-map niet hernoemen"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
#, c-format
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:1121 ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2013
-#: ../gio/glocalfile.c:2162 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Ongeldige bestandsnaam"
-#: ../gio/glocalfile.c:1125
+#: gio/glocalfile.c:1125
#, c-format
msgid "Error renaming file: %s"
msgstr "Fout bij het hernoemen van bestand: %s"
# openen/lezen
-#: ../gio/glocalfile.c:1244
+#: gio/glocalfile.c:1244
#, c-format
msgid "Error opening file: %s"
msgstr "Fout bij het openen van bestand: %s"
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
#, c-format
msgid "Can't open directory"
msgstr "Kan map niet openen"
# volledig verwijderen/definitief verwijderen/verwijderen
-#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1988
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Fout bij het verwijderen van bestand: %s"
# naar prullenbak verplaatsen/verwijderen
-#: ../gio/glocalfile.c:1677
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Fout bij het verplaatsen naar de prullenbak van bestand: %s"
-#: ../gio/glocalfile.c:1700
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Kan de prullenbakmap %s niet aanmaken: %s"
-#: ../gio/glocalfile.c:1721
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Kan de bovenliggende map voor de prullenbak niet vinden"
-#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Kan prullenbakmap niet vinden of aanmaken"
-#: ../gio/glocalfile.c:1854
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Kan prullenbak-informatiebestand ‘%s’ niet aanmaken"
-#: ../gio/glocalfile.c:1879 ../gio/glocalfile.c:1954 ../gio/glocalfile.c:1961
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Kan het bestand ‘%s’ niet naar de prullenbak verplaatsen"
-#: ../gio/glocalfile.c:2017
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Fout bij het maken van symbolische verwijzing: %s"
-#: ../gio/glocalfile.c:2077 ../gio/glocalfile.c:2166
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Fout bij het verplaatsen van bestand: %s"
-#: ../gio/glocalfile.c:2100
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "Kan map niet over map verplaatsen"
-#: ../gio/glocalfile.c:2122 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Aanmaken van backupbestand is mislukt"
-#: ../gio/glocalfile.c:2141
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Fout bij het verwijderen doelbestand: %s"
# (nog) niet mogelijk/niet ondersteund
-#: ../gio/glocalfile.c:2155
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "Verplaatsen tussen aankoppelpunten is niet mogelijk"
# technotalk
-#: ../gio/glocalfileinfo.c:709
+#: gio/glocalfileinfo.c:709
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "Attribuutwaarde moet niet-NULL zijn"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Ongeldig attribuuttype (hoort een tekenreeks te zijn)"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid extended attribute name"
msgstr "Ongeldige uitgebreide attribuutnaam"
-#: ../gio/glocalfileinfo.c:763
+#: gio/glocalfileinfo.c:763
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Fout bij het instellen van uitgebreid attribuut ‘%s’: %s"
-#: ../gio/glocalfileinfo.c:1402 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Fout bij het benaderen van bestand ‘%s’: %s"
-#: ../gio/glocalfileinfo.c:1458
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (ongeldige codering)"
-#: ../gio/glocalfileinfo.c:1618
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Fout bij het benaderen van ‘file descriptor’: %s"
-#: ../gio/glocalfileinfo.c:1663
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ongeldig attribuuttype (hoort een uint32 te zijn)"
-#: ../gio/glocalfileinfo.c:1680
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ongeldig attribuuttype (hoort een uint64 te zijn)"
-#: ../gio/glocalfileinfo.c:1698
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Ongeldig attribuuttype (hoort een byte-tekenreeks te zijn)"
-#: ../gio/glocalfileinfo.c:1724
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Fout bij instellen toegangsrechten: %s"
-#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1943
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Fout bij instellen eigenaar: %s"
# technotalk
# symlink/symbolische verwijzing
-#: ../gio/glocalfileinfo.c:1798
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "symbolische verwijzing moet niet-NULL zijn"
-#: ../gio/glocalfileinfo.c:1808 ../gio/glocalfileinfo.c:1827
-#: ../gio/glocalfileinfo.c:1838
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Fout bij instellen symbolische verwijzing: %s"
-#: ../gio/glocalfileinfo.c:1817
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Fout bij instellen symbolische verwijzing: bestand is geen symbolische "
"verwijzing"
-#: ../gio/glocalfileinfo.c:1998
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Instellen van attribuut %s is niet mogelijk"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
#, 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:372
-#: ../gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
+#: gio/glocalfileoutputstream.c:854
#, c-format
msgid "Error seeking in file: %s"
msgstr "Fout bij het doorzoeken van bestand: %s"
-#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
#, c-format
msgid "Error closing file: %s"
msgstr "Fout bij het sluiten van bestand: %s"
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
#, c-format
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:591
#, c-format
msgid "Error writing to file: %s"
msgstr "Fout bij het schrijven naar bestand: %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:213
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Fout bij verwijderen van oude verwijzing naar reservekopie: %s"
-#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Fout bij het aanmaken van reservekopie: %s"
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:258
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Fout bij het hernoemen van tijdelijk bestand: %s"
-#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
#, c-format
msgid "Error truncating file: %s"
msgstr "Fout bij het afkappen bestand: %s"
# lezen/openen
-#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523
-#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Fout bij het openen van bestand ‘%s’: %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:679
#, c-format
msgid "Target file is a directory"
msgstr "Doelbestand is geen map"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
#, c-format
msgid "Target file is not a regular file"
msgstr "Doelbestand is geen gewoon bestand"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
#, c-format
msgid "The file was externally modified"
msgstr "Het bestand is door een ander programma gewijzigd"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Ongeldig GSeekType geleverd"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Ongeldige zoekopdracht"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr "Kan GMemoryInputStream niet afkappen"
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "Maximum data-arraylimiet bereikt"
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1732,58 +1725,58 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:344
+#: gio/gmount.c:344
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:419
+#: gio/gmount.c:419
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:501
+#: gio/gmount.c:501
msgid "mount doesn't implement remount"
msgstr "opnieuw koppelen niet ondersteund door koppeling"
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
#, c-format
msgid "Output stream doesn't implement write"
msgstr "Uitvoerdatastroom begrijpt de opdracht ‘schrijven’ niet"
# bronstroom/datastroom van de bron
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
#, c-format
msgid "Source stream is already closed"
msgstr "Datastroom is al gesloten"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr "naam"
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
msgid "The name of the icon"
msgstr "Naam van het pictogram"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr "namen"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr "Een lijst met de pictogramnamen"
# Vrij vertaald (Wouter Bolsterlee)
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr "standaard terugvalmechanisme gebruiken"
# Vrij vertaald (Wouter Bolsterlee)
-#: ../gio/gthemedicon.c:245
+#: gio/gthemedicon.c:245
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1792,69 +1785,69 @@ msgstr ""
"het ‘-’-teken af te knippen. Als meerdere namen worden gegeven wordt de "
"eerste gebruikt."
-#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "Fout bij lezen van unix: %s"
-#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, c-format
msgid "Error closing unix: %s"
msgstr "Fout bij sluiten van unix: %s"
# hoofdmap van bestandssysteem
-#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Hoofdmap bestandssysteem"
-#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, 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:423
+#: gio/gvolume.c:423
msgid "volume doesn't implement eject"
msgstr "volumen begrijpt de opdracht ‘uitwerpen’ niet"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
#, c-format
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
#, c-format
msgid "URIs not supported"
msgstr "URI's worden niet ondersteund"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
#, c-format
msgid "association changes not supported on win32"
msgstr "associatiewijzigingen niet mogelijk op win32"
# Associeren/associaties aanmaken
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
#, c-format
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 82b50d2f0..72b183cb9 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -301,22 +301,22 @@ msgstr "Klarte ikkje å opna fila «%s»: open() feila: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Klarte ikkje å kopiera fila «%s» til minnet: mmap() feila: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Feil på linje %d teikn %d: "
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Feil på linje %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "Fann tom entitet «&;»; gyldige entitetar er: &amp; &quot; &lt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -327,17 +327,17 @@ msgstr ""
"ein entitet; om dette et-teiknet ikkje er meint å vere ein entitet, skriv "
"den som &amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Teiknet «%s» er ikkje gyldig inne i eit entitetsnamn"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitetsnamnet «%s» er ikkje kjent"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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 +345,7 @@ msgstr ""
"Entiteten slutta ikkje med eit semikolon. Du brukte truleg eit et-teikn utan "
"å meina å opna ein entitet. Skriv et-teikn som «&amp;»."
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -354,16 +354,16 @@ msgstr ""
"Klarte ikkje å tolka «%-.*s», som burde vera eit teikn i ein teiknreferanse "
"(&#234;, til dømes) – kan henda talet er for stort"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Teiknreferansen «%-.*s» kodar ikkje kan ikkje kodast eit lovleg teikn"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tom teiknreferanse, bør innehalda eit nummer slik som &#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -372,32 +372,32 @@ msgstr ""
"Teiknreferansen slutta ikkje med eit semikolon; sannsynlegvis brukte du eit "
"et-teikn utan å villa starte ein entitet – skriv et-teikn som &amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Referansen til entiteten er uferdig"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Referansen til teiknet er uferdig"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ugyldig UTF-8-koda tekst - for lang sekvens"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ugyldig UTF-8-koda tekst - ikkje eit startteikn"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ugyldig UTF-8-koda tekst - ikkje gyldig «%s»"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentet må byrja med eit element (t.d. <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -406,7 +406,7 @@ msgstr ""
"«%s» er ikkje eit gyldig teikn etter ein «<»-teikn. Det kan ikkje vera det "
"fyrste teiknet i eit elementnamn"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -415,14 +415,14 @@ msgstr ""
"Merkeleg teikn «%s», venta eit «>»-teikn for å avslutta startmerket av "
"elementet «%s»"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Merkeleg teikn «%s», venta ein «=» etter attributtnamnet «%s» av elementet «%s»"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -433,7 +433,7 @@ msgstr ""
"startmerket av elementet «%s», eller ein valfri attributt. Kan henda du "
"brukte eit ugyldig teikn i attributtnamnet"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -442,7 +442,7 @@ msgstr ""
"Merkeleg teikn «%s», venta eit ope siteringsmerke etter likskapsteiknet for å "
"gje ein verdi for attributten «%s» av elementet «%s»"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -451,7 +451,7 @@ msgstr ""
"«%s» er ikkje eit gyldig teikn etter teikna «<» eller «/». «%s» kan ikkje starta "
"eit elementnamn"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -460,25 +460,25 @@ msgstr ""
"«%s» er ikkje eit gyldig teikn etter avsluttande merket «%s»; det tillatne "
"teiknet er «>»"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elementet «%s» vart lukka. Det er ingen opne element no"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Elementet «%s» vart avslutta, men det opne elementet er «%s»"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentet var tomt eller innheldt berre tomme teikn"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument avslutta uventa rett etter ei open vinkelhake «<»"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -487,7 +487,7 @@ msgstr ""
"Dokumentet slutta uventa med element framleis opne. «%s» var det siste "
"elementet som vart opna"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -496,20 +496,20 @@ msgstr ""
"Dokumentet slutta uventa, venta å sjå at ei vinkelhake lukka det avsluttande "
"merket <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentet tok uventa slutt inni eit elementnamn"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentet tok uventa slutt inni eit attributtnamn"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Dokumentet vart uventa avslutta inne i eit merke som opnar eit element."
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -517,16 +517,16 @@ msgstr ""
"Dokumentet slutta uventa etter likskapsteiknet etter attributtnamnet; ingen "
"attributtverdi"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentet avslutta uventa medan det var inne i ein attributtverdi"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokumentet avslutta uventa i eit lukkemerke for elementet «%s»"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumentet avslutta uventa inne i ein merknad eller prosseseringsinstruksjon"
@@ -551,7 +551,7 @@ msgstr "tilbakesporingsgrensa nådd"
msgid "the pattern contains items not supported for partial matching"
msgstr "mønsteret inneheld element som ikkje er støtta i delsamanlikning"
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "intern feil"
@@ -1157,7 +1157,7 @@ msgstr "For stor teljingsverdi sendt til %s"
msgid "Stream is already closed"
msgstr "Straumen er allereie stengt"
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Operasjonen vart avbroten"
@@ -1224,9 +1224,9 @@ msgid "drive doesn't implement polling for media"
msgstr "stasjonen støttar ikkje å spørja etter media"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Operasjonen er ikkje støtta"
@@ -1245,7 +1245,7 @@ msgstr "Operasjonen er ikkje støtta"
msgid "Containing mount does not exist"
msgstr "Omsluttande monteringspunkt finst ikkje"
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "Kan ikkje skriva over mappe"
@@ -1255,7 +1255,7 @@ msgstr "Kan ikkje skriva over mappe"
msgid "Can't copy directory over directory"
msgstr "Kan ikkje skriva ei mappe over ei mappe"
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Målfila finst"
@@ -1265,26 +1265,26 @@ msgstr "Målfila finst"
msgid "Can't recursively copy directory"
msgstr "Kan ikkje kopiera katalog rekursivt"
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "Ugyldig symlink-verdi oppgjeven"
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "Papirkorg er ikkje støtta"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Filnamn kan ikkje innehalda «%c»"
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "volumet støttar ikkje montering"
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "Ingen program er registrert til å handtera denne fila"
@@ -1295,12 +1295,12 @@ msgid "Enumerator is closed"
msgstr "Teljaren er stengt"
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "Filteljaren har ventande operasjon"
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Filteljaren er allereie lukka"
@@ -1366,8 +1366,8 @@ msgstr "Kan ikkje gje rotmappa nytt namn"
msgid "Can't rename file, filename already exist"
msgstr "Kan ikkje gje fila nytt namn, filnamnet finst frå før"
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
@@ -1388,69 +1388,69 @@ msgstr "Feil ved opning av fila: %s"
msgid "Can't open directory"
msgstr "Kan ikkje opna mappa"
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Feil under fjerning av fila: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Feil under kassering av fila: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Klarte ikkje å laga papirkorgmappa %s: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Klarar ikkje å finna toppnivåmappe for papirkorga"
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Klarar ikkje å finna eller laga papirkorgmappa"
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Klarte ikkje å laga infofil om kassering: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Klarte ikkje å kassera fila: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Klarte ikkje å laga symbolsk lenkje: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Feil under flytting av fil: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "Kan ikkje flytta mappa over ei mappe"
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Klarte ikkje å laga tryggleikskopi av fila"
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Klarte ikkje å sletta målfila: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "Flytting mellom monteringar ikkje støtta"
@@ -1475,63 +1475,63 @@ msgstr "Ugyldig utvida attributtnamn"
msgid "Error setting extended attribute '%s': %s"
msgstr "Feil under endring av utvida attributtverdi «%s»: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Feil under lesing av informasjon om fila «%s»: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr "(ugyldig teiknkoding)"
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Feil under lesing av info om fildeskriptoren: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ugyldig attributtype (venta uint32)"
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ugyldig attributtype (venta uint64)"
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Ugyldig attributtype (venta byte-streng)"
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Feil endring av løyve: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Feil under eigarskifte: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "symbolsk lenkje må vera ikkje-NULL"
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Fil under oppretting av symbolsk lenkje: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Fil under oppretting av symbolsk lenkje: Fila er ikkje ei symbolsk lenkje"
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Å setja attributten %s er ikkje støtta"
@@ -1604,12 +1604,12 @@ msgstr "Målfila er ikkje ei vanleg fil"
msgid "The file was externally modified"
msgstr "Fila vart endra utanfrå"
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Ugyldig GSeekType sendt med"
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Ugyldig søkeførespurnad"
@@ -1619,17 +1619,17 @@ msgstr "Ugyldig søkeførespurnad"
msgid "Cannot truncate GMemoryInputStream"
msgstr "Kan ikkje trunkera GMemoryInputStream"
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "Nådd maksgrensa for dataarray"
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "Utstraumen frå minnet kan ikkje endra storleik"
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Klarte ikkje å endra storleik på utstraumen frå minnet"
@@ -1706,7 +1706,7 @@ msgstr "Feil ved lesing frå unix: %s"
msgid "Error closing unix: %s"
msgstr "Feilved lukking av: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Filsystemrot"
diff --git a/po/oc.po b/po/oc.po
index fdd4dff9c..185490f07 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-02-19 23:11+0100\n"
"Last-Translator: Yannig Marchegay (Kokoyaya) <yannig@marchegay.org>\n"
"Language-Team: Occitan <ubuntu-l10n-oci@lists.ubuntu.com>\n"
@@ -300,22 +300,22 @@ msgstr ""
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr ""
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr ""
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr ""
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -323,91 +323,91 @@ msgid ""
"it as &amp;"
msgstr ""
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr ""
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr ""
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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 ""
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, 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 ""
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
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 ""
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr ""
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr ""
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr ""
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr ""
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr ""
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -415,87 +415,87 @@ msgid ""
"character in an attribute name"
msgstr ""
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, 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 ""
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr ""
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr ""
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1115,7 +1115,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1182,9 +1182,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr ""
@@ -1203,7 +1203,7 @@ msgstr ""
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1213,7 +1213,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1223,26 +1223,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1253,12 +1253,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1324,8 +1324,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
@@ -1346,69 +1346,69 @@ msgstr ""
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr ""
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr ""
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr ""
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr ""
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr ""
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr ""
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr ""
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr ""
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1433,62 +1433,62 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr ""
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr ""
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr ""
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr ""
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr ""
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
@@ -1561,12 +1561,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr ""
@@ -1576,17 +1576,17 @@ msgstr ""
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1662,7 +1662,7 @@ msgstr ""
msgid "Error closing unix: %s"
msgstr ""
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/or.po b/po/or.po
index 3b833bb1f..8c943d368 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -306,22 +306,22 @@ msgstr "'%s' ଫାଇଲ ଖୋଲିବାରେ ଅସଫଳ: open() ଅସ
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' ଫାଇଲ କୁ ମ୍ଯାପ୍ କରିବାରେ ଅସଫଳ: mmap() ଅସଫଳ: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "%d ଧାଡ଼ିର %d ଅକ୍ଷରରେ ତ୍ରୁଟି: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "%d ଧାଡ଼ିରେ ତ୍ରୁଟି: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "ଖାଲି ବସ୍ତୁ '&;' ଦେଖା ଗଲା; ବୈଧ ବସ୍ତୁଗୁଡ଼ିକ ହେଲା: &amp; &quot; &lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -331,17 +331,17 @@ msgstr ""
"ଗୋଟିଏ ବସ୍ତୁର ନାମର ଆରମ୍ଭ ରେ '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଅକ୍ଷର & ଗୋଟିଏ ବସ୍ତୁକୁ ଆରମ୍ଭ କରେ; ଯଦି ଏହି "
"ଆମ୍ପର୍ସେଣ୍ଡ୍ ଗୋଟିଏ ବସ୍ତୁ ନୁହେଁ, ଏହାକୁ &amp; ଭାବରେ ଏସ୍କେପ୍ କରନ୍ତୁ;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "ବସ୍ତୁ ନାମ ମଦ୍ଧ୍ଯ ରେ '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "'%s' ବସ୍ତୁ ନାମ ଜଣା ନାହିଁ"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -349,7 +349,7 @@ msgstr ""
"ବସ୍ତୁଟି ସେମିକୋଲନରେ ଶେଷ ହେଲା ନାହିଁ; ସମ୍ଭବତଃ ଆପଣ ଗୋଟିଏ ବସ୍ତୁ ଆରମ୍ଭ କରିବାକୁ ନ ଚାହିଁ, ଏକ "
"ଆମ୍ପର୍ସେଣ୍ଡ୍ ଅକ୍ଷର ବ୍ଯବହାର କରିଛନ୍ତି - ତାହାକୁ &amp; ଭାବରେ ଏସ୍କେପ୍ କରନ୍ତୁ"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -358,16 +358,16 @@ msgstr ""
"'%-.*s' କୁ ବିଶ୍ଳେଷଣ କରିବାରେ ଅସଫଳ, ଯାହାକି ଗୋଟିଏ ଅକ୍ଷର ରେଫରେନ୍ସ ମଦ୍ଧ୍ଯରେ ଏକ ଅଙ୍କ ହେବା ଉଚିତ "
"ଥିଲା(ଉଦାହରଣ ସ୍ବରୂପେ &#୨୩୪;) - ବୋଧହୁଏ ଅଙ୍କଟି ବହୁତ ବଡ଼ ଅଟେ"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "'%-.*s' ଅକ୍ଷର ରେଫରେନ୍ସ ଟି ଗୋଟିଏ ଅନୁମତ ଅକ୍ଷରକୁ ସଙ୍କେତ କରୁ ନାହିଁ"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ଖାଲି ଅକ୍ଷର ରେଫରେନ୍ସ; ଗୋଟିଏ ଅଙ୍କକୁ ଅନୁର୍ଭୁକ୍ତ କରିବା ଉଚିତ, ଯେପରିକି &#୪୫୪;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -376,34 +376,34 @@ msgstr ""
"ଅକ୍ଷର ରେଫରେନ୍ସ ସେମିକୋଲନରେ ସମାପ୍ତ ହେଉ ନାହିଁ; ସମ୍ଭବତଃ ଆପଣ ଗୋଟିଏ ବସ୍ତୁ ଆରମ୍ଭ କରିବାକୁ ନ ଚାହିଁ, "
"ଏକ ଆମ୍ପର୍ସେଣ୍ଡ୍ ଅକ୍ଷର ବ୍ଯବହାର କରିଛନ୍ତି - ତାହାକୁ &amp; ଭାବରେ ଏସ୍କେପ୍ କରନ୍ତୁ"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "ଅସମାପ୍ତ ବସ୍ତୁ ରେଫରେନ୍ସ"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "ଅସମାପ୍ତ ଅକ୍ଷର ରେଫରେନ୍ସ"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "ଅବୈଧ ଇଉ.ଟି.ଏଫ.-୮ ସାଙ୍କେତିକ ପାଠ୍ଯ"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "ଅବୈଧ ଇଉ.ଟି.ଏଫ.-୮ ସାଙ୍କେତିକ ପାଠ୍ଯ"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "ଅବୈଧ ଇଉ.ଟି.ଏଫ.-୮ ସାଙ୍କେତିକ ପାଠ୍ଯ"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ଦଲିଲ ଗୋଟିଏ ଉପାଦାନରେ ଆରମ୍ଭ ହେବା ଉଚିତ (ଉଦାହରଣ ସ୍ବରୂପ <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -411,7 +411,7 @@ msgid ""
msgstr ""
"'<' ଅକ୍ଷର ପଛରେ ଆସୁଥିବା '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଏହା ଗୋଟିଏ ବସ୍ତୁର ନାମକୁ ଆରମ୍ଭ କରିପାରିବ ନାହିଁ"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -419,14 +419,14 @@ msgid ""
msgstr ""
"ବିଚିତ୍ର ଅକ୍ଷର '%s', '%s' ଉପାଦାନର ପ୍ରାରମ୍ଭ ସୂଚକକୁ ସମାପ୍ତ କରିବା ପାଇଁ '>' ଅକ୍ଷର ପ୍ରତ୍ଯାଶିତ ଥିଲା"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"ବିଚିତ୍ର ଅକ୍ଷର '%1$s', '%3$s' ଉପାଦାନର ଗୋଟିଏ ଗୁଣର ନାମ '%2$s' ପରେ '=' ପ୍ରତ୍ଯାଶିତ ଥିଲା"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -437,7 +437,7 @@ msgstr ""
"ପ୍ରତ୍ଯାଶିତ ଥିଲା, ଅଥବା ଇଚ୍ଛାଧୀନ ଭାବରେ ଗୋଟିଏ ଗୁଣ; ବୋଧହୁଏ ଆପଣ ଗୋଟିଏ ଗୁଣର ନାମରେ ଏକ ଅବୈଧ "
"ଅକ୍ଷର ବ୍ଯବହାର କରିଛନ୍ତି"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -446,7 +446,7 @@ msgstr ""
"ବିଚିତ୍ର ଅକ୍ଷର '%1$s', ସମାନ ଚିହ୍ନ ପରେ '%3$s' ଉପାଦାନର '%2$s' ଗୁଣର ମୂଲ୍ଯ ଦେବା ପାଇଁ ଗୋଟିଏ "
"ଖୋଲା ଉଦ୍ଧ୍ରୁତି ଚିହ୍ନ ପ୍ରତ୍ଯାଶିତ ଥିଲା"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -455,7 +455,7 @@ msgstr ""
"'</' ଅକ୍ଷରଗୁଡ଼ିକ ପଛରେ ଆସୁଥିବା '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; '%s' ଗୋଟିଏ ଉପାଦାନର ନାମର ଆରମ୍ଭ "
"କରିପାରିବ ନାହିଁ"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -463,25 +463,25 @@ msgid ""
msgstr ""
"ବନ୍ଦ ଉପାଦାନ ନାମ '%2$s' ପଛରେ ଆସୁଥିବା '%1$s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଅନୁମତ ଅକ୍ଷର ହେଲା '>'"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "ଉପାଦାନ '%s' ବନ୍ଦ କରାଯାଇଥିଲା, ବର୍ତ୍ତମାନ କୌଣସି ଉପାଦାନ ଖୋଲା ନାହିଁ"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "ଉପାଦାନ '%s' ବନ୍ଦ କରାଯାଇଥିଲା, କିନ୍ତୁ ବର୍ତ୍ତମାନ '%s' ଉପାଦାନଟି ଖୋଲା ଅଛି"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "ଦଲିଲ ଖାଲି ଥିଲା ବା କେବଳ ଖାଲି ଯାଗା ଧାରଣ କରିଥିଲା"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ଦଲିଲଟି ଗୋଟିଏ କୌଣିକ ବନ୍ଧନୀ '<'ର ଠିକ ପରେ ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -490,7 +490,7 @@ msgstr ""
"ଉପାଦାନଗୁଡ଼ିକ ଖୋଲା ଥାଇ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା'%s' ଉପାଦାନ ସର୍ବଶେଷ ଖୋଲା "
"ଥିଲା"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -499,19 +499,19 @@ msgstr ""
"ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା, <%s/> ସୂଚକ ସମାପ୍ତ କରିବା ପାଇଁ ଗୋଟିଏ ବନ୍ଦ କୌଣିକ "
"ବନ୍ଧନୀ ପ୍ରତ୍ଯାଶିତ ଥିଲା"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "ଉପାଦାନର ନାମ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "ଗୁଣର ନାମ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "ଉପାଦାନ ଆରମ୍ଭର ସୂଚକ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -519,16 +519,16 @@ msgstr ""
"ଗୁଣର ନାମ ପଛରେ ଆସୁଥିବା ସମାନ ଚିହ୍ନ ପରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା; ଗୁଣର କିଛି "
"ମୂଲ୍ଯ ନାହିଁ"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ଗୁଣର ମୂଲ୍ଯ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "'%s' ଉପାଦାନର ବନ୍ଦ ସୂଚକ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ଟିପ୍ପଣୀ ବା ସଂସାଧନ ସାଧନ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
@@ -552,7 +552,7 @@ msgstr "ପଶ୍ଚାତ ଅନୁମାର୍ଗଣ ସୀମା ପହଞ୍
msgid "the pattern contains items not supported for partial matching"
msgstr "ଏହି ଶୈଳୀ ଆଂଶିକ ମେଳନ ପାଇଁ ସମର୍ଥିତ ନ ଥିବା ବସ୍ତୁ ମାନଙ୍କୁ ଧାରଣ କରିଥାଏ"
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "ଆଭ୍ଯନ୍ତରୀଣ ତୃଟି"
@@ -1157,7 +1157,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1225,9 +1225,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ"
@@ -1246,7 +1246,7 @@ msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1256,7 +1256,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1266,26 +1266,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "'%s' ନାମରେ ନାମିତ କୌଣସି ପ୍ରୟୋଗ '%s' ପାଇଁ ଗୋଟିଏ ବୁକ୍ ମାର୍କକୁ ପଞ୍ଜିକ୍ରୁତ କରିନାହିଁ"
@@ -1296,12 +1296,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1367,8 +1367,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1389,69 +1389,69 @@ msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "'%s' ଫାଇଲ ସ୍ରୁଷ୍ଟି କରିବାରେ ଅସଫଳ: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "'%s' ଫାଇଲ ସ୍ରୁଷ୍ଟି କରିବାରେ ଅସଫଳ: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "'%s' ଫାଇଲ ସ୍ରୁଷ୍ଟି କରିବାରେ ଅସଫଳ: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "ରୁପାନ୍ତରଣ ର ବିକଲ୍ପ ରେ ତ୍ରୁଟି: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1476,62 +1476,62 @@ msgstr "ଗୁଣର ନାମ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍
msgid "Error setting extended attribute '%s': %s"
msgstr "%s' ଡିରେକ୍ଟୋରି ଖୋଲିବାରେ ତ୍ରୁଟି: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "ରୁପାନ୍ତରଣରେ ତ୍ରୁଟି: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "ରୁପାନ୍ତରଣରେ ତ୍ରୁଟି: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "%d ଧାଡ଼ିରେ ତ୍ରୁଟି: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ"
@@ -1604,12 +1604,12 @@ msgstr "ଏହା ଏକ ନିୟମିତ ଫାଇଲ ନୁହେଁ"
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "ଅବୈଧ ଚାବି ନାମ: %s"
@@ -1619,17 +1619,17 @@ msgstr "ଅବୈଧ ଚାବି ନାମ: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1704,7 +1704,7 @@ msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
msgid "Error closing unix: %s"
msgstr "%d ଧାଡ଼ିରେ ତ୍ରୁଟି: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/pa.po b/po/pa.po
index 63f2dcbec..749c7154b 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -307,22 +307,22 @@ msgstr "ਫਾਇਲ '%s': ਖੋਲ੍ਹਣ ਵਿੱਚ ਫੇਲ੍ਹ: fdop
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "ਫਾਇਲ '%s' ਮਿਲਾਉਣ ਵਿੱਚ ਫੇਲ੍ਹ: mmap() ਫੇਲ੍ਹ ਹੋਇਆ: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "ਲਾਈਨ %d ਅੱਖਰ %d ਉੱਤੇ ਗਲਤੀ:"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "ਸਤਰ %d ਉੱਤੇ ਗਲਤੀ: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "ਖਾਲੀ ਐਂਟਟੀ '&;' ਵੇਖੋ; ਵੈਧ ਐਂਟਟੀਆਂ ਹਨ : &amp; &quot; &lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -332,17 +332,17 @@ msgstr ""
"ਇਹ %s ਅੱਖਰ ਕੋਈ ਐਂਟਟੀ ਸ਼ੁਰੂ ਕਰਨ ਲਈ ਗਲਤ ਹੈ & ਅੱਖਰ ਇਕਾਈ ਆਰੰਭ ਕਰਦਾ ਹੈ; ਜੇਕਰ ਇਹ ਐਪਰਸੈਡ ਐਂਟਟੀ "
"ਬਣਨਯੋਗ ਨਹੀਂ ਤਾਂ ਇਸ ਨੂੰ ਇੰਝ &amp; ਛੱਡ ਦਿਓ"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "'%s' ਅੱਖਰ ਇੱਕ ਐਂਟਟੀ ਦੇ ਨਾਂ ਲਈ ਜਾਇਜ਼ ਨਹੀਂ ਹੈ"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "ਐਂਟਟੀ ਨਾਂ '%s' ਪਤਾ ਨਹੀਂ ਹੈ"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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 +350,7 @@ msgstr ""
"ਐਂਟਟੀ ਸੈਮੀਕਾਲਨ ਨਾਲ ਖਤਮ ਨਹੀਂ ਹੋ ਸਕਦਾ ਹੋ ਸਕਦਾ ਕਿ ਤੁਸੀਂ ਇੱਕ ਐਪਰਸੈਨਡ ਅੱਖਰ ਬਿਨਾਂ ਐਂਟਟੀ ਸ਼ੁਰੂ ਕੀਤੇ "
"ਹੀ ਵਰਤ ਰਹੇ ਹੋ, ਐਪਰਸੈਨਡ ਇਸਤਰਾਂ &amp; ਛੱਡੋ"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -359,16 +359,16 @@ msgstr ""
" '%-.*s' ਪਾਰਸ ਕਰਨ ਵਿੱਚ ਫੇਲ੍ਹ, ਜੋ ਕਿ ਅੱਖਰ ਵਿੱਚ ਨੰਬਰ ਹੋਣ ਚਾਹੀਦਾ ਹੈ ਵੇਖੋ (&#234; ਉਦਾਹਰਨ "
"ਲਈ) - ਅੱਖਰ ਬਹੁਤ ਲੰਮਾ ਹੋ ਗਿਆ ਹੈ"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "ਅੱਖਰ ਰੈਫਰੈਂਸ '%-.*s' ਇਕ ਚੁਣੇ ਅੱਖਰ ਨੂੰ ਇਨਕੋਡ ਨਹੀਂ ਕਰ ਸਕਦਾ"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ਖਾਲੀ ਅੱਖਰ ਰੈਫਰੈਂਸ, ਕੋਈ ਨੰਬਰ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ ਜਿਵੇਂ ਕਿ &#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -377,32 +377,32 @@ msgstr ""
"ਅੱਖਰੀ ਰੈਫਰੈਂਸ ਸੈਮੀਕਾਲਨ ਨਾਲ ਖਤਮ ਨਹੀਂ ਹੋ ਸਕਦਾ ਹੋ ਕਿ ਤੁਸੀ ਇੱਕ ਐਪਰਸੈਨਡ ਅੱਖਰ ਬਿਨਾਂ ਐਂਟਟੀ ਸ਼ੁਰੂ ਕੀਤੇ "
"ਹੀ ਵਰਤ ਰਹੇ ਹੋ, ਐਪਰਸੈਨਡ ਇੰਝ &amp; ਛੱਡੋ"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "ਅਧੂਰਾ ਐਂਟਟੀ ਰੈਫਰੈਂਸ"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "ਅਧੂਰਾ ਅੱਖਰੀ ਰੈਫਰੈਂਸ"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "ਗਲਤ UTF-8 ਇੰਕੋਡ ਟੈਕਸਟ - ਓਵਰਲਾਂਗ ਕ੍ਰਮ"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "ਗਲਤ UTF-8 ਇੰਕੋਡ ਟੈਕਸਟ - ਇੱਕ ਸ਼ੁਰੂਆਤੀ ਅੱਖਰ ਨਹੀਂ"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "ਗਲਤ UTF-8 ਇੰਕੋਡ ਅੱਖਰ - ਵੈਧ '%s' ਨਹੀਂ"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ਦਸਤਾਵੇਜ਼ ਇਕ ਐਲੀਮਿੰਟ (ਜਿਵੇਂ ਕਿ <book>) ਨਾਲ ਸ਼ੁਰੂ ਹੋਣਾ ਜਰੂਰੀ ਹੈ"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -411,7 +411,7 @@ msgstr ""
"ਇਹ '%s' ਜਾਇਜ ਅੱਖਰ ਨਹੀਂ ਹੈ ਜੋ ਕਿ '<' ਅੱਖਰ ਤੋਂ ਮਗਰ ਹੈ, ਇਹ ਕਿਸੇ ਐਲੀਮਿੰਟ ਦੇ ਨਾਂ ਨਾਲ ਆਰੰਭ ਨਹੀਂ "
"ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -420,13 +420,13 @@ msgstr ""
"ਅਨਿਸ਼ਚਿਤਅੱਖਰ '%s', ਇਹ '>' ਅੱਖਰ ਦੀ ਉਮੀਦ ਸੀ ਤਾਂ ਕਿ ਐਲੀਮਿੰਟ '%s' ਦੇ ਸ਼ੁਰੂ ਟੈਗ ਨੂੰ ਬੰਦ ਕੀਤਾ "
"ਜਾ ਸਕੇ"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "ਅਨਿਸ਼ਚਿਤ ਅੱਖਰ %1$s ਹੈ, ਐਲੀਮਿੰਟ %3$s ਦੇ ਇਸ ਵਿਸ਼ੇਸਤਾ ਨਾਂ %2$s ਮਗਰੋਂ = ਲੋੜੀਦਾ ਸੀ"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -436,7 +436,7 @@ msgstr ""
"ਅਨਿਸ਼ਚਿਤ ਅੱਖਰ '%s' ਹੈ, ਇਕ ਅੱਖਰ '>'ਜਾਂ '/' ਨਿਸ਼ਚਿਤ ਅੱਖਰ ਹੈ ਤਾਂ ਕਿ ਹਿੱਸੇ ਦੇ ਸ਼ੁਰੂ ਕੀਤੇ ਟੈਗ ਨੂੰ "
"ਖਤਮ ਕੀਤੀ ਜਾ ਸਕੇ '%s', ਜਾਂ ਚੁਣਿਆ ਪ੍ਰਤੀਕ, ਜਿਸ ਲ਼ਈ ਤੁਸੀ ਗਲਤ ਨਾਂ ਭਰਿਆ ਹੈ।"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -445,7 +445,7 @@ msgstr ""
"ਅਨਿਸ਼ਚਿਤ ਅੱਖਰ '%1$s', ਬਰਾਬਰ ਦੇ ਨਿਸ਼ਾਨ ਮਗਰੋਂ ਇਕ ਖੁੱਲਾ ਹਵਾਲਾ ਨਿਸ਼ਾਨ ਜ਼ਰੂਰੀ ਹੈ, ਜਦੋਂ ਕਿ ਤੁਸੀਂ "
"ਇੱਕ ਐਲੀਮਿੰਟ '%3$s' ਦੀ ਵਿਸ਼ੇਸ਼ਤਾ '%2$s' ਲਈ ਮੁੱਲ ਦੇ ਰਹੇ ਹੋ।"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -454,39 +454,39 @@ msgstr ""
"ਇਸ '</' ਅੱਖਰ ਮਗਰੋਂ ਇਹ %s' ਅੱਖਰ ਜ਼ਾਇਜ ਨਹੀਂ ਹੈ, '%s' ਇੱਕ ਐਲੀਮਿੰਟ ਦੇ ਨਾਂ ਨਾਲ ਸ਼ੁਰੂ ਨਹੀਂ ਹੋ ਸਕਦਾ "
"ਹੈ।"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, 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:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "ਇਹ ਐਲੀਮਿੰਟ '%s' ਬੰਦ ਸੀ, ਕੋਈ ਐਲੀਮਿੰਟ ਖੁੱਲ੍ਹਾ ਨਹੀਂ ਹੈ"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "ਇਹ ਐਲੀਮਿੰਟ '%s' ਬੰਦ ਸੀ, ਪਰ ਅਜੇ '%s' ਐਲੀਮਿੰਟ ਖੁੱਲਾ ਹੈ"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "ਦਸਤਾਵੇਜ਼ ਖਾਲੀ ਹੈ ਜਾਂ ਕੇਵਲ ਖਾਲੀ ਥਾਂ ਹੀ ਰੱਖਦਾ ਹੈ"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਇਕ ਖੁੱਲੀ ਬਰੈਕਟ '<' ਪਾਉਣ ਮਗਰੋਂ"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਜਦੋਂ ਕਿ-ਇਹ '%s' ਆਖਰੀ ਐਲੀਮਿੰਟ ਖੁੱਲਾ ਹੈ"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -494,19 +494,19 @@ msgid ""
msgstr ""
"ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਇਕ ਬੰਦ ਬਰੈਕਟ <%s/> ਜੋ ਕਿ ਪੱਟੀ ਨੂੰ ਬੰਦ ਕਰਦੀ ਹੈ, ਦੀ ਉਮੀਦ ਸੀ"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "ਇਕ ਐਲੀਮਿੰਟ ਦੇ ਨਾਂ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "ਇਕ ਗੁਣ ਦੇ ਨਾਂ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "ਇਕ ਐਲੀਮਿੰਟ-ਖੋਲ੍ਹਣ ਟੈਗ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -514,16 +514,16 @@ msgstr ""
"ਇਕ ਗੁਣ ਦੇ ਨਾਂ ਤੋਂ ਪਹਿਲਾਂ ਬਰਾਬਰ ਦੇ ਨਿਸ਼ਾਨ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਗੁਣ ਦਾ ਕੋਈ ਮੁੱਲ "
"ਨਹੀਂ ਹੈ"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ਇਕ ਗੁਣ ਦੇ ਮੁੱਲ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "ਇਕ ਐਲੀਮਿੰਟ '%s' ਦੇ ਟੈਗ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ਇਕ ਟਿੱਪਣੀ ਜਾਂ ਹਦਾਇਤ ਚਲਾਉਣ ਦੌਰਾਨ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
@@ -547,7 +547,7 @@ msgstr "ਬੈਕ-ਟਰੈਕਿੰਗ ਲਿਸਟ ਆ ਗਈ"
msgid "the pattern contains items not supported for partial matching"
msgstr "ਪੈਟਰਨ ਵਿੱਚ ਆਈਟਮਾਂ ਹਨ, ਜੋ ਕਿ ਅਧੂਰੀ ਮੈਂਚਿੰਗ ਲਈ ਸਹਾਇਕ ਨਹੀਂ।"
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "ਅੰਦਰੂਨੀ ਗਲਤੀ"
@@ -1145,7 +1145,7 @@ msgstr "%s ਨੂੰ ਬਹੁਤ ਵੱਧ ਗਿਣਤੀ ਪਾਸ ਕੀਤ
msgid "Stream is already closed"
msgstr "ਸਟਰੀਮ ਪਹਿਲਾਂ ਹੀ ਬੰਦ ਹੈ"
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "ਓਪਰੇਸ਼ਨ ਰੱਦ ਕੀਤਾ ਗਿਆ"
@@ -1212,9 +1212,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "ਓਪਰੇਸ਼ਨ ਸਹਾਇਕ ਨਹੀਂ"
@@ -1233,7 +1233,7 @@ msgstr "ਓਪਰੇਸ਼ਨ ਸਹਾਇਕ ਨਹੀਂ"
msgid "Containing mount does not exist"
msgstr "ਰੱਖਣ ਵਾਲਾ ਮਾਊਂਟ ਮੌਜੂਦ ਨਹੀਂ"
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "ਡਾਇਰੈਕਟਰੀ ਉੱਤੇ ਕਾਪੀ ਨਹੀਂ ਹੋ ਸਕਦਾ"
@@ -1243,7 +1243,7 @@ msgstr "ਡਾਇਰੈਕਟਰੀ ਉੱਤੇ ਕਾਪੀ ਨਹੀਂ ਹ
msgid "Can't copy directory over directory"
msgstr "ਡਾਇਰੈਕਟਰੀ ਡਾਇਰੈਕਟਰੀ ਉੱਤੇ ਕਾਪੀ ਨਹੀਂ ਹੋ ਸਕਦੀ"
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਮੌਜੂਦ ਹੈ"
@@ -1253,26 +1253,26 @@ msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਮੌਜੂਦ ਹੈ"
msgid "Can't recursively copy directory"
msgstr "ਡਾਇਰੈਕਟਰੀ ਲਗਾਤਾਰ ਕਾਪੀ ਨਹੀਂ ਹੋ ਸਕਦੀ"
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "ਗਲਤ ਸਿੰਬੋਲਿੰਕ ਮੁੱਲ ਦਿੱਤਾ"
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "ਰੱਦ ਸਹਾਇਕ ਨਹੀਂ"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ਫਾਇਲ ਨਾਂ ਵਿੱਚ ' %c' ਮੌਜੂਦ ਨਹੀਂ ਹੋ ਸਕਦਾ"
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "ਵਾਲੀਅਮ ਲਈ ਮਾਊਂਟ ਸਥਾਪਤ ਨਹੀਂ ਹੈ"
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "ਇਹ ਫਾਈਲ ਹੈਂਡਲ ਕਰਨ ਲਈ ਕੋਈ ਐਪਲੀਕੇਸ਼ਨ ਰਜਿਸਟਰ ਨਹੀਂ ਹੈ"
@@ -1283,12 +1283,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1354,8 +1354,8 @@ msgstr "ਰੂਟ ਡਾਇਰੈਕਟਰੀ ਦਾ ਨਾਂ ਨਹੀਂ ਬ
msgid "Can't rename file, filename already exist"
msgstr "ਫਾਇਲ ਦਾ ਨਾਂ ਨਹੀਂ ਬਦਲਿਆ ਜਾ ਸਕਦਾ, ਫਾਇਲ ਨਾਂ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ"
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
@@ -1376,69 +1376,69 @@ msgstr "ਫਾਇਲ ਖੋਲ੍ਹਣ ਦੌਰਾਨ ਗਲਤੀ: %s "
msgid "Can't open directory"
msgstr "ਡਾਇਰੈਕਟਰੀ ਖੋਲ੍ਹੀ ਨਹੀਂ ਜਾ ਸਕਦੀ"
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "ਫਾਇਲ ਹਟਾਉਣ ਦੌਰਾਨ ਗਲਤੀ: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "ਫਾਇਲ ਰੱਦੀ 'ਚ ਭੇਜਣ ਦੌਰਾਨ ਗਲਤੀ: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr ""
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "ਰੱਦੀ ਡਾਇਰੈਕਟਰੀ ਲੱਭਣ ਜਾਂ ਬਣਾਉਣ ਲਈ ਅਸਮਰੱਥ"
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "ਰੱਦੀ 'ਚ ਭੇਜੀ ਫਾਇਲ ਬਣਾਉਣ ਲਈ ਅਸਮਰੱਥ: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "ਫਾਇਲ ਰੱਦੀ 'ਚ ਭੇਜਣ ਲਈ ਅਸਮਰੱਥ: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr ""
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "ਫਾਇਲ ਭੇਜਣ ਦੌਰਾਨ ਗਲਤੀ: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "ਬੈਕਅੱਪ ਫਾਇਲ ਬਣਾਉਣ ਲਈ ਫੇਲ੍ਹ"
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਹਟਾਉਣ ਦੌਰਾਨ ਗਲਤੀ: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1463,62 +1463,62 @@ msgstr "ਗਲਤ ਐਕਸਟੈੱਡ ਗੁਣ ਨਾਂ"
msgid "Error setting extended attribute '%s': %s"
msgstr "ਐਕਸਟੈੱਡ ਗੁਣ '%s' ਸੈੱਟ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' ਫਾਈਲ ਦੇਣ'ਚ ਗਲਤੀ: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr "(ਗਲਤ ਇੰਕੋਡਿੰਗ)"
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "ਫਾਈਲ ਡਿਸਕ੍ਰਿਪਟਰ ਸਟੇਟਿੰਗ ਗਲਤੀ: %s "
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "ਗਲਤ ਐਟਰੀਬਿਊਟ ਟਾਈਪ (uint32 ਲੋੜੀਦਾ ਸੀ)"
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "ਅਧਿਕਾਰ ਸੈੱਟ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "ਓਪਨ ਸੈਟਿੰਗ ਗਲਤੀ: %s "
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "symlink ਸੈਟਿੰਗ ਗਲਤੀ: %s "
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "symlink ਸੈਟਿੰਗ ਗਲਤੀ: ਫਾਈਲ ਇੱਕ symlink ਨਹੀਂ ਹੈ"
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr "ਗੁਣ %s ਸੈਟਿੰਗ ਸਹਾਇਕ ਨਹੀਂ"
@@ -1591,12 +1591,12 @@ msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਇੱਕ ਰੈਗੂਲਰ ਫਾਇ
msgid "The file was externally modified"
msgstr "ਫਾਇਲ ਬਾਹਰੋਂ ਸੋਧੀ ਗਈ ਸੀ"
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "ਸੀਕ ਮੰਗ ਗਲਤ ਹੈ"
@@ -1606,17 +1606,17 @@ msgstr "ਸੀਕ ਮੰਗ ਗਲਤ ਹੈ"
msgid "Cannot truncate GMemoryInputStream"
msgstr "GMemoryInputStream ਛੋਟੀ ਨਹੀਂ ਕੀਤੀ ਜਾ ਸਕਦੀ ਹੈ"
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1693,7 +1693,7 @@ msgstr "unix ਤੋਂ ਪੜ੍ਹਨ ਦੌਰਾਨ ਗਲਤੀ: %s"
msgid "Error closing unix: %s"
msgstr "unix ਬੰਦ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "ਫਾਇਲ ਸਿਸਟਮ ਰੂਟ"
diff --git a/po/pl.po b/po/pl.po
index 1e158ca92..06acab38b 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -316,24 +316,24 @@ msgstr "Nie można otworzyć pliku \"%s\": funkcja open() zwróciła błąd: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Nie można zmapować pliku \"%s\": funkcja mmap() zwróciła błąd: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Błąd w wierszu %d przy znaku %d: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Błąd w wierszu %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Napotkano pustą jednostkę \"&;\"; poprawnymi jednostkami są: &amp; &quot; "
"&lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -344,17 +344,17 @@ msgstr ""
"rozpoczyna jednostkę; jeśli znak ten nie powinien rozpoczynać jednostki, "
"należy go zapisać jako &amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak \"%s\" nie jest dopuszczalny wewnątrz nazwy jednostki"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nazwa jednostki \"%s\" nie jest znana"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -362,7 +362,7 @@ msgstr ""
"Jednostka nie jest zakończona średnikiem; najprawdopodobniej został użyty "
"znak &, który nie miał oznaczać jednostki - należy go zapisać jako &amp;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -372,16 +372,16 @@ msgstr ""
"będąca częścią odniesienia do znaku (np. &#234;) - być może liczba jest zbyt "
"duża"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Odniesienie do znaku \"%-.*s\" nie jest zapisem dozwolonego znaku"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Puste odniesienie do znaku; powinno ono zawierać cyfry, np. &#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -391,33 +391,33 @@ msgstr ""
"został użyty znak &, który nie miał oznaczać jednostki - należy go zapisać "
"jako &amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Niezakończone odniesienie do jednostki"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Niezakończone odniesienie do znaku"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Tekst nie jest poprawnym łańcuchem UTF-8 - za długa sekwencja"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr ""
"Tekst nie jest poprawnym łańcuchem UTF-8 - nie jest znakiem początkowym"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Tekst nie jest poprawnym łańcuchem UTF-8 - niepoprawne \"%s\""
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument musi rozpoczynać się jakimś elementem (np. <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -426,7 +426,7 @@ msgstr ""
"Znak \"%s\" nie powinien występować po znaku \"<\"; nie może on rozpoczynać "
"nazwy elementu"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -435,7 +435,7 @@ msgstr ""
"Niespodziewany znak \"%s\"; oczekiwano znaku \">\", kończącego początkowy "
"znacznik elementu \"%s\""
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -443,7 +443,7 @@ msgstr ""
"Niespodziewany znak \"%s\"; po nazwie atrybutu \"%s\" elementu \"%s\" "
"oczekiwano znaku \"=\""
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -454,7 +454,7 @@ msgstr ""
"znacznik początkowy elementu \"%s\" lub opcjonalnie atrybutu; być może w "
"nazwie atrybutu został użyty niepoprawny znak"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -463,7 +463,7 @@ msgstr ""
"Niespodziewany znak \"%s\"; oczekiwano otwierającego znaku cudzysłowu po "
"znaku równości przy podawaniu wartości atrybutu \"%s\" elementu \"%s\""
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -472,7 +472,7 @@ msgstr ""
"Znak \"%s\" nie jest znakiem, który może pojawić się po sekwencji \"</\"; \"%"
"s\" nie może rozpoczynać nazwy elementu"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -481,28 +481,28 @@ msgstr ""
"Znak \"%s\" nie jest znakiem, który może wystąpić po domykającej nazwie "
"elementu \"%s\"; dopuszczalnym znakiem jest \">\""
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
"Element \"%s\" został zamknięty, lecz brak aktualnie otwartego elementu"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Element \"%s\" został zamknięty, lecz aktualnie otwartym elementem jest \"%s"
"\""
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokument jest pusty lub zawiera tylko separatory"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Zaraz po znaku \"%s\" nastąpił nieoczekiwany koniec dokumentu"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -511,7 +511,7 @@ msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu, gdy pewne elementy są wciąż otwarte "
"- \"%s\" był ostatnim otwartym elementem"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -520,21 +520,21 @@ msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu; oczekiwano znaku \">\", kończącego "
"znacznik <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz nazwy elementu"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz nazwy atrybutu"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu wewnątrz znacznika otwierającego "
"element."
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -542,18 +542,18 @@ msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu po znaku równości występującym po "
"nazwie atrybutu; brak wartości atrybutu"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz wartości atrybutu"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu wewnątrz znacznika domykającego "
"elementu \"%s\""
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu wewnątrz komentarza lub instrukcji "
@@ -579,7 +579,7 @@ msgstr "osiągnięto limit backtrace"
msgid "the pattern contains items not supported for partial matching"
msgstr "wzorzec zawiera elementy nie obsługiwane w dopasowywaniu częściowym"
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "błąd wewnętrzny"
@@ -1203,7 +1203,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1271,9 +1271,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Dowiązania symboliczne nie są obsługiwane"
@@ -1292,7 +1292,7 @@ msgstr "Dowiązania symboliczne nie są obsługiwane"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1302,7 +1302,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1312,26 +1312,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Dowiązania symboliczne nie są obsługiwane"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "Żadna aplikacja o nazwie \"%s\" nie zarejestrowała zakładki dla \"%s\""
@@ -1342,12 +1342,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1413,8 +1413,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1435,69 +1435,69 @@ msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Nie można utworzyć pliku \"%s\": %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Nie można utworzyć pliku \"%s\": %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Nie można utworzyć pliku \"%s\": %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Błąd podczas przetwarzania opcji %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1522,62 +1522,62 @@ 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:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Błąd podczas konwersji: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Błąd podczas konwersji: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Błąd w wierszu %d: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Dowiązania symboliczne nie są obsługiwane"
@@ -1650,12 +1650,12 @@ msgstr "To nie jest zwykły plik"
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Niepoprawna nazwa klucza: %s"
@@ -1665,17 +1665,17 @@ msgstr "Niepoprawna nazwa klucza: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1750,7 +1750,7 @@ msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
msgid "Error closing unix: %s"
msgstr "Błąd w wierszu %d: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/pt.po b/po/pt.po
index 362b21113..02515e40d 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.22\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-11 08:22+0000\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-03-11 08:25+0000\n"
"Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n"
"Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n"
@@ -16,303 +16,311 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Atributo '%s' inesperado para o elemento '%s'"
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Atributo '%s' do elemento '%s' não foi encontrado"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Etiqueta '%s' inesperada, esperada a etiqueta '%s'"
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Etiqueta '%s' inesperada dentro de '%s'"
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
+#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Não foi encontrado nenhum ficheiro de marcador válido nos directórios de "
"dados"
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Já existe um marcador para o URI '%s'"
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Não foi encontrado nenhum marcador para o URI '%s'"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, 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:2444
+#: glib/gbookmarkfile.c:2444
#, 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:2823
+#: glib/gbookmarkfile.c:2823
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Nenhum grupo definido no marcador para o URI '%s'"
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Nenhuma aplicação denominada '%s' registou um marcador para '%s'"
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, 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'"
-#: ../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 "Conversão do conjunto de caracteres '%s' para '%s' não é suportada"
-#: ../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 "Incapaz de abrir conversor de '%s' para '%s'"
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
+#, c-format
msgid "Invalid byte sequence in conversion input"
msgstr "Sequência de bytes inválida na origem da conversão"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "Erro durante a conversão: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
+#, c-format
msgid "Partial character sequence at end of input"
msgstr "Sequência de caracteres parcial no final da origem"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Incapaz de converter recurso '%s' para conjunto de caracteres '%s'"
-#: ../glib/gconvert.c:1734
+#: glib/gconvert.c:1734
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "O URI '%s' não é um URI absoluto que utiliza o esquema \"file\""
-#: ../glib/gconvert.c:1744
+#: glib/gconvert.c:1744
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "O URI de ficheiro local '%s' não deverá incluir um '#'"
-#: ../glib/gconvert.c:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "O URI '%s' é inválido"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "O nome de máquina do URI '%s' é inválido"
-#: ../glib/gconvert.c:1789
+#: glib/gconvert.c:1789
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "O URI '%s' contém caracteres incorrectamente mascarados"
-#: ../glib/gconvert.c:1884
+#: glib/gconvert.c:1884
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "O nome de caminho '%s' não é um caminho absoluto"
-#: ../glib/gconvert.c:1894
+#: glib/gconvert.c:1894
+#, c-format
msgid "Invalid hostname"
msgstr "Nome de máquina inválido"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Erro ao abrir o directório '%s': %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Incapaz de alocar %lu bytes para ler o ficheiro \"%s\""
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Erro ao ler o ficheiro '%s': %s"
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Falha ao ler do ficheiro '%s': %s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Falha ao abrir o ficheiro '%s': %s"
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Falha ao obter atributos do ficheiro '%s': falha no fstat(): %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Falha ao abrir o ficheiro '%s': falha no fdopen(): %s"
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Falha ao renomear o ficheiro '%s' para '%s': falha no g_rename(): %s"
-#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Falha ao criar o ficheiro '%s': %s"
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Falha ao abrir o ficheiro '%s' para escrita: falha no fdopen(): %s"
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:971
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Falha ao escrever o ficheiro '%s': falha no fwrite(): %s"
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Falha ao fechar o ficheiro '%s': falha no fclose(): %s"
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Incapaz de remover o ficheiro '%s' existente: falha no g_unlink(): %s"
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Modelo '%s' inválido, não deveria conter um '%s'"
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Modelo '%s' não contém XXXXXX"
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Falha ao ler o atalho '%s': %s"
-#: ../glib/gfileutils.c:1908
+#: glib/gfileutils.c:1908
+#, c-format
msgid "Symbolic links not supported"
msgstr "Atalhos não são suportados"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Incapaz de abrir conversor de '%s' para '%s': %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
+#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
"Incapaz de efectuar uma leitura em bruto sobre g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
+#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "Dados residuais não convertidos no buffer de leitura"
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
+#, c-format
msgid "Channel terminates in a partial character"
msgstr "Canal termina num caracter parcial"
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
+#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr ""
"Incapaz de efectuar uma leitura em bruto sobre 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 "Falha ao abrir o ficheiro '%s': falha no open(): %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Falha ao mapear o ficheiro '%s': falha no mmap(): %s"
-#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Erro na linha %d caracter %d: "
-#: ../glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Erro na linha %d: %s"
-#: ../glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Detectada entidade vazia '&;'; entidades válidas são: &amp; &quot; &lt; &gt; "
"&apos;"
-#: ../glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -323,17 +331,17 @@ msgstr ""
"inicia uma entidade; se este 'i comercial' não é suposto ser uma entidade, "
"mascare-o como &amp;"
-#: ../glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Caracter '%s' não é válido dentro do nome de uma entidade"
-#: ../glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nome de entidade '%s' desconhecido"
-#: ../glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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 +350,7 @@ msgstr ""
"caracter 'i comercial' sem intenção de iniciar uma entidade - mascare-o como "
"&amp;"
-#: ../glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -351,16 +359,16 @@ msgstr ""
"Falha ao parsear '%-.*s', que deveria ser um dígito dentro de uma referência "
"de caracter (&#234; por exemplo) - talvez o dígito seja demasiado grande"
-#: ../glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Referência de caracter '%-.*s' não codifica um caracter permitido"
-#: ../glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Referência de caracter vazia; deverá incluir um dígito tal como &#454;"
-#: ../glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -370,32 +378,32 @@ msgstr ""
"utilizado um caracter 'i comercial' sem intenção de iniciar uma entidade - "
"mascare-o como &amp;"
-#: ../glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Referência de entidade por terminar"
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Referência de caracter por terminar"
-#: ../glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Texto codificado UTF-8 inválido - sequência demasiado extensa"
-#: ../glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Texto codificado UTF-8 inválido - não é um caracter inicial"
-#: ../glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Texto codificado UTF-8 inválido - '%s' inválido"
-#: ../glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Documento tem de começar com um elemento (ex. <book>)"
-#: ../glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -404,7 +412,7 @@ msgstr ""
"'%s' não é um caracter válido após um caracter '<'; não pode iniciar um nome "
"de elemento"
-#: ../glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -413,7 +421,7 @@ msgstr ""
"Caracter estranho '%s', era esperado um caracter '>' para terminar a "
"etiqueta inicial do elemento '%s'"
-#: ../glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -421,7 +429,7 @@ msgstr ""
"Caracter estranho '%s', era esperado um '=' após o nome do atributo '%s' do "
"elemento '%s'"
-#: ../glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -432,7 +440,7 @@ msgstr ""
"etiqueta inicial do elemento '%s', ou opcionalmente um atributo; talvez "
"tenha sido utilizado um caracter inválido no nome de um atributo"
-#: ../glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -441,7 +449,7 @@ msgstr ""
"Caracter estranho '%s', era esperada uma abertura de aspa após o sinal de "
"igual ao atribuir valor ao atributo '%s' do elemento '%s'"
-#: ../glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -450,7 +458,7 @@ msgstr ""
"'%s' não é um caracter válido após os caracteres '</'; '%s' não pode iniciar "
"o nome de um elemento"
-#: ../glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -459,25 +467,25 @@ msgstr ""
"'%s' não é um caracter válido após o nome do elemento de fecho '%s'; o "
"caracter permitido é '>'"
-#: ../glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elemento '%s' foi fechado, nenhum elemento está actualmente aberto"
-#: ../glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Elemento '%s' foi fechado, mas o elemento actualmente aberto é '%s'"
-#: ../glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Documento estava vazio ou apenas continha espaços"
-#: ../glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Documento terminou inesperadamente logo após um caracter menor que '<'"
-#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -486,7 +494,7 @@ msgstr ""
"Documento terminou inesperadamente com elementos ainda abertos - '%s' foi o "
"último elemento aberto"
-#: ../glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -495,21 +503,21 @@ msgstr ""
"Documento terminou inesperadamente, era esperado um maior que '>' para "
"terminar a etiqueta <%s/>"
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Documento terminou inesperadamente dentro do nome de um elemento"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Documento terminou inesperadamente dentro do nome de um atributo"
-#: ../glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Documento terminou inesperadamente dentro da etiqueta de abertura de um "
"elemento."
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -517,401 +525,404 @@ msgstr ""
"Documento terminou inesperadamente após o sinal de igual posterior a um nome "
"de atributo; nenhum valor de atributo"
-#: ../glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Documento terminou inesperadamente dentro do valor de um atributo"
-#: ../glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Documento terminou inesperadamente dentro da etiqueta de fecho do elemento '%"
"s'"
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Documento terminou inesperadamente dentro de um comentário ou instrução de "
"processamento"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "objecto corrompido"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "erro interno ou objecto corrompido"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "sem memória livre"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "limite de retroceder alcançado"
-#: ../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 "o padrão contém itens não suportados para comparação parcial"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "erro interno"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr ""
"referências anteriores como condições não são suportadas para comparação "
"parcial"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "alcançado o limite de recursividade"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "alcançado o limite da área de trabalho para sub-expressões vazias"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "combinação inválida de parâmetros de quebra de linha"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "erro desconhecido"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ no final do padrão"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c no final do padrão"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "o caracter após \\ é desconhecido"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr ""
"não são aqui permitidos escapes de alteração de capitalização (\\l, \\L, "
"\\u, \\U)"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "números fora da ordem no quantificador {}"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "número demasiado grande no quantificador {}"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "falta o ] de fecho da classe de caracter"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "sequência de escape inválida na classe de caracter"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "intervalo fora da ordem na classe de caracter"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "nada a repetir"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "caracter desconhecido após (?"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "caracter desconhecido após (?<"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "caracter desconhecido após (?P"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "classes denominadas POSIX apenas são suportadas dentro de uma classe"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "falta o ) de fecho"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") sem um ( de abertura"
#. 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 (?[+-]números tem de ser seguido de )"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "referência a padrão inexistente"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "falta o ) após o comentário"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "expressão regular demasiado extensa"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "falha ao obter memória"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "asserção de verificação anterior não é de largura fixa"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "número ou nome mal formado após (?("
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "grupo condicional contém mais de dois ramos"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "esperada uma asserção após (?("
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "nome de classe POSIX desconhecido"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "não são suportados os elementos de junção POSIX"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "valor do caracter na sequência \\x{...} é demasiado grande"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "condição inválida (?(0)"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "\\C não é permitido numa asserção de verificação anterior"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "chamada recursiva pode iterar indefinidamente"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "falta o terminador no nome do subpadrão"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "dois subpadrões denominados têm o mesmo nome"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "sequência \\P ou \\p mal formada"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "nome de propriedade desconhecido após \\P ou \\p"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "nome do subpadrão é demasiado extenso (máximo de 32 caracteres)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "demasiados subpadrões denominados (máximo de 10.000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "valor octal é maior do que \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "grupo DEFINE contém mais de um ramo"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "não é permitido repetir um grupo DEFINE"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "opções de 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ão é seguido de um nome com chavetas ou número não-zero com chavetas "
"opcional"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "repetição inesperada"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "código fora dos limites"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "derramou fora da área de trabalho de compilação"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "subpadrão referenciado previamente verificado não foi encontrado"
-#: ../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 "Erro ao comparar a expressão regular %s: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "biblioteca PCRE está compilada sem suporte UTF8"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "biblioteca PCRE está compilada sem suporte para propriedades UTF8"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Erro ao compilar a expressão regular %s no caracter %d: %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Erro ao optimizar a expressão regular %s: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "esperado um dígito hexadecimal ou '}'"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "esperado um dígito hexadecimal"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "falta '<' na referência simbólica"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "referência simbólica por terminar"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "referência simbólica de tamanho zero"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "esperado um dígito"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "referência simbólica ilegal"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "'\\' final a mais"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "sequência de escape desconhecida"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Erro ao parsear o texto de substituição \"%s\" no caracter %lu: %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
+#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Texto citado não é iniciado com um caracter de aspa"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
+#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Aspa sem par na linha de comando ou outro texto de consola citado"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Texto terminou após um caracter '\\'. (O texto era '%s')"
-#: ../glib/gshell.c:545
+#: glib/gshell.c:545
#, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr ""
"Texto terminou antes de ser encontrada a aspa equivalente para %c. (O texto "
"era '%s')"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
+#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "Texto estava vazio (ou apenas continha espaços)"
-#: ../glib/gspawn-win32.c:279
+#: glib/gspawn-win32.c:279
+#, c-format
msgid "Failed to read data from child process"
msgstr "Falha ao ler dados de processo filho"
-#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Falha ao criar canal para comunicar com processo filho (%s)"
-#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Falha ao ler de canal filho (%s)"
-#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Falha ao ir para directório '%s' (%s)"
-#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Falha ao executar processo filho (%s)"
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "Nome de aplicação inválido: %s"
-#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Expressão inválida no vector de argumentos na posição %d: %s"
-#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Expressão inválida no ambiente: %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, c-format
msgid "Invalid working directory: %s"
msgstr "Directório de trabalho inválido: %s"
-#: ../glib/gspawn-win32.c:787
+#: glib/gspawn-win32.c:787
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Falha ao executar aplicação auxiliar (%s)"
-#: ../glib/gspawn-win32.c:1002
+#: glib/gspawn-win32.c:1002
+#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -919,137 +930,143 @@ msgstr ""
"Erro inesperado no g_io_channel_win32_poll() ao ler dados de um processo "
"filho"
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Falha ao ler dados de processo filho (%s)"
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Erro inesperado no select() ao ler dados de processo filho (%s)"
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Erro inesperado em waitpid() (%s)"
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
#, c-format
msgid "Failed to fork (%s)"
msgstr "Falha ao efectuar fork (%s)"
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Falha ao executar o processo filho \"%s\" (%s)"
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Falha ao redireccionar saída ou entrada de processo filho (%s)"
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Falha ao efectuar fork de processo filho (%s)"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Erro desconhecido ao executar processo filho \"%s\""
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Incapaz de ler dados suficientes de canal pid do filho (%s)"
-#: ../glib/gutf8.c:1030
+#: glib/gutf8.c:1030
+#, c-format
msgid "Character out of range for UTF-8"
msgstr "Caracter fora do limite para UTF-8 "
-#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
+#, c-format
msgid "Invalid sequence in conversion input"
msgstr "Sequência inválida na conversão da entrada"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#, c-format
msgid "Character out of range for UTF-16"
msgstr "Caracter fora do limite para UTF-16"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Utilização:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[OPÇÃO...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Opções de Ajuda:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Apresentar as opções de ajuda"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Apresentar todas as opções de ajuda"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Opções da Aplicação:"
-#: ../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 "Incapaz de parsear o valor inteiro '%s' para %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 "Valor inteiro '%s' para %s para lá do limite permitido"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Incapaz de parsear o valor double '%s' para %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "Valor double '%s' para %s para lá do limite permitido"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Erro ao parsear a opção %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 "Argumento em falta para %s"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Opção %s desconhecida"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
+#, c-format
msgid "Valid key file could not be found in search dirs"
msgstr ""
"Incapaz de encontrar um ficheiro de chave válido nos directórios procurados"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
+#, c-format
msgid "Not a regular file"
msgstr "Não é um ficheiro comum"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
+#, c-format
msgid "File is empty"
msgstr "Ficheiro está vazio"
-#: ../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"
@@ -1057,48 +1074,49 @@ msgstr ""
"O ficheiro de chave contém a linha '%s' que não é um par chave-valor, grupo "
"ou comentário"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Nome de grupo inválido: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
+#, c-format
msgid "Key file does not start with a group"
msgstr "Ficheiro de chave não começa com um grupo"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Nome de chave inválida: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Ficheiro de chave contém uma codificação não suportada '%s'"
-#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Ficheiro de chave não possui um grupo '%s'"
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Ficheiro de chave não contém a chave '%s'"
-#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "Ficheiro de chave contém a chave '%s' com o valor '%s' que não é UTF-8"
-#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "Ficheiro de chave contém a chave '%s' cujo valor não é interpretável."
-#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1107,125 +1125,128 @@ msgstr ""
"Ficheiro de chave contém a chave '%s' no grupo '%s' cujo valor não é "
"interpretável."
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Ficheiro de chave não possui a chave '%s' no grupo '%s'"
-#: ../glib/gkeyfile.c:3471
+#: glib/gkeyfile.c:3471
+#, c-format
msgid "Key file contains escape character at end of line"
msgstr "Ficheiro de chave contém caracteres escapados no final da linha"
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3493
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr ""
"Ficheiro de chave contém uma sequência de caracteres escapados inválida '%s'"
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Incapaz de interpretar o valor '%s' como um numérico."
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Valor inteiro '%s' para além do limite permitido"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr ""
"Incapaz de interpretar o valor '%s' como um número de vírgula flutuante."
-#: ../glib/gkeyfile.c:3706
+#: glib/gkeyfile.c:3706
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Incapaz de interpretar o valor '%s' como uma boleana."
-#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, c-format
msgid "Too large count value passed to %s"
msgstr "Valor de contagem demasiado grande passado para %s"
-#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
+#, c-format
msgid "Stream is already closed"
msgstr "O fluxo já se encontra fechado"
-#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1876
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
+#, c-format
msgid "Operation was cancelled"
msgstr "A operção foi cancelada"
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
msgid "Unknown type"
msgstr "Tipo desconhecido"
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr "Tipo de ficheiro %s"
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "Tipo %s"
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
+#, c-format
msgid "Unexpected early end-of-stream"
msgstr "Final precoce de fluxo inesperado"
-#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Sem nome"
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
+#, c-format
msgid "Desktop file didn't specify Exec field"
msgstr "Ficheiro de área de trabalho não especifica campo Exec"
-#: ../gio/gdesktopappinfo.c:882
+#: gio/gdesktopappinfo.c:882
+#, c-format
msgid "Unable to find terminal required for application"
msgstr "Incapaz de encontrar a consola necessária à aplicação"
-#: ../gio/gdesktopappinfo.c:1114
+#: gio/gdesktopappinfo.c:1114
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
"Incapaz de criar a pasta de configurações de utilizador da aplicação %s: %s"
-#: ../gio/gdesktopappinfo.c:1118
+#: gio/gdesktopappinfo.c:1118
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Incapaz de criar a pasta de configurações MIME do utilizador %s: %s"
-#: ../gio/gdesktopappinfo.c:1457
+#: gio/gdesktopappinfo.c:1457
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Incapaz de criar ficheiro de área de trabalho de utilizador %s"
-#: ../gio/gdesktopappinfo.c:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr "Definição personalizada de %s"
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr "a unidade não implementa a ejecção"
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
msgid "drive doesn't implement polling for media"
msgstr "a unidade não implementa a verificação de existência de media"
-#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639
-#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053
-#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621
-#: ../gio/gfile.c:3701
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
+#, c-format
msgid "Operation not supported"
msgstr "Operação não suportada"
@@ -1237,79 +1258,94 @@ msgstr "Operação não suportada"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
+#, c-format
msgid "Containing mount does not exist"
msgstr "Montagem contida não existe"
-#: ../gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
+#, c-format
msgid "Can't copy over directory"
msgstr "Incapaz de copiar sobre um directório"
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
+#, c-format
msgid "Can't copy directory over directory"
msgstr "Incapaz de copiar um directório sobre um directório"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
+#, c-format
msgid "Target file exists"
msgstr "Ficheiro de destino já existe"
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
+#, c-format
msgid "Can't recursively copy directory"
msgstr "Incapaz de copiar directório recursivamente"
-#: ../gio/gfile.c:2679
+#: gio/gfile.c:2697
+#, c-format
msgid "Invalid symlink value given"
msgstr "Dado um valor de atalho inválido"
-#: ../gio/gfile.c:2772
+#: gio/gfile.c:2790
+#, c-format
msgid "Trash not supported"
msgstr "Não existe suporte para o Lixo"
-#: ../gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Nomes de ficheiros não podem conter '%c'"
-#: ../gio/gfile.c:4752 ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "unidade não implementa a montagem"
-#: ../gio/gfile.c:4860
+#: gio/gfile.c:4878
+#, c-format
msgid "No application is registered as handling this file"
msgstr "Não existe nenhuma aplicação registada para gerir este ficheiro"
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
+#, c-format
msgid "Enumerator is closed"
msgstr "Enumerador está fechado"
-#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
+#, c-format
msgid "File enumerator has outstanding operation"
msgstr "Enumerador de ficheiro tem uma operação por terminar"
-#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Enumerador de ficheiro já está fechado"
-#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
+#, c-format
msgid "Stream doesn't support query_info"
msgstr "Fluxo não suporta query_info"
-#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
+#, c-format
msgid "Seek not supported on stream"
msgstr "Fluxo não suporta procura"
-#: ../gio/gfileinputstream.c:380
+#: gio/gfileinputstream.c:380
+#, c-format
msgid "Truncate not allowed on input stream"
msgstr "Fluxo de entrada não permite truncar"
-#: ../gio/gfileoutputstream.c:457
+#: gio/gfileoutputstream.c:457
+#, c-format
msgid "Truncate not supported on stream"
msgstr "Fluxo não suporta truncar"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
+#, c-format
msgid "Input stream doesn't implement read"
msgstr "Fluxo de entrada não implementa a leitura"
@@ -1319,387 +1355,421 @@ msgstr "Fluxo de entrada não implementa a leitura"
#. 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:904 ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
+#, c-format
msgid "Stream has outstanding operation"
msgstr "Fluxo tem uma operação por terminar"
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
+#, c-format
msgid "Unable to find default local directory monitor type"
msgstr "Incapaz de encontrar o tipo de monitor por omissão do directório local"
-#: ../gio/glocalfile.c:599
+#: gio/glocalfile.c:599
#, c-format
msgid "Invalid filename %s"
msgstr "Nome de ficheiro %s inválido"
-#: ../gio/glocalfile.c:962
+#: gio/glocalfile.c:962
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Erro ao obter a informação do sistema de ficheiros: %s"
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
+#, c-format
msgid "Can't rename root directory"
msgstr "Incapaz de renomear o directório raiz"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
+#, c-format
msgid "Can't rename file, filename already exist"
msgstr "Incapaz de renomear o ficheiro, o nome já existe"
-#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1905 ../gio/glocalfile.c:1934
-#: ../gio/glocalfile.c:2083 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
+#, c-format
msgid "Invalid filename"
msgstr "Nome de ficheiro inválido"
-#: ../gio/glocalfile.c:1125
+#: gio/glocalfile.c:1125
#, c-format
msgid "Error renaming file: %s"
msgstr "Erro ao renomear o ficheiro: %s"
-#: ../gio/glocalfile.c:1244
+#: gio/glocalfile.c:1244
#, c-format
msgid "Error opening file: %s"
msgstr "Erro ao abrir o ficheiro: %s"
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
+#, c-format
msgid "Can't open directory"
msgstr "Incapaz de abrir o directório"
-#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Erro ao remover o ficheiro: %s"
-#: ../gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Erro ao enviar o ficheiro para o Lixo: %s"
-#: ../gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Incapaz de criar o directório de Lixo %s: %s"
-#: ../gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
+#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Incapaz de encontrar o directório de topo para o Lixo"
-#: ../gio/glocalfile.c:1727 ../gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
+#, c-format
msgid "Unable to find or create trash directory"
msgstr "Incapaz de encontrar ou criar o directório de Lixo"
-#: ../gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Incapaz de criar o ficheiro de informação do Lixo: %s"
-#: ../gio/glocalfile.c:1806 ../gio/glocalfile.c:1875 ../gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Incapaz de enviar o ficheiro para o Lixo: %s"
-#: ../gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Erro ao criar atalho: %s"
-#: ../gio/glocalfile.c:1998 ../gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Erro ao mover o ficheiro: %s"
-#: ../gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
+#, c-format
msgid "Can't move directory over directory"
msgstr "Incapaz de mover um directório sobre um directório"
-#: ../gio/glocalfile.c:2043 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
+#, c-format
msgid "Backup file creation failed"
msgstr "Falha ao criar o ficheiro de cópia de segurança"
-#: ../gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Erro ao remover o ficheiro de destino: %s"
-#: ../gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
+#, c-format
msgid "Move between mounts not supported"
msgstr "Não é suportado mover entre montados"
-#: ../gio/glocalfileinfo.c:709
+#: gio/glocalfileinfo.c:709
+#, c-format
msgid "Attribute value must be non-NULL"
msgstr "Valor do atributo tem de ser não-NULL"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
+#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Tipo de atributo inválido (esperada uma expressão)"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
+#, c-format
msgid "Invalid extended attribute name"
msgstr "Nome de atributo extendido inválido"
-#: ../gio/glocalfileinfo.c:763
+#: gio/glocalfileinfo.c:763
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Erro ao definir o atributo extendido '%s': %s"
-#: ../gio/glocalfileinfo.c:1398 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Erro ao verificar o ficheiro '%s': %s"
-#: ../gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (codificação inválida)"
-#: ../gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Erro ao verificar o descritor do ficheiro: %s"
-#: ../gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
+#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tipo de atributo inválido (esperado um uint32)"
-#: ../gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
+#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tipo de atributo inválido (esperado um uint64)"
-#: ../gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
+#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Tipo de atributo inválido (esperado uma expressão byte)"
-#: ../gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Erro ao definir as permissões: %s"
-#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Erro ao definir o dono: %s"
-#: ../gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
+#, c-format
msgid "symlink must be non-NULL"
msgstr "atalho tem de ser não-NULL"
-#: ../gio/glocalfileinfo.c:1804 ../gio/glocalfileinfo.c:1823
-#: ../gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Erro ao definir o atalho: %s"
-#: ../gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
+#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "Erro ao definir o atalho: ficheiro não é um atalho"
-#: ../gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
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:570
#, 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:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
+#: gio/glocalfileoutputstream.c:854
#, 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:279
#, c-format
msgid "Error closing file: %s"
msgstr "Erro ao fechar o ficheiro: %s"
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
+#, c-format
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:591
#, c-format
msgid "Error writing to file: %s"
msgstr "Erro ao escrever no ficheiro: %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:213
#, 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:227 gio/glocalfileoutputstream.c:240
#, 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:258
#, 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:418 gio/glocalfileoutputstream.c:871
#, 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:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Erro ao abrir o ficheiro '%s': %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:679
+#, c-format
msgid "Target file is a directory"
msgstr "Ficheiro de destino é um directório"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
+#, c-format
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:696
+#, c-format
msgid "The file was externally modified"
msgstr "O ficheiro foi alterado externamente"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
+#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Fornecido um GSeekType inválido"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
+#, c-format
msgid "Invalid seek request"
msgstr "Pedido de procura inválido"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
+#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr "Incapaz de truncar um GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
+#, c-format
msgid "Reached maximum data array limit"
msgstr "Atingido o limite de dados de uma matriz"
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
+#, c-format
msgid "Memory output stream not resizable"
msgstr "Fluxo de saída de memória não é redimensionável"
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
+#, c-format
msgid "Failed to resize memory output stream"
msgstr "Falha ao redimensionar fluxo de saída de memória"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:344
+#: gio/gmount.c:344
msgid "mount doesn't implement unmount"
msgstr "montar não implementa desmontar"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:419
+#: gio/gmount.c:419
msgid "mount doesn't implement eject"
msgstr "montar não implementa ejectar"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:501
+#: gio/gmount.c:501
msgid "mount doesn't implement remount"
msgstr "montar não implementa remontar"
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
msgid "Output stream doesn't implement write"
msgstr "Fluxo de saída não implementa a escrita"
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
+#, c-format
msgid "Source stream is already closed"
msgstr "Fluxo de origem já está fechado"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr "nome"
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
msgid "The name of the icon"
msgstr "O nome do ícone"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr "nomes"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr "Uma matriz contendo os nomes dos ícones"
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr "utilizar nomes de recurso por omissão"
-#: ../gio/gthemedicon.c:245
+#: gio/gthemedicon.c:245
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
msgstr ""
"Se utilizar ou não os nomes de recurso criados abreviando o nome nos "
-"caracteres '-'. Ignora os nomes após o primeiro se forem indicados "
-"vários."
+"caracteres '-'. Ignora os nomes após o primeiro se forem indicados vários."
-#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "Erro ao ler de unix: %s"
-#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, c-format
msgid "Error closing unix: %s"
msgstr "Erro ao fechar unix: %s"
-#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Raiz do sistema de ficheiros"
-#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, c-format
msgid "Error writing to unix: %s"
msgstr "Erro ao escrever no unix: %s"
-#: ../gio/gvolume.c:423
+#: gio/gvolume.c:423
msgid "volume doesn't implement eject"
msgstr "unidade não implementa a ejecção"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
+#, c-format
msgid "Can't find application"
msgstr "Incapaz de encontrar a aplicação"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Erro ao iniciar a aplicação: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
+#, c-format
msgid "URIs not supported"
msgstr "Não são suportados URIs"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
+#, c-format
msgid "association changes not supported on win32"
msgstr "alterações de associação não são suportadas em win32"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
+#, c-format
msgid "Association creation not supported on win32"
msgstr "Criação de associação não é suportada em win32"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "não esconder as entradas"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "utilizar um formato de lista extenso"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[FICHEIRO...]"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index ce22c0ca7..97e8e231d 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-11 21:05-0300\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-02-21 22:24-0500\n"
"Last-Translator: Og Maciel <ogmaciel@gnome.org>\n"
"Language-Team: Brazilian Portuguese <gnome-l10n-br@listas.cipsga.org.br>\n"
@@ -22,313 +22,312 @@ msgstr ""
"X-Poedit-Country: BRAZIL\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Atributo \"%s\" inesperado para elemento \"%s\""
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Não foi localizado atributo \"%s\" do elemento \"%s\""
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Marca \"%s\" inesperada, esperava marca \"%s\""
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Marca \"%s\" inesperada dentro de \"%s\""
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Não foi localizado arquivo de marcadores válido nos diretórios de dados"
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Já existe um marcador para o URI \"%s\""
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Não foi localizado marcador para o URI \"%s\""
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, 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:2444
+#: glib/gbookmarkfile.c:2444
#, 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:2823
+#: glib/gbookmarkfile.c:2823
#, 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:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Nenhuma aplicação chamada \"%s\" registrou um marcador para \"%s\""
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Falha em expandir linha de execução \"%s\" com 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 ""
"Não há suporte à conversão do conjunto de caracteres \"%s\" para \"%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 "Não foi possível abrir conversor de \"%s\" para \"%s\""
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
#, c-format
msgid "Invalid byte sequence in conversion input"
msgstr "Seqüência de bytes inválida na entrada de conversão"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "Erro durante a conversão: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
#, c-format
msgid "Partial character sequence at end of input"
msgstr "Seqüência de caracteres parcial no final da entrada"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr ""
"Não foi possível converter a seqüência \"%s\" para conjunto caracteres \"%s\""
-#: ../glib/gconvert.c:1734
+#: glib/gconvert.c:1734
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "O URI \"%s\" não é um URI absoluto que utilize o esquema \"file\""
-#: ../glib/gconvert.c:1744
+#: glib/gconvert.c:1744
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "O URI de arquivo local \"%s\" não pode incluir um \"#\""
-#: ../glib/gconvert.c:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "O URI \"%s\" é inválido"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "O nome de servidor do URI \"%s\" é inválido"
-#: ../glib/gconvert.c:1789
+#: glib/gconvert.c:1789
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "O URI \"%s\" contém caracteres com escape inválido"
-#: ../glib/gconvert.c:1884
+#: glib/gconvert.c:1884
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "O nome de caminho \"%s\" não é um caminho absoluto"
-#: ../glib/gconvert.c:1894
+#: glib/gconvert.c:1894
#, c-format
msgid "Invalid hostname"
msgstr "Nome de servidor inválido"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Erro ao abrir o diretório \"%s\": %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Não foi possível alocar %lu bytes para ler arquivo \"%s\""
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Erro ao ler arquivo \"%s\": %s"
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Falha ao ler do arquivo \"%s\": %s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Falha ao abrir arquivo \"%s\": %s"
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Falha ao obter atributos do arquivo \"%s\": fstat() falhou: %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Falha ao abrir arquivo \"%s\": fdopen() falhou: %s"
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Falha ao renomear arquivo \"%s\" para \"%s\": g_rename() falhou: %s"
-#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Falha ao criar arquivo \"%s\": %s"
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Falha ao abrir arquivo \"%s\" para escrita: fdopen() falhou: %s"
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:971
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Falha ao escrever no arquivo \"%s\": fwrite() falhou: %s"
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Falha ao fechar arquivo \"%s\": fclose() falhou: %s"
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "O arquivo \"%s\" não pôde ser removido: g_unlink() falhou: %s"
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Modelo \"%s\" inválido, não deveria conter um \"%s\""
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Modelo \"%s\" não contém XXXXXX"
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Falha ao ler link simbólico \"%s\": %s"
-#: ../glib/gfileutils.c:1908
+#: glib/gfileutils.c:1908
#, c-format
msgid "Symbolic links not supported"
msgstr "Não há suporte a links simbólicos"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Não foi possível abrir conversor de \"%s\" para \"%s\": %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
"Não foi possível fazer uma leitura em bruto em g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "Dados residuais não convertidos no buffer de leitura"
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
#, c-format
msgid "Channel terminates in a partial character"
msgstr "Canal termina num caractere parcial"
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr ""
"Não foi possível fazer uma leitura em bruto de 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 "Falha ao abrir arquivo \"%s\": open() falhou: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Falha ao mapear arquivo \"%s\": mmap() falhou: %s"
-#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Erro na linha %d caractere %d: "
-#: ../glib/gmarkup.c:344
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Erro na linha %d: %s"
-#: ../glib/gmarkup.c:448
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Entidade \"&;\" vazia vista; as entidades válidas são: &amp; &quot; &lt; "
"&gt; &apos;"
-#: ../glib/gmarkup.c:458
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -339,17 +338,17 @@ msgstr ""
"inicia uma entidade; se este \"e\" comercial não é suposto ser uma entidade, "
"escape-o como &amp;"
-#: ../glib/gmarkup.c:492
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Caractere \"%s\" não é válido dentro de um nome de entidade"
-#: ../glib/gmarkup.c:529
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nome de entidade \"%s\" não é conhecido"
-#: ../glib/gmarkup.c:540
+#: glib/gmarkup.c:540
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;"
@@ -357,7 +356,7 @@ msgstr ""
"Entidade não termina com um ponto e vírgula; provavelmente você utilizou um "
"\"e\" comercial sem desejar iniciar uma entidade - escape-o com &amp;"
-#: ../glib/gmarkup.c:593
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -367,17 +366,17 @@ msgstr ""
"referência de caractere (&#234; por exemplo) - talvez o dígito seja grande "
"demais"
-#: ../glib/gmarkup.c:618
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Referência de caractere \"%-.*s\" não codifica um caractere permitido"
-#: ../glib/gmarkup.c:633
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"Referência de caractere vazia; deveria incluir um dígito tal como &#454;"
-#: ../glib/gmarkup.c:643
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -387,32 +386,32 @@ msgstr ""
"utilizou um caractere \"e\" comercial sem desejar iniciar uma entidade - "
"escape-o com &amp;"
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Referência de entidade inacabada"
-#: ../glib/gmarkup.c:735
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Referência de caractere inacabada"
-#: ../glib/gmarkup.c:978
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Texto codificado em UTF-8 inválido - seqüência muito extensa"
-#: ../glib/gmarkup.c:1006
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Texto codificado em UTF-8 inválido - não é um caractere inicial"
-#: ../glib/gmarkup.c:1042
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Texto codificado em UTF-8 inválido - '%s' não válido"
-#: ../glib/gmarkup.c:1080
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Documento tem de começar com um elemento (ex. <book>)"
-#: ../glib/gmarkup.c:1120
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -421,7 +420,7 @@ msgstr ""
"\"%s\" não é um caractere válido após um caractere \"<\"; não poderá começar "
"um nome de elemento"
-#: ../glib/gmarkup.c:1184
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -430,7 +429,7 @@ msgstr ""
"Caractere estranho \"%s\", esperava-se um caractere \">\" para terminar a "
"marca inicial do elemento \"%s\""
-#: ../glib/gmarkup.c:1273
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -438,7 +437,7 @@ msgstr ""
"Caractere estranho \"%s\", esperava-se um \"=\" após o nome do atributo \"%s"
"\" do elemento \"%s\""
-#: ../glib/gmarkup.c:1315
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -449,7 +448,7 @@ msgstr ""
"terminar a marca inicial do elemento \"%s\", ou opcionalmente um atributo; "
"talvez tenha utilizado um caractere inválido no nome de atributo"
-#: ../glib/gmarkup.c:1401
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -458,7 +457,7 @@ msgstr ""
"Caractere estranho \"%s\", esperava-se uma aspa aberta após o sinal de igual "
"ao atribuir o valor ao atributo \"%s\" do elemento \"%s\""
-#: ../glib/gmarkup.c:1543
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -467,7 +466,7 @@ msgstr ""
"\"%s\" não é um caractere válido após os caracteres \"</\"; \"%s\" não "
"poderá começar o nome de um elemento"
-#: ../glib/gmarkup.c:1583
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -476,25 +475,25 @@ msgstr ""
"\"%s\" não é um caractere válido após o nome do elemento de fecho \"%s\"; o "
"caractere permitido é \">\""
-#: ../glib/gmarkup.c:1594
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elemento \"%s\" foi fechado, nenhum elemento está atualmente aberto"
-#: ../glib/gmarkup.c:1603
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Elemento \"%s\" foi fechado, mas o elemento atualmente aberto é \"%s\""
-#: ../glib/gmarkup.c:1763
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Documento estava vazio ou apenas continha espaços"
-#: ../glib/gmarkup.c:1777
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Documento terminou inesperadamente logo após um menor que \"<\""
-#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -503,7 +502,7 @@ msgstr ""
"Documento terminou inesperadamente com elementos ainda abertos - \"%s\" foi "
"o último elemento aberto"
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -512,21 +511,21 @@ msgstr ""
"Documento terminou inesperadamente, esperava-se ver um maior que (\">\") "
"para terminar a marca <%s/>"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Documento terminou inesperadamente dentro de um nome de elemento"
-#: ../glib/gmarkup.c:1805
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Documento terminou inesperadamente dentro de um nome de atributo"
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Documento terminou inesperadamente dentro de uma marca de abertura de "
"elemento."
-#: ../glib/gmarkup.c:1816
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -534,405 +533,403 @@ msgstr ""
"Documento terminou inesperadamente após o sinal de igual que se seguiu a um "
"nome de atributo; nenhum valor de atributo"
-#: ../glib/gmarkup.c:1823
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Documento terminou inesperadamente dentro de um valor de atributo"
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Documento terminou inesperadamente dentro da marca de fechamento do elemento "
"\"%s\""
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Documento terminou inesperadamente dentro de um comentário ou instrução de "
"processamento"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "objeto corrompido"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "erro interno ou objeto corrompido"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "memória insuficiente"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "limite de backtracking alcançado"
-#: ../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 "o padrão contém itens sem suporte para correspondência parcial"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1956
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "erro interno"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr ""
"não há suporte à referência retroativa como condição para correspondência "
"parcial"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "limite de recursão alcançado"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "limite de espaço de trabalho para substrings vazias alcançado"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "combinação inválida de sinalizador de nova linha"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "erro desconhecido"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ no fim do padrão"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c no fim do padrão"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "caractere não reconhecido segue \\"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr ""
"escapes de alteração de maiusculização (\\l, \\L, \\u, \\U) não são "
"permitidos aqui"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "números fora de ordem no quantificador {}"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "número grande demais no quantificador {}"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "terminação ] em falta para classe de caracteres"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "seqüência de escape inválida na classe de caracteres"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "intervalo fora de ordem na classe de caracteres"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "nada a repetir"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "caractere não reconhecido após (?"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "caractere não reconhecido após (?<"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "caractere não reconhecido após (?P"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "classes nomeadas POSIX têm suporte apenas dentro de uma classe"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "terminação ) em falta"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") sem abrir ("
#. 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 "dígitos (?R ou (?[+-] devem ser seguidos por )"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "referência a subpadrão não existente"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr ") em falta após o comentário"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "expressão regular grande demais"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "falha ao obter memória"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "declaração lookbehind não é de largura fixa"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "número mal formado ou nome após (?("
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "grupo condicional contém mais que duas ramificações"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "esperava-se declaração após (?("
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "nome de classe POSIX desconhecido"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "elementos de arranjo POSIX sem suporte"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "valor de caractere na seqüência \\x{...} é grande demais"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "condição inválida (?(0)"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "\\C não permitido na declaração lookbehind"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "chamada recursiva pode causar uma repetição indefinidamente"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "terminação em falta no nome do subpadrão"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "dois subpadrões nomeados têm o mesmo nome"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "seqüência \\P ou \\p mal formada"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "nome de propriedade desconhecido após \\P ou \\p"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "nome de subpadrão é grande demais (máximo 32 caracteres)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "excesso de subpadrões nomeados (máximo 10.000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "valor octal é maior que \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "O grupo DEFINE contém mais que uma ramificação"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "repetição de um grupo DEFINE não é permitida"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "opções do 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ão é seguido por um nome entre chaves ou um número diferente de zero "
"opcionalmente entre chaves"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "repetição inesperada"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "estouro de código"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "espaço de trabalho de compilação invadido"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "subpadrão de referência verificado anteriormente não localizado"
-#: ../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 "Erro ao coincidir expressão regular %s: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "Biblioteca PCRE compilada sem suporte a UTF-8"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "Biblioteca PCRE compilada sem suporte às propriedades UTF-8"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Erro ao compilar expressão regular %s no caractere %d: %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Ero ao otimizar expressão regular %s: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "esperava-se dígito hexadecimal ou \"}\""
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "esperava-se dígito hexadecimal"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "\"<\" em falta na referência simbólica"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "referência simbólica inacabada"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "referência simbólica de comprimento zero"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "esperava-se dígito"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "referência simbólica ilegal"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "\"\\\" final sem isolado"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "seqüência de escape desconhecida"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Erro ao analisar texto de substituição \"%s\" no caractere %lu: %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Texto citado não começa com uma aspa"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Aspa sem par na linha de comando ou outro texto de consola citado"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Texto terminou logo após um caractere \"\\\". (O texto era \"%s\")"
-#: ../glib/gshell.c:545
+#: glib/gshell.c:545
#, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr ""
"Texto terminou antes da aspa equivalente ter sido localizada para %c. (texto "
"era \"%s\")"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "Texto estava vazio (ou apenas continha espaços)"
-#: ../glib/gspawn-win32.c:279
+#: glib/gspawn-win32.c:279
#, c-format
msgid "Failed to read data from child process"
msgstr "Falha ao ler dados de processo filho"
-#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Falha ao criar canal para comunicar com processo filho (%s)"
-#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Falha ao ler de canal filho (%s)"
-#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Falha ao ir para diretório \"%s\" (%s)"
-#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Falha ao executar processo filho (%s)"
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "Nome de programa inválido: %s"
-#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "String inválida no vetor de argumentos em %d: %s"
-#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, c-format
msgid "Invalid string in environment: %s"
msgstr "String inválida no ambiente: %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, c-format
msgid "Invalid working directory: %s"
msgstr "Diretório de trabalho inválido: %s"
-#: ../glib/gspawn-win32.c:787
+#: glib/gspawn-win32.c:787
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Falha ao executar programa auxiliar (%s)"
-#: ../glib/gspawn-win32.c:1002
+#: glib/gspawn-win32.c:1002
#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -941,144 +938,144 @@ msgstr ""
"Erro inesperado no g_io_channel_win32_poll() ao ler dados de um processo "
"filho"
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Falha ao ler dados de processo filho (%s)"
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Erro inesperado no select() ao ler dados de processo filho (%s)"
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Erro inesperado em waitpid() (%s)"
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
#, c-format
msgid "Failed to fork (%s)"
msgstr "Falha no fork (%s)"
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Falha ao executar processo filho \"%s\" (%s)"
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Falha ao redirecionar saída ou entrada do processo filho (%s)"
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Falha no fork de processo filho (%s)"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Erro desconhecido ao executar processo filho \"%s\""
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Falha ao ler dados suficientes de canal pid do filho (%s)"
-#: ../glib/gutf8.c:1030
+#: glib/gutf8.c:1030
#, c-format
msgid "Character out of range for UTF-8"
msgstr "Caractere fora do limite para UTF-8"
-#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
#, c-format
msgid "Invalid sequence in conversion input"
msgstr "Seqüência inválida na conversão da entrada"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
#, c-format
msgid "Character out of range for UTF-16"
msgstr "Caractere fora do limite para 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 "[OPÇÕES...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Opções de Ajuda:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Exibir opções de ajuda"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Exibir todas as opções de ajuda"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Opções de Aplicação:"
-#: ../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 "Não foi possível analisar o valor inteiro \"%s\" para %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 "Valor inteiro \"%s\" para %s fora dos limites"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr ""
"Não foi possível analisar o ponto flutuante com dupla precisão \"%s\" para %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "Ponto flutuante com dupla precisão \"%s\" para %s fora dos limites"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Erro ao ler a opção %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 "Falta argumento para %s"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Opção %s desconhecida"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
#, c-format
msgid "Valid key file could not be found in search dirs"
msgstr ""
"Não foi possível localizar arquivo de chave válido nos diretórios pesquisados"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
#, c-format
msgid "Not a regular file"
msgstr "Não é um arquivo comum"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
#, c-format
msgid "File is empty"
msgstr "Arquivo vazio"
-#: ../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,51 +1083,51 @@ msgstr ""
"Arquivo de chave contém a linha \"%s\" que não é um par chave-valor, grupo "
"ou comentário"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Nome de grupo inválido: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
#, c-format
msgid "Key file does not start with a group"
msgstr "Arquivo de chave não começa com um grupo"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Nome de chave inválido: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Arquivo de chave contém codificação \"%s\" sem suporte"
-#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Arquivo de chave não tem grupo \"%s\""
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Arquivo de chave não tem chave \"%s\""
-#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "Arquivo de chave contém chave \"%s\" com valor \"%s\" que não é UTF-8"
-#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
"Arquivo de chave contém chave \"%s\" que tem valor que não pode ser "
"interpretado."
-#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1139,129 +1136,125 @@ msgstr ""
"Arquivo de chave contém chave \"%s\" no grupo \"%s\" que tem valor que não "
"pode ser interpretado."
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Arquivo de chave não tem chave \"%s\" no grupo \"%s\""
-#: ../glib/gkeyfile.c:3471
+#: glib/gkeyfile.c:3471
#, c-format
msgid "Key file contains escape character at end of line"
msgstr "Arquivo de chave contém caractere de escape no fim da linha"
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3493
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Arquivo de chave contém seqüência de escape \"%s\" inválida"
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "O valor \"%s\" não pode ser interpretado como um número."
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Valor inteiro \"%s\" fora dos limites"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "O valor \"%s\" não pode ser interpretado como ponto flutuante."
-#: ../glib/gkeyfile.c:3706
+#: glib/gkeyfile.c:3706
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "O valor \"%s\" não pode ser interpretado como um booleano."
-#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, c-format
msgid "Too large count value passed to %s"
msgstr "Valor muito alto passado para %s"
-#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
#, c-format
msgid "Stream is already closed"
msgstr "O fluxo já está fechado"
-#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1949
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "A operação foi cancelada"
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
msgid "Unknown type"
msgstr "Tipo desconhecido"
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr "tipo de arquivo %s"
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "tipo %s"
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
#, c-format
msgid "Unexpected early end-of-stream"
msgstr "Fim do fluxo precoce não esperado"
-#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Não nomeado"
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
#, c-format
msgid "Desktop file didn't specify Exec field"
msgstr "O arquivo da área de trabalho não especifica o campo Exec"
-#: ../gio/gdesktopappinfo.c:882
+#: gio/gdesktopappinfo.c:882
#, c-format
msgid "Unable to find terminal required for application"
msgstr "Não foi possível localizar o terminal requerido para a aplicação"
-#: ../gio/gdesktopappinfo.c:1114
+#: gio/gdesktopappinfo.c:1114
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
"Não foi possível criar pasta de configuração da aplicação do usuário %s: %s"
-#: ../gio/gdesktopappinfo.c:1118
+#: gio/gdesktopappinfo.c:1118
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Não foi possível criar pasta de configuração MIME do usuário %s: %s"
-#: ../gio/gdesktopappinfo.c:1457
+#: gio/gdesktopappinfo.c:1457
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Não foi possível criar arquivo %s da área de trabalho do usuário"
-#: ../gio/gdesktopappinfo.c:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr "Definição personalizada para %s"
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr "drive não implementa ejetar"
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
msgid "drive doesn't implement polling for media"
msgstr "drive não implementa verificação por mídia"
-#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639
-#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053
-#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621
-#: ../gio/gfile.c:3701
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Operação sem suporte"
@@ -1274,93 +1267,93 @@ msgstr "Operação sem suporte"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
#, c-format
msgid "Containing mount does not exist"
msgstr "Ponto de montagem contido não existe"
-#: ../gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "Não foi possível copiar sobre diretório"
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
#, c-format
msgid "Can't copy directory over directory"
msgstr "Não foi possível copiar diretório sobre diretório"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2103
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Arquivo alvo existe"
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
#, c-format
msgid "Can't recursively copy directory"
msgstr "Não foi possível copiar o diretório recursivamente"
-#: ../gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "Valor fornecido de link simbólico inválido"
-#: ../gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "Não há suporte para lixeira"
-#: ../gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Nomes de arquivo não podem conter \"%c\""
-#: ../gio/gfile.c:4752 ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "volume não implementa montagem"
-#: ../gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "Nenhuma aplicação está registrada como manipuladora deste arquivo"
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
#, c-format
msgid "Enumerator is closed"
msgstr "O enumerador está fechado"
-#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "O enumerador do arquivo tem operação pendente"
-#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "O enumerador do arquivo já está fechado"
-#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
#, c-format
msgid "Stream doesn't support query_info"
msgstr "Fluxo não tem suporte para query_info"
-#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
#, c-format
msgid "Seek not supported on stream"
msgstr "Não há suporte à busca no fluxo"
-#: ../gio/gfileinputstream.c:380
+#: gio/gfileinputstream.c:380
#, c-format
msgid "Truncate not allowed on input stream"
msgstr "Truncar não permitido no fluxo de entrada"
-#: ../gio/gfileoutputstream.c:457
+#: gio/gfileoutputstream.c:457
#, c-format
msgid "Truncate not supported on stream"
msgstr "Não há suporte a truncar no fluxo"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
#, c-format
msgid "Input stream doesn't implement read"
msgstr "Fluxo de entrada não implementa leitura"
@@ -1371,299 +1364,299 @@ msgstr "Fluxo de entrada não implementa leitura"
#. 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:904 ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
#, c-format
msgid "Stream has outstanding operation"
msgstr "O fluxo tem operação pendente"
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
#, c-format
msgid "Unable to find default local directory monitor type"
msgstr "Não foi possível localizar o tipo de diretório monitor local padrão"
-#: ../gio/glocalfile.c:599
+#: gio/glocalfile.c:599
#, c-format
msgid "Invalid filename %s"
msgstr "Nome de arquivo inválido: %s"
-#: ../gio/glocalfile.c:962
+#: gio/glocalfile.c:962
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Erro ao obter informações do sistema de arquivos: %s"
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
#, c-format
msgid "Can't rename root directory"
msgstr "Não foi possível renomear o diretório root"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
#, c-format
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:1121 ../gio/glocalfile.c:1978 ../gio/glocalfile.c:2007
-#: ../gio/glocalfile.c:2156 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Nome de arquivo inválido"
-#: ../gio/glocalfile.c:1125
+#: gio/glocalfile.c:1125
#, c-format
msgid "Error renaming file: %s"
msgstr "Erro ao renomear arquivo: %s"
-#: ../gio/glocalfile.c:1244
+#: gio/glocalfile.c:1244
#, c-format
msgid "Error opening file: %s"
msgstr "Erro ao abrir arquivo: %s"
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
#, c-format
msgid "Can't open directory"
msgstr "Não foi possível abrir diretório"
-#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1982
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Erro ao remover arquivo: %s"
-#: ../gio/glocalfile.c:1677
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Erro ao mover arquivo para a lixeira: %s"
-#: ../gio/glocalfile.c:1700
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Não foi possível criar o diretório da lixeira %s: %s"
-#: ../gio/glocalfile.c:1721
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Não foi possível localizar diretório de nível superior para a lixeira"
-#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Não foi possível localizar ou criar o diretório da lixeira"
-#: ../gio/glocalfile.c:1854
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Não foi possível criar o arquivo de informações da lixeira: %s"
-#: ../gio/glocalfile.c:1879 ../gio/glocalfile.c:1948 ../gio/glocalfile.c:1955
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Não foi possível mover arquivo para a lixeira: %s"
-#: ../gio/glocalfile.c:2011
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Erro ao criar link simbólico: %s"
-#: ../gio/glocalfile.c:2071 ../gio/glocalfile.c:2160
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Erro ao mover arquivo: %s"
-#: ../gio/glocalfile.c:2094
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "Não foi possível mover diretório sobre diretório"
-#: ../gio/glocalfile.c:2116 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Falha ao criar arquivo de backup"
-#: ../gio/glocalfile.c:2135
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Erro ao remover arquivo alvo: %s"
-#: ../gio/glocalfile.c:2149
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "Não há suporte a mover entre montagens"
-#: ../gio/glocalfileinfo.c:709
+#: gio/glocalfileinfo.c:709
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "Valor de atributo deve ser não-NULO"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Tipo de atributo inválido (esperava-se expressão)"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid extended attribute name"
msgstr "Nome de atributo estendido inválido"
-#: ../gio/glocalfileinfo.c:763
+#: gio/glocalfileinfo.c:763
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Erro ao definir atributo estendido \"%s\": %s"
-#: ../gio/glocalfileinfo.c:1402 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Erro ao iniciar arquivo \"%s\": %s"
-#: ../gio/glocalfileinfo.c:1458
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr "(codificação inválida)"
-#: ../gio/glocalfileinfo.c:1618
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Erro ao iniciar descritor de arquivo: %s"
-#: ../gio/glocalfileinfo.c:1663
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tipo de atributo inválido (esperado uint32)"
-#: ../gio/glocalfileinfo.c:1680
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tipo de atributo inválido (esperado uint64)"
-#: ../gio/glocalfileinfo.c:1698
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Tipo de atributo inválido (expressão de byte esperada)"
-#: ../gio/glocalfileinfo.c:1724
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Erro ao definir permissões: %s"
-#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1943
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Erro ao definir proprietário: %s"
-#: ../gio/glocalfileinfo.c:1798
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "o link simbólico deve ser não-NULO"
-#: ../gio/glocalfileinfo.c:1808 ../gio/glocalfileinfo.c:1827
-#: ../gio/glocalfileinfo.c:1838
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Erro ao definir link simbólico: %s"
-#: ../gio/glocalfileinfo.c:1817
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "Erro ao definir link simbólico: o arquivo não é um link simbólico"
-#: ../gio/glocalfileinfo.c:1998
+#: gio/glocalfileinfo.c:1998
#, c-format
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:570
#, 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:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
+#: gio/glocalfileoutputstream.c:854
#, 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:279
#, c-format
msgid "Error closing file: %s"
msgstr "Erro ao fechar arquivo: %s"
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
#, c-format
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:591
#, c-format
msgid "Error writing to file: %s"
msgstr "Erro ao escrever no arquivo: %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:213
#, 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:227 gio/glocalfileoutputstream.c:240
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Erro ao criar cópia de backup: %s"
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:258
#, 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:418 gio/glocalfileoutputstream.c:871
#, 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:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Erro ao abrir arquivo \"%s\": %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:679
#, c-format
msgid "Target file is a directory"
msgstr "Arquivo alvo é um diretório"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
#, c-format
msgid "Target file is not a regular file"
msgstr "Arquivo alvo não é um arquivo comum"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
#, c-format
msgid "The file was externally modified"
msgstr "O arquivo foi modificado externamente"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "GSeekType fornecido inválido"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Solicitação de busca inválida"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr "Não foi possível truncar GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "Foi alcançado o limite máximo de matriz de dados"
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "Fluxo de saída da memória não redimensionável"
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Falha ao redimensionar fluxo de saída da memória"
@@ -1671,55 +1664,55 @@ msgstr "Falha ao redimensionar fluxo de saída da memória"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:344
+#: gio/gmount.c:344
msgid "mount doesn't implement unmount"
msgstr "montar não implementa desmontar"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:419
+#: gio/gmount.c:419
msgid "mount doesn't implement eject"
msgstr "montar não implementa ejetar"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:501
+#: gio/gmount.c:501
msgid "mount doesn't implement remount"
msgstr "montar não implementa remontar"
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
#, c-format
msgid "Output stream doesn't implement write"
msgstr "Fluxo de saída não implementa escrita"
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
#, c-format
msgid "Source stream is already closed"
msgstr "A fonte do fluxo já está fechada"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr "nome"
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
msgid "The name of the icon"
msgstr "O nome do ícone"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr "nomes"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr "Um array contendo os nomes dos ícones"
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr "usa os fallbacks padrões"
-#: ../gio/gthemedicon.c:245
+#: gio/gthemedicon.c:245
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1727,64 +1720,64 @@ msgstr ""
"Se deve tentar os nomes mais curtos, encontrados através do caractere '-'. "
"Ignora nomes depois do primeiro, de vários foram fornecidos."
-#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "Erro ao ler do unix: %s"
-#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, c-format
msgid "Error closing unix: %s"
msgstr "Erro ao fechar unix: %s"
-#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Sistema de arquivos root"
-#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, c-format
msgid "Error writing to unix: %s"
msgstr "Erro ao escrever para unix: %s"
-#: ../gio/gvolume.c:423
+#: gio/gvolume.c:423
msgid "volume doesn't implement eject"
msgstr "volume não implementa ejetar"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
#, c-format
msgid "Can't find application"
msgstr "Não foi possível localizar a aplicação"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Erro ao lançar a aplicação: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
#, c-format
msgid "URIs not supported"
msgstr "Não há suporte a URIs"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
#, c-format
msgid "association changes not supported on win32"
msgstr "não há suporte às alterações de associação em win32"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
#, c-format
msgid "Association creation not supported on win32"
msgstr "Não há suporte à criação de associação em win32"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "não ocultar entradas"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "usar um formato de listagem longo"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[ARQUIVO...]"
diff --git a/po/ro.po b/po/ro.po
index 6b3eb0d08..97fbdf362 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -303,24 +303,24 @@ msgstr "Nu s-a putut deschide fişierul „%s”: open() a eşuat: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Nu s-a putut mapa fişierul „%s”: mmap() a eşuat: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Eroare în linia %d, caracterul %d: "
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Eroare în linia %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"S-a depistat o entitate nulă „&;”. Entităţile valide sunt: &amp; &quot; &lt; "
"&gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -331,17 +331,17 @@ msgstr ""
"„&” e cel ce începe o entitate. Dacă acest ampersand nu ar trebui să fie "
"într-o entitate, utilizaţi &amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Caracterul „%s” nu este valid în cadrul unui nume de entitate"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Numele entităţii „%s” nu este cunoscut"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -349,7 +349,7 @@ msgstr ""
"Entitatea nu s-a terminat cu punct şi virgulă. Probabil că aţi folosit un "
"caracter ampersand fără intenţia de a începe o entitate. Utilizaţi &amp;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -358,16 +358,16 @@ msgstr ""
"Nu s-a putut procesa „%-.*s”, care ar fi trebui să fie o cifră într-un "
"caracter referinţă (de exemplu &#234;). Poate cifra este prea mare"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Referinţa caracterului „%-.*s” nu codează un caracter permis"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Referinţă caracter goală. Ar trebui să includă o cifră precum &#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -376,32 +376,32 @@ msgstr ""
"Referinţa caracter nu s-a terminat cu punct şi virgulă. Probabil aţi folosit "
"un caracter ampersand fără intenţia de a începe o entitate. Utilizaţi &amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Referinţă neterminată la o entitate"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Referinţă caracter neterminată"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Text codat UTF-8 invalid - secvenţă prea lungă"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Text codat UTF-8 invalid - nu e un caracter de start"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Text codat UTF-8 invalid - „%s” invalid"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Documentul trebuie să înceapă cu un element (de ex. <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -410,7 +410,7 @@ msgstr ""
"„%s” nu este un caracter valid după caracterul „<”. Nu poate începe cu "
"numele unui element"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -419,7 +419,7 @@ msgstr ""
"Caracter neobişnuit „%s”, se aştepta un „>” pentru a termina eticheta de "
"început a elementului „%s”"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -427,7 +427,7 @@ msgstr ""
"Caracter neobişnuit „%s”, se aştepta un „=” după numele atributului „%s” al "
"elementului „%s”"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -438,7 +438,7 @@ msgstr ""
"eticheta de început a elementului „%s” sau opţional un atribut. Poate aţi "
"utilizat un caracter invalid în numele atributului"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -447,7 +447,7 @@ msgstr ""
"Caracter neobişnuit „%s”, se aşteptau ghilimele de deschidere după semnul "
"egal pentru a da valoarea atributului „%s” al elementului „%s”"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -456,7 +456,7 @@ msgstr ""
"„%s” nu este un caracter valid după caracterele „</”. „%s” nu poate începe "
"un nume de element"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -465,25 +465,25 @@ msgstr ""
"„%s” nu este un caracter valid după numele elementului de închidere „%s”. "
"Caracterul permis este „>”"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elementul „%s” a fost închis, nici un element nu este curent deschis"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Elementul „%s” a fost închis, dar elementul deschis curent este „%s”"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Documentul era gol sau conţinea doar spaţiu gol"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Documentul s-a terminat în mod neaşteptat imediat după un caracter „<”"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -492,7 +492,7 @@ msgstr ""
"Documentul s-a terminat în mod neaşteptat cu unele elemente încă deschise. „%"
"s” a fost ultimul element deschis"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -501,23 +501,23 @@ msgstr ""
"Documentul s-a terminat în mod neaşteptat, se aştepta un caracter „>” care "
"să încheie eticheta <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr ""
"Documentul s-a terminat în mod neaşteptat în cadrul numelui unui element"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
"Documentul s-a terminat în mod neaşteptat în cadrul numele unui atribut"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Documentul s-a terminat în mod neaşteptat în cadul unei etichete ce "
"deschidea un element"
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -525,19 +525,19 @@ msgstr ""
"Documentul s-a terminat în mod neaşteptat după semnul egal ce urma unui nume "
"atribut. Nici o valoare pentru atribut"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Documentul s-a terminat în mod neaşteptat în cadrul valorii unui atribut"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Documentul s-a terminat în mod neaşteptat în cadrul etichetei de închidere a "
"elementului „%s”"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Documentul s-a terminat în mod neaşteptat în cadrul unui comentariu sau a "
@@ -565,7 +565,7 @@ msgstr ""
"modelul de căutare conţine elemente pentru care nu se pot face comparaţii "
"parţiale"
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "eroare internă"
@@ -1176,7 +1176,7 @@ msgstr "S-a pasat o valoare prea mare către %s"
msgid "Stream is already closed"
msgstr "Flux deja închis"
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Operaţiunea a fost anulată"
@@ -1244,9 +1244,9 @@ msgid "drive doesn't implement polling for media"
msgstr "unitatea nu poate verifica ciclic pentru discuri noi"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Operaţiune neimplementată"
@@ -1265,7 +1265,7 @@ msgstr "Operaţiune neimplementată"
msgid "Containing mount does not exist"
msgstr "Montarea conţinută nu există"
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "Nu se poate copia peste director"
@@ -1275,7 +1275,7 @@ msgstr "Nu se poate copia peste director"
msgid "Can't copy directory over directory"
msgstr "Nu se poate copia un director peste un alt director"
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Fişierul destinaţie există deja"
@@ -1285,26 +1285,26 @@ msgstr "Fişierul destinaţie există deja"
msgid "Can't recursively copy directory"
msgstr "Nu se poate copia recursiv directorul"
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "S-a primit o valoare invalidă pentru legătura simbolică"
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "Nu există o implementare pentru coşul de gunoi"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Numele de fişiere nu pot conţine „%c”"
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "volumul nu implementează montarea"
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "Nu există o aplicaţie înregistrată pentru deschiderea acestui fişier"
@@ -1315,12 +1315,12 @@ msgid "Enumerator is closed"
msgstr "Enumeratorul este închis"
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "Enumeratorul fişierului este deja deschis de o terţă operaţiune"
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Enumeratorul fişierului este deja închis"
@@ -1387,8 +1387,8 @@ msgstr "Nu se poate redenumi directorul rădăcină"
msgid "Can't rename file, filename already exist"
msgstr "Nu se poate redenumi fişierul, numele de fişier există deja"
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
@@ -1409,69 +1409,69 @@ msgstr "Eroare la deschiderea fişierului: %s"
msgid "Can't open directory"
msgstr "Nu se poate deschide directorul"
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Eroare la ştergerea fişierului: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Eroare la mutarea la coş a fişierului: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Nu s-a putut crea directorul coşului de gunoi „%s”: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Nu s-a găsit directorul de nivel zero pentru coşul de gunoi"
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Nu s-a putut găsi ori crea directorul coşului de gunoi"
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Nu s-a putut crea fişierul cu detalii despre mutarea la coş: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Nu s-a putut muta la coş fişierul: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Eroare la crearea legăturii simbolice: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Eroare la mutarea fişierului: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "Nu se poate muta un director peste un alt director"
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Crearea fişierului de „backup” a eşuat"
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Eroare la ştergerea fişierului destinaţie: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1497,64 +1497,64 @@ msgstr "Nume invalid de atribut extins"
msgid "Error setting extended attribute '%s': %s"
msgstr "Eroare la stabilirea atributului extins „%s”: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Eroare la citirea detaliilor fişierului „%s”: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (codare invalidă)"
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Eroare la citirea detaliilor descriptor ale fişierului: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tip invalid de atribut (se aştepta o valoare uint32)"
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tip invalid de atribut (se aştepta o valoare uint64)"
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Tip invalid de atribut (se aştepta un şir de octeţi)"
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Eroare la definirea permisiunilor: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Eroare la definirea deţinătorului: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "legătură simbolică trebuie să fie diferită de NULL"
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Eroare la definirea legăturii simbolice: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Eroare la definirea legăturii simbolice: fişierul nu este o legătură "
"simbolică"
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Definirea atributului %s nu este implementată"
@@ -1627,12 +1627,12 @@ msgstr "Fişierul destinaţie nu este un fişier obişnuit"
msgid "The file was externally modified"
msgstr "Fişierul a fost modificat de o terţă parte"
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "S-a primit un „GSeekType” invalid"
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Cerere invalidă de căutare"
@@ -1642,17 +1642,17 @@ msgstr "Cerere invalidă de căutare"
msgid "Cannot truncate GMemoryInputStream"
msgstr "Nu se poate trunchia GMemoryInputStream"
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "S-a atins limita maximă a matricii de date"
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "Fluxul de ieşire al memoriei nu poate fi redimensionat"
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Nu s-a putut redimensiona fluxul de ieşire al memoriei"
@@ -1729,7 +1729,7 @@ msgstr "Eroare la citirea din „unix”: %s"
msgid "Error closing unix: %s"
msgstr "Eroare la închiderea „unix”: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Rădăcina sistemului de fişiere"
diff --git a/po/ru.po b/po/ru.po
index a71c672e6..b49dc1887 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-03-16 01:50+0300\n"
+"POT-Creation-Date: 2008-03-31 17:53-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,230 +21,228 @@ 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:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Встретился неожиданный атрибут «%s» элемента «%s»"
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Не найден атрибут «%s» элемента «%s»"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Неожиданный тэг «%s», ожидался тэг «%s»"
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Неожиданный тэг «%s» внутри «%s»"
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "Не удалось найти допустимый файл закладок в каталогах поиска"
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Закладка для ресурса URI «%s» уже существует"
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Для ресурса URI «%s» закладок не найдено"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "В закладке на ресурс «%s» не определён тип MIME"
-#: ../glib/gbookmarkfile.c:2444
+#: glib/gbookmarkfile.c:2444
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Отметка о приватности данных в закладке для URI «%s» не определена"
-#: ../glib/gbookmarkfile.c:2823
+#: glib/gbookmarkfile.c:2823
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "В закладке для URI «%s» не определена группа"
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Нет приложения с именем «%s», создавшего закладку для «%s»"
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, 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:2215 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
#, c-format
msgid "Invalid byte sequence in conversion input"
msgstr ""
"Недопустимая последовательность байтов содержится во входной строке для "
"преобразования"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "Произошла ошибка при преобразовании: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
#, c-format
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:1734
+#: glib/gconvert.c:1734
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
-"URI «%s» не является абсолютным идентификатором при использовании схемы "
-"«file»"
+"URI «%s» не является абсолютным идентификатором при использовании схемы «file»"
-#: ../glib/gconvert.c:1744
+#: glib/gconvert.c:1744
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Идентификатор URI локального файла «%s» не может включать символ «#»"
-#: ../glib/gconvert.c:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI «%s» недопустим"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Недопустимое имя узла в URI «%s»"
-#: ../glib/gconvert.c:1789
+#: glib/gconvert.c:1789
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI «%s» содержит недопустимо экранированные символы"
-#: ../glib/gconvert.c:1884
+#: glib/gconvert.c:1884
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Путь «%s» не является абсолютным"
-#: ../glib/gconvert.c:1894
+#: glib/gconvert.c:1894
#, c-format
msgid "Invalid hostname"
msgstr "Имя узла недопустимо"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Произошла ошибка при открытии каталога «%s»: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Не удалось выделить %lu байтов для прочтения файла «%s»"
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Произошла ошибка при чтении файла «%s»: %s"
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Не удалось прочитать из файла «%s»: %s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Не удалось открыть файл «%s»: %s"
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Не удалось получить атрибуты файла «%s»: сбой в функции fstat(): %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Не удалось открыть файл «%s»: сбой в функции fdopen(): %s"
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
-msgstr ""
-"Не удалось переименовать файл «%s» в «%s»: сбой в функции g_rename(): %s"
+msgstr "Не удалось переименовать файл «%s» в «%s»: сбой в функции g_rename(): %s"
-#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Не удалось создать файл «%s»: %s"
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Не удалось открыть файл «%s» для записи: сбой в функции fdopen(): %s"
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:971
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Не удалось записать файл «%s»: сбой в функции fwrite(): %s"
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Не удалось закрыть файл «%s»: сбой в функции fclose(): %s"
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
"Не удалось удалить существующий файл «%s»: сбой в функции g_unlink(): %s"
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Шаблон «%s» недопустим: он не должен содержать «%s»"
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Шаблон «%s» не содержит XXXXXX"
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -252,89 +250,88 @@ msgstr[0] "%u байт"
msgstr[1] "%u байта"
msgstr[2] "%u байтов"
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f КБ"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f МБ"
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f ГБ"
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Не удалось прочитать символьную ссылку «%s»: %s"
-#: ../glib/gfileutils.c:1908
+#: glib/gfileutils.c:1908
#, c-format
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
#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
"Невозможно выполнить непосредственное чтение в функции "
"g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "В буфере чтения остались непреобразованные данные"
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
#, c-format
msgid "Channel terminates in a partial character"
msgstr "Канал закрывается на неполном символе"
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr ""
"Невозможно выполнить непосредственное чтение в функции "
"g_io_channel_read_to_end"
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "Не удалось открыть файл «%s»: сбой в функции open(): %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Не удалось отобразить файл «%s»: сбой в функции mmap(): %s"
-#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Ошибка в строке %d на символе %d: "
-#: ../glib/gmarkup.c:344
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Ошибка в строке %d: %s"
-#: ../glib/gmarkup.c:448
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
-"Обнаружена пустая конструкция «&;»; допустимыми конструкциями являются: "
-"&amp; &quot; &lt; &gt; &apos;"
+"Обнаружена пустая конструкция «&;»; допустимыми конструкциями являются: &amp; "
+"&quot; &lt; &gt; &apos;"
-#: ../glib/gmarkup.c:458
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -345,17 +342,17 @@ msgstr ""
"конструкцию; если этот символ не должен быть частью конструкции, то "
"экранируйте его конструкцией «&amp;»"
-#: ../glib/gmarkup.c:492
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Символ «%s» недопустим внутри названия конструкции"
-#: ../glib/gmarkup.c:529
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Наименование конструкции «%s» неизвестно"
-#: ../glib/gmarkup.c:540
+#: glib/gmarkup.c:540
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;"
@@ -364,25 +361,25 @@ msgstr ""
"использован не для обозначения начала конструкции — экранируйте его как "
"«&amp;»"
-#: ../glib/gmarkup.c:593
+#: glib/gmarkup.c:593
#, 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 ""
-"Не удалось разобрать строку «%-.*s», которая должна быть числом внутри "
-"ссылки на символ (например &#234;) — возможно, номер слишком велик"
+"Не удалось разобрать строку «%-.*s», которая должна быть числом внутри ссылки "
+"на символ (например &#234;) — возможно, номер слишком велик"
-#: ../glib/gmarkup.c:618
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Ссылка на символ «%-.*s» не определяет допустимый символ"
-#: ../glib/gmarkup.c:633
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Ссылка на символ пуста; она должна включать номер, например &#454;"
-#: ../glib/gmarkup.c:643
+#: glib/gmarkup.c:643
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,38 +389,38 @@ msgstr ""
"использован не для обозначения начала конструкции — экранируйте его как "
"«&amp;»"
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Ссылка на конструкцию не закончена"
-#: ../glib/gmarkup.c:735
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Ссылка на символ не закончена"
-#: ../glib/gmarkup.c:978
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr ""
"Текст закодирован как UTF-8 недопустимым образом — слишком длинная "
"последовательность"
-#: ../glib/gmarkup.c:1006
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr ""
"Текст закодирован как UTF-8 недопустимым образом — неправильный начальный "
"символ"
-#: ../glib/gmarkup.c:1042
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr ""
"Текст закодирован как UTF-8 недопустимым образом — недопустимая "
"последовательность «%s»"
-#: ../glib/gmarkup.c:1080
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документ должен начинаться с элемента (например <book>)"
-#: ../glib/gmarkup.c:1120
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -432,16 +429,16 @@ msgstr ""
"Символ «%s» является недопустимым после символа «<»; этот символ не может "
"начинать имя элемента"
-#: ../glib/gmarkup.c:1184
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
-"Встретился лишний символ «%s», ожидался символ «>» для завершения "
-"открывающего тэга элемента «%s»"
+"Встретился лишний символ «%s», ожидался символ «>» для завершения открывающего "
+"тэга элемента «%s»"
-#: ../glib/gmarkup.c:1273
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -449,7 +446,7 @@ msgstr ""
"Встретился лишний символ «%s», ожидался символ «=» после имени атрибута «%s» "
"элемента «%s»"
-#: ../glib/gmarkup.c:1315
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -460,7 +457,7 @@ msgstr ""
"открывающего тэга элемента «%s», либо, возможно, атрибут; может быть, был "
"использован недопустимый символ в имени атрибута"
-#: ../glib/gmarkup.c:1401
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -469,16 +466,16 @@ msgstr ""
"Встретился лишний символ «%s», ожидалась открывающая двойная кавычка после "
"знака равенства при присваивании значения атрибуту «%s» элемента «%s»"
-#: ../glib/gmarkup.c:1543
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
-"Символ «%s» недопустим после символов «</»; символ «%s» не может начинать "
-"имя элемента"
+"Символ «%s» недопустим после символов «</»; символ «%s» не может начинать имя "
+"элемента"
-#: ../glib/gmarkup.c:1583
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -487,27 +484,27 @@ msgstr ""
"Символ «%s» недопустим после закрывающего элемента имени «%s»; допустимым "
"символом является «>»"
-#: ../glib/gmarkup.c:1594
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Элемент «%s» был закрыт, ни один элемент в настоящий момент не открыт"
-#: ../glib/gmarkup.c:1603
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Элемент «%s» был закрыт, но открытым в настоящий момент является элемент «%s»"
-#: ../glib/gmarkup.c:1763
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Документ был пуст или содержал только пробелы"
-#: ../glib/gmarkup.c:1777
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Документ неожиданно окончился сразу же после открывающей угловой скобки «<»"
-#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -516,7 +513,7 @@ msgstr ""
"Документ неожиданно окончился, когда ещё были открыты элементы — «%s» был "
"последним открытым элементом"
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -524,19 +521,19 @@ msgid ""
msgstr ""
"Документ неожиданно окончился, ожидалась закрывающая тэг <%s/> угловая скобка"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Документ неожиданно окончился внутри имени элемента"
-#: ../glib/gmarkup.c:1805
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документ неожиданно окончился внутри имени атрибута"
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документ неожиданно окончился внутри открывающего элемент тэга"
-#: ../glib/gmarkup.c:1816
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -544,410 +541,408 @@ msgstr ""
"Документ неожиданно окончился после знака равенства, следующего за именем "
"атрибута; значение атрибута не указано"
-#: ../glib/gmarkup.c:1823
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Документ неожиданно окончился внутри значения атрибута"
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Документ неожиданно окончился внутри тэга, закрывающего элемент «%s»"
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
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:1962
+#: glib/gregex.c:154 gio/glocalfile.c:1963
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-утверждение не имеет фиксированную длину"
-#: ../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 собрана без поддержки 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"
+"Произошла ошибка во время разбора текста замен «%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
#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "Текст был пуст (или содержал только пробелы)"
-#: ../glib/gspawn-win32.c:279
+#: glib/gspawn-win32.c:279
#, c-format
msgid "Failed to read data from child process"
msgstr "Не удалось прочитать данные из процесса-потомка"
-#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Не удалось создать канал для сообщения с процессом-потомком (%s)"
-#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Не удалось прочитать данные из канала потомка (%s)"
-#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Не удалось сменить каталог на «%s» (%s)"
-#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Не удалось выполнить процесс-потомок (%s)"
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "Недопустимое имя программы: %s"
-#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Недопустимая строка в векторе аргументов под номером %d: %s"
-#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Недопустимая строка в окружении: %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, c-format
msgid "Invalid working directory: %s"
msgstr "Недопустимый рабочий каталог: %s"
-#: ../glib/gspawn-win32.c:787
+#: glib/gspawn-win32.c:787
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Не удалось выполнить вспомогательную программу (%s)"
-#: ../glib/gspawn-win32.c:1002
+#: glib/gspawn-win32.c:1002
#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -956,147 +951,147 @@ msgstr ""
"Произошла неожиданная ошибка в функции g_io_channel_win32_poll() при чтении "
"данных из процесса-потомка"
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Не удалось прочитать данные из процесса-потомка (%s)"
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Произошла неожиданная ошибка в функции select() при чтении данных из "
"процесса-потомка (%s)"
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Произошла неожиданная ошибка в функции waitpid() (%s)"
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
#, c-format
msgid "Failed to fork (%s)"
msgstr "Функция fork завершилась неудачно (%s)"
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Не удалось выполнить процесс-потомок «%s» (%s)"
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Не удалось перенаправить вывод или ввод процесса-потомка (%s)"
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "При создании процесса-потомка функция fork завершилась неудачно (%s)"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Произошла неизвестная ошибка при выполнении процесса-потомка «%s»"
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
"Не удалось прочитать нужное количество данных из канала процесса-потомка (%s)"
-#: ../glib/gutf8.c:1030
+#: glib/gutf8.c:1030
#, c-format
msgid "Character out of range for UTF-8"
msgstr "Символ находится вне диапазона для UTF-8"
-#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
#, c-format
msgid "Invalid sequence in conversion input"
msgstr ""
"Во входной строке для преобразования обнаружена недопустимая "
"последовательность"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
#, c-format
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
#, c-format
msgid "Valid key file could not be found in search dirs"
msgstr "В каталогах поиска не удалось найти допустимый файл ключей"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
#, c-format
msgid "Not a regular file"
msgstr "Не является обычным файлом"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
#, c-format
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"
@@ -1104,51 +1099,51 @@ 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
#, c-format
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:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Файл ключей не содержит группу «%s»"
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Файл ключей не содержит ключ «%s»"
-#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr ""
"Файл ключей содержит ключ «%s», значение которого «%s» не в кодировке UTF-8"
-#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
"Файл ключей содержит ключ «%s», значение которого не удалось распознать."
-#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1157,128 +1152,124 @@ msgstr ""
"Файл ключей содержит ключ «%s» в группе «%s», значение которого не удалось "
"распознать."
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Файл ключей не содержит ключа «%s» в группе «%s»"
-#: ../glib/gkeyfile.c:3471
+#: glib/gkeyfile.c:3471
#, c-format
msgid "Key file contains escape character at end of line"
msgstr "Файл ключей содержит символ escape в конце строки"
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3493
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Файл ключей содержит неверную экранирующую последовательность «%s»"
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Не удалось преобразовать значение «%s» в число."
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Целочисленное значение «%s» выходит за пределы"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Не удалось преобразовать «%s» в число с плавающей запятой."
-#: ../glib/gkeyfile.c:3706
+#: glib/gkeyfile.c:3706
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Не удалось преобразовать «%s» в булево значение."
-#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, c-format
msgid "Too large count value passed to %s"
msgstr "Слишком большое значение количества передано в %s"
-#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
#, c-format
msgid "Stream is already closed"
msgstr "Поток уже закрыт"
-#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1955
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Действие было отменено"
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
msgid "Unknown type"
msgstr "Неизвестный тип"
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr "тип файлов %s"
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "тип %s"
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
#, c-format
msgid "Unexpected early end-of-stream"
msgstr "Неожиданный ранний конец потока"
-#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Без имени"
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
#, c-format
msgid "Desktop file didn't specify Exec field"
msgstr "В desktop-файле не указано поле Exec"
-#: ../gio/gdesktopappinfo.c:882
+#: gio/gdesktopappinfo.c:882
#, c-format
msgid "Unable to find terminal required for application"
msgstr "Не удалось найти терминал, требуемый для приложения"
-#: ../gio/gdesktopappinfo.c:1114
+#: gio/gdesktopappinfo.c:1114
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Не удалось создать пользовательскую папку настроек приложения %s: %s"
-#: ../gio/gdesktopappinfo.c:1118
+#: gio/gdesktopappinfo.c:1118
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Не удалось создать пользовательскую папку настроек MIME %s: %s"
-#: ../gio/gdesktopappinfo.c:1457
+#: gio/gdesktopappinfo.c:1457
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Не удалось создать пользовательский desktop-файл %s"
-#: ../gio/gdesktopappinfo.c:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr "Особое определение для %s"
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr "привод не реализует извлечение"
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
msgid "drive doesn't implement polling for media"
msgstr "привод не реализует опрос носителя"
-#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639
-#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053
-#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621
-#: ../gio/gfile.c:3701
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Действие не поддерживается"
@@ -1291,93 +1282,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
#, c-format
msgid "Containing mount does not exist"
msgstr "Содержащая точка монтирования не существует"
-#: ../gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "Нельзя скопировать поверх каталога"
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
#, c-format
msgid "Can't copy directory over directory"
msgstr "Нельзя скопировать каталог поверх каталога"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2109
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Целевой файл существует"
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
#, c-format
msgid "Can't recursively copy directory"
msgstr "Не удалось рекурсивно скопировать каталог"
-#: ../gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "Дано неверное значение символьной ссылки"
-#: ../gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "Корзина не поддерживается"
-#: ../gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Имена файлов не могут содержать «%c»"
-#: ../gio/gfile.c:4752 ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "том не реализует присоединение"
-#: ../gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "Нет зарегистрированного приложения для обработки данного файла"
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
#, c-format
msgid "Enumerator is closed"
msgstr "Перечислитель закрыт"
-#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "Перечислитель файлов имеет незавершённое действие"
-#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Перечислитель файлов уже закрыт"
-#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
#, c-format
msgid "Stream doesn't support query_info"
msgstr "Поток не поддерживает query_info"
-#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
#, c-format
msgid "Seek not supported on stream"
msgstr "Переход по потоку не поддерживается"
-#: ../gio/gfileinputstream.c:380
+#: gio/gfileinputstream.c:380
#, c-format
msgid "Truncate not allowed on input stream"
msgstr "Усечение на входном потоке не разрешено"
-#: ../gio/gfileoutputstream.c:457
+#: gio/gfileoutputstream.c:457
#, c-format
msgid "Truncate not supported on stream"
msgstr "Усечение не поддерживается на потоке"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
#, c-format
msgid "Input stream doesn't implement read"
msgstr "Входной поток не реализует чтение"
@@ -1388,301 +1379,301 @@ 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:904 ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
#, c-format
msgid "Stream has outstanding operation"
msgstr "Поток имеет незавершённое действие"
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
#, c-format
msgid "Unable to find default local directory monitor type"
msgstr "Не удалось найти тип монитора локальных каталогов по умолчанию"
-#: ../gio/glocalfile.c:599
+#: gio/glocalfile.c:599
#, c-format
msgid "Invalid filename %s"
msgstr "Недопустимое имя файла %s"
-#: ../gio/glocalfile.c:962
+#: gio/glocalfile.c:962
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Произошла ошибка при получении сведений о файловой системе: %s"
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
#, c-format
msgid "Can't rename root directory"
msgstr "Нельзя переименовать корневой каталог"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "Не удалось переименовать файл, такое имя файла уже есть"
-#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2013
-#: ../gio/glocalfile.c:2162 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Недопустимое имя файла"
-#: ../gio/glocalfile.c:1125
+#: gio/glocalfile.c:1125
#, c-format
msgid "Error renaming file: %s"
msgstr "Произошла ошибка при переименовании файла: %s"
-#: ../gio/glocalfile.c:1244
+#: gio/glocalfile.c:1244
#, c-format
msgid "Error opening file: %s"
msgstr "Произошла ошибка при открытии файла: %s"
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
#, c-format
msgid "Can't open directory"
msgstr "Не удалось открыть каталог"
-#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1988
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Произошла ошибка при удалении файла: %s"
-#: ../gio/glocalfile.c:1677
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Произошла ошибка при удалении файла в корзину: %s"
-#: ../gio/glocalfile.c:1700
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Не удалось создать каталог корзины %s: %s"
-#: ../gio/glocalfile.c:1721
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Не удалось найти каталог верхнего уровня для корзины"
-#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Не удалось найти или создать каталог корзины"
-#: ../gio/glocalfile.c:1854
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Не удалось создать запись о файле в корзине: %s"
-#: ../gio/glocalfile.c:1879 ../gio/glocalfile.c:1954 ../gio/glocalfile.c:1961
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Не удалось удалить файл в корзину: %s"
-#: ../gio/glocalfile.c:2017
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Произошла ошибка при создании символьной ссылки: %s"
-#: ../gio/glocalfile.c:2077 ../gio/glocalfile.c:2166
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Произошла ошибка при перемещении файла: %s"
-#: ../gio/glocalfile.c:2100
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "Нельзя переместить каталог поверх каталога"
-#: ../gio/glocalfile.c:2122 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Не удалось создать резервный файл"
-#: ../gio/glocalfile.c:2141
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Произошла ошибка при удалении целевого файла: %s"
-#: ../gio/glocalfile.c:2155
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "Перемещение между точками монтирования не поддерживается"
-#: ../gio/glocalfileinfo.c:717
+#: gio/glocalfileinfo.c:709
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "Значение атрибута не должно быть NULL"
-#: ../gio/glocalfileinfo.c:724
+#: gio/glocalfileinfo.c:716
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Неверный тип атрибута (ожидалась строка)"
-#: ../gio/glocalfileinfo.c:731
+#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid extended attribute name"
msgstr "Недопустимое имя расширенного атрибута"
-#: ../gio/glocalfileinfo.c:771
+#: gio/glocalfileinfo.c:763
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Произошла ошибка при установке расширенного атрибута «%s»: %s"
-#: ../gio/glocalfileinfo.c:1457 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Произошла ошибка при получении сведений о файле «%s»: %s"
-#: ../gio/glocalfileinfo.c:1528
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (неверная кодировка)"
-#: ../gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Произошла ошибка при получении сведений о файловом дескрипторе: %s"
-#: ../gio/glocalfileinfo.c:1739
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Неверный тип атрибута (ожидался uint32)"
-#: ../gio/glocalfileinfo.c:1757
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Неверный тип атрибута (ожидался uint64)"
-#: ../gio/glocalfileinfo.c:1776
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Неверный тип атрибута (ожидалась строка byte)"
-#: ../gio/glocalfileinfo.c:1802
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Произошла ошибка при установке прав: %s"
-#: ../gio/glocalfileinfo.c:1853 ../gio/glocalfileinfo.c:2021
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Произошла ошибка при установке владельца: %s"
-#: ../gio/glocalfileinfo.c:1876
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "символьная ссылка не должна быть NULL"
-#: ../gio/glocalfileinfo.c:1886 ../gio/glocalfileinfo.c:1905
-#: ../gio/glocalfileinfo.c:1916
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Произошла ошибка при установке символьной ссылки: %s"
-#: ../gio/glocalfileinfo.c:1895
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Произошла ошибка при установке символьной ссылки: файл не является "
"символьной ссылкой"
-#: ../gio/glocalfileinfo.c:2076
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Установка атрибута %s не поддерживается"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
#, 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:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
+#: gio/glocalfileoutputstream.c:854
#, 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:279
#, c-format
msgid "Error closing file: %s"
msgstr "Произошла ошибка при закрытии файла: %s"
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
#, c-format
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:591
#, c-format
msgid "Error writing to file: %s"
msgstr "Произошла ошибка при записи в файл: %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:213
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Произошла ошибка при удалении старой резервной ссылки: %s"
-#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Произошла ошибка при создании резервной копии: %s"
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:258
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Произошла ошибка при переименовании временного файла: %s"
-#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
#, 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:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Произошла ошибка при открытии файла «%s»: %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:679
#, c-format
msgid "Target file is a directory"
msgstr "Целевой файл является каталогом"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
#, c-format
msgid "Target file is not a regular file"
msgstr "Целевой файл не является обычным файлом"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
#, c-format
msgid "The file was externally modified"
msgstr "Файл был изменён извне"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Передан недопустимый GSeekType"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Недопустимый запрос на переход"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr "Нельзя усечь GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "Достигнут максимальный предел массива данных"
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "Невозможно изменить размер выходного потока в память"
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Не удалось изменить размер выходного потока в память"
@@ -1690,121 +1681,121 @@ msgstr "Не удалось изменить размер выходного п
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:344
+#: gio/gmount.c:344
msgid "mount doesn't implement unmount"
msgstr "точка монтирования не реализует отсоединение"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:419
+#: gio/gmount.c:419
msgid "mount doesn't implement eject"
msgstr "точка монтирования не реализует извлечение"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:501
+#: gio/gmount.c:501
msgid "mount doesn't implement remount"
msgstr "точка монтирования не реализует пересоединение"
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
#, c-format
msgid "Output stream doesn't implement write"
msgstr "Выходной поток не реализует запись"
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
#, c-format
msgid "Source stream is already closed"
msgstr "Исходный поток уже закрыт"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr "название"
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
msgid "The name of the icon"
msgstr "Название значка"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr "названия"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr "Массив, содержащий названия значков"
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr "использовать названия по умолчанию"
-#: ../gio/gthemedicon.c:245
+#: gio/gthemedicon.c:245
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:202 ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "Произошла ошибка при чтении из unix: %s"
-#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, c-format
msgid "Error closing unix: %s"
msgstr "Произошла ошибка при закрытии unix: %s"
-#: ../gio/gunixmounts.c:1788 ../gio/gunixmounts.c:1825
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Корень файловой системы"
-#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, c-format
msgid "Error writing to unix: %s"
msgstr "Произошла ошибка при записи в unix: %s"
-#: ../gio/gvolume.c:423
+#: gio/gvolume.c:423
msgid "volume doesn't implement eject"
msgstr "том не реализует извлечение"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
#, c-format
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
#, c-format
msgid "URIs not supported"
msgstr "URI не поддерживаются"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
#, c-format
msgid "association changes not supported on win32"
msgstr "смена ассоциаций не поддерживается в Win32"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
#, c-format
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/rw.po b/po/rw.po
index 01abafaaf..fb1d8e4fa 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -307,23 +307,23 @@ msgstr "Kuri Gufungura IDOSIYE Byanze"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Kuri Gufungura IDOSIYE Byanze"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "ku Umurongo INYUGUTI"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, fuzzy, c-format
msgid "Error on line %d: %s"
msgstr "ku Umurongo"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
#, fuzzy
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "Byemewe"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, fuzzy, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -331,41 +331,41 @@ msgid ""
"it as &amp;"
msgstr "ni OYA Byemewe ku Gutangira Bya Izina: Inyuguti NIBA iyi Kuri Nka"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, fuzzy, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "ni OYA Byemewe Mo Imbere Izina:"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, fuzzy, c-format
msgid "Entity name '%s' is not known"
msgstr "Izina: ni OYA"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
#, fuzzy
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 "OYA Impera Na: a Akabago n'Akitso Inyuguti Kuri Gutangira Nka"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, fuzzy, 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 "Kuri a Mo Imbere a Inyuguti Indango kugirango Urugero ni Binini"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Indango OYA a Inyuguti"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
#, fuzzy
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Inyuguti Indango Gushyiramo a Nka"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
#, fuzzy
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
@@ -373,44 +373,44 @@ msgid ""
"as &amp;"
msgstr "Indango OYA Impera Na: a Akabago n'Akitso Inyuguti Kuri Gutangira Nka"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
#, fuzzy
msgid "Unfinished entity reference"
msgstr "Indango"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
#, fuzzy
msgid "Unfinished character reference"
msgstr "Inyuguti Indango"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "8 Umwandiko"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "8 Umwandiko"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "8 Umwandiko"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
#, fuzzy
msgid "Document must begin with an element (e.g. <book>)"
msgstr "g."
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, fuzzy, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'%s'ni OYA a Byemewe Inyuguti a Inyuguti Gicurasi OYA Ikigize: Izina:"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -418,13 +418,13 @@ msgid ""
msgstr ""
"Inyuguti Ikitezwe: a Inyuguti Kuri Impera Gutangira Itagi: Bya Ikigize:"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "Inyuguti Ikitezwe: a Nyuma Ikiranga Izina: Bya Ikigize:"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -434,7 +434,7 @@ msgstr ""
"Inyuguti Ikitezwe: a Cyangwa Inyuguti Kuri Impera Gutangira Itagi: Bya "
"Ikigize: Cyangwa Ikiranga Sibyo Inyuguti in Ikiranga Izina:"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -443,87 +443,87 @@ msgstr ""
"Inyuguti Ikitezwe: Gufungura Gushyiraho akugarizo Ikimenyetso Nyuma "
"IKIMENYETSO Ryari: Agaciro kugirango Ikiranga Bya Ikigize:"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, fuzzy, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr "'%s'ni OYA a Byemewe Inyuguti Inyuguti Gicurasi OYA Ikigize: Izina:"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, fuzzy, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "'%s'ni OYA a Byemewe Inyuguti Gufunga Ikigize: Izina: Inyuguti ni"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, fuzzy, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Oya Ikigize: ni Gufungura"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, fuzzy, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Gufungura Ikigize: ni"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
#, fuzzy
msgid "Document was empty or contained only whitespace"
msgstr "ubusa Cyangwa"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
#, fuzzy
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Nyuma Gufungura Imfuruka"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, fuzzy, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "Na: Ibintu Gufungura Iheruka Ikigize:"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, fuzzy, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "Ikitezwe: Kuri a Gufunga Imfuruka Itagi:"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
#, fuzzy
msgid "Document ended unexpectedly inside an element name"
msgstr "Mo Imbere Ikigize: Izina:"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
#, fuzzy
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Mo Imbere Ikiranga Izina:"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
#, fuzzy
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Mo Imbere Ikigize: Gufungura%S Itagi:"
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
#, fuzzy
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "Nyuma IKIMENYETSO Ikiranga Izina: Oya Ikiranga Agaciro"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
#, fuzzy
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Mo Imbere Ikiranga Agaciro"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, fuzzy, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Mo Imbere Gufunga Itagi: kugirango Ikigize:"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
#, fuzzy
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Mo Imbere a Icyo wongeraho Cyangwa Inonosora"
@@ -548,7 +548,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1158,7 +1158,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1226,9 +1226,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "amahuza OYA"
@@ -1247,7 +1247,7 @@ msgstr "amahuza OYA"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1257,7 +1257,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1267,26 +1267,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "amahuza OYA"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1297,12 +1297,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1369,8 +1369,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1394,59 +1394,59 @@ msgid "Can't open directory"
msgstr ""
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Ikosa mu gusoma idosiye"
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Ikosa mu gusoma idosiye"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Kuri Kurema IDOSIYE"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Kuri Kurema IDOSIYE"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Kuri Kurema IDOSIYE"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Ihindurangero"
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Ikosa mu gusoma idosiye"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
@@ -1454,12 +1454,12 @@ msgid "Backup file creation failed"
msgstr ""
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Ikosa mu gusoma idosiye"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1485,63 +1485,63 @@ 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:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Ikosa mu gusoma idosiye"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Ikosa mu gusoma idosiye"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Ihindurangero"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Ihindurangero"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "ku Umurongo"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "amahuza OYA"
@@ -1622,12 +1622,12 @@ msgstr "a Ibisanzwe IDOSIYE"
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Izina ry'inturo:"
@@ -1637,17 +1637,17 @@ msgstr "Izina ry'inturo:"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1723,7 +1723,7 @@ msgstr "Ikosa mu gusoma idosiye"
msgid "Error closing unix: %s"
msgstr "ku Umurongo"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/si.po b/po/si.po
index 6beb96e75..fced44021 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -300,22 +300,22 @@ msgstr "'%s' ගොනුව විවෘත කිරීම අසමත් ව
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' ගොනුව අනුරුපණය කිරීම අසමත් විය: mmap()අසමත් විය: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "%d පේළියේ %d අක්‍ෂරය මත දෝෂයකි: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "%d පේළියේ ත දෝෂයකි: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -323,93 +323,93 @@ msgid ""
"it as &amp;"
msgstr ""
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "ඇතුළත් කළ නම තුළ ඇති '%s' අක්‍ෂරය සාද්‍යවේ "
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "'%s' වස්තුවේ නම නොදනී"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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 ""
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, 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 ""
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
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 ""
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "අවසන් නොකළ වස්තු යොමුව"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "අවසන් නොකළ අක්‍ෂර යොමුව"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "සාවද්‍ය UTF-8 සංකේතාංකන පෙළ"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "සාවද්‍ය UTF-8 සංකේතාංකන පෙළ"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "සාවද්‍ය UTF-8 සංකේතාංකන පෙළ"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ලේඛණය මූලයකින්ම ආරම්භ කළ යුතුම වේ (උදා. <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -417,88 +417,88 @@ msgid ""
"character in an attribute name"
msgstr ""
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, 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 ""
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' මූලය වසා ඇති අතර කිසිම මූලයක් විවෘතව ඇත"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' මූලය වසා ඇති අතර දැනට'%s' මූලය විවෘතව ඇත"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
#, fuzzy
msgid "Document was empty or contained only whitespace"
msgstr "ලේඛණය හිස්ව තිබුනි හෝ තිබුනේ සුදුඉඩ පමණි"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr ""
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -522,7 +522,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "අභ්‍යන්තර දෝෂය"
@@ -1123,7 +1123,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1191,9 +1191,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත"
@@ -1212,7 +1212,7 @@ msgstr "සංකේතාත්මක පුරුක සහාය දක්න
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1222,7 +1222,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1232,26 +1232,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1262,12 +1262,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1333,8 +1333,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1355,69 +1355,69 @@ msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "'%s' ගොනුව නිර්මාණය දෝෂ සහිතයි: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "'%s' ගොනුව නිර්මාණය දෝෂ සහිතයි: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "'%s' ගොනුව නිර්මාණය දෝෂ සහිතයි: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "%d පේළියේ ත දෝෂයකි: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1442,62 +1442,62 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr "'%s' ගහලුම විවෘත කිරීම දෝෂ සහිතයි: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "පරිවර්තනයේදි දෝෂයකි : %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "පරිවර්තනයේදි දෝෂයකි : %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "%d පේළියේ ත දෝෂයකි: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත"
@@ -1570,12 +1570,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "සාවද්‍ය යතුරු නම: %s"
@@ -1585,17 +1585,17 @@ msgstr "සාවද්‍ය යතුරු නම: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1670,7 +1670,7 @@ msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s
msgid "Error closing unix: %s"
msgstr "%d පේළියේ ත දෝෂයකි: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/sk.po b/po/sk.po
index b9be86337..5090f2220 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-03-15 15:05+0100\n"
+"POT-Creation-Date: 2008-03-31 17:53-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,226 +19,226 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural= (n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Neočakávaná vlastnosť '%s' prvku '%s'"
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Vlastnosť '%s' prvku '%s' nenájdená"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Neočakávaná značka '%s', bola očakávaná značka '%s'"
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Neočakávaná značka '%s' vo vnútri '%s'"
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
#, fuzzy, c-format
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:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Záložka pre URI '%s' už existuje"
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
-#: ../glib/gbookmarkfile.c:2444
+#: glib/gbookmarkfile.c:2444
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
-#: ../glib/gbookmarkfile.c:2823
+#: glib/gbookmarkfile.c:2823
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Nenastavené skupiny v záložke pre URI '%s'"
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Nepodarilo sa prečítať symbolický odkaz '%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 "Prevod zo znakovej sady '%s' do '%s' nie je podporovaný"
-#: ../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 "Nepodarilo sa otvoriť program na prevod z '%s' do '%s'"
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
#, c-format
msgid "Invalid byte sequence in conversion input"
msgstr "Neplatná sekvencia bajtov na vstupe prevodu"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "Chyba počas prevodu: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
#, c-format
msgid "Partial character sequence at end of input"
msgstr "Čiastočná sekvencia znakov na konci vstupu"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Nepodarilo sa previesť náhradné `%s' do kódovej stránky `%s'"
-#: ../glib/gconvert.c:1734
+#: glib/gconvert.c:1734
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' nie je absolútne URI, používajúce schému \"file\""
-#: ../glib/gconvert.c:1744
+#: glib/gconvert.c:1744
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "URI lokálneho súboru '%s' nesmie obsahovať '#'"
-#: ../glib/gconvert.c:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' je neplatné"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI hostiteľa '%s' je neplatné."
-#: ../glib/gconvert.c:1789
+#: glib/gconvert.c:1789
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' obsahuje neplatne zadané znaky"
-#: ../glib/gconvert.c:1884
+#: glib/gconvert.c:1884
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Cesta '%s' nie je absolútna"
-#: ../glib/gconvert.c:1894
+#: glib/gconvert.c:1894
#, c-format
msgid "Invalid hostname"
msgstr "Neplatné meno hostiteľa"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Chyba pri otváraní priečinka '%s': %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Nepodarilo sa alokovať %lu bajtov pre načítanie súboru \"%s\""
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Chyba pri čítaní súboru '%s': %s"
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Nepodarilo sa čítanie súboru '%s': %s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Nepodarilo sa otvoriť súbor '%s': %s"
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Nepodarilo sa získať atribúty súboru '%s': fstat() zlyhala: %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Nepodarilo sa otvoriť súbor '%s': fdopen() zlyhala: %s"
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"Nepodarilo sa premenovať súbor '%s' na '%s': funkcia g_rename() zlyhala: %s"
-#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Nepodarilo sa vytvoriť súbor '%s': %s"
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
"Nepodarilo sa otvoriť súbor '%s' pre zápis: funkcia fdopen() zlyhala: %s"
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:971
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Nepodarilo sa zapísať súbor '%s': funkcia fwrite() zlyhala: %s"
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Nepodarilo sa zatvoriť súbor '%s': funkcia fclose() zlyhala: %s"
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
"Existujúci súbor '%s' nemohol byť odstránený: funkcia g_unlink() zlyhala: %s"
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Šablóna '%s' je neplatná, nesmie obsahovať '%s'"
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Šablóna '%s' neobsahuje XXXXXX"
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -246,84 +246,83 @@ msgstr[0] "%u bajtov"
msgstr[1] "%u bajt"
msgstr[2] "%u bajty"
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Nepodarilo sa prečítať symbolický odkaz '%s': %s"
-#: ../glib/gfileutils.c:1908
+#: glib/gfileutils.c:1908
#, c-format
msgid "Symbolic links not supported"
msgstr "Symbolické odkazy nepodporované"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Nepodarilo sa otvoriť program na prevod z '%s' do '%s': %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Nepodarilo sa 'raw' čítanie v g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "Zanechané neprevedené dáta vo vstupnom bufferi"
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
#, c-format
msgid "Channel terminates in a partial character"
msgstr "Kanál končí čiastočným znakom"
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Nepodarilo sa 'raw' čítanie 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 "Nepodarilo sa otvoriť súbor '%s': open() zlyhala: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Nepodarilo sa namapovať súbor '%s': mmap() zlyhala: %s"
-#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Chyba na riadku %d znak %d: "
-#: ../glib/gmarkup.c:344
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Chyba na riadku %d: %s"
-#: ../glib/gmarkup.c:448
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Nájdená prázdna entita '&;', platné entity sú: &amp; &quot; &lt; &gt; &apos;"
-#: ../glib/gmarkup.c:458
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -333,17 +332,17 @@ msgstr ""
"Znak '%s' nie je platný na začiatku mena entity. Znak & začína entitu. Ak tu "
"ale nemá predstavovať entitu, musíte ho zapísať ako &amp;."
-#: ../glib/gmarkup.c:492
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak '%s' nie je platný v mene entity"
-#: ../glib/gmarkup.c:529
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Meno entity '%s' nie je známe"
-#: ../glib/gmarkup.c:540
+#: glib/gmarkup.c:540
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;"
@@ -351,7 +350,7 @@ msgstr ""
"Entita nekončí bodkočiarkou. Asi ste použili znak & bez toho, aby ste ho "
"zapísali ako &amp;"
-#: ../glib/gmarkup.c:593
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -360,17 +359,17 @@ msgstr ""
"Nepodarilo sa spracovať '%-.*s', čo by mala byť číslica v odkaze na znak "
"(napríklad &#234;) - možno je číslica príliš veľká"
-#: ../glib/gmarkup.c:618
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Odkaz na znak '%-.*s' nie je kódom povoleného znaku"
-#: ../glib/gmarkup.c:633
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"Prázdny odkaz na znak. Odkaz by mal obsahovať číslice, napríklad &#434;"
-#: ../glib/gmarkup.c:643
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -379,40 +378,40 @@ msgstr ""
"Odkaz na znak neskončil bodkočiarkou. Asi ste použili & a nezadali ste ho "
"ako &amp;"
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Neukončený odkaz na entitu"
-#: ../glib/gmarkup.c:735
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Neukončený odkaz na znak"
-#: ../glib/gmarkup.c:978
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Neplatný text v kódovaní UTF-8"
-#: ../glib/gmarkup.c:1006
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Neplatný text v kódovaní UTF-8 - nie je úvodný znak"
-#: ../glib/gmarkup.c:1042
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Neplatný text v kódovaní UTF-8 - neplatné '%s'"
-#: ../glib/gmarkup.c:1080
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument musí začínať elementom (napr. <book>)"
-#: ../glib/gmarkup.c:1120
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'%s' nie je platný znak za znakom '<', nesmie začínať meno elementu"
-#: ../glib/gmarkup.c:1184
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -421,7 +420,7 @@ msgstr ""
"Prebytočný znak '%s'. Bol očakávaný znak '>', aby skončil začiatočnú značku "
"elementu '%s'"
-#: ../glib/gmarkup.c:1273
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -429,7 +428,7 @@ msgstr ""
"Prebytočný znak '%s'. Bol očakávaný znak '=' za menom atribútu '%s' elementu "
"'%s'"
-#: ../glib/gmarkup.c:1315
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -440,7 +439,7 @@ msgstr ""
"začiatočnú značku elementu '%s' alebo nepovinne atribút. Možno ste použili "
"neplatný znak v mene atribútu"
-#: ../glib/gmarkup.c:1401
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -449,7 +448,7 @@ msgstr ""
"Prebytočný znak '%s'. Boli očakávané úvodzovky po '=' pri zadávaní hodnoty "
"atribútu '%s' v elemente '%s'"
-#: ../glib/gmarkup.c:1543
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -457,7 +456,7 @@ msgid ""
msgstr ""
"'%s' nie je platný znak po znakoch '</'. '%s' nesmie začínať meno elementu"
-#: ../glib/gmarkup.c:1583
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -465,25 +464,25 @@ msgid ""
msgstr ""
"'%s' nie je platný znak po koncovom mene elementu '%s'. Povolený znak je '>'"
-#: ../glib/gmarkup.c:1594
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' bol ukončený, momentálne nie je otvorený žiadny element"
-#: ../glib/gmarkup.c:1603
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' bol ukončený, ale momentálne otvorený element je '%s'"
-#: ../glib/gmarkup.c:1763
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je prázdny alebo obsahuje iba medzery"
-#: ../glib/gmarkup.c:1777
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument neočakávane skončil hneď po začiatočnom znaku '<'"
-#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -492,7 +491,7 @@ msgstr ""
"Dokument neočakávane skončil s otvorenými elementami - '%s' bol posledný "
"otvorený element."
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -500,419 +499,417 @@ msgid ""
msgstr ""
"Dokument neočakávane skončil, očakával sa znak '>' pre ukončenie značky <%s>"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument neočakávane skončil v mene elementu"
-#: ../glib/gmarkup.c:1805
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument neočakávane skončil v mene atribútu"
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument neočakávane skončil v začiatočnej značke elementu."
-#: ../glib/gmarkup.c:1816
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
"Dokument neočakávane skončil po '=' za menom atribútu, chýba hodnota atribútu"
-#: ../glib/gmarkup.c:1823
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument neočakávane skončil v hodnote atribútu"
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokument neočakávane skončil v koncovej značke pre element '%s'"
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokument neočakávane skončil v komentári alebo inštrukcii pre spracovanie"
-#: ../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:1962
+#: glib/gregex.c:154 gio/glocalfile.c:1963
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 "chýbajúca koncová ] pre triedu znakov"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
#, fuzzy
msgid "invalid escape sequence in character class"
msgstr "Neplatná sekvencia bajtov na vstupe prevodu"
-#: ../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
#, fuzzy
msgid "unrecognized character after (?"
msgstr "Neukončený odkaz na znak"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
#, fuzzy
msgid "unrecognized character after (?<"
msgstr "Neukončený odkaz na znak"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
#, fuzzy
msgid "unrecognized character after (?P"
msgstr "Neukončený odkaz na znak"
-#: ../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 "chýbajúca koncová )"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") bez otváracej ("
#. 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 "Za (?R alebo (?[+-]číslice musí nasledovať )"
-#: ../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 "chýbajúca ) po komentári"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "regulárny výraz je príliš veľký"
-#: ../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
#, fuzzy
msgid "POSIX collating elements are not supported"
msgstr "Symbolické odkazy nepodporované"
-#: ../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 "neplatná podmienka (?(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 ""
-#: ../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
+#: 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 "neočakávané opakovanie"
-#: ../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 "Knižnica PCRE je skompilovaná bez podpory UTF8"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "Knižnica PCRE je skompilovaná bez podpory UTF8 vlastností"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, fuzzy, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Chyba na riadku %d znak %d: %s"
-#: ../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 "neukončený symbolický odkaz"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "symbolický odkaz s nulovou dĺžkou"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "očakávaná číslica"
-#: ../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 "Citovaný text nezačína úvodzovkami"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Prebytočné úvodzovky v príkazovom riadku alebo v inom texte shellu"
-#: ../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 hneď po znaku '\\'. (Text bol '%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 pred nájdením zodpovedajúcej úvodzovky pre %c. (Text bol '%s')"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "Text bol prázdny (alebo obsahoval iba medzery)"
-#: ../glib/gspawn-win32.c:279
+#: glib/gspawn-win32.c:279
#, c-format
msgid "Failed to read data from child process"
msgstr "Nepodarilo sa čítať dáta z procesu potomka"
-#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Nepodarilo sa vytvoriť rúru pre komunikáciu s procesom potomka (%s)"
-#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Nepodarilo sa čítať z rúry potomka (%s)"
-#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Nepodarilo sa zmeniť priečinok na '%s' (%s)"
-#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Nepodarilo sa spustiť proces potomka (%s)"
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "Neplatný názov programu: %s"
-#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Neplatný reťazec vo vektore parametra na %d: %s"
-#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Neplatný reťazec v prostredá: %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, c-format
msgid "Invalid working directory: %s"
msgstr "Neplatný pracovný priečinok: %s"
-#: ../glib/gspawn-win32.c:787
+#: glib/gspawn-win32.c:787
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Nepodarilo sa spustiť pomocný program (%s)"
-#: ../glib/gspawn-win32.c:1002
+#: glib/gspawn-win32.c:1002
#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -921,142 +918,142 @@ msgstr ""
"Neočakávaná chyba v g_io_channel_win32_poll() pri čítaní dát z procesu "
"potomka"
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Nepodarilo sa čítať dáta z procesu potomka (%s)"
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Neočakávaná chyba v select() pri čítaní dát z procesu potomka (%s)"
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Neočakávaná chyba vo waitpid() (%s)"
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
#, c-format
msgid "Failed to fork (%s)"
msgstr "Nepodarilo sa zavolať fork (%s)"
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Nepodarilo sa spustiť proces potomka \"%s\" (%s)"
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Nepodarilo sa presmerovať vstup alebo výstup procesu potomka (%s)"
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Nepodarilo sa spustiť proces potomka (%s)"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Neznáma chyba počas behu procesu potomka \"%s\""
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Nepodarilo sa prečítať dostatok dát z rúry potomka (%s)"
-#: ../glib/gutf8.c:1030
+#: glib/gutf8.c:1030
#, c-format
msgid "Character out of range for UTF-8"
msgstr "Znak mimo rozsah UTF-8"
-#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
#, c-format
msgid "Invalid sequence in conversion input"
msgstr "Neplatná sekvencia na vstupe prevodu"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
#, c-format
msgid "Character out of range for UTF-16"
msgstr "Znak mimo rozsah UTF-16"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Použitie:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[VOĽBA...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Voľby pomocníka:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Zobraziť voľby pomocníka"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Zobraziť všetky voľby pomocníka"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Voľby aplikácie:"
-#: ../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 "Nepodarilo sa spracovať celočíselnú hodnotu '%s' pre %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' pre %s je mimo rozsah"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, fuzzy, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Nepodarilo sa spracovať celočíselnú hodnotu '%s' pre %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, fuzzy, c-format
msgid "Double value '%s' for %s out of range"
msgstr "Celočíselná hodnota '%s' pre %s je mimo rozsah"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, fuzzy, c-format
msgid "Error parsing option %s"
msgstr "Chyba počas prevodu: %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 "Chýbajúci parameter pre %s"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Neznáma voľby %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
#, fuzzy, c-format
msgid "Valid key file could not be found in search dirs"
msgstr "Nepodarilo sa nájsť platný súbor kľúčov v dátových adresároch"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
#, c-format
msgid "Not a regular file"
msgstr "Nie je obyčajný súbor"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
#, c-format
msgid "File is empty"
msgstr "Súbor je prázdny"
-#: ../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"
@@ -1064,51 +1061,51 @@ msgstr ""
"Súbor kľúčov obsahuje riadok '%s', ktorý nie je pár kľúč-hodnota, skupinou, "
"ani komentárom"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Neplatný názov skupiny: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
#, c-format
msgid "Key file does not start with a group"
msgstr "Súbor kľúčov nezačína skupinou"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Neplatný názov kľúča: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Súbor kľúčov obsahuje nepodporované kódovane '%s'"
-#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Súbor kľúčov nemá skupinu '%s'"
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Súbor kľúčov nemá kľúč '%s'"
-#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "Súbor kľúčov obsahuje kľúč '%s' s hodnotou '%s', ktorá nie je UTF-8"
-#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
"Súbor kľúčov obsahuje kľúč '%s', ktorý má hodnotu, ktorá nemohla byť "
"interpretovaná."
-#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1117,128 +1114,124 @@ msgstr ""
"Súbor kľúčov obsahuje kľúč '%s', v skupine '%s', ktorý má hodnotu, ktorá "
"nemohla byť interpretovaná."
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Súbor kľúčov nemá kľúč '%s' v skupine '%s'"
-#: ../glib/gkeyfile.c:3471
+#: glib/gkeyfile.c:3471
#, c-format
msgid "Key file contains escape character at end of line"
msgstr "Súbor kľúčov obsahuje znak escape na konci riadku"
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3493
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Súbor kľúčov obsahuje neplatne zadanú sekvenciu '%s'"
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Hodnota '%s' nemohla byť interpretovaná ako číslo."
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Celočíselná hodnota '%s' je mimo rozsah"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Hodnota '%s' nemohla byť interpretovaná ako reálne číslo."
-#: ../glib/gkeyfile.c:3706
+#: glib/gkeyfile.c:3706
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Hodnota '%s' nemohla byť interpretovaná ako booleovská."
-#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
#, c-format
msgid "Stream is already closed"
msgstr "Prúd je už zatvorený"
-#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1955
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Operácia bola zrušená"
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
msgid "Unknown type"
msgstr "Neznámy typ"
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr "typ súboru %s"
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "typ %s"
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
#, c-format
msgid "Unexpected early end-of-stream"
msgstr ""
-#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Nepomenované"
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
#, c-format
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: ../gio/gdesktopappinfo.c:882
+#: gio/gdesktopappinfo.c:882
#, c-format
msgid "Unable to find terminal required for application"
msgstr ""
-#: ../gio/gdesktopappinfo.c:1114
+#: gio/gdesktopappinfo.c:1114
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: ../gio/gdesktopappinfo.c:1118
+#: gio/gdesktopappinfo.c:1118
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: ../gio/gdesktopappinfo.c:1457
+#: gio/gdesktopappinfo.c:1457
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: ../gio/gdesktopappinfo.c:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr "Vlastná definícia pre %s"
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr ""
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
msgid "drive doesn't implement polling for media"
msgstr ""
-#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639
-#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053
-#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621
-#: ../gio/gfile.c:3701
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Nepodporovaná operácia"
@@ -1251,93 +1244,93 @@ msgstr "Nepodporovaná operácia"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
#, c-format
msgid "Containing mount does not exist"
msgstr ""
-#: ../gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
#, c-format
msgid "Can't copy directory over directory"
msgstr ""
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2109
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Cieľový súbor existuje"
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
#, c-format
msgid "Can't recursively copy directory"
msgstr ""
-#: ../gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: ../gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Symbolické odkazy nepodporované"
-#: ../gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: ../gio/gfile.c:4752 ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: ../gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
#, c-format
msgid "Enumerator is closed"
msgstr ""
-#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
-#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
#, c-format
msgid "Stream doesn't support query_info"
msgstr ""
-#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
#, c-format
msgid "Seek not supported on stream"
msgstr ""
-#: ../gio/gfileinputstream.c:380
+#: gio/gfileinputstream.c:380
#, c-format
msgid "Truncate not allowed on input stream"
msgstr ""
-#: ../gio/gfileoutputstream.c:457
+#: gio/gfileoutputstream.c:457
#, c-format
msgid "Truncate not supported on stream"
msgstr ""
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
#, c-format
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1348,299 +1341,299 @@ 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:904 ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
#, c-format
msgid "Stream has outstanding operation"
msgstr ""
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
#, c-format
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: ../gio/glocalfile.c:599
+#: gio/glocalfile.c:599
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Neplatný názov programu: %s"
-#: ../gio/glocalfile.c:962
+#: gio/glocalfile.c:962
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "Chyba pri čítaní súboru '%s': %s"
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
#, c-format
msgid "Can't rename root directory"
msgstr ""
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
#, c-format
msgid "Can't rename file, filename already exist"
msgstr ""
-#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2013
-#: ../gio/glocalfile.c:2162 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Neplatný názov súboru"
-#: ../gio/glocalfile.c:1125
+#: gio/glocalfile.c:1125
#, c-format
msgid "Error renaming file: %s"
msgstr "Chyba pri premenovaní súboru: %s"
-#: ../gio/glocalfile.c:1244
+#: gio/glocalfile.c:1244
#, c-format
msgid "Error opening file: %s"
msgstr "Chyba pri otváraní súboru: %s"
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
#, c-format
msgid "Can't open directory"
msgstr "Nepodarilo sa otvoriť priečinok"
-#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1988
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Chyba pri odstraňovaní súboru: %s"
-#: ../gio/glocalfile.c:1677
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Chyba pri čítaní súboru '%s': %s"
-#: ../gio/glocalfile.c:1700
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Nepodarilo sa vytvoriť súbor '%s': %s"
-#: ../gio/glocalfile.c:1721
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: ../gio/glocalfile.c:1854
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Nepodarilo sa vytvoriť súbor '%s': %s"
-#: ../gio/glocalfile.c:1879 ../gio/glocalfile.c:1954 ../gio/glocalfile.c:1961
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Nepodarilo sa vytvoriť súbor '%s': %s"
-#: ../gio/glocalfile.c:2017
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Chyba počas prevodu: %s"
-#: ../gio/glocalfile.c:2077 ../gio/glocalfile.c:2166
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Chyba pri čítaní súboru '%s': %s"
-#: ../gio/glocalfile.c:2100
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: ../gio/glocalfile.c:2122 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: ../gio/glocalfile.c:2141
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Chyba pri odstraňovaní cieľového súboru: %s"
-#: ../gio/glocalfile.c:2155
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
-#: ../gio/glocalfileinfo.c:709
+#: gio/glocalfileinfo.c:709
#, c-format
msgid "Attribute value must be non-NULL"
msgstr ""
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr ""
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
#, fuzzy, c-format
msgid "Invalid extended attribute name"
msgstr "Dokument neočakávane skončil v mene atribútu"
-#: ../gio/glocalfileinfo.c:763
+#: gio/glocalfileinfo.c:763
#, fuzzy, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Chyba pri nastavovaní rozšírenej vlastnostii '%s': %s"
-#: ../gio/glocalfileinfo.c:1402 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Chyba pri čítaní súboru '%s': %s"
-#: ../gio/glocalfileinfo.c:1458
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (neplatné kódovanie)"
-#: ../gio/glocalfileinfo.c:1618
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Chyba pri čítaní súboru '%s': %s"
-#: ../gio/glocalfileinfo.c:1663
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Neplatný typ vlastnosti (očakávané uint32)"
-#: ../gio/glocalfileinfo.c:1680
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Neplatný typ vlastnosti (očakávané uint64)"
-#: ../gio/glocalfileinfo.c:1698
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Neplatný typ vlastnosti (očakávaný bajtový reťazec)"
-#: ../gio/glocalfileinfo.c:1724
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Chyba počas prevodu: %s"
-#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1943
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Chyba pri nastavovaní vlastníka: %s"
-#: ../gio/glocalfileinfo.c:1798
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "symbolický odkaz nesmie byť prázdny"
-#: ../gio/glocalfileinfo.c:1808 ../gio/glocalfileinfo.c:1827
-#: ../gio/glocalfileinfo.c:1838
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Chyba pri nastavovaní symbolického odkazu: %s"
-#: ../gio/glocalfileinfo.c:1817
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: ../gio/glocalfileinfo.c:1998
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
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:570
#, 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:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
+#: gio/glocalfileoutputstream.c:854
#, 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:279
#, c-format
msgid "Error closing file: %s"
msgstr "Chyba pri zatváraní súboru: %s"
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
#, c-format
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:591
#, c-format
msgid "Error writing to file: %s"
msgstr "Chyba pri zápise do súboru: %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:213
#, 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:227 gio/glocalfileoutputstream.c:240
#, 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:258
#, 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:418 gio/glocalfileoutputstream.c:871
#, 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:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Chyba pri otváraní súboru '%s': %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:679
#, c-format
msgid "Target file is a directory"
msgstr "Cieľový súbor je priečinok"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
#, c-format
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:696
#, c-format
msgid "The file was externally modified"
msgstr ""
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Neplatný názov programu: %s"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "Pamäťový výstupný prúd nepodporuje zmenu veľkosti"
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Zlyhala zmena veľkosti pamäťového výstupného prúdu"
@@ -1648,118 +1641,118 @@ msgstr "Zlyhala zmena veľkosti pamäťového výstupného prúdu"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:344
+#: gio/gmount.c:344
msgid "mount doesn't implement unmount"
msgstr "pripojenie neimplementuje odpojenie"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:419
+#: gio/gmount.c:419
msgid "mount doesn't implement eject"
msgstr "pripojenie neimplementuje vysunutie"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:501
+#: gio/gmount.c:501
msgid "mount doesn't implement remount"
msgstr "pripojenie neimplementuje opätovné pripojenie"
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
#, c-format
msgid "Output stream doesn't implement write"
msgstr "Výstupný prúd neimplementuje zápis"
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
#, c-format
msgid "Source stream is already closed"
msgstr "Zdrojový prúd je už zatvorený"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr "názov"
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
msgid "The name of the icon"
msgstr "Názov ikony"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr "názvy"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr "Pole obsahujúce názvy ikon"
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr ""
-#: ../gio/gthemedicon.c:245
+#: gio/gthemedicon.c:245
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:202 ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "Chyba pri čítaní z unixu: %s"
-#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, c-format
msgid "Error closing unix: %s"
msgstr "Chyba pri zatváraní unixu: %s"
-#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Koreň súborového systému"
-#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, c-format
msgid "Error writing to unix: %s"
msgstr "Chyba pri zápise do unixu: %s"
-#: ../gio/gvolume.c:423
+#: gio/gvolume.c:423
msgid "volume doesn't implement eject"
msgstr "zväzok neimplementuje vysunutie"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
#, c-format
msgid "Can't find application"
msgstr "Nepodarilo sa nájsť aplikáciu"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Chyba pri spúšťaní aplikácie: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
#, c-format
msgid "URIs not supported"
msgstr "URI nepodporované"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
#, c-format
msgid "association changes not supported on win32"
msgstr ""
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
#, c-format
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 "použiť dlhý formát výpisu"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[SÚBOR...]"
diff --git a/po/sl.po b/po/sl.po
index 9d16eed9e..7739df206 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -8,269 +8,236 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-12-10 11:22+0000\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
+"%100==4 ? 3 : 0);\n"
"X-Poedit-Country: SLOVENIA\n"
"X-Poedit-Language: Slovenian\n"
"X-Poedit-SourceCharset: utf-8\n"
-#: ../glib/gbookmarkfile.c:705
-#: ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861
-#: ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Nepričakovan atribut '%s' za element '%s'"
-#: ../glib/gbookmarkfile.c:716
-#: ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803
-#: ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Atribut '%s' elementa '%s' ni najden"
-#: ../glib/gbookmarkfile.c:1092
-#: ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221
-#: ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Nepričakovana oznaka '%s'. Pričakovana je oznaka '%s'"
-#: ../glib/gbookmarkfile.c:1117
-#: ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199
-#: ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Nepričakovana oznaka '%s' znotraj '%s'"
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "Ni veljavne datoteke zaznamkov v podatkovnih mapah"
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Zaznamek za URI '%s' že obstaja"
-#: ../glib/gbookmarkfile.c:2028
-#: ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270
-#: ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435
-#: ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596
-#: ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717
-#: ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940
-#: ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206
-#: ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460
-#: ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Ni veljavnega zaznamka za URI '%s'"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, 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:2444
+#: glib/gbookmarkfile.c:2444
#, 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:2823
+#: glib/gbookmarkfile.c:2823
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "V zaznamku za URI '%s' ni nastavljenih skupin"
-#: ../glib/gbookmarkfile.c:3224
-#: ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Program z imenom '%s' ni ustvaril zaznamka za '%s'"
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Napaka pri razširjanju ukazne vrstice '%s' z 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 "Pretvorba iz nabora znakov '%s' v '%s' ni podprta"
-#: ../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 "Ni mogoče odpreti pretvornika iz '%s' v '%s'"
-#: ../glib/gconvert.c:632
-#: ../glib/gconvert.c:1017
-#: ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372
-#: ../glib/giochannel.c:2215
-#: ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
#, c-format
msgid "Invalid byte sequence in conversion input"
msgstr "Neveljavno zaporedje bajtov na vhodu pretvorbe"
-#: ../glib/gconvert.c:638
-#: ../glib/gconvert.c:944
-#: ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "Napaka med pretvorbo: %s"
-#: ../glib/gconvert.c:669
-#: ../glib/gutf8.c:952
-#: ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297
-#: ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
#, c-format
msgid "Partial character sequence at end of input"
msgstr "Delno (nedokončano) zaporedje znakov na koncu vhoda"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ni mogoče pretvoriti '%s' v nabor znakov '%s'"
-#: ../glib/gconvert.c:1734
+#: glib/gconvert.c:1734
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' pri uporabi \"datotečne\" sheme ni absoluten"
-#: ../glib/gconvert.c:1744
+#: glib/gconvert.c:1744
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Krajevna datoteka URI '%s' ne sme vsebovati '#'"
-#: ../glib/gconvert.c:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' je neveljaven"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Ime gostitelja naslova URI '%s' ni veljavno"
-#: ../glib/gconvert.c:1789
+#: glib/gconvert.c:1789
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Naslov URI '%s' vsebuje neveljavne ubežne znake"
-#: ../glib/gconvert.c:1884
+#: glib/gconvert.c:1884
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Pot '%s' ni absolutna pot"
-#: ../glib/gconvert.c:1894
+#: glib/gconvert.c:1894
#, c-format
msgid "Invalid hostname"
msgstr "Neveljavno ime gostitelja"
-#: ../glib/gdir.c:104
-#: ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Napaka ob odpiranju imenika '%s': %s"
-#: ../glib/gfileutils.c:557
-#: ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ni mogoče rezervirati %lu bajtov za branje datoteke \"%s\""
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Napaka ob branju datoteke '%s': %s"
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Ni mogoče brati iz datoteke '%s': %s"
-#: ../glib/gfileutils.c:705
-#: ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Ni mogoče odpreti datoteke '%s': %s"
-#: ../glib/gfileutils.c:722
-#: ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Ni mogoče dobiti atributov datoteke '%s': fstat() ni uspel: %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Ni mogoče odpreti datoteke '%s': fdopen() ni uspel: %s"
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Ni mogoče preimenovati datoteke '%s' v '%s': g_rename() ni uspel: %s"
-#: ../glib/gfileutils.c:932
-#: ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Ni mogoče ustvariti datoteke '%s' %s"
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Ni mogoče odpreti datoteke '%s' za pisanje: fdopen() ni uspel: %s"
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:971
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Ni mogoče zapisati datoteke '%s': fwrite() ni uspel: %s"
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Ni mogoče zapreti datoteke '%s': fclose() ni uspel: %s"
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Obstoječe datoteke '%s' ni mogoče odstraniti: g_unlink() ni uspel: %s"
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Predloga '%s' je neveljavna, saj ne sme vsebovati '%s'"
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Predloga '%s' ne vsebuje XXXXXX"
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -279,972 +246,999 @@ msgstr[1] "%u bajt"
msgstr[2] "%u bajta"
msgstr[3] "%u bajti"
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ni mogoče prebrati simbolne povezave '%s': %s"
-#: ../glib/gfileutils.c:1908
+#: glib/gfileutils.c:1908
#, c-format
msgid "Symbolic links not supported"
msgstr "Simbolne povezave niso podprte"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Ni mogoče odpreti pretvornika iz '%s' v '%s': %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Ni mogoče prebrati g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1554
-#: ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "Preostanek nepretvorjenih podatkov v bralnem medpomnilniku"
-#: ../glib/giochannel.c:1634
-#: ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
#, c-format
msgid "Channel terminates in a partial character"
msgstr "Kanal je prekinjen v delnem znaku"
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Ni mogoče prebrati 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 "Ni mogoče odpreti datoteke '%s': open() ni uspel: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Ni mogoče preslikati datoteke '%s': mmap() ni uspel: %s"
-#: ../glib/gmarkup.c:234
-#: ../glib/gmarkup.c:250
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Napaka v vrstici %d, znak %d:"
-#: ../glib/gmarkup.c:344
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Napaka v vrstici %d: %s"
-#: ../glib/gmarkup.c:448
-msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
-msgstr "Zaznana prazna entiteta '&;'; veljavne entitete so: &amp; &quot; &lt; &gt; &apos;"
+#: glib/gmarkup.c:448
+msgid ""
+"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
+msgstr ""
+"Zaznana prazna entiteta '&;'; veljavne entitete so: &amp; &quot; &lt; &gt; "
+"&apos;"
-#: ../glib/gmarkup.c:458
+#: glib/gmarkup.c:458
#, 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 "Znak '%s' ni veljaven na začetku imena entitete; entiteto začne znak &; v primeru, da znak ne predstavlja entitete, mora biti zapisan kot &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 ""
+"Znak '%s' ni veljaven na začetku imena entitete; entiteto začne znak &; v "
+"primeru, da znak ne predstavlja entitete, mora biti zapisan kot &amp;"
-#: ../glib/gmarkup.c:492
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak '%s' ni veljaven znotraj imena entitete"
-#: ../glib/gmarkup.c:529
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Neznano ime entitete '%s'"
-#: ../glib/gmarkup.c:540
-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 "Entiteta se ne zaključi s podpičjem; najverjetneje je uporabljen znak '&' brez povezave z entiteto - znak '&' mora biti zapisan kot '&amp;'"
+#: glib/gmarkup.c:540
+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 ""
+"Entiteta se ne zaključi s podpičjem; najverjetneje je uporabljen znak '&' "
+"brez povezave z entiteto - znak '&' mora biti zapisan kot '&amp;'"
-#: ../glib/gmarkup.c:593
+#: glib/gmarkup.c:593
#, 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 "Ni mogoče razčleniti '%-.*s', ki bi morala biti številka znotraj reference znaka (na primer &#234;) - morda je številka prevelika"
+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 ""
+"Ni mogoče razčleniti '%-.*s', ki bi morala biti številka znotraj reference "
+"znaka (na primer &#234;) - morda je številka prevelika"
-#: ../glib/gmarkup.c:618
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Referenca znaka '%-.*s' ne šifrira dovoljenega znaka"
-#: ../glib/gmarkup.c:633
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Prazna referenca znaka; vsebovati bi morala številko kot &#454;"
-#: ../glib/gmarkup.c:643
-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 "Referenca znaka se ni končala s podpičjem; najverjetneje je uporabljen znak '&' brez povezave z entiteto - znak '&' mora biti zapisan kot '&amp;'"
+#: glib/gmarkup.c:643
+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 ""
+"Referenca znaka se ni končala s podpičjem; najverjetneje je uporabljen znak "
+"'&' brez povezave z entiteto - znak '&' mora biti zapisan kot '&amp;'"
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Nedokončano nanašanje na entiteto"
-#: ../glib/gmarkup.c:735
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Nedokončano nanašanje na znak"
-#: ../glib/gmarkup.c:978
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Neveljavno UTF-8 kodirano besedilo - predolgo zaporedje"
-#: ../glib/gmarkup.c:1006
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Neveljavno UTF-8 kodirano besedilo - ni začetnega znaka"
-#: ../glib/gmarkup.c:1042
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Neveljavno UTF-8 kodirano besedilo - neveljaven '%s'"
-#: ../glib/gmarkup.c:1080
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument se mora začeti z elementom (na primer <book>)"
-#: ../glib/gmarkup.c:1120
+#: glib/gmarkup.c:1120
#, c-format
-msgid "'%s' is not a valid character following a '<' character; it may not begin an element name"
-msgstr "'%s' ni veljaven znak, kadar sledi znaku '<'; morda se ne začne z imenom elementa"
+msgid ""
+"'%s' is not a valid character following a '<' character; it may not begin an "
+"element name"
+msgstr ""
+"'%s' ni veljaven znak, kadar sledi znaku '<'; morda se ne začne z imenom "
+"elementa"
-#: ../glib/gmarkup.c:1184
+#: glib/gmarkup.c:1184
#, c-format
-msgid "Odd character '%s', expected a '>' character to end the start tag of element '%s'"
-msgstr "Nenavaden znak '%s'. Pričakovan znak je '>', da se zaključi oznako elementa '%s'"
+msgid ""
+"Odd character '%s', expected a '>' character to end the start tag of element "
+"'%s'"
+msgstr ""
+"Nenavaden znak '%s'. Pričakovan znak je '>', da se zaključi oznako elementa "
+"'%s'"
-#: ../glib/gmarkup.c:1273
+#: glib/gmarkup.c:1273
#, c-format
-msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
-msgstr "Nenavaden znak '%s'. Za imenom atributa '%s' (elementa '%s') je pričakovan znak '='"
+msgid ""
+"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
+msgstr ""
+"Nenavaden znak '%s'. Za imenom atributa '%s' (elementa '%s') je pričakovan "
+"znak '='"
-#: ../glib/gmarkup.c:1315
+#: glib/gmarkup.c:1315
#, 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 "Nenavaden znak '%s'. Pričakovan znak '>' ali '/', ki bi zaključil oznako elementa '%s' ali atribut; morda ste uporabili neveljaven znak v imenu atributa'"
+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 ""
+"Nenavaden znak '%s'. Pričakovan znak '>' ali '/', ki bi zaključil oznako "
+"elementa '%s' ali atribut; morda ste uporabili neveljaven znak v imenu "
+"atributa'"
-#: ../glib/gmarkup.c:1401
+#: glib/gmarkup.c:1401
#, 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 "Nenavaden znak '%s'. Za enačajem je pričakovan narekovaj znotraj katerega je podana vrednost atributa '%s' elementa '%s'"
+msgid ""
+"Odd character '%s', expected an open quote mark after the equals sign when "
+"giving value for attribute '%s' of element '%s'"
+msgstr ""
+"Nenavaden znak '%s'. Za enačajem je pričakovan narekovaj znotraj katerega je "
+"podana vrednost atributa '%s' elementa '%s'"
-#: ../glib/gmarkup.c:1543
+#: glib/gmarkup.c:1543
#, c-format
-msgid "'%s' is not a valid character following the characters '</'; '%s' may not begin an element name"
-msgstr "'%s' ni veljaven znak za znakoma '</'; ime elementa se ne sme začeti z '%s'"
+msgid ""
+"'%s' is not a valid character following the characters '</'; '%s' may not "
+"begin an element name"
+msgstr ""
+"'%s' ni veljaven znak za znakoma '</'; ime elementa se ne sme začeti z '%s'"
-#: ../glib/gmarkup.c:1583
+#: glib/gmarkup.c:1583
#, c-format
-msgid "'%s' is not a valid character following the close element name '%s'; the allowed character is '>'"
-msgstr "Znak '%s' ni veljaven kadar sledi zaprtju imena elementa '%s'; dovoljen znak je '>'"
+msgid ""
+"'%s' is not a valid character following the close element name '%s'; the "
+"allowed character is '>'"
+msgstr ""
+"Znak '%s' ni veljaven kadar sledi zaprtju imena elementa '%s'; dovoljen znak "
+"je '>'"
-#: ../glib/gmarkup.c:1594
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' je zaprt, trenutno ni odprtega elementa"
-#: ../glib/gmarkup.c:1603
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' je zaprt, še vedno pa je odprt element '%s'"
-#: ../glib/gmarkup.c:1763
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je prazen ali pa vsebuje le presledke"
-#: ../glib/gmarkup.c:1777
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument nepričakovano zaključen takoj za odprtjem predmeta '<'"
-#: ../glib/gmarkup.c:1785
-#: ../glib/gmarkup.c:1830
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
-msgid "Document ended unexpectedly with elements still open - '%s' was the last element opened"
-msgstr "Dokument nepričakovano zaključen s še odprtimi elementi - '%s' je zadnji odprt element"
+msgid ""
+"Document ended unexpectedly with elements still open - '%s' was the last "
+"element opened"
+msgstr ""
+"Dokument nepričakovano zaključen s še odprtimi elementi - '%s' je zadnji "
+"odprt element"
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
#, c-format
-msgid "Document ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>"
-msgstr "Dokument nepričakovano zaključen, pričakovan je zaključni zaklepaj oznake <%s/>"
+msgid ""
+"Document ended unexpectedly, expected to see a close angle bracket ending "
+"the tag <%s/>"
+msgstr ""
+"Dokument nepričakovano zaključen, pričakovan je zaključni zaklepaj oznake <%"
+"s/>"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument nepričakovano zaključen sredi imena elementa"
-#: ../glib/gmarkup.c:1805
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument nepričakovano zaključen sredi imena atributa"
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument nepričakovano zaključen sredi oznake za odprtje elementa."
-#: ../glib/gmarkup.c:1816
-msgid "Document ended unexpectedly after the equals sign following an attribute name; no attribute value"
-msgstr "Dokument nepričakovano zaključen za enačajem, ki sledil imenu atributa; ni določena vrednosti atributa"
+#: glib/gmarkup.c:1816
+msgid ""
+"Document ended unexpectedly after the equals sign following an attribute "
+"name; no attribute value"
+msgstr ""
+"Dokument nepričakovano zaključen za enačajem, ki sledil imenu atributa; ni "
+"določena vrednosti atributa"
-#: ../glib/gmarkup.c:1823
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument nepričakovano zaključen sredi vrednosti atributa"
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokument nepričakovano zaključen sredi oznake zaprtja elementa '%s'"
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokument nepričakovano zaključen sredi komentarja ali ukaza"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "pokvarjen predmet"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "notranja napaka ali pokvarjen predmet"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "zmanjkalo je pomnilnika"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "dosežena omejitev sledenja nazaj"
-#: ../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 "vzorec vsebuje predmete, ki niso podprti za delno iskanje zadetkov"
-#: ../glib/gregex.c:154
-#: ../gio/glocalfile.c:1962
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "notranja napaka"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr "predhodne povezave, kot pogoji, niso podprti za delno primerjavo"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "dosežena omejitev globine drevesne ravni"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "dosežena omejitev delovnega prostora za prazne podrejene niti"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "nepravilna kombinacija zastavic nove vrstice"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "neznana napaka"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ na koncu vzorca"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c na koncu vzorca"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "neprepoznan znak sledi znaku \\"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
-msgstr "ubežno spreminjanje velikosti črk (\\l, \\L, \\u, \\U) na tem mestu ni dovoljeno"
+msgstr ""
+"ubežno spreminjanje velikosti črk (\\l, \\L, \\u, \\U) na tem mestu ni "
+"dovoljeno"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "številke niso zapisane pravilno v {} količilniku"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "številke so prevelike v {} količilniku"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "manjkajoč zaključni znak ] za znakovni razred"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "neveljavno ubežno zaporedje v znakovnem razredu"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "nepravilen obseg v znakovnem razredu"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "ni mogoče ponoviti"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "neprepoznan znak za (?"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "neprepoznan znak za (?<"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "neprepoznan znak za (?P"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "POSIX razredi so podprti le znotraj razreda"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "manjka zaključujoči )"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") brez odpirajočega ("
#. 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 ali (?[+-] številom mora slediti )"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "povezava na neobstoječ podrejen vzorec"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "manjka ) po opombi"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "logični izraz je predolg"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "napaka med pridobivanjem spomina"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "povratna trditev ni določene dolžine"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "nepravilno oblikovano ime ali številka za (?("
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "pogojna skupina vsebuje več kot dve veji"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "trditev pričakovana za (?("
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "neznano POSIX ime razreda"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "POSIX primerjalni elementi niso podprti"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "znakovna vrednost v zaporedju \\x{...} je predolga"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "neveljaven pogoj (?(0)"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "\\C ni dovoljen v povratnih trditvah"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "drevesni klic opravila se lahko izvaja v neskončnost"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "manjkajoč zaključni znak v imenu podrejenega vzorca"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "dva imenovana podrejena vzorca imata enako ime"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "nepravilno oblikovano \\P ali \\p zaporedje"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "neznano ime lastnosti za \\P ali \\p"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "ime podrejenega vzorca je predolgo (največ 32 znakov)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "preveč imenovanih podrejenih vzorcev (največ 10,000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "osmiška vrednost je večja kot \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "DEFINE skupina vsebuje več kot eno vejo"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "ponavljanje DEFINE skupine ni dovoljeno"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "nepopolna NEWLINE možnost"
-#: ../glib/gregex.c:333
-msgid "\\g is not followed by a braced name or an optionally braced non-zero number"
-msgstr "\\g ne sledi označenemu imenu ali pogojno označenemu številu večjem od nič"
+#: glib/gregex.c:333
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+"\\g ne sledi označenemu imenu ali pogojno označenemu številu večjem od nič"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "nepričakovana ponovitev"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "prekoračitev kode"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "pretečena delovna površina prevajanja kode"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "predhodno preverjene povezave podrejenega vzorca ni mogoče najti"
-#: ../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 "Napaka med primerjanjem logičnega izraza %s: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "Knjižnica PCRE je pretvorjena brez UTF-8 podpore"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "Knjižnica PCRE je pretvorjena brez lastnosti UTF-8 podpore"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Napaka med pretvarjanjem logičnega izraza %s pri znaku %d: %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Napaka med prilagajanjem logičnega izraza %s: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "šestnajstiško število ali pa pričakovan '}'"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "pričakovano šestnajstiško število"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "manjkajoč znak '<' v simbolni povezavi"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "nedokončana simbolna povezava"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "simbolna povezava nične dolžine"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "pričakovano število"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "neveljavna simbolna povezava"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "obidi končna '\\'"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "neznano ubežno zaporedje"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Napaka med razčlenjevanjem besedila zamenjave \"%s\" pri znaku %lu: %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Citirano besedilo se ne začne z narekovajem"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "V ukazni vrstici ali v citiranem besedilu manjka končni narekovaj"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Besedilo končano takoj po znaku '\\'. (Besedilo je bilo '%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 "Besedilo končano preden je bil najden zaključni narekovaj za %c. (besedilo je bilo '%s')"
+msgstr ""
+"Besedilo končano preden je bil najden zaključni narekovaj za %c. (besedilo "
+"je bilo '%s')"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "Besedilo je bilo prazno (ali vsebovalo le presledke)"
-#: ../glib/gspawn-win32.c:279
+#: glib/gspawn-win32.c:279
#, c-format
msgid "Failed to read data from child process"
msgstr "Ni mogoče prebrati podatkov iz procesa podrejenega predmeta"
-#: ../glib/gspawn-win32.c:294
-#: ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
-msgstr "Ni mogoče ustvariti cevi za komunikacijo s procesom podrejenega predmeta (%s)"
+msgstr ""
+"Ni mogoče ustvariti cevi za komunikacijo s procesom podrejenega predmeta (%s)"
-#: ../glib/gspawn-win32.c:332
-#: ../glib/gspawn-win32.c:340
-#: ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Ni mogoče prebrati iz cevi podrejenega procesa (%s)"
-#: ../glib/gspawn-win32.c:363
-#: ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Ni mogoče spremeniti imenika v '%s' (%s)"
-#: ../glib/gspawn-win32.c:369
-#: ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Ni mogoče izvesti podrejenega procesa (%s)"
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "Neveljavno ime programa: %s"
-#: ../glib/gspawn-win32.c:450
-#: ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Neveljaven niz v vektorju argumenta pri %d: %s"
-#: ../glib/gspawn-win32.c:461
-#: ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Neveljaven niz okolja: %s"
-#: ../glib/gspawn-win32.c:719
-#: ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, c-format
msgid "Invalid working directory: %s"
msgstr "Neveljavna delovna mapa: %s"
-#: ../glib/gspawn-win32.c:787
+#: glib/gspawn-win32.c:787
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Napaka pri izvedbi pomožnega programa (%s)"
-#: ../glib/gspawn-win32.c:1002
+#: glib/gspawn-win32.c:1002
#, c-format
-msgid "Unexpected error in g_io_channel_win32_poll() reading data from a child process"
-msgstr "Nepričakovana napaka v g_io_channel_win32_poll() med branjem podatkov procesa podrejenega predmeta"
+msgid ""
+"Unexpected error in g_io_channel_win32_poll() reading data from a child "
+"process"
+msgstr ""
+"Nepričakovana napaka v g_io_channel_win32_poll() med branjem podatkov "
+"procesa podrejenega predmeta"
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Ni mogoče prebrati podatkov podrejenega procesa (%s)"
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
-msgstr "Nepričakovana napaka v select() med branjem podatkov procesa podrejenega predmeta (%s)"
+msgstr ""
+"Nepričakovana napaka v select() med branjem podatkov procesa podrejenega "
+"predmeta (%s)"
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Nepričakovana napaka v waitpid() (%s)"
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
#, c-format
msgid "Failed to fork (%s)"
msgstr "Ni mogoča razvejitev (%s)"
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Ni mogoče izvesti podrejenega procesa \"%s\" (%s)"
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Ni mogoče preusmeriti vhoda ali izhoda podrejenega procesa (%s)"
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Ni mogoče razvejiti podrejenega procesa (%s)"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Neznana napaka med izvajanjem podrejenega procesa \"%s\""
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Ni mogoče prebrati dovolj podatkov iz cevi podrejenega procesa (%s)"
-#: ../glib/gutf8.c:1030
+#: glib/gutf8.c:1030
#, c-format
msgid "Character out of range for UTF-8"
msgstr "Znak izven intervala za UTF-8"
-#: ../glib/gutf8.c:1124
-#: ../glib/gutf8.c:1133
-#: ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274
-#: ../glib/gutf8.c:1415
-#: ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
#, c-format
msgid "Invalid sequence in conversion input"
msgstr "Neveljavno zaporedje na vhodu pretvorbe"
-#: ../glib/gutf8.c:1426
-#: ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
#, c-format
msgid "Character out of range for UTF-16"
msgstr "Znak izven intervala za UTF-16"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Uporaba:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[MOŽNOST ...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Možnosti pomoči:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Pokaži možnosti pomoči"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Pokaži vse možnosti pomoči"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Možnosti programa:"
-#: ../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 "Ni mogoče razčleniti celoštevilske vrednosti '%s' za %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številska vrednost '%s' za %s izven obsega"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Ni mogoče razčleniti dvojne vrednosti '%s' za %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "Vrednost dvojne velikosti '%s' za %s izven obsega"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Napaka med razčlenjevanjem %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 "Manjka argument za %s"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Neznana možnost %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
#, c-format
msgid "Valid key file could not be found in search dirs"
msgstr "Veljavnega ključa v iskanih imenikih ni mogoče najti"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
#, c-format
msgid "Not a regular file"
msgstr "Ni običajna datoteka"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
#, c-format
msgid "File is empty"
msgstr "Datoteka je prazna"
-#: ../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 "Datoteka s ključem vsebuje vrstico '%s', ki ni ključ-vrednost par, skupina ali komentar"
+msgid ""
+"Key file contains line '%s' which is not a key-value pair, group, or comment"
+msgstr ""
+"Datoteka s ključem vsebuje vrstico '%s', ki ni ključ-vrednost par, skupina "
+"ali komentar"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Neveljavno ime skupine: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
#, c-format
msgid "Key file does not start with a group"
msgstr "Datoteka s ključem se ne začne s skupino"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Neveljavno ime ključa: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Datoteka s ključem vsebuje nepodprto kodiranje '%s'"
-#: ../glib/gkeyfile.c:1109
-#: ../glib/gkeyfile.c:1269
-#: ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555
-#: ../glib/gkeyfile.c:2690
-#: ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978
-#: ../glib/gkeyfile.c:3165
-#: ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Datoteka s ključem ni del skupine '%s'"
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Datoteka s ključem nima ključa '%s'"
-#: ../glib/gkeyfile.c:1383
-#: ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
-msgstr "Datoteka s ključem vsebuje ključ '%s' z vrednostjo '%s', ki ni zapisan v UTF-8 naboru"
+msgstr ""
+"Datoteka s ključem vsebuje ključ '%s' z vrednostjo '%s', ki ni zapisan v UTF-"
+"8 naboru"
-#: ../glib/gkeyfile.c:1403
-#: ../glib/gkeyfile.c:1516
-#: ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
-msgstr "Datoteka s ključem vsebuje ključ '%s' z vrednostjo, ki je ni mogoče obravnavati."
+msgstr ""
+"Datoteka s ključem vsebuje ključ '%s' z vrednostjo, ki je ni mogoče "
+"obravnavati."
-#: ../glib/gkeyfile.c:2106
-#: ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, c-format
-msgid "Key file contains key '%s' in group '%s' which has value that cannot be interpreted."
-msgstr "Datoteka s ključem vsebuje ključ '%s' v skupini '%s' z vrednostjo, ki je ni mogoče obravnavati."
+msgid ""
+"Key file contains key '%s' in group '%s' which has value that cannot be "
+"interpreted."
+msgstr ""
+"Datoteka s ključem vsebuje ključ '%s' v skupini '%s' z vrednostjo, ki je ni "
+"mogoče obravnavati."
-#: ../glib/gkeyfile.c:2502
-#: ../glib/gkeyfile.c:2705
-#: ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Datoteka s ključem nima ključa '%s' v skupini '%s'"
-#: ../glib/gkeyfile.c:3471
+#: glib/gkeyfile.c:3471
#, c-format
msgid "Key file contains escape character at end of line"
msgstr "Datoteka s ključem vsebuje ubežni znak na koncu vrstice"
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3493
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Datoteka ključa vsebuje neveljavno ubežno zaporedje '%s'"
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Vrednosti '%s' ni mogoče obravnavati kot število."
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Celoštevilska vrednost '%s' izven obsega"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Vrednosti '%s' ni mogoče obravnavati kot število s plavajočo vejico."
-#: ../glib/gkeyfile.c:3706
+#: glib/gkeyfile.c:3706
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Vrednosti '%s' ni mogoče obravnavati kot Boolovo vrednost."
-#: ../gio/gbufferedinputstream.c:483
-#: ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318
-#: ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684
-#: ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, c-format
msgid "Too large count value passed to %s"
msgstr "Prevelika vrednost štetja poslana na %s"
-#: ../gio/gbufferedinputstream.c:870
-#: ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
#, c-format
msgid "Stream is already closed"
msgstr "Pretok je že zaprt"
-#: ../gio/gcancellable.c:296
-#: ../gio/glocalfile.c:1955
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Operacija je bila preklicana."
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
msgid "Unknown type"
msgstr "neznana vrsta"
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr "%s vrsta datoteke"
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "%s vrsta"
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
#, c-format
msgid "Unexpected early end-of-stream"
msgstr "Nepričakovan prezgodnji konec pretoka"
-#: ../gio/gdesktopappinfo.c:411
-#: ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Neimenovan"
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
#, c-format
msgid "Desktop file didn't specify Exec field"
msgstr "Namizna datoteka ne vsebuje določenega polja Exec"
-#: ../gio/gdesktopappinfo.c:882
+#: gio/gdesktopappinfo.c:882
#, c-format
msgid "Unable to find terminal required for application"
msgstr "Ni mogoče najti terminala, ki ga zahteva program"
-#: ../gio/gdesktopappinfo.c:1114
+#: gio/gdesktopappinfo.c:1114
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Ni mogoče ustvariti nastavitvene mape uporabnikovega programa %s: %s"
-#: ../gio/gdesktopappinfo.c:1118
+#: gio/gdesktopappinfo.c:1118
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Ni mogoče ustvariti uporabnikove nastavitvene MIME mape %s: %s"
-#: ../gio/gdesktopappinfo.c:1457
+#: gio/gdesktopappinfo.c:1457
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Ni mogoče ustvariti uporabnikove datoteke namizja %s"
-#: ../gio/gdesktopappinfo.c:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr "Določilo po meri za %s"
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr "pogona ni mogoče izvreči"
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
msgid "drive doesn't implement polling for media"
msgstr "pogon ne podpira preverjanja enote"
-#: ../gio/gfile.c:812
-#: ../gio/gfile.c:1002
-#: ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366
-#: ../gio/gfile.c:1419
-#: ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556
-#: ../gio/gfile.c:2594
-#: ../gio/gfile.c:2639
-#: ../gio/gfile.c:2689
-#: ../gio/gfile.c:2729
-#: ../gio/gfile.c:3053
-#: ../gio/gfile.c:3455
-#: ../gio/gfile.c:3538
-#: ../gio/gfile.c:3621
-#: ../gio/gfile.c:3701
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Operacija ni podprta"
@@ -1257,103 +1251,93 @@ msgstr "Operacija ni podprta"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1254
-#: ../gio/glocalfile.c:1046
-#: ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
#, c-format
msgid "Containing mount does not exist"
msgstr "Obstoječa enota ne obstaja"
-#: ../gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "Ni mogoče kopirati preko mape"
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
#, c-format
msgid "Can't copy directory over directory"
msgstr "Ni mogoče kopirati mape preko mape"
-#: ../gio/gfile.c:1963
-#: ../gio/glocalfile.c:2109
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Ciljna datoteka obstaja"
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
#, c-format
msgid "Can't recursively copy directory"
msgstr "Ni mogoče kopirati drevesne strukture mape"
-#: ../gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "Neveljavna vrednost simbolne povezave"
-#: ../gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "Smeti niso podprte"
-#: ../gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Ni mogoče uporabiti '%c' v imenu datoteke"
-#: ../gio/gfile.c:4752
-#: ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "enota ne podpira priklopa"
-#: ../gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "Na voljo ni programa z a upravljanje s to datoteko"
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
#, c-format
msgid "Enumerator is closed"
msgstr "Številčnik je zaprt"
-#: ../gio/gfileenumerator.c:158
-#: ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317
-#: ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "Številčnik izvaja izredno operacijo"
-#: ../gio/gfileenumerator.c:307
-#: ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Številčnik datotek je že zaprt"
-#: ../gio/gfileinputstream.c:154
-#: ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168
-#: ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
#, c-format
msgid "Stream doesn't support query_info"
msgstr "Pretok ne podpira query_info"
-#: ../gio/gfileinputstream.c:336
-#: ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
#, c-format
msgid "Seek not supported on stream"
msgstr "Iskanje po pretoku ni podprto"
-#: ../gio/gfileinputstream.c:380
+#: gio/gfileinputstream.c:380
#, c-format
msgid "Truncate not allowed on input stream"
msgstr "Razčlenitev ni dovoljena na dovodnem pretoku"
-#: ../gio/gfileoutputstream.c:457
+#: gio/gfileoutputstream.c:457
#, c-format
msgid "Truncate not supported on stream"
msgstr "Razčlenitev ni podprta na pretoku"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
#, c-format
msgid "Input stream doesn't implement read"
msgstr "Vhodni pretok ne podpira branja"
@@ -1364,326 +1348,300 @@ msgstr "Vhodni pretok ne podpira branja"
#. 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:904
-#: ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
#, c-format
msgid "Stream has outstanding operation"
msgstr "Pretok izvaja izredno operacijo"
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
#, c-format
msgid "Unable to find default local directory monitor type"
msgstr "Ni mogoče najti privzete vrste nadzora mape"
-#: ../gio/glocalfile.c:599
+#: gio/glocalfile.c:599
#, c-format
msgid "Invalid filename %s"
msgstr "Neveljavno ime datoteke %s"
-#: ../gio/glocalfile.c:962
+#: gio/glocalfile.c:962
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Napaka med branjem podrobnosti datotečnega sistema %s"
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
#, c-format
msgid "Can't rename root directory"
msgstr "Ni mogoče preimenovati skrbniške mape"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "Ni mogoče preimenovati datoteke, izbrano ime že obstaja"
-#: ../gio/glocalfile.c:1121
-#: ../gio/glocalfile.c:1984
-#: ../gio/glocalfile.c:2013
-#: ../gio/glocalfile.c:2162
-#: ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517
-#: ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Neveljavno ime datoteke"
-#: ../gio/glocalfile.c:1125
+#: gio/glocalfile.c:1125
#, c-format
msgid "Error renaming file: %s"
msgstr "Napaka med preimenovanjem datoteke: %s"
-#: ../gio/glocalfile.c:1244
+#: gio/glocalfile.c:1244
#, c-format
msgid "Error opening file: %s"
msgstr "Napaka med odpiranjem datoteke: %s"
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
#, c-format
msgid "Can't open directory"
msgstr "Ni mogoče odpreti mape"
-#: ../gio/glocalfile.c:1314
-#: ../gio/glocalfile.c:1988
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Napaka med odstranjevanjem datoteke: %s"
-#: ../gio/glocalfile.c:1677
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Napaka ob premikanjem datoteke v smeti: %s"
-#: ../gio/glocalfile.c:1700
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Ni mogoče ustvariti mape smeti %s: %s"
-#: ../gio/glocalfile.c:1721
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Ni mogoče najti vrhnje ravni smeti"
-#: ../gio/glocalfile.c:1800
-#: ../gio/glocalfile.c:1820
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Ni mogoče najti ali ustvariti mape smeti"
-#: ../gio/glocalfile.c:1854
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Ni mogoče ustvariti datoteke podrobnosti: %s"
-#: ../gio/glocalfile.c:1879
-#: ../gio/glocalfile.c:1954
-#: ../gio/glocalfile.c:1961
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Ni mogoče premakniti datoteke v smeti: %s"
-#: ../gio/glocalfile.c:2017
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Napaka med ustvarjanjem simbolne povezave: %s"
-#: ../gio/glocalfile.c:2077
-#: ../gio/glocalfile.c:2166
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Napaka med premikanjem datoteke: %s"
-#: ../gio/glocalfile.c:2100
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "Ni mogoče premakniti mape čez mapo"
-#: ../gio/glocalfile.c:2122
-#: ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791
-#: ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822
-#: ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Ni mogoče ustvariti varnostne kopije"
-#: ../gio/glocalfile.c:2141
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Napaka med odstranjevanjem ciljne datoteke: %s"
-#: ../gio/glocalfile.c:2155
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "Premikanje med priklopi ni podprto"
-#: ../gio/glocalfileinfo.c:717
+#: gio/glocalfileinfo.c:709
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "Vrednost atributa ne sme biti določena kot NULL"
-#: ../gio/glocalfileinfo.c:724
+#: gio/glocalfileinfo.c:716
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Neveljavna vrsta atributa (pričakovan niz)"
-#: ../gio/glocalfileinfo.c:731
+#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid extended attribute name"
msgstr "Neveljavno razširjeno ime atributa"
-#: ../gio/glocalfileinfo.c:771
+#: gio/glocalfileinfo.c:763
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Napaka med določanjem razširjenega atributa '%s': %s"
-#: ../gio/glocalfileinfo.c:1457
-#: ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Napaka med potrjevanjem datoteke '%s': %s"
-#: ../gio/glocalfileinfo.c:1528
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (neveljavni kodni nabor)"
-#: ../gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Napaka med potrjevanjem opisovalca datoteke: %s"
-#: ../gio/glocalfileinfo.c:1739
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Neveljavna vrsta atributa (pričakovan uint32)"
-#: ../gio/glocalfileinfo.c:1757
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Neveljavna vrsta atributa (pričakovan uint64)"
-#: ../gio/glocalfileinfo.c:1776
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Neveljavna vrsta atributa (pričakovan bitni niz)"
-#: ../gio/glocalfileinfo.c:1802
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Napaka med določanjem dovoljenj: %s"
-#: ../gio/glocalfileinfo.c:1853
-#: ../gio/glocalfileinfo.c:2021
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Napaka med določanjem lastnika: %s"
-#: ../gio/glocalfileinfo.c:1876
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "Simbolna povezava ne sme biti določena kot NULL"
-#: ../gio/glocalfileinfo.c:1886
-#: ../gio/glocalfileinfo.c:1905
-#: ../gio/glocalfileinfo.c:1916
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Napaka med določanjem simbolne povezave: %s"
-#: ../gio/glocalfileinfo.c:1895
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
-msgstr "Napaka med določevanjem simbolne povezave; datoteka ni simbolna povezava"
+msgstr ""
+"Napaka med določevanjem simbolne povezave; datoteka ni simbolna povezava"
-#: ../gio/glocalfileinfo.c:2076
+#: gio/glocalfileinfo.c:1998
#, c-format
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:570
#, 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:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
+#: gio/glocalfileoutputstream.c:854
#, 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:279
#, c-format
msgid "Error closing file: %s"
msgstr "Napaka med zapiranjem datoteke: %s"
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
#, c-format
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:591
#, c-format
msgid "Error writing to file: %s"
msgstr "Napaka med pisanjem v datoteko: %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:213
#, 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:227 gio/glocalfileoutputstream.c:240
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Napaka med ustvarjanjem varnostne kopije: %s"
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:258
#, 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:418 gio/glocalfileoutputstream.c:871
#, 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:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Napaka med odpiranjem datoteke '%s': %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:679
#, c-format
msgid "Target file is a directory"
msgstr "Ciljna datoteka je mapa"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
#, c-format
msgid "Target file is not a regular file"
msgstr "Ciljna datoteka ni običajna datoteka"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
#, c-format
msgid "The file was externally modified"
msgstr "Datoteka je bila zunanje spremenjena"
-#: ../gio/gmemoryinputstream.c:487
-#: ../gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Privzet neveljaven GSeekType"
-#: ../gio/gmemoryinputstream.c:497
-#: ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Neveljavna zahteva iskanja"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr "Ni mogoče razčleniti GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "Dosežena največja dovoljena vrednost podatkov"
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "Odvoda pretoka spomina ni mogoče razširiti"
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Napaka med razširjanjem pretoka odvoda spomina"
@@ -1691,125 +1649,120 @@ msgstr "Napaka med razširjanjem pretoka odvoda spomina"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:344
+#: gio/gmount.c:344
msgid "mount doesn't implement unmount"
msgstr "enota ne podpira odklopa"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:419
+#: gio/gmount.c:419
msgid "mount doesn't implement eject"
msgstr "enote ni mogoče izvreči"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:501
+#: gio/gmount.c:501
msgid "mount doesn't implement remount"
msgstr "enota ne podpira ponovnega priklopa"
-#: ../gio/goutputstream.c:202
-#: ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
#, c-format
msgid "Output stream doesn't implement write"
msgstr "Odvodni pretok ne podpira pisanja"
-#: ../gio/goutputstream.c:363
-#: ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
#, c-format
msgid "Source stream is already closed"
msgstr "Izvorni pretok je že zaprt"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr "ime"
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
msgid "The name of the icon"
msgstr "Ime ikone"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr "imena"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr "Vrsta, ki vsebuje imena ikon"
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr "uporabi privzete povrnitve"
-#: ../gio/gthemedicon.c:245
-msgid "Whether to use default fallbacks found by shortening the name at '-' characters. Ignores names after the first if multiple names are given."
-msgstr "Ali naj se uporabi povrnitev s skrajševanjem imena pri '-' znaku. Prezrta so imena za prvim, če je podanih več imen."
+#: gio/gthemedicon.c:245
+msgid ""
+"Whether to use default fallbacks found by shortening the name at '-' "
+"characters. Ignores names after the first if multiple names are given."
+msgstr ""
+"Ali naj se uporabi povrnitev s skrajševanjem imena pri '-' znaku. Prezrta so "
+"imena za prvim, če je podanih več imen."
-#: ../gio/gunixinputstream.c:202
-#: ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300
-#: ../gio/gunixoutputstream.c:289
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "Napaka med branjem unix-a: %s"
-#: ../gio/gunixinputstream.c:255
-#: ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244
-#: ../gio/gunixoutputstream.c:395
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, c-format
msgid "Error closing unix: %s"
msgstr "Napaka med zapiranjem unix-a: %s"
-#: ../gio/gunixmounts.c:1789
-#: ../gio/gunixmounts.c:1826
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Koren datotečnega sistema"
-#: ../gio/gunixoutputstream.c:190
-#: ../gio/gunixoutputstream.c:211
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, c-format
msgid "Error writing to unix: %s"
msgstr "Napaka med pisanjem na unix: %s"
-#: ../gio/gvolume.c:423
+#: gio/gvolume.c:423
msgid "volume doesn't implement eject"
msgstr "medija ni mogoče izvreči"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
#, c-format
msgid "Can't find application"
msgstr "Ni mogoče najti programa"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Napaka med zaganjanjem programa: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
#, c-format
msgid "URIs not supported"
msgstr "naslovi URI niso podprti"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
#, c-format
msgid "association changes not supported on win32"
msgstr "Spreminjanje asociativnih povezav ni podprto na win32 sistemih"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
#, c-format
msgid "Association creation not supported on win32"
msgstr "Ustvarjanje asociativnih povezav ni podprto na win32 sistemih"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "ne skrij vnosov"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "uporabi zapis v obliki dolgega seznama"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[DATOTEKA ...]"
-
diff --git a/po/sq.po b/po/sq.po
index c5c2dae32..3c2d03719 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib glib-2-16\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-14 04:06+0000\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-03-18 16:17+0100\n"
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
"Language-Team: albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n"
@@ -15,229 +15,231 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Atribut i papritur '%s' për elementin '%s'"
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Atributi '%s' i elementit '%s' nuk u gjet"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Tag '%s' i papritur, pritej tag '%s'"
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Tag '%s' i papritur në brendësi të '%s'"
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
#, c-format
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"
+msgstr ""
+"Nuk u gjet asnjë file i vlefshëm libërshënimesh tek directory e të dhënave"
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Një libërshënim për URI '%s' ekziston rregullisht"
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Nuk u gjet asnjë libërshënim për URI '%s'"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Asnjë përcaktim i llojit të MIME në libërshënimin për URI '%s'"
-#: ../glib/gbookmarkfile.c:2444
+#: glib/gbookmarkfile.c:2444
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Nuk është përcaktuar asnjë flag privat në libërshënimin për URI '%s'"
-#: ../glib/gbookmarkfile.c:2823
+#: glib/gbookmarkfile.c:2823
#, 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:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Asnjë aplikativ me emrin '%s' ka regjistruar një libërshënues për '%s'"
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Zgjerimi i rreshtit exec '%s' me URI '%s' dështoi"
-#: ../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 "Konvertimi nga familja e simboleve '%s' në '%s' nuk suportohet"
-#: ../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 "E pamundur hapja e konvertuesit nga '%s' në '%s'"
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
#, c-format
msgid "Invalid byte sequence in conversion input"
msgstr "Sekuencë byte e pavlefshme tek të dhënat për konvertim"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "Gabim gjatë konvertimit: %s"
# (pofilter) doublewords: The word 'të' is repeated
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
#, c-format
msgid "Partial character sequence at end of input"
msgstr "Sekuencë e pjesëshme simbolesh në fund të së dhënave në hyrje"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "I pamundur konvertimi i '%s' në familjen e simboleve '%s'"
-#: ../glib/gconvert.c:1734
+#: glib/gconvert.c:1734
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' nuk është një URI absolute duke përdorur skemën e \"file\""
-#: ../glib/gconvert.c:1744
+#: glib/gconvert.c:1744
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "URI për file lokal '%s' mund të mos përdorë një '#'"
-#: ../glib/gconvert.c:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' është e pasaktë"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Emri i host të URI '%s' është i pasaktë"
-#: ../glib/gconvert.c:1789
+#: glib/gconvert.c:1789
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' përmban simbole escape të pavlefshëm"
-#: ../glib/gconvert.c:1884
+#: glib/gconvert.c:1884
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Pozicioni me emër '%s' nuk është një pozicion absolut"
-#: ../glib/gconvert.c:1894
+#: glib/gconvert.c:1894
#, c-format
msgid "Invalid hostname"
msgstr "Emër host i pasaktë"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Gabim gjatë hapjes së directory '%s': %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "I pamundur grumbullimi i %lu bytes për të lexuar file \"%s\""
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Gabim gjatë leximit të file '%s': %s"
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "I pamundur leximi nga file '%s': %s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "E pamundur hapja e file '%s': %s"
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "E pamundur marrja e pronësive të file '%s': fstat() dështoi: %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Dështoi hapja e file '%s': fdopen() dështoi: %s"
# (pofilter) puncspacing: checks for bad spacing after punctuation
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
-msgstr "Ndryshimi i emrit të file nga '%s' në '%s' dështoi: g_rename() dështoi: %s"
+msgstr ""
+"Ndryshimi i emrit të file nga '%s' në '%s' dështoi: g_rename() dështoi: %s"
-#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Dështoi krijimi i file '%s': %s"
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Hapja e file '%s' për shkrim dështoi: fdopen() dështoi: %s"
# (pofilter) puncspacing: checks for bad spacing after punctuation
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:971
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Shkrimi i file '%s' dështoi: fwrite() dështoi: %s"
# (pofilter) puncspacing: checks for bad spacing after punctuation
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Mbyllja e file '%s' dështoi: fclose() dështoi: %s"
# (pofilter) puncspacing: checks for bad spacing after punctuation
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "E pamundur heqja e file ekzistues '%s': g_unlink() dështoi: %s"
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Shabllon '%s' i pavlefshëm, nuk mund të përmbajë një '%s'"
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Modeli '%s' nuk përmban XXXXXX"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -245,67 +247,67 @@ msgstr[0] "%u byte"
msgstr[1] "%u byte"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "I pamundur leximi i lidhjes simbolike '%s': %s"
-#: ../glib/gfileutils.c:1908
+#: glib/gfileutils.c:1908
#, c-format
msgid "Symbolic links not supported"
msgstr "Lidhjet simbolike nuk suportohen"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Nuk arrij të hap konvertuesin nga '%s' në '%s': %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
"I pamundur leximi i të dhënave të papërpunuara tek "
"g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "Kanë tepruar të dhëna të pakonvertuara tek buffer i leximit"
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
#, c-format
msgid "Channel terminates in a partial character"
msgstr "Kanali përfundon me një simbol të pjesëshëm"
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end"
-msgstr "I pamundur leximi i të dhënave të papërpunuara tek g_io_channel_read_to_end"
+msgstr ""
+"I pamundur leximi i të dhënave të papërpunuara tek 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 "E pamundur hapja e file '%s': open() dështoi: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "I pamundur mapimi i file '%s': mmap() dështoi: %s"
@@ -314,25 +316,25 @@ msgstr "I pamundur mapimi i file '%s': mmap() dështoi: %s"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) endwhitespace: checks whether whitespace at the end of the strings matches
# (pofilter) printf: checks whether printf format strings match
-#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250
-#, c-format
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Gabim tek rreshti %d simboli %d: "
-#: ../glib/gmarkup.c:344
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Gabim tek rreshti %d: %s"
# (pofilter) puncspacing: checks for bad spacing after punctuation
-#: ../glib/gmarkup.c:448
-msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
+#: glib/gmarkup.c:448
+msgid ""
+"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"U gjet një entitet bosh '&;'; entitetet e vlefshme janë: &amp; &quot; &lt; "
"&gt; &apos;"
-#: ../glib/gmarkup.c:458
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -343,18 +345,18 @@ msgstr ""
"një entitet; nëse ky simbol nuk do të jetë fillimi i një entiteti, përdore "
"si &amp;"
-#: ../glib/gmarkup.c:492
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Simboli '%s' nuk është i vlefshëm brenda emrit të një entiteti"
-#: ../glib/gmarkup.c:529
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Emri entitetit '%s' nuk njihet"
# (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings
-#: ../glib/gmarkup.c:540
+#: glib/gmarkup.c:540
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;"
@@ -364,7 +366,7 @@ msgstr ""
# (pofilter) puncspacing: checks for bad spacing after punctuation
# (pofilter) sentencecount: The number of sentences differ: 1 versus 2
-#: ../glib/gmarkup.c:593
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -373,18 +375,18 @@ msgstr ""
"I pamundur analizimi i '%-.*s', duhet të ishte një numër brenda riferimeve "
"të një simboli (p.sh. &#234;) - ndoshta numri është tepër i madh"
-#: ../glib/gmarkup.c:618
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Riferimi '%-.*s' i simbolit nuk kodifikon një simbol të lejuar"
-#: ../glib/gmarkup.c:633
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Simbol bosh, duhet të përmbajë një vlerë numerike, si &#454;"
# (pofilter) endwhitespace: checks whether whitespace at the end of the strings matches
# (pofilter) doublespacing: checks for bad double-spaces by comparing to original
-#: ../glib/gmarkup.c:643
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -393,33 +395,33 @@ msgstr ""
"Simboli nuk mbaron me pikëpresje; ndoshta keni përdorur një simbol ampersand "
"& pa pasur ndërmend fillimin e një entiteti të ri - përdorni &amp; "
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Riferim entiteti i papërfunduar"
-#: ../glib/gmarkup.c:735
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Referim i papërfunduar i simbolit"
-#: ../glib/gmarkup.c:978
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Tekst i kodifikuar UTF-8 i pavlefshëm - sekuencë tepër e gjatë"
-#: ../glib/gmarkup.c:1006
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Tekst i kodifikuar UTF-8 i pavlefshëm - nuk është një simbol nisje"
-#: ../glib/gmarkup.c:1042
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Tekst i kodifikuar UTF-8 i pavlefshëm - '%s' e pavlefshme"
-#: ../glib/gmarkup.c:1080
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumenti duhet të fillojë me një element (p.sh. <book>)"
# (pofilter) puncspacing: checks for bad spacing after punctuation
-#: ../glib/gmarkup.c:1120
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -428,7 +430,7 @@ msgstr ""
"'%s' nuk është një simbol i vlefshëm mbas simbolit '<', nuk mund të fillojë "
"me emrin e një elementi"
-#: ../glib/gmarkup.c:1184
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -437,14 +439,15 @@ msgstr ""
"U gjet simboli '%s', në pritje të një simboli '>' për të përfunduar tag-un e "
"fillimit të elementit '%s'"
-#: ../glib/gmarkup.c:1273
+#: glib/gmarkup.c:1273
#, 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 ""
"U gjet simboli '%s', përkundrazi pritej një '=' mbas emrit të atributit '%s' "
"të elementit '%s'"
-#: ../glib/gmarkup.c:1315
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -456,7 +459,7 @@ msgstr ""
"shumë mundësi të keni përdorur një simbol të pavlefshëm tek emri i një "
"atributi"
-#: ../glib/gmarkup.c:1401
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -465,7 +468,7 @@ msgstr ""
"U gjet simboli '%s', pritet simboli i kuotës së hapur mbas shenjës së "
"barazimit për t'i caktuar një vlerë atributit '%s' të elementit '%s'"
-#: ../glib/gmarkup.c:1543
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -474,7 +477,7 @@ msgstr ""
"'%s' nuk është një simbol i vlefshëm mbrapa simboleve '</'; '%s' nuk mund të "
"nisë emrin e një elementi"
-#: ../glib/gmarkup.c:1583
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -483,25 +486,27 @@ msgstr ""
"'%s' nuk është një simbol i vlefshëm për të vazhduar mbylljen e emrit të "
"elementit '%s'; simboli i lejuar është '>'"
-#: ../glib/gmarkup.c:1594
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elementi '%s' është mbyllur, asnjë element aktualisht është i hapur"
-#: ../glib/gmarkup.c:1603
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
-msgstr "Elementi '%s' është mbyllur, por elementi aktualisht i hapur është '%s'"
+msgstr ""
+"Elementi '%s' është mbyllur, por elementi aktualisht i hapur është '%s'"
-#: ../glib/gmarkup.c:1763
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokumenti ishte bosh apo përmbante vetëm hapësira të bardha"
-#: ../glib/gmarkup.c:1777
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
-msgstr "Dokumenti u mbyll papritur, menjëherë pas hapjes së kllapës këndore '<'"
+msgstr ""
+"Dokumenti u mbyll papritur, menjëherë pas hapjes së kllapës këndore '<'"
-#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -510,27 +515,27 @@ msgstr ""
"Dokumenti u mbyll papritur me elementë akoma të hapur - '%s' ishte elementi "
"i fundit i hapur"
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "Dokumenti u mbyll papritur, pritet simboli i mbylljes për tag-un <%s/>"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumenti përfundoi papritur në brendësi të emrit të një elementi"
-#: ../glib/gmarkup.c:1805
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumenti u mbyll papritur në brendësi të emrit të një atributi"
# (pofilter) endpunc: checks whether punctuation at the end of the strings match
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumenti u mbyll papritur brënda një etikete hapje elementi"
-#: ../glib/gmarkup.c:1816
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -538,116 +543,118 @@ msgstr ""
"Dokumenti u mbyll papritur mbas shenjës së barazimit që vjen mbas emrit të "
"një atributi; atributi nuk ka vlerë"
-#: ../glib/gmarkup.c:1823
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumenti u mbyll papritur në brendësi të vlerës së një atributi"
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
-msgstr "Dokumenti u mbyll papritur në brendësi të tag-ut mbyllës të elementit '%s'"
+msgstr ""
+"Dokumenti u mbyll papritur në brendësi të tag-ut mbyllës të elementit '%s'"
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumenti u mbyll papritur në brendësi të një komenti apo instruksioni "
"proçesi"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "objekt i korruptuar"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "gabim i brendshëm ose objekt i korruptuar"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "mbi memorjen"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "u arrit kufiri i backtracking"
# (pofilter) startcaps: checks that the message starts with the correct capitalisation
-#: ../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 "modeli përmban elementë të pasuportuar për korrispondimin e pjesëshëm"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1962
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "gabim i brendshëm"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
-msgstr "për korrispondimin e pjesëshëm nuk suportohen referimet mbrapsht si kushte"
+msgstr ""
+"për korrispondimin e pjesëshëm nuk suportohen referimet mbrapsht si kushte"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "u arrit kufiri i ndjekjes"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "u arrit kufiri i hapësirës së punës pën nënstringa boshe"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "kombinim i pavlefshëm i flag të fund'rreshtit"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "gabim i panjohur"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ në fund të modelit"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c në fund të modelit"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "simbol i papërshtatshëm mbas \\"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr "ndryshimet gërma të vogla/mëdha nuk (\\l, \\L, \\u, \\U) lejohen këtu"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "numra jashtë rendit në sasiuesin {}"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "numër tepër i madh në sasiuesin {}"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) startcaps: checks that the message starts with the correct capitalisation
# (pofilter) brackets: translation is missing ']'
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "] përfunduese munguese për klasën e simboleve"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) startcaps: checks that the message starts with the correct capitalisation
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "sekuencë escape e pavlefshme në klasën e simboleve"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "interval i parregullt në klasën e simboleve"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "asgjë për tu përsëritur"
@@ -655,36 +662,36 @@ msgstr "asgjë për tu përsëritur"
# (pofilter) endpunc: checks whether punctuation at the end of the strings match
# (pofilter) startcaps: checks that the message starts with the correct capitalisation
# (pofilter) brackets: translation is missing '('
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "simbol i panjohur mbas (?"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) startcaps: checks that the message starts with the correct capitalisation
# (pofilter) brackets: translation is missing '('
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "simbol i panjohur mbas (?<"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) startcaps: checks that the message starts with the correct capitalisation
# (pofilter) brackets: translation is missing '('
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "simbol i panjohur mbas (?P"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "klasat e përmendura POSIX suportohen vetëm në brendësi të një klase"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr ") përfunduese mungon"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") pa ( hapje"
@@ -692,230 +699,233 @@ msgstr ") pa ( hapje"
#. 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 ose (?[+-]shifra duhet të ndiqet nga )"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "riferim ndaj një nën-modeli joekzistues"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr ") mungon mbas komentit"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "shprehje e rregullt tepër e gjatë"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "rekuperimi i memorjes dështoi"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "kushti lookbehind nuk ka gjatësi të fiksuar"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "numër apo emër i keqformuar mbas (?("
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "grupi kushtëzor përmban më shumë se dy degëzime"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "pritej kushti mbas (?("
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "emër i panjohur klase POSIX"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) acronyms: acronyms should not be translated: POSIX
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "elementët vendosës POSIX nuk suportohen"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "vlera e simbolit në sekuencën \\x{...} është tepër e madhe"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "kusht (?(0) i pavlefshëm"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "\\C e palejuar në kushtin lookbehind"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "thirrja rekursive mund të hyjë në loop pafund"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "mungon përfunduesi në emrin e nën-modelit"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "dy nën-modelet e emërtuar kanë të njëjtin emër"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "sekuencë \\P ose \\p e keqformuar"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "emër i panjohur pronësie mbas \\P ose \\p"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "emri i nën-modelit është tepër i gjatë (maksimum 32 simbole)"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "emërtuar tepër nën-modele (maksimum 10,000)"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "vlera tetore është më e madhe se \\377"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "grupi DEFINE përmban më shumë se një degëzim"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "përsëritja e një grupi DEFINE nuk është e lejuar"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "opsione NEWLINE jokoerente"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../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 nuk ndiqet nga një emër në kllapa ose një numër të ndryshëm nga zero "
-"me dëshirë në kllapa"
+"\\g nuk ndiqet nga një emër në kllapa ose një numër të ndryshëm nga zero me "
+"dëshirë në kllapa"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "përsëritje e papritur"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "sasi e tepërt kodi"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "tejkalim kufir gjatë kompilimit të zonës së punës"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "nën-model referues i kontrolluar më parë nuk u gjet"
-#: ../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 "Gabim gjatë kërkimit të korrispondimeve për shprehjen e rregullt %s: %s"
+msgstr ""
+"Gabim gjatë kërkimit të korrispondimeve për shprehjen e rregullt %s: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "Libraria PCRE është kompiluar pa suportin për UTF8"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "Libraria PCRE është kompiluar pa suportin për pronësitë UTF8"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Gabim gjatë kompilimit të shprehjes së rregullt %s tek simboli %d: %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Gabim gjatë optimizimit të shprehjes së rregullt %s: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "pritej një shifër exadecimale ose '}'"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "pritej një shifër exadecimale"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "mungon '<' në referimin simbolik"
# (pofilter) startcaps: checks that the message starts with the correct capitalisation
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "Riferim simbolik i papërfunduar"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "referim simbolik me gjatësi zero"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "pritej një shifër"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "referim simbolik i palejuar"
# (pofilter) startpunc: checks whether punctuation at the beginning of the strings match
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "'\\' në fund e izoluar"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "sekuencë e panjohur escape"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
-msgstr "Gabim gjatë analizimit të tekstit zëvendësues \"%s\" tek simboli %lu: %s"
+msgstr ""
+"Gabim gjatë analizimit të tekstit zëvendësues \"%s\" tek simboli %lu: %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Teksti i kuotuar nuk fillon me shenjën e kuotimit"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
@@ -923,77 +933,75 @@ msgstr ""
"kuotuar nga shell"
# (pofilter) puncspacing: checks for bad spacing after punctuation
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Teksti përfundoi menjëherë pas një simboli '\\'. (Teksti ishte '%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 ""
"Teksti përfundoi përpara se të gjente tekstin e kërkuar për %c. (Teksti "
"ishte '%s')"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "Teksti është bosh (ose përmban vetëm hapsira të bardha)"
-#: ../glib/gspawn-win32.c:279
+#: glib/gspawn-win32.c:279
#, c-format
msgid "Failed to read data from child process"
msgstr "I pamundur leximi i të dhënave nga proçesi bir"
-#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "I pamundur krijimi i pipe për të komunikuar me proçesin bir (%s)"
-#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "I pamundur leximi nga pipe bijë (%s)"
-#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "I pamundur ndryshimi i directory në '%s' (%s)"
-#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "I pamundur ekzekutimi i proçesit bir (%s)"
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "Emër i pasaktë programi: %s"
-#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Vlerë e pasaktë në vektorin e argumentit tek %d: %s"
-#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Vlerë e pavlefshme në ambient: %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, c-format
msgid "Invalid working directory: %s"
msgstr "Directory e pavlefshme pune: %s"
-#: ../glib/gspawn-win32.c:787
+#: glib/gspawn-win32.c:787
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "I pamundur ekzekutimi i programit ndihmues (%s)"
# (pofilter) doublewords: The word 'të' is repeated
-#: ../glib/gspawn-win32.c:1002
+#: glib/gspawn-win32.c:1002
#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -1002,193 +1010,197 @@ msgstr ""
"Gabim i papritur në g_io_channel_win32_poll() gjatë leximit të të dhënave "
"nga një proçes bir"
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "I pamundur leximi i të dhënave nga proçesi bir (%s)"
# (pofilter) doublewords: The word 'të' is repeated
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Gabim i papritur në select() gjatë leximit të të dhënave nga një proçes bir "
"(%s)"
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Gabim i papritur në waitpid() (%s)"
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
#, c-format
msgid "Failed to fork (%s)"
msgstr "E pamundur kryerja e fork (%s)"
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "I pamundur zbatimi i proçesit bir \"%s\" (%s)"
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
-msgstr "I pamundur ridrejtimi i të dhënave në hyrje apo dalje të proçesit bir (%s)"
+msgstr ""
+"I pamundur ridrejtimi i të dhënave në hyrje apo dalje të proçesit bir (%s)"
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "E pamundur kryerja e fork për proçesin bir (%s)"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Gabim i panjohur gjatë ekzekutimit të proçesit bir \"%s\""
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
-msgstr "I pamundur leximi i një sasie të dhënash të mjaftueshme nga pid pipe bir (%s)"
+msgstr ""
+"I pamundur leximi i një sasie të dhënash të mjaftueshme nga pid pipe bir (%s)"
-#: ../glib/gutf8.c:1030
+#: glib/gutf8.c:1030
#, c-format
msgid "Character out of range for UTF-8"
msgstr "Simboli nuk ekziston në UTF-8"
-#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
#, c-format
msgid "Invalid sequence in conversion input"
msgstr "Sekuencë e pavlefshme në hyrje për konvertimin"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
#, c-format
msgid "Character out of range for UTF-16"
msgstr "Simboli nuk ekziston në UTF-16"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Përdorimi:"
# (pofilter) acronyms: acronyms should not be translated: OPTION
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[OPSIONI...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Opcionet e ndihmës:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Shfaq opcionet e ndihmës"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Shfaq të gjithë opcionet e ndihmës"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Opcionet e programit:"
-#: ../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 "I pamundur analizimi i vlerës së plotë '%s' pë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 "Vlera integruese '%s' për %s është jashtë kufirit"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "I pamundur analizimi i vlerës së dyfishtë '%s' për %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "Vlera e dyfishtë '%s' për %s është jashtë kufirit"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Gabim gjatë analizimit të opsionit %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 "Mungojnë argumentë për %s"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Opcion i panjohur %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
#, c-format
msgid "Valid key file could not be found in search dirs"
msgstr "Nuk u gjet asnjë file i vlefshëm kyçi tek directory e kërkimit"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
#, c-format
msgid "Not a regular file"
msgstr "Nuk është një file i rregullt"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
#, c-format
msgid "File is empty"
msgstr "File është bosh"
-#: ../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 "Kyçi përmban rreshtin '%s' që nuk është një vlerë çift, grup apo koment kyçi"
+msgid ""
+"Key file contains line '%s' which is not a key-value pair, group, or comment"
+msgstr ""
+"Kyçi përmban rreshtin '%s' që nuk është një vlerë çift, grup apo koment kyçi"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Emër i pasaktë grupi: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
#, c-format
msgid "Key file does not start with a group"
msgstr "File i kyçit nuk fillon me një grup"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Emër i pasaktë kyçi: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "File i kyçit përmban kodifikimin e pasuportuar '%s'"
-#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, c-format
msgid "Key file does not have group '%s'"
msgstr "File i kyçit nuk ka grupin '%s'"
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
#, c-format
msgid "Key file does not have key '%s'"
msgstr "File i kyçit nuk përmban kyçin '%s'"
-#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "File i kyçit përmban kyçin '%s' me vlerë '%s' që nuk është në UTF-8"
-#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "File i kyçit përmban kyçin '%s' që ka një vlerë të painterpretueshme."
-#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1197,151 +1209,145 @@ msgstr ""
"File i kyçit përmban kyçin '%s' në grupin '%s' që ka një vlerë të "
"painterpretueshme."
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "File i kyçit nuk ka kyçin '%s' në grupin '%s'"
-#: ../glib/gkeyfile.c:3471
+#: glib/gkeyfile.c:3471
#, c-format
msgid "Key file contains escape character at end of line"
msgstr "File i kyçit përmban simbolin escape në fund të rreshtit"
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3493
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "File i kyçit përmban sekuencën e pavlefshme escape '%s'"
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Vlera '%s' nuk mund të interpretohet si një numër."
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Vlera integruese '%s' është jashtë kufirit"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Vlera '%s' nuk mund të interpretohet si një numër float."
-#: ../glib/gkeyfile.c:3706
+#: glib/gkeyfile.c:3706
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Vlera '%s' nuk mund të interpretohet si një boolean."
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, c-format
msgid "Too large count value passed to %s"
msgstr "Vlerë count tepër e madhe kaluar tek %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
#, c-format
msgid "Stream is already closed"
msgstr "Stream është i mbyllur rregullisht"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1955
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Operacioni është anulluar"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) startcaps: checks that the message starts with the correct capitalisation
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
msgid "Unknown type"
msgstr "Lloj i panjohur"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr "Lloj file %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "Lloj %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
#, c-format
msgid "Unexpected early end-of-stream"
msgstr "End-of-stream i parakohshëm papritur"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Paemër"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
#, c-format
msgid "Desktop file didn't specify Exec field"
msgstr "File .desktop nuk specifikon fushën Exec"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gdesktopappinfo.c:882
+#: gio/gdesktopappinfo.c:882
#, c-format
msgid "Unable to find terminal required for application"
msgstr "E pamundur gjetja e terminalit të kërkuar nga aplikativi"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gdesktopappinfo.c:1114
+#: gio/gdesktopappinfo.c:1114
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-"E pamundur gjetja e kartelës së përdoruesit për konfigurimin e aplikativëve "
-" (%s): %s"
+"E pamundur gjetja e kartelës së përdoruesit për konfigurimin e aplikativëve "
+"(%s): %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gdesktopappinfo.c:1118
+#: gio/gdesktopappinfo.c:1118
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-"E pamundur gjetja e kartelës së përdoruesit për konfigurimin MIME "
-" (%s): %s"
+"E pamundur gjetja e kartelës së përdoruesit për konfigurimin MIME (%s): %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gdesktopappinfo.c:1457
+#: gio/gdesktopappinfo.c:1457
#, c-format
msgid "Can't create user desktop file %s"
msgstr "I pamundur krijimi i file .desktop të përdoruesit %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gdesktopappinfo.c:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr "Përcaktimi i personalizuar për %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr "njësia nuk suporton nxjerrjen jashtë"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
msgid "drive doesn't implement polling for media"
msgstr "njësia nuk suporton shqyrtimin e suporteve"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
-#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639
-#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053
-#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621
-#: ../gio/gfile.c:3701
-#, c-format
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Veprimi nuk suportohet"
@@ -1355,56 +1361,56 @@ msgstr "Veprimi nuk suportohet"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
#, c-format
msgid "Containing mount does not exist"
msgstr "Objekti mount i përmbajtur nuk ekziston"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "I pamundur kopjimi mbi directory"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
#, c-format
msgid "Can't copy directory over directory"
msgstr "I pamundur kopjimi i directory mbi directory"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2109
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "File objektiv ekziston"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
#, c-format
msgid "Can't recursively copy directory"
msgstr "I pamundur kopjimi rekursiv i directory"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "Dhënë vlerë e pavlefshme lidhje simbolike"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
-#: ../gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "Koshi nuk suportohet"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Emrat e file nuk mund të përmbajnë '%c'"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gfile.c:4752 ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "Volumi nuk suporton montimin"
@@ -1412,56 +1418,56 @@ msgstr "Volumi nuk suporton montimin"
# (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/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "Nuk rezulton i regjistruar asnjë aplikativ për të manazhuar këtë file"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
#, c-format
msgid "Enumerator is closed"
msgstr "Enumuruesi është mbyllur"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "Enumuruesi i file prezanton një operacion të papërfunduar"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Enumuruesi i file është rregullisht i mbyllur"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
#, c-format
msgid "Stream doesn't support query_info"
msgstr "Stream nuk suporton query_info"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
#, c-format
msgid "Seek not supported on stream"
msgstr "Pikëvendosja nuk suportohet në stream"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gfileinputstream.c:380
+#: gio/gfileinputstream.c:380
#, c-format
msgid "Truncate not allowed on input stream"
msgstr "Ndërprerja nuk suportohet tek stream në hyrje"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gfileoutputstream.c:457
+#: gio/gfileoutputstream.c:457
#, c-format
msgid "Truncate not supported on stream"
msgstr "Ndërprerja nuk suportohet tek stream"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
#, c-format
msgid "Input stream doesn't implement read"
msgstr "Stream i input nuk suporton leximin"
@@ -1473,19 +1479,20 @@ msgstr "Stream i input nuk suporton leximin"
#. 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:904 ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
#, c-format
msgid "Stream has outstanding operation"
msgstr "Stream prezanton një operacion në pritje"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
#, c-format
msgid "Unable to find default local directory monitor type"
-msgstr "E pamundur gjetja e llojit të monitorit të paracaktuar për directory lokale"
+msgstr ""
+"E pamundur gjetja e llojit të monitorit të paracaktuar për directory lokale"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
-#: ../gio/glocalfile.c:599
+#: gio/glocalfile.c:599
#, c-format
msgid "Invalid filename %s"
msgstr "Emër file i pasaktë %s"
@@ -1494,28 +1501,27 @@ msgstr "Emër file i pasaktë %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/glocalfile.c:962
+#: gio/glocalfile.c:962
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Gabim gjatë marrjes së informacioneve mbi file të sistemit: %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
#, c-format
msgid "Can't rename root directory"
msgstr "I pamundur riemërtimi i directory root"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "I pamundur riemërtimi i file, emër ekzistues file"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
-#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2013
-#: ../gio/glocalfile.c:2162 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
-#, c-format
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Emër i pavlefshëm file"
@@ -1524,8 +1530,7 @@ msgstr "Emër i pavlefshëm file"
# (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/glocalfile.c:1125
-#, c-format
+#: gio/glocalfile.c:1125
#, c-format
msgid "Error renaming file: %s"
msgstr "Gabim gjatë ndryshimit të emrit të file: %s"
@@ -1534,14 +1539,13 @@ msgstr "Gabim gjatë ndryshimit të emrit 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/glocalfile.c:1244
-#, c-format
+#: gio/glocalfile.c:1244
#, c-format
msgid "Error opening file: %s"
msgstr "Gabim gjatë hapjes së file: %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
#, c-format
msgid "Can't open directory"
msgstr "E pamundur hapja e directory"
@@ -1550,8 +1554,7 @@ msgstr "E pamundur hapja e directory"
# (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/glocalfile.c:1314 ../gio/glocalfile.c:1988
-#, c-format
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Gabim gjatë fshirjes së file: %s"
@@ -1560,28 +1563,26 @@ msgstr "Gabim gjatë fshirjes së 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/glocalfile.c:1677
-#, c-format
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Gabim gjatë hedhjes në kosh të file: %s"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings
-#: ../gio/glocalfile.c:1700
-#, c-format
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "I pamundur krijimi i directory koshit \"%s\": %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/glocalfile.c:1721
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "E pamundur gjetja e directory së sipërme për koshin"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "I pamundur krijimi apo gjetja e directory të koshit"
@@ -1590,7 +1591,7 @@ msgstr "I pamundur krijimi apo gjetja e directory të koshit"
# (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/glocalfile.c:1854
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "I pamundur krijimi i një file me informacionet e hedhjes në kosh: %s"
@@ -1599,15 +1600,13 @@ msgstr "I pamundur krijimi i një file me informacionet e hedhjes në kosh: %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/glocalfile.c:1879 ../gio/glocalfile.c:1954 ../gio/glocalfile.c:1961
-#, c-format
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "E pamundur hedhja në kosh e file: %s"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
-#: ../gio/glocalfile.c:2017
-#, c-format
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Gabim gjatë krijimit të lidhjes simbolike: %s"
@@ -1616,22 +1615,21 @@ msgstr "Gabim gjatë krijimit të lidhjes simbolike: %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/glocalfile.c:2077 ../gio/glocalfile.c:2166
-#, c-format
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Gabim gjatë lëvizjes së file: %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/glocalfile.c:2100
+#: gio/glocalfile.c:2101
#, c-format
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:2122 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Krijimi i file backup dështoi"
@@ -1640,49 +1638,49 @@ msgstr "Krijimi i file backup dështoi"
# (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/glocalfile.c:2141
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Gabim gjatë heqjes së file objektiv: %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/glocalfile.c:2155
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "Lëvizja midis objekteve mount nuk suportohet"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/glocalfileinfo.c:709
+#: gio/glocalfileinfo.c:709
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "Vlera e atributit duhet të jetë jo-NULL"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Lloj i pasaktë atributi (pritej string)"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid extended attribute name"
msgstr "Emër i pavlefshëm atributi të zgjeruar"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
-#: ../gio/glocalfileinfo.c:763
+#: gio/glocalfileinfo.c:763
#, c-format
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:1402 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "E pamundur kryerja e stat të file '%s': %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/glocalfileinfo.c:1458
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (kodifikim i pavlefshëm)"
@@ -1690,45 +1688,43 @@ msgstr " (kodifikim i pavlefshëm)"
# (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/glocalfileinfo.c:1618
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Gabim gjatë kryerjes së stat të përshkruesit të file: %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/glocalfileinfo.c:1663
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Lloj i pasaktë atributi (pritej uint32)"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/glocalfileinfo.c:1680
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Lloj i pasaktë atributi (pritej uint64)"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/glocalfileinfo.c:1698
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Lloj i pasaktë atributi (pritej byte string)"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
-#: ../gio/glocalfileinfo.c:1724
-#, c-format
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Gabim gjatë caktimit të së drejtave: %s"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
-#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1943
-#, c-format
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Gabim gjatë caktimit të pronarit: %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/glocalfileinfo.c:1798
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "symlink duhet të jetë jo-NULL"
@@ -1736,15 +1732,14 @@ msgstr "symlink duhet të jetë jo-NULL"
# (pofilter) variables: translation contains variables not in original: %d
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) printf: checks whether printf format strings match
-#: ../gio/glocalfileinfo.c:1808 ../gio/glocalfileinfo.c:1827
-#: ../gio/glocalfileinfo.c:1838
-#, c-format
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Gabim gjatë caktimit të symlink: %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/glocalfileinfo.c:1817
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "Gabim gjatë caktimit të symlink: file nuk është një lidhje simbolike"
@@ -1752,8 +1747,7 @@ msgstr "Gabim gjatë caktimit të symlink: file nuk është një lidhje simbolik
# (pofilter) variables: do not translate: %s
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) printf: checks whether printf format strings match
-#: ../gio/glocalfileinfo.c:1998
-#, c-format
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Caktimi i atributit %s nuk suportohet"
@@ -1762,8 +1756,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
-#, c-format
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
#, c-format
msgid "Error reading from file: %s"
msgstr "Gabim gjatë leximit nga file: %s"
@@ -1772,9 +1765,9 @@ msgstr "Gabim gjatë leximit nga 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: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:372
+#: gio/glocalfileoutputstream.c:854
#, c-format
msgid "Error seeking in file: %s"
msgstr "Gabim gjatë pikëvendosjes në brendësi të file: %s"
@@ -1783,14 +1776,13 @@ 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
-#, c-format
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
#, c-format
msgid "Error closing file: %s"
msgstr "Gabim gjatë mbylljes së file: %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
#, c-format
msgid "Unable to find default local file monitor type"
msgstr "E pamundur gjetja e llojit të monitorit të paracaktuar për file lokalë"
@@ -1799,14 +1791,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
-#, c-format
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
#, 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:213
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Gabim gjatë heqjes së lidhjes së vjetër të backup: %s"
@@ -1815,8 +1806,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
-#, c-format
+#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Gabim gjatë krijimit të kopjes së backup: %s"
@@ -1825,8 +1815,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
-#, c-format
+#: gio/glocalfileoutputstream.c:258
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Gabim gjatë riemërtimit të përkohshëm të file: %s"
@@ -1835,41 +1824,38 @@ 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
-#, c-format
+#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
#, 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
-#, c-format
+#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, 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:679
#, c-format
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
-#, c-format
+#: gio/glocalfileoutputstream.c:684
#, c-format
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:696
#, c-format
msgid "The file was externally modified"
msgstr "File është ndryshuar nga jashtë"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Dhënë GSeekType i pavlefshëm"
@@ -1877,31 +1863,31 @@ msgstr "Dhënë GSeekType i pavlefshëm"
# (pofilter) variables: translation contains variables not in original: %s
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) printf: checks whether printf format strings match
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Kërkesë pikëvendosje e pavlefshme"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr "E pamundur ndërprerja e GMemoryInputStream"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "U arrit kufiri maksimum i array të së dhënave"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "Stream output memorje të papërmasueshme"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Ripërmasimi i stream të output të memories dështoi"
@@ -1910,7 +1896,7 @@ msgstr "Ripërmasimi i stream të output të memories dështoi"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:344
+#: gio/gmount.c:344
msgid "mount doesn't implement unmount"
msgstr "objekti mount nuk suporton zmontimin"
@@ -1918,7 +1904,7 @@ msgstr "objekti mount nuk suporton zmontimin"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:419
+#: gio/gmount.c:419
msgid "mount doesn't implement eject"
msgstr "objekti mount nuk suporton nxjerrjen jashtë"
@@ -1926,24 +1912,24 @@ msgstr "objekti mount nuk suporton nxjerrjen jashtë"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:501
+#: gio/gmount.c:501
msgid "mount doesn't implement remount"
msgstr "objekti mount nuk suporton rimontimin"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
#, c-format
msgid "Output stream doesn't implement write"
msgstr "Stream i output nuk suporton shkrimin"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
#, c-format
msgid "Source stream is already closed"
msgstr "Stream burues është i mbyllur"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr "emri"
@@ -1952,27 +1938,27 @@ msgstr "emri"
# (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) printf: checks whether printf format strings match
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
msgid "The name of the icon"
msgstr "Emri i ikonës"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr "emrat"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr "Një array me emrat e ikonave"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr "përdor alternativat e paracaktuara"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gthemedicon.c:245
+#: gio/gthemedicon.c:245
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1985,9 +1971,8 @@ msgstr ""
# (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/gunixinputstream.c:202 ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289
-#, c-format
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "Gabim gjatë leximit nga unix: %s"
@@ -1995,75 +1980,70 @@ msgstr "Gabim gjatë leximit nga unix: %s"
# (pofilter) variables: translation contains variables not in original: %d
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) printf: checks whether printf format strings match
-#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395
-#, c-format
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, c-format
msgid "Error closing unix: %s"
msgstr "Gabim duke mbyllur unix: %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "File rrënjë i sistemit"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
-#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211
-#, c-format
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, c-format
msgid "Error writing to unix: %s"
msgstr "Gabim gjatë shkrimit në unix: %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gvolume.c:423
+#: gio/gvolume.c:423
msgid "volume doesn't implement eject"
msgstr "volumi nuk suporton nxjerrjen jashtë"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
#, c-format
msgid "Can't find application"
msgstr "E pamundur gjetja e aplikativit"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
-#: ../gio/gwin32appinfo.c:312
-#, c-format
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Gabim gjatë nisjes së aplikativit: %s"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
-#: ../gio/gwin32appinfo.c:349
-#, c-format
+#: gio/gwin32appinfo.c:349
#, c-format
msgid "URIs not supported"
msgstr "URI nuk suportohen"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
#, c-format
msgid "association changes not supported on win32"
msgstr "ndryshimi i shoqërimeve nuk suportohet në win32"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
#, c-format
msgid "Association creation not supported on win32"
msgstr "Krijimi i shoqërimeve nuk suportohet në win32"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "mos fshih zërat"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "përdor një format liste të gjatë"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) acronyms: acronyms should not be translated: FILE
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[FILE...]"
-
diff --git a/po/sr.po b/po/sr.po
index 487b8f0fe..a2b5f0e54 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -307,24 +307,24 @@ msgstr "Не могу да отворим датотеку „%s“: неусп
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Не могу да мапирам датотеку „%s“: неуспешан mmap(): %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Грешка у %d. реду, %d. знак: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Грешка у %d. реду: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Уочен празан ентитет „&;“; прихватљиви ентитети су &amp; &quot; &lt; &gt; "
"&apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -334,17 +334,17 @@ msgstr ""
"Име ентитета не може почети знаком „%s“ ; знак & започиње ентитет; ако овај "
"знак не означава ентитет, истакните га помоћу &amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Знак „%s“ није дозвољен у имену ентитета"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Ентитет „%s“ није познат"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -352,7 +352,7 @@ msgstr ""
"Ентитет се не завршава тачка-запетом; највероватније сте користили амперсанд "
"без намере да започнете ентитет — назначите амперсанд са &amp;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -361,16 +361,16 @@ msgstr ""
"Нисам успео да рашчланим „%-.*s“, што је требало да представља цифру унутар "
"знаковне референце (на пример &#234;) — можда је цифра превелика"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Знаковна референца „%-.*s“ не представља дозвољени знак"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Празна знаковна референца; мора да садржи цифру као на пример &#747;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -380,32 +380,32 @@ msgstr ""
"користили амперсанд без намере да започнете ентитет — назначите амперсанд са "
"&amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Недовршена референца ентитета"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Недовршена знаковна референца"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Неисправан текст у УТФ-8 запису – предугачка секвенца"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Неисправан текст у УТФ-8 запису — карактер није почетни"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Неисправан текст у УТФ-8 запису — „%s“ није исправно"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документ мора почети елементом (нпр. <књига>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -414,7 +414,7 @@ msgstr ""
"„%s“ не представља исправан знак након знака „<“; име елемента не може њиме "
"почети"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -423,14 +423,14 @@ msgstr ""
"Чудан знак „%s“, а очекивао сам „>“ знак ради окончања почетне ознаке "
"елемента „%s“"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Чудан знак „%s“, очекивао сам „=“ после имена атрибута „%s“ елемента „%s“"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -441,7 +441,7 @@ msgstr ""
"елемента „%s“, или можда атрибут; можда сте користили неисправан знак у "
"имену атрибута"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -450,7 +450,7 @@ msgstr ""
"Чудан знак „%s“, очекивао сам почетни наводник након знака једнакости при "
"додели вредности атрибута „%s“ елемента „%s“"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -458,7 +458,7 @@ msgid ""
msgstr ""
"„%s“ није исправан знак након низа „</“; „%s“ не може започети име елемента"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -467,26 +467,26 @@ msgstr ""
"„%s“ није исправан знак након имена затвореног елемента „%s“; дозвољени знак "
"је „>“"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Елемент „%s“ је затворен, нема тренутно отворених елемената"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Елемент „%s“ је затворен, а тренутно отворен елемент је „%s“"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Документ је празан или садржи само белине"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Документ завршен неочекивано непосредно након отворене косоугле заграде „<“"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -495,7 +495,7 @@ msgstr ""
"Документ завршен неочекивано са отвореним елементима — „%s“ је последње "
"отворен елемент"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -504,19 +504,19 @@ msgstr ""
"Документ завршен неочекивано, очекивао сам да наиђем на затворену косоуглу "
"заграду која затвара ознаку <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Документ завршен неочекивано усред имена елемента"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документ завршен неочекивано усред имена атрибута"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документ завршен неочекивано усред почетне ознаке елемента."
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -524,16 +524,16 @@ msgstr ""
"Документ завршен неочекивано након знака једнакости после имена атрибута; "
"вредност атрибута није наведена"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Документ завршен неочекивано усред вредности атрибута"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Документ завршен неочекивано усред завршне ознаке елемента „%s“"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Документ завршен неочекивано усред примедбе или упута за обраду"
@@ -557,7 +557,7 @@ msgstr "достигнут је лимит претраживања уназад
msgid "the pattern contains items not supported for partial matching"
msgstr "образац садржи ставке које нису подржане за делимично поклапање"
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "интерна грешка"
@@ -1169,7 +1169,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1237,9 +1237,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Симболичке везе нису подржане"
@@ -1258,7 +1258,7 @@ msgstr "Симболичке везе нису подржане"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1268,7 +1268,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1278,26 +1278,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Симболичке везе нису подржане"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "Програм „%s“ није регистровао обележивач ка „%s“"
@@ -1308,12 +1308,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1379,8 +1379,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1401,69 +1401,69 @@ msgstr "Грешка при читању датотеке „%s“: %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Не могу да направим датотеку „%s“: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Не могу да направим датотеку „%s“: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Не могу да направим датотеку „%s“: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Грешка при рашчлањивању могућности %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1488,62 +1488,62 @@ msgstr "Документ завршен неочекивано усред име
msgid "Error setting extended attribute '%s': %s"
msgstr "Грешка при отварању директоријума „%s“: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Грешка при читању датотеке „%s“: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Грешка при претварању: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Грешка при претварању: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Грешка у %d. реду: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Симболичке везе нису подржане"
@@ -1616,12 +1616,12 @@ msgstr "Није обична датотека"
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Неисправно име кључа: %s"
@@ -1631,17 +1631,17 @@ msgstr "Неисправно име кључа: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1716,7 +1716,7 @@ msgstr "Грешка при читању датотеке „%s“: %s"
msgid "Error closing unix: %s"
msgstr "Грешка у %d. реду: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/sr@Latn.po b/po/sr@Latn.po
index 8b3639344..fbad6012d 100644
--- a/po/sr@Latn.po
+++ b/po/sr@Latn.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.8\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -307,24 +307,24 @@ msgstr "Ne mogu da otvorim datoteku „%s“: neuspešan open(): %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Ne mogu da mapiram datoteku „%s“: neuspešan mmap(): %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Greška u %d. redu, %d. znak: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Greška u %d. redu: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Uočen prazan entitet „&;“; prihvatljivi entiteti su &amp; &quot; &lt; &gt; "
"&apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -334,17 +334,17 @@ msgstr ""
"Ime entiteta ne može početi znakom „%s“ ; znak & započinje entitet; ako ovaj "
"znak ne označava entitet, istaknite ga pomoću &amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak „%s“ nije dozvoljen u imenu entiteta"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitet „%s“ nije poznat"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -352,7 +352,7 @@ msgstr ""
"Entitet se ne završava tačka-zapetom; najverovatnije ste koristili ampersand "
"bez namere da započnete entitet — naznačite ampersand sa &amp;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -361,16 +361,16 @@ msgstr ""
"Nisam uspeo da raščlanim „%-.*s“, što je trebalo da predstavlja cifru unutar "
"znakovne reference (na primer &#234;) — možda je cifra prevelika"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Znakovna referenca „%-.*s“ ne predstavlja dozvoljeni znak"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Prazna znakovna referenca; mora da sadrži cifru kao na primer &#747;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -380,32 +380,32 @@ msgstr ""
"koristili ampersand bez namere da započnete entitet — naznačite ampersand sa "
"&amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Nedovršena referenca entiteta"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Nedovršena znakovna referenca"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Neispravan tekst u UTF-8 zapisu – predugačka sekvenca"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Neispravan tekst u UTF-8 zapisu — karakter nije početni"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Neispravan tekst u UTF-8 zapisu — „%s“ nije ispravno"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument mora početi elementom (npr. <knjiga>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -414,7 +414,7 @@ msgstr ""
"„%s“ ne predstavlja ispravan znak nakon znaka „<“; ime elementa ne može "
"njime početi"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -423,14 +423,14 @@ msgstr ""
"Čudan znak „%s“, a očekivao sam „>“ znak radi okončanja početne oznake "
"elementa „%s“"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Čudan znak „%s“, očekivao sam „=“ posle imena atributa „%s“ elementa „%s“"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -441,7 +441,7 @@ msgstr ""
"elementa „%s“, ili možda atribut; možda ste koristili neispravan znak u "
"imenu atributa"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -450,7 +450,7 @@ msgstr ""
"Čudan znak „%s“, očekivao sam početni navodnik nakon znaka jednakosti pri "
"dodeli vrednosti atributa „%s“ elementa „%s“"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -458,7 +458,7 @@ msgid ""
msgstr ""
"„%s“ nije ispravan znak nakon niza „</“; „%s“ ne može započeti ime elementa"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -467,26 +467,26 @@ msgstr ""
"„%s“ nije ispravan znak nakon imena zatvorenog elementa „%s“; dozvoljeni "
"znak je „>“"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element „%s“ je zatvoren, nema trenutno otvorenih elemenata"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element „%s“ je zatvoren, a trenutno otvoren element je „%s“"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je prazan ili sadrži samo beline"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Dokument završen neočekivano neposredno nakon otvorene kosougle zagrade „<“"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -495,7 +495,7 @@ msgstr ""
"Dokument završen neočekivano sa otvorenim elementima — „%s“ je poslednje "
"otvoren element"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -504,19 +504,19 @@ msgstr ""
"Dokument završen neočekivano, očekivao sam da naiđem na zatvorenu kosouglu "
"zagradu koja zatvara oznaku <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument završen neočekivano usred imena elementa"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument završen neočekivano usred imena atributa"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument završen neočekivano usred početne oznake elementa."
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -524,16 +524,16 @@ msgstr ""
"Dokument završen neočekivano nakon znaka jednakosti posle imena atributa; "
"vrednost atributa nije navedena"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument završen neočekivano usred vrednosti atributa"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokument završen neočekivano usred završne oznake elementa „%s“"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokument završen neočekivano usred primedbe ili uputa za obradu"
@@ -557,7 +557,7 @@ msgstr "dostignut je limit pretraživanja unazad"
msgid "the pattern contains items not supported for partial matching"
msgstr "obrazac sadrži stavke koje nisu podržane za delimično poklapanje"
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "interna greška"
@@ -1170,7 +1170,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1238,9 +1238,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Simboličke veze nisu podržane"
@@ -1259,7 +1259,7 @@ msgstr "Simboličke veze nisu podržane"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1269,7 +1269,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1279,26 +1279,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Simboličke veze nisu podržane"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "Program „%s“ nije registrovao obeleživač ka „%s“"
@@ -1309,12 +1309,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1380,8 +1380,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1402,69 +1402,69 @@ msgstr "Greška pri čitanju datoteke „%s“: %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Ne mogu da napravim datoteku „%s“: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Ne mogu da napravim datoteku „%s“: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Ne mogu da napravim datoteku „%s“: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Greška pri raščlanjivanju mogućnosti %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1489,62 +1489,62 @@ 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:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Greška pri pretvaranju: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Greška pri pretvaranju: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Greška u %d. redu: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Simboličke veze nisu podržane"
@@ -1617,12 +1617,12 @@ msgstr "Nije obična datoteka"
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Neispravno ime ključa: %s"
@@ -1632,17 +1632,17 @@ msgstr "Neispravno ime ključa: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1717,7 +1717,7 @@ msgstr "Greška pri čitanju datoteke „%s“: %s"
msgid "Error closing unix: %s"
msgstr "Greška u %d. redu: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/sr@ije.po b/po/sr@ije.po
index c46a6d441..75f280d03 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -304,24 +304,24 @@ msgstr "Не могу да отворим датотеку „%s“: неусп
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Не могу да отворим датотеку „%s“: неуспјешан fdopen(): %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Грешка у %d. реду, %d. знак: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Грешка у %d. реду: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Уочен празан ентитет „&;“; прихватљиви ентитети су &amp; &quot; &lt; &gt; "
"&apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -331,17 +331,17 @@ msgstr ""
"Име ентитета не може почети знаком „%s“ ; знак & започиње ентитет; ако овај "
"знак не означава ентитет, истакните га помоћу &amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Знак „%s“ није дозвољен у имену ентитета"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Ентитет „%s“ није познат"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -349,7 +349,7 @@ msgstr ""
"Ентитет се не завршава тачка-запетом; највјероватније сте користили "
"амперсанд без намере да започнете ентитет — назначите амперсанд као &amp;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -358,16 +358,16 @@ msgstr ""
"Нисам успио да рашчланим „%s“, што је требало да представља цифру унутар "
"позива знака (на пример &#234;) — можда је цифра превелика"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Позив знака „%s“ не стоји за дозвољени знак"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Празан позив знака; морао би садржати цифру као на примјер &#747;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -376,39 +376,39 @@ msgstr ""
"Позив знака се не завршава тачка-запетом; највјероватније сте користили "
"амперсанд без намере да започнете ентитет — назначите амперсанд као &amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Недовршена ознака ентитета"
# позив уместо ознака?
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Недовршен позив знака"
# ознака знака??? неееее
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Неисправан текст у УТФ-8 запису"
# ознака знака??? неееее
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Неисправан текст у УТФ-8 запису"
# ознака знака??? неееее
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Неисправан текст у УТФ-8 запису"
# може и ћирилица: „Уникод ТрансФормација 8“
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документ мора почети елементом (нпр. <књига>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -417,7 +417,7 @@ msgstr ""
"„%s“ не представља исправан знак након знака „<“; име елемента не може њиме "
"почети"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -426,13 +426,13 @@ msgstr ""
"Чудан знак „%s“, а очекивао сам „>“ знак ради окончања почетне ознаке "
"елемента „%s“"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "Чудан знак „%s“, очекивао сам „=“ после особине „%s“ елемента „%s“"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -443,7 +443,7 @@ msgstr ""
"елемента „%s“, или могућу особину; можда сте користили неисправан знак у "
"имену особине"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -452,7 +452,7 @@ msgstr ""
"Чудан знак „%s“, очекивао сам почетни наводник након знака једнакости при "
"додјели вриједности особини „%s“ елемента „%s“"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -460,7 +460,7 @@ msgid ""
msgstr ""
"„%s“ није исправан знак након низа „</“; „%s“ не може започети име елемента"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -469,26 +469,26 @@ msgstr ""
"„%s“ није исправан знак након имена затвореног елемента „%s“; дозвољени знак "
"је „>“"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Елемент „%s“ је затворен, нема тренутно отворених елемената"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Елемент „%s“ је затворен, а тренутно отворен елемент је „%s“"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Документ је празан или садржи само бјелине"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Документ завршен неочекивано непосредно након отворене косоугле заграде „<“"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -497,7 +497,7 @@ msgstr ""
"Документ завршен неочекивано са отвореним елементима — „%s“ је последње "
"отворен елемент"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -506,19 +506,19 @@ msgstr ""
"Документ завршен неочекивано, очекивао сам да наиђем на затворену косоуглу "
"заграду која затвара ознаку <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Документ завршен неочекивано усред имена елемента"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документ завршен неочекивано усред имена особине"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документ завршен неочекивано усред почетне ознаке елемента."
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -526,16 +526,16 @@ msgstr ""
"Документ завршен неочекивано након знака једнакости после имена особине; "
"вриједност особине није наведена"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Документ завршен неочекивано усред вриједности особине"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Документ завршен неочекивано усред завршне ознаке елемента „%s“"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Документ завршен неочекивано усред примедбе или упута за обраду"
@@ -559,7 +559,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1173,7 +1173,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1240,9 +1240,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Симболичке везе нису подржане"
@@ -1261,7 +1261,7 @@ msgstr "Симболичке везе нису подржане"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1271,7 +1271,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1281,26 +1281,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Симболичке везе нису подржане"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1311,12 +1311,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1382,8 +1382,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1404,69 +1404,69 @@ msgstr "Грешка при читању датотеке „%s“: %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Не могу да направим датотеку „%s“: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Не могу да направим датотеку „%s“: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Не могу да направим датотеку „%s“: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Грешка при претварању: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1491,62 +1491,62 @@ msgstr "Документ завршен неочекивано усред име
msgid "Error setting extended attribute '%s': %s"
msgstr "Грешка при отварању директоријума „%s“: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Грешка при читању датотеке „%s“: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Грешка при претварању: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Грешка при претварању: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Грешка у %d. реду: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Симболичке везе нису подржане"
@@ -1619,12 +1619,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Неисправно име домаћина"
@@ -1634,17 +1634,17 @@ msgstr "Неисправно име домаћина"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1719,7 +1719,7 @@ msgstr "Грешка при читању датотеке „%s“: %s"
msgid "Error closing unix: %s"
msgstr "Грешка у %d. реду: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/sv.po b/po/sv.po
index 05f1ac9a3..4412efd51 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-03-11 21:19+0100\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-03-11 21:23+0100\n"
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -16,1230 +16,1234 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:705
-#: ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861
-#: ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Oväntat attribut \"%s\" för elementet \"%s\""
-#: ../glib/gbookmarkfile.c:716
-#: ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803
-#: ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Attributet \"%s\" för elementet \"%s\" hittades inte"
-#: ../glib/gbookmarkfile.c:1092
-#: ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221
-#: ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Oväntad tagg \"%s\"\", taggen \"%s\" förväntades"
-#: ../glib/gbookmarkfile.c:1117
-#: ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199
-#: ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Oväntad tagg \"%s\" inom \"%s\""
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "Ingen giltig bokmärkesfil hittades i datakataloger"
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Ett bokmärke för uri \"%s\" finns redan"
-#: ../glib/gbookmarkfile.c:2028
-#: ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270
-#: ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435
-#: ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596
-#: ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717
-#: ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940
-#: ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206
-#: ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460
-#: ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Inget bokmärke hittades för uri \"%s\""
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Ingen Mime-typ definierad i bokmärket för uri \"%s\""
-#: ../glib/gbookmarkfile.c:2444
+#: glib/gbookmarkfile.c:2444
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Ingen privat flagga har definierats i bokmärket för uri \"%s\""
-#: ../glib/gbookmarkfile.c:2823
+#: glib/gbookmarkfile.c:2823
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Inga grupper inställda i bokmärket för uri \"%s\""
-#: ../glib/gbookmarkfile.c:3224
-#: ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Inget program med namnet \"%s\" registrerade ett bokmärke för \"%s\""
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Misslyckades med att expandera exec-raden \"%s\" med URI \"%s\""
-#: ../glib/gconvert.c: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:2215
-#: ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
#, c-format
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:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "Fel vid konvertering: %s"
-#: ../glib/gconvert.c:669
-#: ../glib/gutf8.c:952
-#: ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297
-#: ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
#, c-format
msgid "Partial character sequence at end of input"
msgstr "Ofullständig teckensekvens vid slutet av indata"
# fallback syftar på en sträng
-#: ../glib/gconvert.c: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:1734
+#: glib/gconvert.c:1734
#, 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:1744
+#: glib/gconvert.c:1744
#, 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:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI:n \"%s\" är ogiltig"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Värdnamnet i URI:n \"%s\" är ogiltigt"
-#: ../glib/gconvert.c:1789
+#: glib/gconvert.c:1789
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI:n \"%s\" innehåller ogiltigt kodade tecken"
-#: ../glib/gconvert.c:1884
+#: glib/gconvert.c:1884
#, 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:1894
+#: glib/gconvert.c:1894
#, c-format
msgid "Invalid hostname"
msgstr "Ogiltigt värdnamn"
-#: ../glib/gdir.c:104
-#: ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Fel vid öppning av katalogen \"%s\": %s"
-#: ../glib/gfileutils.c:557
-#: ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Kunde inte allokera %lu byte för att läsa filen \"%s\""
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Fel vid läsning av filen \"%s\": %s"
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Misslyckades med att läsa från filen \"%s\": %s"
-#: ../glib/gfileutils.c:705
-#: ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Misslyckades med att öppna filen \"%s\": %s"
-#: ../glib/gfileutils.c:722
-#: ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
-msgstr "Misslyckades med att få tag på attributen på filen \"%s\": fstat() misslyckades: %s"
+msgstr ""
+"Misslyckades med att få tag på attributen på filen \"%s\": fstat() "
+"misslyckades: %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Misslyckades med att öppna filen \"%s\": fdopen() misslyckades: %s"
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
-msgstr "Misslyckades med att byta namn på filen \"%s\" till \"%s\": g_rename() misslyckades: %s"
+msgstr ""
+"Misslyckades med att byta namn på filen \"%s\" till \"%s\": g_rename() "
+"misslyckades: %s"
-#: ../glib/gfileutils.c:932
-#: ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Misslyckades med att skapa filen \"%s\": %s"
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, 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:971
+#: glib/gfileutils.c:971
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Misslyckades med att skriva filen \"%s\": fwrite() misslyckades: %s"
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
#, 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:1108
+#: glib/gfileutils.c:1108
#, 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:1352
+#: glib/gfileutils.c:1352
#, 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:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Mallen \"%s\" innehåller inte XXXXXX"
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u byte"
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, 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:1908
+#: glib/gfileutils.c:1908
#, c-format
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
#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Kan inte göra en rå läsning i g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1554
-#: ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "Överbliven okonverterad data i läsbufferten"
-#: ../glib/giochannel.c:1634
-#: ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
#, c-format
msgid "Channel terminates in a partial character"
msgstr "Kanalen slutar med ett ofullständigt tecken"
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Kan inte göra en rå läsning i g_io_channel_read_to_end"
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "Misslyckades med att öppna filen \"%s\": open() misslyckades: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Misslyckades med att mappa filen \"%s\": mmap() misslyckades: %s"
-#: ../glib/gmarkup.c:234
-#: ../glib/gmarkup.c:250
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Fel på rad %d tecken %d:"
-#: ../glib/gmarkup.c:344
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Fel på rad %d: %s"
-#: ../glib/gmarkup.c:448
-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:448
+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:458
+#: glib/gmarkup.c:458
#, 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:492
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Tecknet \"%s\" är inte giltigt inuti ett entitetsnamn"
-#: ../glib/gmarkup.c:529
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitetsnamnet \"%s\" är okänt"
-#: ../glib/gmarkup.c:540
-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:540
+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:593
+#: glib/gmarkup.c:593
#, 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:618
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Teckenreferensen \"%-.*s\" kodar inte ett tillåtet tecken"
-#: ../glib/gmarkup.c:633
+#: glib/gmarkup.c:633
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:643
-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:643
+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:729
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Oavslutad entitetsreferens"
-#: ../glib/gmarkup.c:735
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Oavslutad teckenreferens"
-#: ../glib/gmarkup.c:978
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ogiltigt UTF-8-kodad text - för lång sekvens"
-#: ../glib/gmarkup.c:1006
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ogiltigt UTF-8-kodad text - inte ett starttecken"
-#: ../glib/gmarkup.c:1042
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ogiltigt UTF-8-kodad text - inte giltig \"%s\""
-#: ../glib/gmarkup.c:1080
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentet måste börja med ett element (exempelvis <book>)"
-#: ../glib/gmarkup.c:1120
+#: glib/gmarkup.c:1120
#, 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:1184
+#: glib/gmarkup.c:1184
#, c-format
-msgid "Odd character '%s', expected a '>' character to end the start tag of element '%s'"
-msgstr "Konstigt tecken \"%s\", ett \">\"-tecken förväntades för att avsluta starttaggen för elementet \"%s\""
+msgid ""
+"Odd character '%s', expected a '>' character to end the start tag of element "
+"'%s'"
+msgstr ""
+"Konstigt tecken \"%s\", ett \">\"-tecken förväntades för att avsluta "
+"starttaggen för elementet \"%s\""
-#: ../glib/gmarkup.c:1273
+#: glib/gmarkup.c:1273
#, 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:1315
+#: glib/gmarkup.c:1315
#, 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:1401
+#: glib/gmarkup.c:1401
#, 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:1543
+#: glib/gmarkup.c:1543
#, 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:1583
+#: glib/gmarkup.c:1583
#, 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:1594
+#: glib/gmarkup.c:1594
#, 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:1603
+#: glib/gmarkup.c:1603
#, 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:1763
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentet var tomt eller innehöll endast tomrum"
-#: ../glib/gmarkup.c:1777
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentet tog oväntat slut efter ett öppningsklammer \"<\""
-#: ../glib/gmarkup.c:1785
-#: ../glib/gmarkup.c:1830
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, 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:1793
+#: glib/gmarkup.c:1793
#, 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:1799
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentet tog oväntat slut inuti ett elementnamn"
-#: ../glib/gmarkup.c:1805
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentet tog oväntat slut inuti ett attributnamn"
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumentet tog oväntat slut inuti en elementöppnande tagg."
-#: ../glib/gmarkup.c:1816
-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:1816
+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:1823
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentet tog oväntat slut inuti ett attributvärde"
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
#, 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:1845
+#: glib/gmarkup.c:1845
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:1956
+#: glib/gregex.c:154 gio/glocalfile.c:1963
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
#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "Texten var tom (eller innehöll bara tomrum)"
-#: ../glib/gspawn-win32.c:279
+#: glib/gspawn-win32.c:279
#, c-format
msgid "Failed to read data from child process"
msgstr "Misslyckades med att läsa data från barnprocessen"
-#: ../glib/gspawn-win32.c:294
-#: ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, 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:332
-#: ../glib/gspawn-win32.c:340
-#: ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, 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:363
-#: ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Misslyckades med att byta till katalogen \"%s\" (%s)"
-#: ../glib/gspawn-win32.c:369
-#: ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Misslyckades med att köra barnprocess (%s)"
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "Ogiltigt programnamn: %s"
-#: ../glib/gspawn-win32.c:450
-#: ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Ogiltig sträng i argumentvektorn vid %d: %s"
-#: ../glib/gspawn-win32.c:461
-#: ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Ogiltig sträng i miljön: %s"
-#: ../glib/gspawn-win32.c:719
-#: ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, c-format
msgid "Invalid working directory: %s"
msgstr "Ogiltig arbetskatalog: %s"
-#: ../glib/gspawn-win32.c:787
+#: glib/gspawn-win32.c:787
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Misslyckades med att köra hjälparprogram (%s)"
-#: ../glib/gspawn-win32.c:1002
+#: glib/gspawn-win32.c:1002
#, c-format
-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"
+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:180
+#: glib/gspawn.c:180
#, 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:317
+#: glib/gspawn.c:317
#, 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:400
+#: glib/gspawn.c:400
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Oväntat fel i waitpid() (%s)"
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
#, c-format
msgid "Failed to fork (%s)"
msgstr "Misslyckades med att grena (%s)"
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Misslyckades med att köra barnprocessen \"%s\" (%s)"
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
#, 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:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Misslyckades med att skapa barnprocess (%s)"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Okänt fel vid körning av barnprocessen \"%s\""
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, 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:1030
+#: glib/gutf8.c:1030
#, c-format
msgid "Character out of range for UTF-8"
msgstr "Tecknet är utanför intervallet för UTF-8"
-#: ../glib/gutf8.c:1124
-#: ../glib/gutf8.c:1133
-#: ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274
-#: ../glib/gutf8.c:1415
-#: ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
#, c-format
msgid "Invalid sequence in conversion input"
msgstr "Ogiltig sekvens i konverteringsindata"
-#: ../glib/gutf8.c:1426
-#: ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
#, c-format
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
#, c-format
msgid "Valid key file could not be found in search dirs"
msgstr "Giltig nyckelfil kunde inte hittas i sökkatalogerna"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
#, c-format
msgid "Not a regular file"
msgstr "Inte en vanlig fil"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
#, c-format
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
#, c-format
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:1109
-#: ../glib/gkeyfile.c:1269
-#: ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555
-#: ../glib/gkeyfile.c:2690
-#: ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978
-#: ../glib/gkeyfile.c:3165
-#: ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Nyckelfilen har inte gruppen \"%s\""
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Nyckelfilen har inte nyckeln \"%s\""
-#: ../glib/gkeyfile.c:1383
-#: ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, 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:1403
-#: ../glib/gkeyfile.c:1516
-#: ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, 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:2106
-#: ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, 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:2502
-#: ../glib/gkeyfile.c:2705
-#: ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, 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:3471
+#: glib/gkeyfile.c:3471
#, c-format
msgid "Key file contains escape character at end of line"
msgstr "Nyckelfilen innehåller kontrolltecken i slutet på en rad"
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3493
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Nyckelfilen innehåller ogiltiga kontrollsekvensen \"%s\""
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Värdet \"%s\" kan inte tolkas som ett tal."
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Heltalsvärdet \"%s\" är utanför intervallet"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
#, 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:3706
+#: glib/gkeyfile.c:3706
#, 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:483
-#: ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318
-#: ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684
-#: ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, c-format
msgid "Too large count value passed to %s"
msgstr "För stort räknevärde skickat till %s"
-#: ../gio/gbufferedinputstream.c:870
-#: ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
#, c-format
msgid "Stream is already closed"
msgstr "Strömmen är redan stängd"
-#: ../gio/gcancellable.c:296
-#: ../gio/glocalfile.c:1949
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Åtgärden avbröts"
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
msgid "Unknown type"
msgstr "Okänd typ"
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr "%s-filtyp"
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "%s-typ"
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
#, c-format
msgid "Unexpected early end-of-stream"
msgstr "Oväntat tidig end-of-stream"
-#: ../gio/gdesktopappinfo.c:411
-#: ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Namnlös"
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
#, c-format
msgid "Desktop file didn't specify Exec field"
msgstr "Skrivbordsfilen angav inget Exec-fält"
-#: ../gio/gdesktopappinfo.c:882
+#: gio/gdesktopappinfo.c:882
#, c-format
msgid "Unable to find terminal required for application"
msgstr "Kunde inte hitta terminal som krävs för programmet"
-#: ../gio/gdesktopappinfo.c:1114
+#: gio/gdesktopappinfo.c:1114
#, 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:1118
+#: gio/gdesktopappinfo.c:1118
#, 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:1457
+#: gio/gdesktopappinfo.c:1457
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Kan inte skapa skrivbordsfil för användare %s"
-#: ../gio/gdesktopappinfo.c:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr "Anpassad definition för %s"
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr "enheten har inte implementerat utmatning"
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
msgid "drive doesn't implement polling for media"
msgstr "enheten har inte implementerat pollning av media"
-#: ../gio/gfile.c:812
-#: ../gio/gfile.c:1002
-#: ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366
-#: ../gio/gfile.c:1419
-#: ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556
-#: ../gio/gfile.c:2594
-#: ../gio/gfile.c:2639
-#: ../gio/gfile.c:2689
-#: ../gio/gfile.c:2729
-#: ../gio/gfile.c:3053
-#: ../gio/gfile.c:3455
-#: ../gio/gfile.c:3538
-#: ../gio/gfile.c:3621
-#: ../gio/gfile.c:3701
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Åtgärden stöds inte"
@@ -1252,103 +1256,93 @@ 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:1254
-#: ../gio/glocalfile.c:1046
-#: ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
#, c-format
msgid "Containing mount does not exist"
msgstr "Infattande montering finns inte"
-#: ../gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "Kan inte kopiera över katalog"
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
#, c-format
msgid "Can't copy directory over directory"
msgstr "Kan inte kopiera katalog över katalog"
-#: ../gio/gfile.c:1963
-#: ../gio/glocalfile.c:2103
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Målfilen finns"
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
#, c-format
msgid "Can't recursively copy directory"
msgstr "Kan inte kopiera katalogen rekursivt"
-#: ../gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "Ogiltigt värde för symbolisk länk angivet"
-#: ../gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "Papperskorgen stöds inte"
-#: ../gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Filnamn får inte innehålla \"%c\""
-#: ../gio/gfile.c:4752
-#: ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "volymen har inte implementerat montering"
-#: ../gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "Inget program är registrerat för hantering av denna fil"
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
#, c-format
msgid "Enumerator is closed"
msgstr "Numreraren är stängd"
-#: ../gio/gfileenumerator.c:158
-#: ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317
-#: ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "Filnumreraren har kvarstående åtgärd"
-#: ../gio/gfileenumerator.c:307
-#: ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Filnumreraren är redan strängd"
-#: ../gio/gfileinputstream.c:154
-#: ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168
-#: ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
#, c-format
msgid "Stream doesn't support query_info"
msgstr "Strömmen saknar stöd för query_info"
-#: ../gio/gfileinputstream.c:336
-#: ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
#, c-format
msgid "Seek not supported on stream"
msgstr "Sökning stöds inte på strömmen"
-#: ../gio/gfileinputstream.c:380
+#: gio/gfileinputstream.c:380
#, c-format
msgid "Truncate not allowed on input stream"
msgstr "Kapning tillåts inte på inmatningsströmmen"
-#: ../gio/gfileoutputstream.c:457
+#: gio/gfileoutputstream.c:457
#, c-format
msgid "Truncate not supported on stream"
msgstr "Kapning stöds inte på strömmen"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
#, c-format
msgid "Input stream doesn't implement read"
msgstr "Inmatningsströmmen har inte implementerat läsning"
@@ -1359,326 +1353,299 @@ 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:904
-#: ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
#, c-format
msgid "Stream has outstanding operation"
msgstr "Strömmen har kvarstående åtgärd"
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
#, c-format
msgid "Unable to find default local directory monitor type"
msgstr "Kunde inte hitta standardtyp för lokal katalogövervakare"
-#: ../gio/glocalfile.c:599
+#: gio/glocalfile.c:599
#, c-format
msgid "Invalid filename %s"
msgstr "Ogiltigt filnamn %s"
-#: ../gio/glocalfile.c:962
+#: gio/glocalfile.c:962
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Fel vid hämtning av filsystemsinformation: %s"
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
#, c-format
msgid "Can't rename root directory"
msgstr "Kan inte byta namn på rotkatalog"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "Kan inte byta namn på filen, filnamnet finns redan"
-#: ../gio/glocalfile.c:1121
-#: ../gio/glocalfile.c:1978
-#: ../gio/glocalfile.c:2007
-#: ../gio/glocalfile.c:2156
-#: ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517
-#: ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Ogiltigt filnamn"
-#: ../gio/glocalfile.c:1125
+#: gio/glocalfile.c:1125
#, c-format
msgid "Error renaming file: %s"
msgstr "Fel vid namnbyte av fil: %s"
-#: ../gio/glocalfile.c:1244
+#: gio/glocalfile.c:1244
#, c-format
msgid "Error opening file: %s"
msgstr "Fel vid öppnade av fil: %s"
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
#, c-format
msgid "Can't open directory"
msgstr "Kan inte öppna katalog"
-#: ../gio/glocalfile.c:1314
-#: ../gio/glocalfile.c:1982
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Fel vid borttagning av fil: %s"
-#: ../gio/glocalfile.c:1677
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Fel vid kastande av fil: %s"
-#: ../gio/glocalfile.c:1700
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Kunde inte skapa papperskorgskatalogen %s: %s"
-#: ../gio/glocalfile.c:1721
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Kunde inte hitta toppnivåkatalog för papperskorg"
-#: ../gio/glocalfile.c:1800
-#: ../gio/glocalfile.c:1820
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Kunde inte hitta eller skapa papperskorgskatalog"
-#: ../gio/glocalfile.c:1854
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Kunde inte skapa information om kastad fil: %s"
-#: ../gio/glocalfile.c:1879
-#: ../gio/glocalfile.c:1948
-#: ../gio/glocalfile.c:1955
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Kunde inte kasta fil: %s"
-#: ../gio/glocalfile.c:2011
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Fel vid skapande av symbolisk länk: %s"
-#: ../gio/glocalfile.c:2071
-#: ../gio/glocalfile.c:2160
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Fel vid flyttning av fil: %s"
-#: ../gio/glocalfile.c:2094
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "Kan inte flytta katalog över katalog"
-#: ../gio/glocalfile.c:2116
-#: ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791
-#: ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822
-#: ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Misslyckades med att skapa säkerhetskopiefil"
-#: ../gio/glocalfile.c:2135
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Fel vid borttagning av målfil: %s"
-#: ../gio/glocalfile.c:2149
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "Flyttning mellan monteringar stöds inte"
-#: ../gio/glocalfileinfo.c:709
+#: gio/glocalfileinfo.c:709
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "Attributvärde måste vara icke-NULL"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Ogiltig attributtyp (sträng förväntades)"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid extended attribute name"
msgstr "Ogiltigt utökat attributnamn"
-#: ../gio/glocalfileinfo.c:763
+#: gio/glocalfileinfo.c:763
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Fel vid inställning av utökat attribut \"%s\": %s"
-#: ../gio/glocalfileinfo.c:1402
-#: ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Fel vid tillståndsläsning av filen \"%s\": %s"
-#: ../gio/glocalfileinfo.c:1458
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (ogiltig kodning)"
-#: ../gio/glocalfileinfo.c:1618
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Fel vid tillståndsläsning av filhandtag: %s"
-#: ../gio/glocalfileinfo.c:1663
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ogiltig attributtyp (uint32 förväntades)"
-#: ../gio/glocalfileinfo.c:1680
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ogiltig attributtyp (uint64 förväntades)"
-#: ../gio/glocalfileinfo.c:1698
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Ogiltig attributtyp (bytesträng förväntades)"
-#: ../gio/glocalfileinfo.c:1724
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Fel vid inställning av rättigheter: %s"
-#: ../gio/glocalfileinfo.c:1775
-#: ../gio/glocalfileinfo.c:1943
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Fel vid inställning av ägare: %s"
-#: ../gio/glocalfileinfo.c:1798
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "symbolisk länk måste vara icke-NULL"
-#: ../gio/glocalfileinfo.c:1808
-#: ../gio/glocalfileinfo.c:1827
-#: ../gio/glocalfileinfo.c:1838
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Fel vid inställning av symbolisk länk: %s"
-#: ../gio/glocalfileinfo.c:1817
+#: gio/glocalfileinfo.c:1817
#, c-format
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:1998
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Inställning av attributet %s stöds inte"
-#: ../gio/glocalfileinputstream.c:160
-#: ../gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
#, 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:372
-#: ../gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
+#: gio/glocalfileoutputstream.c:854
#, c-format
msgid "Error seeking in file: %s"
msgstr "Fel vid sökning i fil: %s"
-#: ../gio/glocalfileinputstream.c:233
-#: ../gio/glocalfileoutputstream.c:279
+#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279
#, c-format
msgid "Error closing file: %s"
msgstr "Fel vid stängning av fil: %s"
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
#, c-format
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:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
#, c-format
msgid "Error writing to file: %s"
msgstr "Fel vid skrivning till fil: %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:213
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Fel vid borttagning av gamla länk till säkerhetskopia: %s"
-#: ../gio/glocalfileoutputstream.c:227
-#: ../gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Fel vid skapande av säkerhetskopia: %s"
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:258
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Fel vid namnbyte på temporärfil: %s"
-#: ../gio/glocalfileoutputstream.c:418
-#: ../gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
#, c-format
msgid "Error truncating file: %s"
msgstr "Fel vid kapning av fil: %s"
-#: ../gio/glocalfileoutputstream.c:478
-#: ../gio/glocalfileoutputstream.c:523
-#: ../gio/glocalfileoutputstream.c:654
-#: ../gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Fel vid öppning av filen \"%s\": %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:679
#, c-format
msgid "Target file is a directory"
msgstr "Målfilen är en katalog"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
#, c-format
msgid "Target file is not a regular file"
msgstr "Målfilen är inte en vanlig fil"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
#, c-format
msgid "The file was externally modified"
msgstr "Filen blev externt ändrad"
-#: ../gio/gmemoryinputstream.c:487
-#: ../gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Ogiltig GSeekType angavs"
-#: ../gio/gmemoryinputstream.c:497
-#: ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Ogiltig sökbegäran"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr "Kan inte kapa av GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "Nådde maximal gräns för datakedja"
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "Storlek för minnesutmatningsström är inte ändringsbar"
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Misslyckades med att ändra storlek på minnesutmatningsström"
@@ -1686,177 +1653,195 @@ 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:344
+#: gio/gmount.c:344
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:419
+#: gio/gmount.c:419
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:501
+#: gio/gmount.c:501
msgid "mount doesn't implement remount"
msgstr "montering har inte implementerat återmontering"
-#: ../gio/goutputstream.c:202
-#: ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
#, c-format
msgid "Output stream doesn't implement write"
msgstr "Utmatningsström har inte implementerat skrivning"
-#: ../gio/goutputstream.c:363
-#: ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
#, c-format
msgid "Source stream is already closed"
msgstr "Källströmmen är redan stängd"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr "namn"
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
msgid "The name of the icon"
msgstr "Namnet för ikonen"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr "namn"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr "En kedja innehållandes ikonnamnen"
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr "använd standardvärden att falla tillbaka på"
-#: ../gio/gthemedicon.c:245
-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:245
+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:202
-#: ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300
-#: ../gio/gunixoutputstream.c:289
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "Fel vid läsning från unix: %s"
-#: ../gio/gunixinputstream.c:255
-#: ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244
-#: ../gio/gunixoutputstream.c:395
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, c-format
msgid "Error closing unix: %s"
msgstr "Fel vid stängning av unix: %s"
-#: ../gio/gunixmounts.c:1778
-#: ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Filsystemsrot"
-#: ../gio/gunixoutputstream.c:190
-#: ../gio/gunixoutputstream.c:211
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, c-format
msgid "Error writing to unix: %s"
msgstr "Fel vid skrivning till unix: %s"
-#: ../gio/gvolume.c:423
+#: gio/gvolume.c:423
msgid "volume doesn't implement eject"
msgstr "volymen har inte implementerat utmatning"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
#, c-format
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
#, c-format
msgid "URIs not supported"
msgstr "URI:er stöds inte"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
#, c-format
msgid "association changes not supported on win32"
msgstr "associeringsändringar stöds inte på win32"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
#, c-format
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...]"
#~ msgid "cancelled"
#~ msgstr "avbröts"
+
#~ msgid "failed"
#~ msgstr "misslyckades"
+
#~ 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 fc08b82f5..62be796dd 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -304,23 +304,23 @@ msgstr "'%s' கோப்பினை திறக்க முடியவி
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' கோப்பினை ஒப்பிட முடியவில்லை: mmap() செயலிழந்தது: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "%d வரியில் %d வரியுருவில் பிழை: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "%d வரியில் பிழை: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"வெற்றா பிரதிநிதி '&;' கண்டது; சரியான பிரதிநிதிகள்: &amp; &quot; &lt; &qt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -330,17 +330,17 @@ msgstr ""
"'%s' வரியுரு பிரதிநிதியின் தொடக்கத்தில் வரக்கூடாது; & வரியுரு பிரதிநிதியைத் "
"தொடங்கும்; இந்த & ஓர் பிரதிநிதியாக இருக்கக்கூடாது என்றால்; அதை &amp ஆக விடுவி;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "'%s' வரியுரு பிரதிநிதியின் பெயரில் பிழையானது"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "பிரதிநிதியின் பெயர் '%s' தெரியாதது"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -348,7 +348,7 @@ msgstr ""
"பிரதிநிதி ';' உடன் முடிவடையவில்லை; நீங்கள் பிரதிநிதி ஒன்றை தொடங்க யோசிக்காமல் '&' "
"பயன்படுத்தி இருக்கலாம் - '&'சை &amp ஆக விடுவி;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -357,16 +357,16 @@ msgstr ""
"'%-.*s'ஐ கூறிட முடியவில்லை,அதன் ஒரு எழுத்துக்குள் ஒரு தசமத்தை கொண்டிருக்க வேண்டும் "
"குறிப்பு (&#234; எடுத்துக்காட்டாக) - எனினும் தசமம் மிக பெரியதாக உள்ளது"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "எழுத்து குறிப்பு '%-.*s' ஒரு அனுமதிக்கப்பட்ட எழுத்தினை குறிமுறையாக்கவில்லை"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "வேற்றான வரியுரு குறிப்பு; &#454 ஆகிய இலக்கங்கள் சேர்ந்திருக் வேண்டும்;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -376,32 +376,32 @@ msgstr ""
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "முடிவடையாத உள்ளீட்பு மேற்கோள்"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "முடிவடையாத வரியுரு மேற்கோள்"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "பிழையான UTF-8 குறியீடு செய்யப்பட்ட உரை - மிக நீண்ட உரை"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "பிழையான UTF-8 குறியீடு செய்யப்பட்ட உரை - துவங்கும் குறியல்ல"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "பிழையான UTF-8 குறியீடு செய்யப்பட்ட உரை - செல்லுபடியாகும் '%s' அல்ல"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ஆவணம் ஓர் உறுப்புடன் (உதாரணம்: <book>) தொடங்க வேண்டும்"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -410,7 +410,7 @@ msgstr ""
"'<' வரியுருவை தொடர்ந்து '%s' வர முடியாது; அதைப் பயன்படுத்தி ஓர் உறுப்படியின் பெயரைத் "
"தொடங்க முடியாது"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -419,7 +419,7 @@ msgstr ""
"ஒற்றை வரியுரு '%s', '%s' உறுப்படி தொடங்கல் ஒட்டை ஓர் '>' வரியுரு முடிவு செய்யும் "
"என்று எதிர்பார்த்தது"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -427,7 +427,7 @@ msgstr ""
"'%s' ஓர் ஒற்றை வரியுரு, பண்பின் பெயர் '%s' பின் ('%s' உறுப்பின்) எதிர்பார்த்தது ஓர் '=' "
"வரியுரு"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -438,7 +438,7 @@ msgstr ""
"element '%s', or optionally an attribute; perhaps you used an invalid "
"character in an attribute name"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -447,7 +447,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:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -456,7 +456,7 @@ msgstr ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -465,25 +465,25 @@ msgstr ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' உறுப்பு மூடப்பட்டுல்லது, தற்பொது ஒரு உறுப்பும் திறந்து இல்லை"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' உறுப்பு மூடப்பட்டுல்லது, அனால் தற்பொது திறந்திறுக்கும் உறுப்பு '%s'"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "வெற்றான ஆவணம் அல்லது ஆவணத்தில் இறுப்பது அனைத்தும் வெண்வெளி"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "'<' பிறகு ஆவணம் திடீரென முடிவடைந்தது"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -492,7 +492,7 @@ msgstr ""
"உறுப்புகள் திறந்திறுக்கும்போது ஆவணம் திடீரென முடிவடைந்தது - கடைசியாகத் திறக்கப்பட்ட "
"உறுப்பு '%s'"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -501,19 +501,19 @@ msgstr ""
"ஆவணம் திடீரென முடிவடைந்தது, அடையாள ஒட்டு <%s/> முடிவில் ஓர் '}' இருக்கும் என "
"எதிர்பார்த்தது"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "உறுப்பு பெயர் உள்ளே ஆவணம் திடீரென முடிவடைந்தது"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "பண்பு பெயர் உள்ளே ஆவணம் திடீரென முடிவடைந்தது"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "உறுப்பு-தொடங்களின் அடையாள ஒட்டு உள்ளே ஆவணம் திடீரென முடிவடைந்தது"
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -521,16 +521,16 @@ msgstr ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "பண்பு பெயர் உள்ளிறுக்கும் போது ஆவணம் திடீரென முடிவடைந்தது"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "'%s' என்னும் மூடு-அடையாள ஒட்டு உள்ளே ஆவணம் திடீரென முடிவடைந்தது"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ஆவணம் திடீரென குறிப்புரையுல் அல்லது செயலாக்கம் ஆணையுல் முடிவடைந்தது"
@@ -554,7 +554,7 @@ msgstr "பின்நோக்கி ஆராயும் எல்லை அ
msgid "the pattern contains items not supported for partial matching"
msgstr "தோரணி உள்ளடக்கங்கள் பகுதி பொருத்தத்துக்கு ஆதரவு தராத உருப்படிகளாக உள்ளன"
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "உள்ளமை தவறு"
@@ -1162,7 +1162,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1230,9 +1230,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது"
@@ -1251,7 +1251,7 @@ msgstr "என்பதன்-குறுக்கம் இணைப்பு
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1261,7 +1261,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1271,26 +1271,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "'%s' பெயரிலுள்ள பயன்பாடு '%s'க்கு ஒரு புத்தகக்குறியை பதிவு செய்தது"
@@ -1301,12 +1301,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1372,8 +1372,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1394,69 +1394,69 @@ msgstr "'%s' கோப்பு வாசிக்கும் போது ப
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "'%s' கோப்பை படைக்க முடியவில்லை: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "'%s' கோப்பை படைக்க முடியவில்லை: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "'%s' கோப்பை படைக்க முடியவில்லை: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "கூறிடும் போது பிழை: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1481,62 +1481,62 @@ msgstr "பண்பு பெயர் உள்ளே ஆவணம் தி
msgid "Error setting extended attribute '%s': %s"
msgstr "'%s' அடைவு திறக்கும்போது பிழை: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "மாற்றும் போது பிழை: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "மாற்றும் போது பிழை: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "%d வரியில் பிழை: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது"
@@ -1609,12 +1609,12 @@ msgstr "ஒரு முறையான கோப்பில்லை"
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "செல்லுபடியாகாத விசை பெயர்: %s"
@@ -1624,17 +1624,17 @@ msgstr "செல்லுபடியாகாத விசை பெயர்:
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1709,7 +1709,7 @@ msgstr "'%s' கோப்பு வாசிக்கும் போது ப
msgid "Error closing unix: %s"
msgstr "%d வரியில் பிழை: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/te.po b/po/te.po
index 51f2dc206..fd37acbdb 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -301,22 +301,22 @@ msgstr "దస్త్రం '%s' తెరుచుటలో విఫలమ
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "దస్త్రం '%s' తెరుచుటలో విఫలమైనారు: ఎఫ్ డిఓపన్() విఫలమైనది: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr " %d క్యార్ %d వరుసలో దోషం కలదు : %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "%d వరుసలో దోషం కలదు : %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr " ఖాశి వ్యష్టి '&;' చూడబడినది; వర్తించు వ్యష్టిలు: &amp; &quot; &lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -326,17 +326,17 @@ msgstr ""
" వ్యష్టినామముతో ప్రారంభమగు అక్షరము '%s' నిస్సారము; వ్యష్టి & అక్షరముతో ప్రారంభమగును;వ్యష్టి "
"ప్రారంబమగును; ఒక వేశ ఆంపర్సండ్ ఊహించిన విధంగా వ్యష్టి కాకపోతే , ఎస్కేప్it as &amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr " వ్యష్టినామంలో అక్షరము '%s' నిస్సారము "
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr " '%s' వ్యష్టి నామం తెలియదు "
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -344,7 +344,7 @@ msgstr ""
" వ్యష్టి సెమికోలన్ తో పూర్తవలేదు; దాదాపుగా యాంపర్ సెండ్ ఉపయెగించవలెను అక్షరము దాదాపుగా -' ఎస్కేప్ "
"యంపర్ సెండ్ యాజ్ &యాంప్;' తో ప్రారంభమవలేదు. "
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -353,16 +353,16 @@ msgstr ""
"అక్షరములో అంకె కలిగియున్నందువలన '%-.*s', పార్సింగ్ విఫలమైనది.దాదాపుగా అంక్య భారీగా ఉన్నది -నివేదన "
"(ఉదాహరణకు : &#234; )"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "అక్షర నివేదన '%-.*s' అనుమతించబడిన అక్షరము ఎన్ కోడ్ అవ్వదు."
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr " ఖాళీ అక్షర నివేదన తప్పనిసరిగా &#454 ఈ సంఖ్యను కలుపుకొనవలెను"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -371,34 +371,34 @@ msgstr ""
"అక్షర నివేదన సెమికోలన్ తో ముగియలేదు; దాదాపుగా యిది ఉపయెగించండి యాంపర్ సెండ్ అక్షరం తో ప్రారంభమవరాదు - "
"ఎస్సేప్ యాంపర్ సెండ్ యాజ్ &యాంప్ "
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr " పూర్తికాని వ్యష్టినివెదన "
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr " అక్షర నివేదన పూర్తికాలేదు "
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "నిస్సారమైన యుటిఎఫ్-8 ఎన్ కోడెడ్ పాఠం"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "నిస్సారమైన యుటిఎఫ్-8 ఎన్ కోడెడ్ పాఠం"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "నిస్సారమైన యుటిఎఫ్-8 ఎన్ కోడెడ్ పాఠం"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "పత్రం తప్పనిసరిగా ఒక మూలకంతో ప్రారంభమవలెను (ఉదా. <బుక్>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -406,20 +406,20 @@ msgid ""
msgstr ""
" '<' తో ప్రారంభమగు '%s' అనునది సరరిఐన అక్షరం కాదు ; యిది మూలక నామంతో ప్రారంభమవలేదు. "
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "బేసి అక్షరము '%s', ఊహించిన '>' అక్షరము చివరి ప్రారంభ బొందు మూతకం '%s'"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "బేసి అక్షరము '%s', ఊహించిన '=' తర్వాత '%s' ఆపాదించు నామం '%s' మూలకం "
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -429,7 +429,7 @@ msgstr ""
"'%s' ఊహించిన బేసి అక్షరము '>' లేక '/' చివరి ర్రంభ బొందు అక్షరము మాలకం %sలేక ఇచ్చాపూర్వక "
"ఆపాదన; దాదాపుగా ఆపాదన నామంలో అనర్హమైన అక్షరం ఉపమెగించినావు"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -437,14 +437,14 @@ msgid ""
msgstr ""
"బేసి అక్షరము '%s', ఊహించిన తెరచిన క్వోట్ చిహ్నం తరాత ఇచ్చిన ఆపాదన విలువ '%s' మూతకము '%s'"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, 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:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -453,26 +453,26 @@ msgstr ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr " '%s' మూలకం మూయబడినది, ప్రస్ధుతం ఏ మూలకము తెరచియుండలెదు "
# ../glib/gmarkup.c:1588
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' మూలకం మూయబడినది, కాని ప్రస్ధుతం తెరువ బడిన మూలకం '%s'"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr " పత్రం ఖాలిగా ఉన్నది లేక ఒక వైట్ స్పేస్ కలిగి యున్నది. "
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "పత్రం చివర కోణ కుండలీకరణము'<' వెంటనె అనవసరముగా ముగింపు అయినది"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -480,7 +480,7 @@ msgid ""
msgstr ""
"మూలకములు ఇంకను తెరచియున్న పత్రం ఊహించని విధంగా అంతమైనది- '%s' చివరిది మూలకము తెరచబడినది"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -488,19 +488,19 @@ msgid ""
msgstr ""
"పత్రం ఊహించని విధంగా అంతమైనది,మూసిన కోణకుండశికరణం అంతము చూచుటకు ఊహించబడినది బొందు <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr " పత్రం చివర ఊహించని మూలకనామం కలదు "
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "పత్రం చివర ఊహించని ఆపాదననామం కలదు"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "పత్రం చివర ఊహించని తెరచిన బొందు కలదు."
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
#, fuzzy
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
@@ -508,16 +508,16 @@ msgid ""
msgstr ""
" '=' చిహ్నము తర్వాత క్రింద కనబరిచిన ఆపాదన పాఠం చివర ఊహించకుండా ఉన్నది. నామం; ఆపాదన విలువ లేదు."
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr " లోపల ఆపాదన విలువ ఉన్నపుడు పాఠం ఊహించకుండా ముగింపు అయినది "
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr " '%s'మూలకము యోక్క మూసిన బొందు ఊహించకుండా పాఠం ముగింపు అయినది "
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr " లోపల వ్యాఖ్య క్రమగతి ఆదేశం ఉండగా ఊహించకుండా పాఠం ముగింపు అయినది "
@@ -541,7 +541,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1146,7 +1146,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1214,9 +1214,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "చిహ్న పూరితజోడి సహకరించలెదు. "
@@ -1235,7 +1235,7 @@ msgstr "చిహ్న పూరితజోడి సహకరించలె
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1245,7 +1245,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1255,26 +1255,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "చిహ్న పూరితజోడి సహకరించలెదు. "
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1285,12 +1285,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1356,8 +1356,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1378,69 +1378,69 @@ msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr " '%s' దస్త్రమును సృష్టించుటలో విఫలమయినావు. :%s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr " '%s' దస్త్రమును సృష్టించుటలో విఫలమయినావు. :%s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr " '%s' దస్త్రమును సృష్టించుటలో విఫలమయినావు. :%s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "పరివర్తనం నందు దోషం కలదు: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1465,62 +1465,62 @@ msgstr "పత్రం చివర ఊహించని ఆపాదననా
msgid "Error setting extended attribute '%s': %s"
msgstr " వివరణ తెరచుటలో దోషం '%s': %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "పరివర్తనం నందు దోషం కలదు: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "పరివర్తనం నందు దోషం కలదు: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "%d వరుసలో దోషం కలదు : %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "చిహ్న పూరితజోడి సహకరించలెదు. "
@@ -1593,12 +1593,12 @@ msgstr "క్రమబద్దమైన దస్త్రం కాదు"
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "నిస్సారమైన ఆతిథ్య నామము"
@@ -1608,17 +1608,17 @@ msgstr "నిస్సారమైన ఆతిథ్య నామము"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1693,7 +1693,7 @@ msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
msgid "Error closing unix: %s"
msgstr "%d వరుసలో దోషం కలదు : %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/th.po b/po/th.po
index f80f03be2..027b5159f 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-02-24 19:10+0700\n"
"Last-Translator: Theppitak Karoonboonyanan <thep@linux.thai.net>\n"
"Language-Team: Thai <thai-l10n@googlegroups.com>\n"
@@ -299,22 +299,22 @@ msgstr "เปิดแฟ้ม '%s' ไม่สำเร็จ: open() ล้
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "แม็ปแฟ้ม '%s' ไม่สำเร็จ: mmap() ล้มเหลว: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "มีข้อผิดพลาดที่บรรทัด %d อักขระที่ %d: "
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "มีข้อผิดพลาดที่บรรทัด %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "พบเอนทิตี '&;' ซึ่งไม่ถูกต้อง ค่าที่ใช้ได้คือ: &amp; &quot; &lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -324,17 +324,17 @@ msgstr ""
"อักขระ '%s' ไม่สามารถใช้ขึ้นต้นชื่อเอนทิตีได้ อักขระ & ใช้เริ่มเอนทิตี ถ้าเครื่องหมาย ampersand "
"นี้ไม่ได้เจตนาให้เป็นเอนทิตี ต้องหลีกโดยแทนด้วย &amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "อักขระ '%s' ใช้ในชื่อเอนทิตีไม่ได้"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "ไม่รู้จักเอนทิตีชื่อ '%s'"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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 +342,7 @@ msgstr ""
"เอนทิตีไม่ได้ปิดด้วยอัฒภาค เป็นไปได้สูงที่คุณอาจใช้ ampersand โดยไม่ได้จงใจให้เริ่มเอนทิตี ถ้าใช่ "
"ก็จงหลีก ampersand โดยแทนด้วย &amp; เสีย"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -351,16 +351,16 @@ msgstr ""
"ไม่สามารถแจง '%-.*s' ซึ่งควรจะเป็นตัวเลขภายในตัวอ้างอิงอักขระ (เช่น &#234;) "
"เป็นไปได้ว่าตัวเลขอาจจะมากเกินไป"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "ตัวอ้างอิงอักขระ '%-.*s' ไม่ได้เข้ารหัสอักขระที่เป็นไปได้"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ตัวอ้างอิงอักขระว่างเปล่า ควรจะมีตัวเลข เช่น &#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
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,53 +369,53 @@ msgstr ""
"ตัวอ้างอิงอักขระไม่ได้ปิดด้วยอัฒภาค เป็นไปได้สูงที่คุณอาจใช้ ampersand โดยไม่ได้จงใจให้เริ่มเอนทิตี "
"ถ้าใช่ ก็จงหลีก ampersand โดยแทนด้วย &amp; เสีย"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "ตัวอ้างอิงเอนทิตีไม่สมบูรณ์"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "ตัวอ้างอิงอักขระไม่สมบูรณ์"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "ข้อความลงรหัส UTF-8 ไม่ถูกต้อง - ลำดับซ้อนเหลื่อมกัน"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "ข้อความลงรหัส UTF-8 ไม่ถูกต้อง - ไม่ได้เริ่มด้วยไบต์ที่เป็นต้นอักขระ"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "ข้อความลงรหัส UTF-8 ไม่ถูกต้อง - ข้อความที่ผิด: '%s'"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "เอกสารต้องเริ่มด้วยอิลิเมนต์ (เช่น <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'%s' ไม่ใช่อักขระที่ใช้ตามหลัง '<' ได้ จึงไม่สามารถใช้ขึ้นต้นชื่ออิลิเมนต์ได้"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "พบอักขระแปลกปลอม '%s' ในขณะที่มองหาอักขระ '>' ที่จะมาปิดแท็กตั้งต้นอิลิเมนต์ '%s'"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"พบอักขระแปลกปลอม '%s' ในขณะที่กำลังมองหา '=' หลังชื่อแอตทริบิวต์ '%s' ของอิลิเมนต์ '%s'"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -425,7 +425,7 @@ msgstr ""
"พบอักขระแปลกปลอม '%s' ในขณะที่กำลังมองหา '>' หรือ '/' ที่จะมาปิดแท็กตั้งต้นของอิลิเมนต์ '%"
"s' หรือไม่ก็เป็นแอตทริบิวต์ เป็นไปได้ว่าคุณกำลังใช้อักขระที่ใช้ไม่ได้ในชื่อแอตทริบิวต์"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -434,80 +434,80 @@ msgstr ""
"พบอักขระแปลกปลอม '%s' ในขณะที่กำลังมองหาอัญประกาศเปิดหลัง '=' "
"ในการกำหนดค่าให้กับแอตทริบิวต์ '%s' ของอิลิเมนต์ '%s'"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, 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:1577
+#: glib/gmarkup.c:1583
#, 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:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "พบการปิดอิลิเมนต์ '%s' แต่ไม่มีอิลิเมนต์ใดเปิดอยู่"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "พบการปิดอิลิเมนต์ '%s' แต่อิลิเมนต์ที่เปิดอยู่คือ '%s'"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "เอกสารว่างเปล่า หรือมีแต่อักขระช่องว่าง"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "เอกสารจบแบบผิดปกติหลังจากวงเล็บแหลม '<'"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "เอกสารจบแบบผิดปกติ โดยยังมีอิลิเมนต์เปิดอยู่ - '%s' คืออิลิเมนต์ที่เปิดล่าสุด"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "เอกสารจบแบบผิดปกติ ในขณะที่กำลังมองหาวงเล็บแหลมที่จะมาปิดแท็ก <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "เอกสารจบแบบผิดปกติระหว่างกลางชื่ออิลิเมนต์"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "เอกสารจบแบบผิดปกติระหว่างกลางชื่อแอตทริบิวต์"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "เอกสารจบแบบผิดปกติระหว่างกลางแท็กเปิดอิลิเมนต์"
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "เอกสารจบแบบผิดปกติหลังจากเครื่องหมาย '=' หลังชื่อแอตทริบิวต์ โดยไม่มีค่าของแอตทริบิวต์"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "เอกสารจบแบบผิดปกติระหว่างกลางค่าแอตทริบิวต์"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "เอกสารจบแบบผิดปกติระหว่างกลางแท็กปิดสำหรับอิลิเมนต์ '%s'"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "เอกสารจบแบบผิดปกติระหว่างกลางหมายเหตุหรือคำสั่งประมวลผล"
@@ -531,7 +531,7 @@ msgstr "เกินขอบเขตการถอยคืน"
msgid "the pattern contains items not supported for partial matching"
msgstr "แพตเทิร์นมีรายการที่ไม่รองรับในการจับคู่ทีละส่วน"
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "ข้อผิดพลาดภายใน"
@@ -1128,7 +1128,7 @@ msgstr "มีการส่งค่า count ที่สูงเกิน
msgid "Stream is already closed"
msgstr "สตรีมถูกปิดไปแล้ว"
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "การกระทำถูกยกเลิก"
@@ -1195,9 +1195,9 @@ msgid "drive doesn't implement polling for media"
msgstr "ไดรว์ไม่สามารถใช้คำสั่งตรวจสอบสื่อได้"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "ไม่รองรับการกระทำนี้"
@@ -1216,7 +1216,7 @@ msgstr "ไม่รองรับการกระทำนี้"
msgid "Containing mount does not exist"
msgstr "ไม่มีจุดเมานท์ที่บรรจุแฟ้มอยู่"
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "ไม่สามารถคัดลอกทับไดเรกทอรี"
@@ -1226,7 +1226,7 @@ msgstr "ไม่สามารถคัดลอกทับไดเรกท
msgid "Can't copy directory over directory"
msgstr "ไม่สามารถคัดลอกไดเรกทอรีทับไดเรกทอรี"
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "มีแฟ้มปลายทางอยู่ก่อนแล้ว"
@@ -1236,26 +1236,26 @@ msgstr "มีแฟ้มปลายทางอยู่ก่อนแล้
msgid "Can't recursively copy directory"
msgstr "ไม่สามารถคัดลอกไดเรกทอรีทั้งยวง"
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "ได้รับชื่อ symlink ที่ใช้การไม่ได้"
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "ไม่รองรับการใช้ถังขยะ"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ชื่อแฟ้มจะมีอักขระ '%c' ไม่ได้"
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "โวลุมไม่รองรับการเมานท์"
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "ไม่มีโปรแกรมที่ลงทะเบียนสำหรับจัดการแฟ้มประเภทนี้ไว้"
@@ -1266,12 +1266,12 @@ msgid "Enumerator is closed"
msgstr "ตัวแจงนับถูกปิด"
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "ตัวแจงนับแฟ้มมีการกระทำค้างอยู่"
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "ตัวแจงนับแฟ้มถูกปิดไปแล้ว"
@@ -1337,8 +1337,8 @@ msgstr "ไม่สามารถเปลี่ยนชื่อไดเร
msgid "Can't rename file, filename already exist"
msgstr "ไม่สามารถเปลี่ยนชื่อแฟ้ม เนื่องจากมีแฟ้มชื่อเดียวกันอยู่ก่อนแล้ว"
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
@@ -1359,69 +1359,69 @@ msgstr "เกิดข้อผิดพลาดขณะเปิดแฟ้
msgid "Can't open directory"
msgstr "ไม่สามารถเปิดไดเรกทอรี"
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "เกิดข้อผิดพลาดขณะลบแฟ้ม: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "เกิดข้อผิดพลาดขณะทิ้งแฟ้มลงถังขยะ: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "สร้างไดเรกทอรีถังขยะ '%s' ไม่สำเร็จ: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "หาไดเรกทอรีระดับบนสุดสำหรับถังขยะไม่สำเร็จ"
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "หาหรือสร้างไดเรกทอรีถังขยะไม่สำเร็จ"
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "สร้างแฟ้มข้อมูลการทิ้งขยะไม่สำเร็จ: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "ทิ้งแฟ้มลงถังขยะไม่สำเร็จ: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "เกิดข้อผิดพลาดขณะสร้าง symbolic link: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "เกิดข้อผิดพลาดขณะย้ายแฟ้ม: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "ไม่สามารถย้ายไดเรกทอรีทับไดเรกทอรี"
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "สร้างแฟ้มสำรองไม่สำเร็จ"
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "เกิดข้อผิดพลาดขณะลบแฟ้มปลายทาง: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "ไม่รองรับการย้ายแฟ้มข้ามอุปกรณ์"
@@ -1446,62 +1446,62 @@ msgstr "ชื่อแอตทริบิวต์ส่วนขยายเ
msgid "Error setting extended attribute '%s': %s"
msgstr "เกิดข้อผิดพลาดขณะกำหนดแอตทริบิวต์ส่วนขยาย '%s': %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "เกิดข้อผิดพลาดขณะ stat แฟ้ม '%s': %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (รหัสอักขระไม่ถูกต้อง)"
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "เกิดข้อผิดพลาดขณะ stat file descriptor: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "ชนิดของแอตทริบิวต์ไม่ถูกต้อง (ต้องการ uint32)"
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "ชนิดของแอตทริบิวต์ไม่ถูกต้อง (ต้องการ uint64)"
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "ชนิดของแอตทริบิวต์ไม่ถูกต้อง (ต้องการสตริงของไบต์)"
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "เกิดข้อผิดพลาดขณะกำหนดสิทธิ์: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "เกิดข้อผิดพลาดขณะกำหนดเจ้าของ: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "symlink ต้องไม่ใช่ตัวชี้ศูนย์"
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "เกิดข้อผิดพลาดขณะกำหนด symlink: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "เกิดข้อผิดพลาดขณะกำหนด symlink: แฟ้มไม่ใช่ symlink"
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr "ไม่รองรับการกำหนดแอตทริบิวต์ %s"
@@ -1574,12 +1574,12 @@ msgstr "แฟ้มปลายทางไม่ใช่แฟ้มปกต
msgid "The file was externally modified"
msgstr "แฟ้มถูกแก้ไขโดยโปรแกรมอื่น"
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "ได้รับค่า GSeekType ที่ใช้การไม่ได้"
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "คำสั่งเลื่อนตำแหน่งอ่านเขียนผิดเงื่อนไข"
@@ -1589,17 +1589,17 @@ msgstr "คำสั่งเลื่อนตำแหน่งอ่านเ
msgid "Cannot truncate GMemoryInputStream"
msgstr "ไม่สามารถตัดท้าย GMemoryInputStream ทิ้ง"
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "มาถึงขีดจำกัดสูงสุดของแอร์เรย์ข้อมูลแล้ว"
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "สตรีมข้อมูลออกในหน่วยความจำไม่สามารถเปลี่ยนขนาดได้"
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "เปลี่ยนขนาดสตรีมข้อมูลออกในหน่วยความจำไม่สำเร็จ"
@@ -1676,7 +1676,7 @@ msgstr "เกิดข้อผิดพลาดขณะอ่านแฟ้
msgid "Error closing unix: %s"
msgstr "เกิดข้อผิดพลาดขณะปิดแฟ้มยูนิกซ์: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "รากระบบแฟ้ม"
diff --git a/po/tl.po b/po/tl.po
index ffdeab776..b36e7d6ed 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -307,24 +307,24 @@ msgid "Failed to map file '%s': mmap() failed: %s"
msgstr ""
"Bigo ang pagreserba ng memory para sa talaksang '%s': bigo ang mmap(): %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Error sa linya %d char %d: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Error sa linya %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Walang laman na entity '&' ay nakita; tanggap na mga entity ay: &amp; &quot; "
"&lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -335,17 +335,17 @@ msgstr ""
"karakter ang nag-uumpisa ng entity; kung ang ampersand ay hindi dapat maging "
"entity, itaglay ito bilang &amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Hindi tanggap ang karakter '%s' sa loob ng pangalan ng entity"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Pangalan ng entity '%s' ay hindi kilala"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -354,7 +354,7 @@ msgstr ""
"ampersand karakter na hindi sinasadyang mag-umpisa ng entity - itaglay ang "
"ampersand ng &amp;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -363,19 +363,19 @@ msgstr ""
"Sawi sa pag-parse ng '%-.*s', na dapat ay numero sa loob ng reference sa "
"karakter (halimbawa ay &#234;) - maaaring ang numero ay sobra ang laki"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
"Reference sa karakter '%-.*s' ay hindi nag-encode ng tanggap na karakter"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"Walang laman na reference sa karakter; dapat may kasamang numero tulad ng "
"&#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
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,34 +385,34 @@ msgstr ""
"gumamit kayo ng ampersand na karakter na hindi sinadyang mag-umpisa ng "
"entity - itaglay ang ampersand bilang &amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Hindi tapos na reference sa entity"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Hindi tapos na reference sa karakter"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Hindi tanggap na tekstong encoded ng UTF-8"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Hindi tanggap na tekstong encoded ng UTF-8"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Hindi tanggap na tekstong encoded ng UTF-8"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Kailangang mag-umpisa ang dokumento ng elemento (hal. <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -421,7 +421,7 @@ msgstr ""
"'%s' ay hindi tanggap na karakter matapos ng '<' na karakter; hindi ito "
"maaaring mag-umpisa ng pangalang elemento"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -430,7 +430,7 @@ msgstr ""
"Kakaibang karakter '%s', inasahan na '>' karakter ang pambungad ng pambukas "
"na tag ng elementong '%s'"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -438,7 +438,7 @@ msgstr ""
"Kakaibang karakter '%s', inasahan na '=' matapos ng pangalang attribute '%s' "
"ng elementong '%s'"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -449,7 +449,7 @@ msgstr ""
"pangbukas na tag ng elementong '%s' o attribute; maaaring gumamit kayo ng "
"hindi tanggap na karakter sa pangalang attribute"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -459,7 +459,7 @@ msgstr ""
"equals sign kapag nagbigay ng halaga para sa attribute '%s' ng elementong '%"
"s'"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -468,7 +468,7 @@ msgstr ""
"Hindi tanggap na karakter ang '%s' matapos ng mga karakter na '</'; Ang '%s' "
"ay hindi maaaring umpisa ng pangalang elemento"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -477,29 +477,29 @@ msgstr ""
"Hindi tanggap na karakter ang '%s' matapos ang pangsara ng pangalang "
"elemento '%s'; ang tinatanggap na karakter ay '>'"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Sinarhan ang elementong '%s', walang bukas na elemento."
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Sinarhan ang elementong '%s', ngunit ang kasalukuyang elementong bukas ay '%"
"s'"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Walang laman ang dokumento o naglalaman lamang ito ng puwang"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Nagwakas ng hindi inaasahan ang dokumento matapos lamang ng pangbukas na "
"angle bracket '<'"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -508,7 +508,7 @@ msgstr ""
"Nagwakas ng hindi inaasahan ang dokumento na may mga bukas na elemento - '%"
"s' ay ang huling elementong binuksan"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -517,23 +517,23 @@ msgstr ""
"Nagwakas ng hindi inaasahan ang dokumento, inasahan na makita ang angle "
"bracket na pang-sara ng tag <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr ""
"Nagwakas ng hindi inaasahan ang dokumento sa loob ng pangalan ng elemento"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
"Nagwakas ng hindi inaasahan ang dokumento sa loob ng pangalan ng attribute"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Nagwakas ng hindi inaasahan ang dokumento sa loob ng pagbukas na tag ng "
"elemento."
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -541,20 +541,20 @@ msgstr ""
"Nagwakas ng hindi inaasahan ang dokumento matapos ang equal sign na sumunod "
"sa pangalan ng attribute; walang halaga ang attribute"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Nagwakas ng hindi inaasahan ang dokumento habang nasa loob ng halagang "
"attribute"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Nagwakas ang dokumento ng hindi inaasahan sa loob ng tag ng pagsara para sa "
"elementong '%s'"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Nagwakas ang dokumento ng hindi inaasahan sa loob ng komento o utos ng "
@@ -580,7 +580,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1197,7 +1197,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1265,9 +1265,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Hindi suportado ang mga symbolic link"
@@ -1286,7 +1286,7 @@ msgstr "Hindi suportado ang mga symbolic link"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1296,7 +1296,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1306,26 +1306,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Hindi suportado ang mga symbolic link"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1336,12 +1336,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1407,8 +1407,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1429,69 +1429,69 @@ msgstr "Error sa pagbasa ng talaksang '%s': %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Sawi ang paglikha ng talaksang '%s': %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Sawi ang paglikha ng talaksang '%s': %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Sawi ang paglikha ng talaksang '%s': %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Error habang nagco-convert: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1517,62 +1517,62 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr "Error sa pagbukas ng directory '%s': %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Error habang nagco-convert: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Error habang nagco-convert: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Error sa linya %d: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Hindi suportado ang mga symbolic link"
@@ -1645,12 +1645,12 @@ msgstr "Hindi karaniwang talaksan"
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Imbalidong pangalan ng programa: %s"
@@ -1660,17 +1660,17 @@ msgstr "Imbalidong pangalan ng programa: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1745,7 +1745,7 @@ msgstr "Error sa pagbasa ng talaksang '%s': %s"
msgid "Error closing unix: %s"
msgstr "Error sa linya %d: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/tr.po b/po/tr.po
index 067f83d1e..7f169e6a6 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-03-11 18:53+0200\n"
+"POT-Creation-Date: 2008-03-31 17:53-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,306 +20,309 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: KBabel 1.11.4\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "'%2$s' öğesinde beklenmeyen '%1$s' özniteliği"
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "'%2$s' öğesinde '%1$s' özelliği bulunamadı"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Beklenmeyen etiket '%s', '%s' bekleniyordu"
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "'%2$s' içinde beklenmeyen etiket '%1$s'"
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "Veri dizinlerinde geçerli bir yer imi dosyası bulunamadı"
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s' için bir yer imi zaten var"
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s' için bir yer imi bulunamadı"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, 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:2444
+#: glib/gbookmarkfile.c:2444
#, 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:2823
+#: glib/gbookmarkfile.c:2823
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s' için yer iminde grup tanımlanmadı"
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' adında hiçbir uygulama '%s' için yer imi kaydetmedi"
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, 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"
-#: ../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' karakter kümesinden '%s' karakter kümesine dönüşüm desteklenmiyor"
-#: ../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' dönüştürücüsü açılamıyor"
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
#, c-format
msgid "Invalid byte sequence in conversion input"
msgstr "Dönüşüm girdisinde geçersiz bayt dizisi"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "Dönüşüm sırasında hata oluştu: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
#, c-format
msgid "Partial character sequence at end of input"
msgstr "Girdinin sonunda parçalı karakter dizisi"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
-msgstr "Geridönüş karakter kümesi '%s', '%s' karakter kümesine dönüştürülemiyor"
+msgstr ""
+"Geridönüş karakter kümesi '%s', '%s' karakter kümesine dönüştürülemiyor"
-#: ../glib/gconvert.c:1734
+#: glib/gconvert.c:1734
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s', \"file\" şemasını kullanan kesin bir URI değil"
-#: ../glib/gconvert.c:1744
+#: glib/gconvert.c:1744
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Yerel dosya URI'si '%s', '#' içeremez"
-#: ../glib/gconvert.c:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' geçersiz"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI makine adı '%s' geçersiz"
-#: ../glib/gconvert.c:1789
+#: glib/gconvert.c:1789
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' geçersiz olarak çıkış yapılmış karakterler içeriyor"
-#: ../glib/gconvert.c:1884
+#: glib/gconvert.c:1884
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Yol adı '%s', kesin bir yol değil"
-#: ../glib/gconvert.c:1894
+#: glib/gconvert.c:1894
#, c-format
msgid "Invalid hostname"
msgstr "Geçersiz makine adı"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "'%s' dizini açılamadı: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu bayt \"%s\" dosyasını okumak için ayrılamadı"
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "'%s' dosyası okunurken hata: %s"
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "'%s' dosyasından okuma başarısız: %s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "'%s' dosyasını açma başarısız: %s"
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
-msgstr "'%s' dosyasının özniteliklerini alma başarısız: fstat() başarısızlığı: %s"
+msgstr ""
+"'%s' dosyasının özniteliklerini alma başarısız: fstat() başarısızlığı: %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "'%s' dosyasını açma başarısız: fdopen() başarısızlığı: %s"
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"'%s' dosyasının adı '%s' olarak değiştirilirken hata: g_rename() "
"başarısızlığı: %s"
-#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "'%s' dosyasını oluşturma başarısız: %s"
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "'%s' dosyası yazma için açılamadı: fdopen() başarısızlığı: %s"
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:971
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "'%s' dosyasına yazılamadı: fwrite() başarısızlığı: %s"
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "'%s' dosyası kapatılamadı: fclose() başarısızlığı: %s"
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Varolan dosya '%s' silinemedi: g_unlink() başarısızlığı: %s"
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Şablon '%s' geçersiz, '%s' içermemeli"
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Şablon '%s' XXXXXX içermiyor"
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u bayt"
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "'%s' sembolik bağını okuma başarısız: %s"
-#: ../glib/gfileutils.c:1908
+#: glib/gfileutils.c:1908
#, c-format
msgid "Symbolic links not supported"
msgstr "Sembolik bağlar desteklenmiyor"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "`%s'-`%s' dönüştürücüsü açılamıyor: %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "g_io_channel_read_line_string içinde okuma yapılamıyor"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "Okuma tampon belleğinde kalıntı çevrilmemiş veri"
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
#, c-format
msgid "Channel terminates in a partial character"
msgstr "Kanal kısmi bir karakterde sonlanıyor"
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end içinde okuma başarısız"
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "'%s' dosyası açılamadı: open() başarısızlığı: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' için eşlem oluşturulamadı: mmap() başarısızlığı: %s"
-#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Satır %d karakter %d hatalı: "
-#: ../glib/gmarkup.c:344
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Satır %d hata içeriyor: %s"
-#: ../glib/gmarkup.c:448
-msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
-msgstr "Boş özvarlık '&;' görüldü; geçerli öğeler: &amp; &quot; &lt; &qt; &apos;"
+#: glib/gmarkup.c:448
+msgid ""
+"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
+msgstr ""
+"Boş özvarlık '&;' görüldü; geçerli öğeler: &amp; &quot; &lt; &qt; &apos;"
-#: ../glib/gmarkup.c:458
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -330,17 +333,17 @@ msgstr ""
"özvarlığı başlatır; eger bu & işareti bir özvarlık değilse, &amp; olarak "
"kullanabilirsiniz"
-#: ../glib/gmarkup.c:492
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Karakter '%s' bir özvarlık isminin içinde geçerli değildir"
-#: ../glib/gmarkup.c:529
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Özvarlık ismi '%s' bilinmiyor"
-#: ../glib/gmarkup.c:540
+#: glib/gmarkup.c:540
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;"
@@ -349,7 +352,7 @@ msgstr ""
"istemeksizin & karakteri kullandınız - & işaretini &amp; olarak "
"kullanabilirsiniz"
-#: ../glib/gmarkup.c:593
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -358,16 +361,16 @@ msgstr ""
"Karakter referansı içinde bir rakam olması gereken '%-.*s' ayrıştırılamadı, "
"(örneğin; &#234;) - rakam çok büyük olabilir"
-#: ../glib/gmarkup.c:618
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Karakter referansı '%-.*s' izin verilen karakteri kodlamıyor"
-#: ../glib/gmarkup.c:633
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Boş karakter referansı; &#454; gibi bir rakam içermelidir"
-#: ../glib/gmarkup.c:643
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -377,32 +380,32 @@ msgstr ""
"başlatmak istemeksizin & karakteri kullandınız - & işaretini &amp; olarak "
"kullanabilirsiniz"
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Tamamlanmamış özvarlık referansı"
-#: ../glib/gmarkup.c:735
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Tamamlanmamış karakter referansı"
-#: ../glib/gmarkup.c:978
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Geçersiz UTF-8 kodlanmış metin - çok uzun dizi"
-#: ../glib/gmarkup.c:1006
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Geçersiz UTF-8 kodlanmış metin - başlangıç karakteri yok"
-#: ../glib/gmarkup.c:1042
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Geçersiz UTF-8 kodlanmış metin - geçersiz '%s'"
-#: ../glib/gmarkup.c:1080
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Belge bir öğe ile başlamalı (örneğin <kitap>)"
-#: ../glib/gmarkup.c:1120
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -411,7 +414,7 @@ msgstr ""
"'<' karakterinden sonra gelen '%s' geçerli bir karakter değil; bir öğe adı "
"başlatmamalı"
-#: ../glib/gmarkup.c:1184
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -420,14 +423,15 @@ msgstr ""
"Tuhaf karakter '%s', '%s' öğesinin başlangıç etiketinin sonunda '>' "
"karakteri bekleniyor"
-#: ../glib/gmarkup.c:1273
+#: glib/gmarkup.c:1273
#, 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 ""
"Tuhaf karakter '%1$s', '%3$s' öğesinin '%2$s' özniteliğinin sonunda '=' "
"karakteri bekleniyor"
-#: ../glib/gmarkup.c:1315
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -438,7 +442,7 @@ msgstr ""
"veya bir öznitelik bekleniyor; öznitelik isminde geçersiz bir karakter "
"kullanmış olabilirsiniz"
-#: ../glib/gmarkup.c:1401
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -447,7 +451,7 @@ msgstr ""
"Tuhaf karakter '%s', '%s' özniteliğini '%s' öğesinde değiştirmek için "
"eşittir işaretinden sonra tırnak işareti bekleniyor"
-#: ../glib/gmarkup.c:1543
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -456,7 +460,7 @@ msgstr ""
"'</' karakterlerini takip eden '%s' geçerli bir karakter değildir; öğe ismi "
"'%s' ile başlamamalı"
-#: ../glib/gmarkup.c:1583
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -465,27 +469,27 @@ msgstr ""
"'%s', kapalı öğe ismi '%s' ardından gelebilecek bir karakter değil; izin "
"verilen karakter ise '>'"
-#: ../glib/gmarkup.c:1594
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' öğesi kapatılmış, hiç bir öğe açık değil"
-#: ../glib/gmarkup.c:1603
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' öğesi kapatılmış, fakat şu an açık öğe '%s'"
-#: ../glib/gmarkup.c:1763
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Belge boş veya sadece boşluk karakteri içeriyor"
-#: ../glib/gmarkup.c:1777
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Belge açık açı parantezi '<' işaretinden hemen sonra beklenmedik bir şekilde "
"bitti"
-#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -494,7 +498,7 @@ msgstr ""
"Belge öğeleri hala açıkken beklenmedik bir şekilde bitti - son açılan öğe: '%"
"s'"
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -503,19 +507,19 @@ msgstr ""
"Belge beklenmedik bir şekilde bitti, etiketi bitiren kapalı açı parantezi "
"ile biten <%s/> beklendi"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Belge bir öğe isminin içinde beklenmedik bir şekilde bitti"
-#: ../glib/gmarkup.c:1805
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Belge bir öznitelik ismi içinde beklenmedik bir şekilde bitti"
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Belge bir öğe-açma etiketi içinde beklenmedik bir şekilde bitti."
-#: ../glib/gmarkup.c:1816
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -523,396 +527,398 @@ msgstr ""
"Belge öznitelik adını takip eden eşittir işaretinden sonra beklenmedik bir "
"şekilde bitti; öznitelik değeri yok"
-#: ../glib/gmarkup.c:1823
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Belge bir öznitelik değeri içinde iken beklenmedik bir şekilde bitti"
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
-msgstr "Belge, '%s' öğesinin kapama etiketi içinde beklenmedik bir şekilde bitti"
+msgstr ""
+"Belge, '%s' öğesinin kapama etiketi içinde beklenmedik bir şekilde bitti"
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
-msgstr "Belge bir yorum veya işlem talimatı içindeyken beklenmedik bir şekilde bitti"
+msgstr ""
+"Belge bir yorum veya işlem talimatı içindeyken beklenmedik bir şekilde bitti"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "bozuk nesne"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "dahili hata ya da bozuk öğe"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "yetersiz bellek"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "geri takip sınırına ulaşıldı"
-#: ../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 "doku (pattern), kısmi eşleme için desteklenmeyen öğeler içeriyor"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1956
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "dahili hata"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr "koşul olarak geri referanslar kısmi eşleme için desteklenmiyor"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "iç içe tekrar sınırına ulaşıldı"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "boş alt dizgiler için çalışma alanı sınırına ulaşıldı"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "yeni satır işaretlerinin geçersiz kombinasyonu"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "bilinmeyen hata"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ desenin sonunda"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c desenin sonunda"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "anlaşılamayan karakter \\ takip ediyor"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr ""
"büyük küçük harf değiştiren kaçış karakterleri (\\l, \\L, \\u, \\U) burada "
"kullanılamaz"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "sayılar {} niceliği içerisinde sıra dışı"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "sayılar {} niceliği içerisinde çok büyük"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "karakter sınıfı için eksik sonlanan ]"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "karakter sınıfında geçersiz dizi"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "karakter sınıfında sıra dışı kapsam"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "tekrarlanacak bir şey yok"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "(? sonrası tanımlanmayan karakter"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "(?< sonrası tanımlanmayan karakter"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "(?P sonrası tanımlanmayan karakter"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "POSIX isimlendirilmiş sınıflar sadece bir sınıf içinde desteklenir"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "eksik sonlandıran )"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr "açma ( olmayan )"
#. 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 ya da (?[+-]basamakları ) ile takip etmelidir"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "mevcut olmayan alt desene referans"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "açıklama sonrası eksik )"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "düzenli ifade çok büyük"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "hafıza alma başarısız oldu"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "geribakma iddiası sabit uzunlukta değil"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "(?( sonrası bozuk rakam ya da isim"
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "koşul grubu ikiden daha fazla branç içeriyor"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "(?( sonrası iddia bekleniyor"
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "bilinmeyen POSIX sınıf ismi"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "POSIX karşılaştırma öğeleri desteklenmiyor"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "\\x{...} dizisi içerisinde karakter değeri çok büyük"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "geçersiz koşul (?(0)"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "\\C geriye bakma iddiası içerisinde izin verilmiyor"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "tekrarlı çağrı sonsuz döngü yapamadı"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "alt desen ismi içerisinde eksik sonlandırıcı"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "iki isimli alt desenler aynı isme sahip"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "bozulmuş \\P ya da \\p dizisi"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "\\P ya da \\p sonrası bilinmeyen özellik ismi"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "alt desen ismi çok uzun (en fazla 32 karakter)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "çok fazla isimlendirilmiş alt desen (en fazla 10.000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "sekizlik değer \\377'den daha büyük"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "DEFINE grubu birden daha fazla branş içeriyor"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "bir DEFINE grubunu tekrarlamaya izin verilmiyor"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "kararsız NEWLINE seçenekleri"
-#: ../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 bir parantezli isim ya da tercihten parentezli sıfır olmayan sayı "
"tarafından takip edilmiyor"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "beklenmeyen tekrar"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "kod akış taşması"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "derleme çalışma alanı kaplandı"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "onceden kontrol edilmiş referanslı alt desen bulunamadı"
-#: ../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 "Düzenli ifade %s eşleşirken hata: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "PCRE kütüphanesi UTF8 desteği olmadan derlenmiş"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "PCRE kütüphanesi UTF8 özellikleri desteği olmadan derlenmiş"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Düzenli ifade %s derlenirken karakter %d hatalı: %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Düzenli ifade %s eniyilemesinde (optimization) hata: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "onaltılı rakam ya da '}' beklendi"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "onaltılı rakam beklendi"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "sembolik referansda eksik '<'"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "tamamlanmamış sembolik referans"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "sıfır-uzunlukta sembolik referans"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "rakam beklendi"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "geçersiz sembolik referans"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "son '\\' kayıp"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "geçersiz çıkış dizisi"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Yerine koyma metni \"%s\" işlenirken karakter %lu hatalı: %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Alıntılı metin tırnak işareti ile başlamıyor"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
-msgstr "Komut satırında veya diğer kabuk alıntısı metinde eşlenmemiş tırnak işareti"
+msgstr ""
+"Komut satırında veya diğer kabuk alıntısı metinde eşlenmemiş tırnak işareti"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Metin '\\' karakterinden hemen sonra bitti. (Metin: '%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 için eşleşen tırnak işareti bulunmadan metin bitti. (Metin: '%s')"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "Metin boştu (veya sadece boşluk içeriyordu)"
-#: ../glib/gspawn-win32.c:279
+#: glib/gspawn-win32.c:279
#, c-format
msgid "Failed to read data from child process"
msgstr "Alt süreçten bilgi okuma başarısızlığı"
-#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Alt süreçle haberleşme için boru yaratılamadı (%s)"
-#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Alt süreç borusundan okuma başarısızlığı (%s)"
-#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "'%s' dizinine değiştirme başarısızlığı (%s)"
-#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Alt süreç yürütme başarısızlığı (%s)"
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "Geçersiz program adı: %s"
-#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "%d konumunda parametre vektörü içinde geçersiz dizgi: %s"
-#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Çevre içinde geçersiz dizgi: %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, c-format
msgid "Invalid working directory: %s"
msgstr "Geçersiz çalışma dizini: %s"
-#: ../glib/gspawn-win32.c:787
+#: glib/gspawn-win32.c:787
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Yardımcı program (%s) çalıştırılamadı"
-#: ../glib/gspawn-win32.c:1002
+#: glib/gspawn-win32.c:1002
#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -921,319 +927,317 @@ msgstr ""
"Alt süreçten bilgi okurken g_io_channel_win32_poll() işleminde beklenmeyen "
"hata"
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Alt süreçten bilgi okuma başarısızlığı (%s)"
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Alt süreçten bilgi okurken select()'te beklenmeyen hata oluştu (%s)"
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "waitpid()'de beklenmeyen hata (%s)"
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
#, c-format
msgid "Failed to fork (%s)"
msgstr "Çatallama başarısızlığı (%s)"
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "\"%s\" alt süreç çalıştırılırken hata oluştu (%s)"
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Alt sürecin girdisi veya çıktısı yönlendirilemedi (%s)"
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Alt süreç çatallanamadı (%s)"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Alt süreç \"%s\" çalıştırılırken bilinmeyen hata oluştu"
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Alt süreç borusundan yeterli bilgi okunamadı (%s)"
-#: ../glib/gutf8.c:1030
+#: glib/gutf8.c:1030
#, c-format
msgid "Character out of range for UTF-8"
msgstr "Karakter UTF-8 için sınırlarının dışında"
-#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
#, c-format
msgid "Invalid sequence in conversion input"
msgstr "Dönüşüm girdisi içinde geçersiz dizi"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
#, c-format
msgid "Character out of range for UTF-16"
msgstr "Karakter UTF-16 sınırlarının dışında"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Kullanım:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[SEÇENEK...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Yardım Seçenekleri:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Yardım seçeneklerini göster"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Tüm yardım seçeneklerini göster"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Uygulama Seçenekleri:"
-#: ../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 için tamsayı değeri '%1$s' ayrıştırılamıyor"
-#: ../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 için tamsayı değeri '%1$s' aralık dışında"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "'%2$s' için double değeri '%1$s' ayrıştırılamıyor"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "%2$s için double değeri '%1$s' aralık dışında"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "%s seçeneği işlenirken hata"
-#: ../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 için parametre eksik"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Bilinmeyen seçenek %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
#, c-format
msgid "Valid key file could not be found in search dirs"
msgstr "Arama dizinlerinde geçerli anahtar dosyası bulunamadı"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
#, c-format
msgid "Not a regular file"
msgstr "Normal dosya değil"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
#, c-format
msgid "File is empty"
msgstr "Dosya boş"
-#: ../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 ""
"Anahtar dosyası anahtar-değer çifti, grup veya yorum olmayan '%s' satırını "
"içeriyor"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Geçersiz grup adı: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
#, c-format
msgid "Key file does not start with a group"
msgstr "Anahtar dosyası bir grupla başlamıyor"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Geçersiz anahtar adı: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Anahtar dosya geçersiz kodlama '%s' içeriyor"
-#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Anahtar dosyasında '%s' grubu yok"
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Anahtar dosyasında '%s' anahtarı yok"
-#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "Anahtar dosyası UTF-8 olmayan '%s' anahtarını '%s' değeriyle içeriyor"
-#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "Anahtar dosyası değeri yorumlanamayan '%s' değerini içeriyor."
-#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
"interpreted."
-msgstr "Anahtar dosyası, yorumlanamayan '%2$s' grubundaki '%1$s' anahtarını içeriyor."
+msgstr ""
+"Anahtar dosyası, yorumlanamayan '%2$s' grubundaki '%1$s' anahtarını içeriyor."
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Anahtar dosyası '%2$s' grubunda '%1$s' anahtarı içermiyor"
-#: ../glib/gkeyfile.c:3471
+#: glib/gkeyfile.c:3471
#, c-format
msgid "Key file contains escape character at end of line"
msgstr "Anahtar dosyası satır sonunda çıkış karakteri içeriyor"
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3493
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "URI '%s' geçersiz çıkış dizisi içeriyor"
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "'%s' değeri bir sayı olarak yorumlanamıyor."
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Tamsayı değeri '%s' aralık dışında"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "'%s' değeri bir gerçel sayı olarak yorumlanamıyor."
-#: ../glib/gkeyfile.c:3706
+#: glib/gkeyfile.c:3706
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "'%s' değeri mantıksal değer olarak yorumlanamıyor."
-#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, c-format
msgid "Too large count value passed to %s"
msgstr "%s için çok büyük sayaç değeri geçildi"
-#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
#, c-format
msgid "Stream is already closed"
msgstr "Akış zaten kapalı"
-#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1949
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "İşlem iptal edildi"
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
msgid "Unknown type"
msgstr "Bilinmeyen tür"
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr "%s dosya türü"
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "%s türü"
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
#, c-format
msgid "Unexpected early end-of-stream"
msgstr "Beklenmeyen erken akış-sonu"
-#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "İsimlendirilmemiş"
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
#, c-format
msgid "Desktop file didn't specify Exec field"
msgstr "Desktop dosyası Exec alanı belirtmemiş"
-#: ../gio/gdesktopappinfo.c:882
+#: gio/gdesktopappinfo.c:882
#, c-format
msgid "Unable to find terminal required for application"
msgstr "Uygulama için gerekli uçbirim bulunamadı"
-#: ../gio/gdesktopappinfo.c:1114
+#: gio/gdesktopappinfo.c:1114
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Kullanıcı uygulaması yapılandırma klasörü %s oluşturulamıyor: %s"
-#: ../gio/gdesktopappinfo.c:1118
+#: gio/gdesktopappinfo.c:1118
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Kullanıcı MIME yapılandırma klasörü %s oluşturulamıyor: %s"
-#: ../gio/gdesktopappinfo.c:1457
+#: gio/gdesktopappinfo.c:1457
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Kullanıcı masaüstü dosyası %s oluşturulamıyor"
-#: ../gio/gdesktopappinfo.c:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr "%s için özel tanım"
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr "sürücü çıkartmayı uygulamıyor"
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
msgid "drive doesn't implement polling for media"
msgstr "sürücü ortam için yoklamayı uygulamıyor"
-#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639
-#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053
-#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621
-#: ../gio/gfile.c:3701
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "İşlem desteklenmiyor"
@@ -1246,93 +1250,93 @@ msgstr "İşlem desteklenmiyor"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
#, c-format
msgid "Containing mount does not exist"
msgstr "Bağlama mevcut değil içeriyor"
-#: ../gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "Dizin üzerine kopyalanamıyor"
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
#, c-format
msgid "Can't copy directory over directory"
msgstr "Dizin dizin üzerine kopyalanamıyor"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2103
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Hedef dosya mevcut"
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
#, c-format
msgid "Can't recursively copy directory"
msgstr "Dizin iç içe kopyalanamıyor"
-#: ../gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "Geçersiz sembolik bağ değeri verildi"
-#: ../gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "Çöp desteklenmiyor"
-#: ../gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Dosy adları '%c' içeremez"
-#: ../gio/gfile.c:4752 ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "sistem bağlama uygulamıyor"
-#: ../gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "Bu dosyayı işlemek için hiçbir uygulama kayıtlı değil"
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
#, c-format
msgid "Enumerator is closed"
msgstr "Enumerator kapalı"
-#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "Dosya numaralandırıcı sıradışı işleme sahip"
-#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Dosya numaralandırıcı zaten kapalı"
-#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
#, c-format
msgid "Stream doesn't support query_info"
msgstr "Akış query_info desteklemiyor"
-#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
#, c-format
msgid "Seek not supported on stream"
msgstr "Atlama akışta desteklenmiyor"
-#: ../gio/gfileinputstream.c:380
+#: gio/gfileinputstream.c:380
#, c-format
msgid "Truncate not allowed on input stream"
msgstr "Sonunu kesmeye giriş akışında izin verilmiyor"
-#: ../gio/gfileoutputstream.c:457
+#: gio/gfileoutputstream.c:457
#, c-format
msgid "Truncate not supported on stream"
msgstr "Akış üzerinde sonunun kesilmesi desteklenmiyor"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
#, c-format
msgid "Input stream doesn't implement read"
msgstr "Giriş akımı okumayı uygulamıyor"
@@ -1343,299 +1347,299 @@ msgstr "Giriş akımı okumayı uygulamıyor"
#. 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:904 ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
#, c-format
msgid "Stream has outstanding operation"
msgstr "Akışın sıradışı işlemi var"
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
#, c-format
msgid "Unable to find default local directory monitor type"
msgstr "Öntanımlı yerel dizin izleme tipi bulunamadı"
-#: ../gio/glocalfile.c:599
+#: gio/glocalfile.c:599
#, c-format
msgid "Invalid filename %s"
msgstr "Geçersiz dosya adı %s"
-#: ../gio/glocalfile.c:962
+#: gio/glocalfile.c:962
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Dosya sistemi bilgisi alınırken hata: %s"
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
#, c-format
msgid "Can't rename root directory"
msgstr "Kök dizini yeniden adlandırılamıyor"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "Dosya yeniden adlandırılamıyor, dosya ismi zaten mevcut"
-#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1978 ../gio/glocalfile.c:2007
-#: ../gio/glocalfile.c:2156 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Geçersiz dosya adı"
-#: ../gio/glocalfile.c:1125
+#: gio/glocalfile.c:1125
#, c-format
msgid "Error renaming file: %s"
msgstr "Dosya yeniden adlandırılırken hata: %s"
-#: ../gio/glocalfile.c:1244
+#: gio/glocalfile.c:1244
#, c-format
msgid "Error opening file: %s"
msgstr "Dosya açılırken hata: %s"
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
#, c-format
msgid "Can't open directory"
msgstr "Dizin açılamıyor"
-#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1982
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Dosya silinirken hata: %s"
-#: ../gio/glocalfile.c:1677
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Dosya çöpe atılırken hata: %s"
-#: ../gio/glocalfile.c:1700
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Çöp dizini %s oluşturulamıyor: %s"
-#: ../gio/glocalfile.c:1721
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Çöp için en üst seviye dizin bulunamıyor"
-#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "Çöp dizini bulunamıyor ya da oluşturulamıyor"
-#: ../gio/glocalfile.c:1854
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Çöp bilgi dosyası oluşturulamıyor: %s"
-#: ../gio/glocalfile.c:1879 ../gio/glocalfile.c:1948 ../gio/glocalfile.c:1955
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Dosya çöpe atılamıyor: %s"
-#: ../gio/glocalfile.c:2011
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Sembolik bağ yaparken hata: %s"
-#: ../gio/glocalfile.c:2071 ../gio/glocalfile.c:2160
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Dosya taşınırken hata: %s"
-#: ../gio/glocalfile.c:2094
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "Dizin dizin üzerine taşınamıyor"
-#: ../gio/glocalfile.c:2116 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Yedek dosyası oluşturma başarısız oldu"
-#: ../gio/glocalfile.c:2135
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Hedef dosya silerken hata: %s"
-#: ../gio/glocalfile.c:2149
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "Bağlı sistemler arasında taşıma desteklenmiyor"
-#: ../gio/glocalfileinfo.c:709
+#: gio/glocalfileinfo.c:709
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "Öznitelik değeri NULL olmamalı"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "Geçersiz öznitelik türü (dizgi beklendi)"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid extended attribute name"
msgstr "Geçersiz genişletilmiş öznitelik ismi"
-#: ../gio/glocalfileinfo.c:763
+#: gio/glocalfileinfo.c:763
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Genişletilmiş öznitelik '%s' atanırken hata: %s"
-#: ../gio/glocalfileinfo.c:1402 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' dosyası durumlandırılırken hata: %s"
-#: ../gio/glocalfileinfo.c:1458
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (geçersiz kodlama)"
-#: ../gio/glocalfileinfo.c:1618
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Dosya tanımlayıcı durumlandırılırken hata: %s"
-#: ../gio/glocalfileinfo.c:1663
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Geçersiz öznitelik türü (uint32 beklendi)"
-#: ../gio/glocalfileinfo.c:1680
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Geçersiz öznitelik türü (uint64 beklendi)"
-#: ../gio/glocalfileinfo.c:1698
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Geçersiz öznitelik türü (byte dizisi beklendi)"
-#: ../gio/glocalfileinfo.c:1724
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "İzinler atanırken hata: %s"
-#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1943
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Sahip atanırken hata: %s"
-#: ../gio/glocalfileinfo.c:1798
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "sembolik bağ NULL olmamalı"
-#: ../gio/glocalfileinfo.c:1808 ../gio/glocalfileinfo.c:1827
-#: ../gio/glocalfileinfo.c:1838
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Sembolik bağ atanırken hata: %s"
-#: ../gio/glocalfileinfo.c:1817
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "Sembolik bağ atanırken hata: dosya bir sembolik bağ değil"
-#: ../gio/glocalfileinfo.c:1998
+#: gio/glocalfileinfo.c:1998
#, c-format
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:570
#, 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:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
+#: gio/glocalfileoutputstream.c:854
#, 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:279
#, c-format
msgid "Error closing file: %s"
msgstr "Dosya kapatılırken hata: %s"
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
#, c-format
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:591
#, c-format
msgid "Error writing to file: %s"
msgstr "Dosyaya yazılırken hata: %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:213
#, 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:227 gio/glocalfileoutputstream.c:240
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Yedek kopyası oluşturulurken hata: %s"
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:258
#, 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:418 gio/glocalfileoutputstream.c:871
#, 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:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, c-format
msgid "Error opening file '%s': %s"
msgstr "'%s' dosyası açılırken hata: %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:679
#, c-format
msgid "Target file is a directory"
msgstr "Hedef dosya bir dizin"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
#, c-format
msgid "Target file is not a regular file"
msgstr "Hedef dosya normal dosya değil"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
#, c-format
msgid "The file was externally modified"
msgstr "Dosya harici olarak değiştirilmiş"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Geçersiz GSeekType sağlandı"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Geçersiz atlama isteği"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr "GMemoryInputStream sonu silinemiyor"
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "Azami veri dizisi sınırına ulaşıldı"
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "Hafıza çıktı akışı yeniden boyutlandırılamaz"
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Hafız çıktı açışı yeniden boyutlandırma başarısız oldu"
@@ -1643,121 +1647,121 @@ msgstr "Hafız çıktı açışı yeniden boyutlandırma başarısız oldu"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:344
+#: gio/gmount.c:344
msgid "mount doesn't implement unmount"
msgstr "mount unmount uygulamıyor"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:419
+#: gio/gmount.c:419
msgid "mount doesn't implement eject"
msgstr "mount eject uygulamıyor"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:501
+#: gio/gmount.c:501
msgid "mount doesn't implement remount"
msgstr "mount remount uygulamıyor"
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
#, c-format
msgid "Output stream doesn't implement write"
msgstr "Çıktı akışı write uygulamıyor"
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
#, c-format
msgid "Source stream is already closed"
msgstr "Kaynak akışı zaten kapalı"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr "isim"
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
msgid "The name of the icon"
msgstr "Simgenin ismi"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr "isimler"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr "Simgenin isimlerini içeren dizi"
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr "ötanımlı son çözümleri kullan"
-#: ../gio/gthemedicon.c:245
+#: gio/gthemedicon.c:245
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
msgstr ""
-"İsmi '-' karakterleri ile kısaltarak bulunan son çözümlerin kullanılması. Eğer birden "
-"daha fazla isim verilmişse birincisinden sonraki isimleri yok sayar."
+"İsmi '-' karakterleri ile kısaltarak bulunan son çözümlerin kullanılması. "
+"Eğer birden daha fazla isim verilmişse birincisinden sonraki isimleri yok "
+"sayar."
-#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "Unix'den okurken hata: %s"
-#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, c-format
msgid "Error closing unix: %s"
msgstr "Unix kapatılırken hata: %s"
-#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Dosya sistemi kök dizini"
-#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, c-format
msgid "Error writing to unix: %s"
msgstr "Unix'e yazılırken hata: %s"
-#: ../gio/gvolume.c:423
+#: gio/gvolume.c:423
msgid "volume doesn't implement eject"
msgstr "volume eject uygulamıyor"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
#, c-format
msgid "Can't find application"
msgstr "Uygulama bulunamıyor"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Uygulama başlatılırken hata: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
#, c-format
msgid "URIs not supported"
msgstr "URI'ler desteklenmiyor"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
#, c-format
msgid "association changes not supported on win32"
msgstr "eşleştirme değişimleri win32 üzerinde desteklenmiyor"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
#, c-format
msgid "Association creation not supported on win32"
msgstr "Eşleştirme oluşturulması win32 üzerinde desteklenmiyor"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "girişleri saklama"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "uzun listeleme biçimini kullan"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[DOSYA...]"
-
diff --git a/po/tt.po b/po/tt.po
index 80db67189..05fb7191e 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -296,22 +296,22 @@ msgstr "'%s' biremen açıp bulmadı: open() uzmadı: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr ""
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "%d. yulnıñ %d. bilgedä xata: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "%d. yulda xata: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -319,93 +319,93 @@ msgid ""
"it as &amp;"
msgstr ""
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr ""
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr ""
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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 ""
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, 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 ""
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
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 ""
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr ""
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr ""
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Yazmanıñ UTF-8 bilgelämäse yaraqsız"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Yazmanıñ UTF-8 bilgelämäse yaraqsız"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Yazmanıñ UTF-8 bilgelämäse yaraqsız"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -413,87 +413,87 @@ msgid ""
"character in an attribute name"
msgstr ""
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, 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 ""
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "İstälek eçtälege yä buş, yä buşlıq bilgelärennän genä tora"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr ""
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -517,7 +517,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1113,7 +1113,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1181,9 +1181,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr ""
@@ -1202,7 +1202,7 @@ msgstr ""
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1212,7 +1212,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1222,26 +1222,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1252,12 +1252,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1323,8 +1323,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1345,69 +1345,69 @@ msgstr "'%s' biremen uqığanda xata: %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "'%s' biremen uqığanda xata: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "'%s' biremen uqığanda xata: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "'%s' biremen yasap bulmadı: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "'%s' biremen yasap bulmadı: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "'%s' biremen yasap bulmadı: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Äyländergändä xata çıqtı: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "'%s' biremen uqığanda xata: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "'%s' biremen uqığanda xata: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1432,62 +1432,62 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr "'%s' törgägen açıp bulmadı: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' biremen uqığanda xata: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "'%s' biremen uqığanda xata: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Äyländergändä xata çıqtı: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Äyländergändä xata çıqtı: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "%d. yulda xata: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
@@ -1560,12 +1560,12 @@ msgstr "Ğädäti birem tügel"
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Yazılım adı yaraqsız: %s"
@@ -1575,17 +1575,17 @@ msgstr "Yazılım adı yaraqsız: %s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1660,7 +1660,7 @@ msgstr "'%s' biremen uqığanda xata: %s"
msgid "Error closing unix: %s"
msgstr "%d. yulda xata: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/uk.po b/po/uk.po
index e379a089d..59f79726d 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-01-25 11:56+0300\n"
"Last-Translator: Maxim Dziumanenko <dziumanenko@gmail.com>\n"
"Language-Team: Ukrainian <uk@li.org>\n"
@@ -307,24 +307,24 @@ msgstr "Помилка відкривання файлу \"%s\": помилка
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Помилка створення карти файлу \"%s\": помилка mmap(): %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Помилка в рядку %d на символі %d: "
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Помилка в рядку %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Виявлено порожній предикат \"&;\"; допустимими предикатами є: &amp; &quot; "
"&lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -335,17 +335,17 @@ msgstr ""
"\"; якщо цей символ вживається не для позначення початку предикату, то "
"повинен екрануватись як символ &amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Символ \"%s\" не допускається в назві предикату"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Назва предикату \"%s\" невідома"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -353,7 +353,7 @@ msgstr ""
"Предикат не закінчується крапкою з комою; очевидно, що символ & було "
"використано не для позначення початку предикату – екрануйте його як &amp;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -362,16 +362,16 @@ msgstr ""
"Помилка аналізу '%-.*s', де має бути число у символьному посиланні "
"(наприклад, &#234), можливо, число надто велике"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Посилання на символ \"%-.*s\" не визначає дозволений символ"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Порожнє посилання на символ, воно має включати число, наприклад &#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -380,37 +380,37 @@ msgstr ""
"Посилання на символ не закінчується крапкою з комою, схоже символ \"&\" було "
"використано не для позначення початку предикату – екрануйте його як &amp;."
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Незавершене посилання на предикат"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Незавершене посилання на символ"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr ""
"Текст закодований як UTF-8 неприпустимим способом - надто довга послідовність"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr ""
"Текст закодований як UTF-8 неприпустимим способом - некоректний початок "
"символу"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr ""
"Текст закодований як UTF-8 неприпустимим способом - некоректна послідовність "
"'%s'"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документ має починатися з елемента (наприклад, <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -419,7 +419,7 @@ msgstr ""
"Символ \"%s\" не дозволяється вживати після символу \"<\", він не може "
"починати назву елемента"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -428,7 +428,7 @@ msgstr ""
"Зайвий символ \"%s\", очікувався символ \">\" для закриття початкового тегу "
"елементу \"%s\""
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -436,7 +436,7 @@ msgstr ""
"Зайвий символ \"%s\", очікувався символ \"=\" після назви ознаки \"%s\" "
"елемента \"%s\""
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -447,7 +447,7 @@ msgstr ""
"початкового тегу елементу \"%s\", чи додаткова ознака; можливо, було "
"використано неприпустимий символ в назві ознаки"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -456,7 +456,7 @@ msgstr ""
"Зайвий символ \"%s\", очікувались відкриваючі лапки після знаку рівності на "
"присвоєнні значення ознаці \"%s\" елементу \"%s\""
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -465,7 +465,7 @@ msgstr ""
"Символ \"%s\" неприпустимий після символів \"</\"; символ \"%s\" не може "
"починати назву елементу"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -474,26 +474,26 @@ msgstr ""
"Символ \"%s\" неприпустимий на закритті назви елемента \"%s\"; припустимим "
"символом є \">\""
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Було закрито не відкритий елемент \"%s\""
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Було закрито елемент \"%s\", але зараз відрито елемент \"%s\""
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Документ порожній чи містить лише пропуски"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Документ раптово закінчився відразу після початкової кутової дужки \"<\""
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -502,7 +502,7 @@ msgstr ""
"Документ раптово закінчився, коли деякі елементи ще були відкритими – \"%s\" "
"був останнім відкритим елементом"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -511,19 +511,19 @@ msgstr ""
"Документ раптово закінчився, очікувалась кінцева кутова дужка для закриття "
"тегу <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Документ раптово закінчився посеред назви елемента"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документ раптово закінчився посеред назви ознаки"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документ раптово закінчився у середині тегу, що відкривав елемент"
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -531,17 +531,17 @@ msgstr ""
"Документ раптово закінчився після знака рівності, що йшов за назвою ознаки; "
"значення ознаки не вказано"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Документ раптово закінчився посеред значення ознаки"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Документ раптово закінчився у середині тегу, що закривав елемент \"%s\""
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Документ раптово закінчився у середині коментарю чи інструкції обробки"
@@ -567,7 +567,7 @@ msgstr ""
"шаблон містить елементи, які не підтримуються при пошуку часткової "
"відповідності"
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr "внутрішня помилка"
@@ -1181,7 +1181,7 @@ msgstr "До %s передано надто велике значення ліч
msgid "Stream is already closed"
msgstr "Потік вже закрито"
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Операцію скасовано"
@@ -1248,9 +1248,9 @@ msgid "drive doesn't implement polling for media"
msgstr "пристрій не має функції опитування наявності носія"
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Операція не підтримується"
@@ -1269,7 +1269,7 @@ msgstr "Операція не підтримується"
msgid "Containing mount does not exist"
msgstr "Вкладена точка монтування не існує"
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "Не вдається копіювати у каталог"
@@ -1279,7 +1279,7 @@ msgstr "Не вдається копіювати у каталог"
msgid "Can't copy directory over directory"
msgstr "Не вдається копіювати каталог у каталог"
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Цільовий файл існує"
@@ -1289,26 +1289,26 @@ msgstr "Цільовий файл існує"
msgid "Can't recursively copy directory"
msgstr "Не вдається рекурсивно скопіювати каталог"
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "Неправильне значення символьного посилання"
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "Смітник не підтримується"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "назви файлів не можуть містити символ '%c'"
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "том не підтримує операцію монтування"
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "Не зареєстровано програму з назвою що створило закладку"
@@ -1319,12 +1319,12 @@ msgid "Enumerator is closed"
msgstr "Лічильник закрито"
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "Лічильник файлів має невиконані операції"
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Лічильник файлів вже закритий"
@@ -1390,8 +1390,8 @@ msgstr "Не можна перейменовувати кореневий кат
msgid "Can't rename file, filename already exist"
msgstr "Не вдається перейменувати файлу, файл з такою назвою вже існує"
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
@@ -1412,69 +1412,69 @@ msgstr "Помилка при відкриванні файлу: %s"
msgid "Can't open directory"
msgstr "Не вдається відкрити каталог"
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Помилка при видаленні файлу: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "Помилка при переміщенні файлу до смітника: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Помилка при створенні каталогу смітника %s: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "Не вдається знайти каталог верхнього рівня для смітника"
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "не вдається знайти чи створити каталог смітника"
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Помилка створення файл у смітнику: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "Не вдається перемістити файл до смітника: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Помилка при створенні символьного посилання: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Помилка при переміщенні файлу: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "Не вдається перемістити каталог у каталог"
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Помилка при створенні файлу резервної копії"
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Помилка при зчитуванні цільового файлу: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "Переміщення між різними точками монтування не підтримується"
@@ -1499,64 +1499,64 @@ msgstr "Неправильна назва розширеного атрибут
msgid "Error setting extended attribute '%s': %s"
msgstr "Помилка при встановленні розширеного атрибуту \"%s\": %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Помилка отримання інформації про файл \"%s\": %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (неправильне кодування)"
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Помилка отримання інформації для дескриптору файлу: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Неправильний тип атрибута (очікувався uint32)"
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Неправильний тип атрибуту (очікувався uint64)"
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Неправильний тип атрибуту (очікувався рядок байтів)"
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Помилка встановлення прав доступу: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Помилка встановлення власник: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "символьне посилання не може мати значення NULL"
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "Помилка при встановленні символьного посилання: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"помилка при встановленні символьного посилання: файл не є символьним "
"посиланням"
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Встановлення атрибуту %s не підтримуються"
@@ -1629,12 +1629,12 @@ msgstr "Цільовий файл не є звичайним файлом"
msgid "The file was externally modified"
msgstr "Файл був змінений іншою програмою"
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "Вказано неправильний GSeekType"
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Неправильний тип операції зміни позиції у файлі"
@@ -1644,17 +1644,17 @@ msgstr "Неправильний тип операції зміни позиці
msgid "Cannot truncate GMemoryInputStream"
msgstr "Не можна усікати GMemoryInputStream"
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "Досягнуто верхню межу масиву даних"
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "Не можна змінювати розмір потоку виводу у пам'ять"
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Помилка при зміні розміру потоку виводу у пам'ять"
@@ -1731,7 +1731,7 @@ msgstr "Помилка при зчитуванні unix-сокету: %s"
msgid "Error closing unix: %s"
msgstr "Помилка при закриванні unix-сокету: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Корінь файлової системи"
diff --git a/po/vi.po b/po/vi.po
index d7080ce78..7cca5a972 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-03-14 04:06+0000\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2008-03-23 15:50+0700\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
@@ -17,332 +17,330 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: LocFactoryEditor 1.7b1\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Thuộc tính bất thường « %s » cho yếu tố « %s »"
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Không tìm thấy thuộc tính « %s » của yếu tố « %s »"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Thẻ bất thường « %s », mong đợi thẻ « %s »"
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Thẻ bất thường « %s » bên trong « %s »"
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
#, c-format
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:1982
+#: glib/gbookmarkfile.c:1982
#, 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:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Không tìm thấy liên kết lưu URI « %s »"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, 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:2444
+#: glib/gbookmarkfile.c:2444
#, 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:2823
+#: glib/gbookmarkfile.c:2823
#, 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:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Không có ứng dụng tên « %s » đã đăng ký một liên kết lưu « %s »"
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, 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:2215 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
#, c-format
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:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "Gặp lỗi khi chuyển đổi: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
#, c-format
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:1734
+#: glib/gconvert.c:1734
#, 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:1744
+#: glib/gconvert.c:1744
#, 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:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI « %s » không hợp lệ"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, 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:1789
+#: glib/gconvert.c:1789
#, 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:1884
+#: glib/gconvert.c:1884
#, 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:1894
+#: glib/gconvert.c:1894
#, c-format
msgid "Invalid hostname"
msgstr "Tên máy không hợp lệ"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Gặp lỗi khi mở thư mục « %s »: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "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:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Lỗi đọc từ tập tin « %s »: %s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Lỗi mở tập tin « %s »: %s"
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Lỗi lấy các thuộc tính của tập tin « %s »: lỗi « fstat() »: %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, 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:890
+#: glib/gfileutils.c:890
#, 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:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Lỗi tạo tập tin « %s »: %s"
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, 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:971
+#: glib/gfileutils.c:971
#, 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:990
+#: glib/gfileutils.c:990
#, 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:1108
+#: glib/gfileutils.c:1108
#, 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:1352
+#: glib/gfileutils.c:1352
#, 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:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Biểu mẫu « %s » không chứa XXXXXX"
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, 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:1908
+#: glib/gfileutils.c:1908
#, c-format
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
#, c-format
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 "
-"»"
+"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:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
#, c-format
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:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
#, c-format
msgid "Channel terminates in a partial character"
msgstr "Kênh tận hết trong ký tự riêng phần"
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
#, c-format
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:234 ../glib/gmarkup.c:250
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "Lỗi trên dòng %d ký tự %d: "
-#: ../glib/gmarkup.c:344
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Lỗi trên dòng %d: %s"
-#: ../glib/gmarkup.c:448
+#: glib/gmarkup.c:448
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:458
+#: glib/gmarkup.c:458
#, 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 ""
-"Ký tự « %s » không phải là hợp lệ ở đầu của tên thực thể; ký tự « & » khởi "
-"đầu 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; »"
+"Ký tự « %s » không phải là hợp lệ ở đầu của tên thực thể; ký tự « & » khởi đầu "
+"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:492
+#: glib/gmarkup.c:492
#, 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:529
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Không biết tên thực thể « %s »"
-#: ../glib/gmarkup.c:540
+#: glib/gmarkup.c:540
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 +348,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:593
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -359,16 +357,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:618
+#: glib/gmarkup.c:618
#, 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:633
+#: glib/gmarkup.c:633
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:643
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -377,32 +375,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:729
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Tham chiếu thực thể chưa hoàn thành"
-#: ../glib/gmarkup.c:735
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Tham chiếu ký tự chưa hoàn thành"
-#: ../glib/gmarkup.c:978
+#: glib/gmarkup.c:978
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:1006
+#: glib/gmarkup.c:1006
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:1042
+#: glib/gmarkup.c:1042
#, 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:1080
+#: glib/gmarkup.c:1080
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:1120
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -411,7 +409,7 @@ 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:1184
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -420,26 +418,26 @@ msgstr ""
"Ký tự lẻ « %s », mong đợi một dấu ngoặc nhọn đóng « > » để kết thúc thẻ khởi "
"đầu của yếu tố « %s »"
-#: ../glib/gmarkup.c:1273
+#: glib/gmarkup.c:1273
#, 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 »"
+"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:1315
+#: glib/gmarkup.c:1315
#, 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."
+"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:1401
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -448,7 +446,7 @@ 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:1543
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -457,34 +455,34 @@ 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:1583
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
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à « > »."
+"« %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:1594
+#: glib/gmarkup.c:1594
#, 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:1603
+#: glib/gmarkup.c:1603
#, 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:1763
+#: glib/gmarkup.c:1763
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:1777
+#: glib/gmarkup.c:1777
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:1785 ../glib/gmarkup.c:1830
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -493,7 +491,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:1793
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -502,19 +500,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:1799
+#: glib/gmarkup.c:1799
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:1805
+#: glib/gmarkup.c:1805
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:1810
+#: glib/gmarkup.c:1810
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:1816
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -522,550 +520,547 @@ 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:1823
+#: glib/gmarkup.c:1823
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:1839
+#: glib/gmarkup.c:1839
#, 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:1845
+#: glib/gmarkup.c:1845
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:1962
+#: glib/gregex.c:154 gio/glocalfile.c:1963
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 »)"
+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 »)"
+"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
#, c-format
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:279
+#: glib/gspawn-win32.c:279
#, c-format
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:294 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, 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:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Lỗi đọc từ ống dẫn con (%s)"
-#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, 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:369 ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, 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:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "Tên chương trình không hợp lệ: %s"
-#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, 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:461 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, 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:719 ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, 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:787
+#: glib/gspawn-win32.c:787
#, 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:1002
+#: glib/gspawn-win32.c:1002
#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
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"
+"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:180
+#: glib/gspawn.c:180
#, 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:317
+#: glib/gspawn.c:317
#, 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)"
+"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:400
+#: glib/gspawn.c:400
#, 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:1184
+#: glib/gspawn.c:1184
#, c-format
msgid "Failed to fork (%s)"
msgstr "Lỗi tạo tiến trình con (%s)"
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
#, 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:1344
+#: glib/gspawn.c:1344
#, 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:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Lỗi tạo tiến trình con (%s)"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, 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:1383
+#: glib/gspawn.c:1383
#, 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:1030
+#: glib/gutf8.c:1030
#, c-format
msgid "Character out of range for UTF-8"
msgstr "Ký tự ở ngoại phạm vi UTF-8"
-#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
#, c-format
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:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
#, c-format
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
#, c-format
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
#, c-format
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
#, c-format
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"
@@ -1073,51 +1068,50 @@ 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
#, c-format
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:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, 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:1281
+#: glib/gkeyfile.c:1281
#, 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:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, 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"
+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:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, 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:2106 ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1126,128 +1120,124 @@ 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:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, 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:3471
+#: glib/gkeyfile.c:3471
#, c-format
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:3493
+#: glib/gkeyfile.c:3493
#, 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:3635
+#: glib/gkeyfile.c:3635
#, 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:3649
+#: glib/gkeyfile.c:3649
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Giá trị số nguyên « %s » ở ngoại phạm vi"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
#, 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:3706
+#: glib/gkeyfile.c:3706
#, 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:483 ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, 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:870 ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
#, c-format
msgid "Stream is already closed"
msgstr "Luồng đã bị đóng"
-#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1955
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "Thao tác bị thôi"
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
msgid "Unknown type"
msgstr "Không rõ kiểu"
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr "kiểu tập tin %s"
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "kiểu %s"
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
#, c-format
msgid "Unexpected early end-of-stream"
msgstr "Kết thúc luồng sớm bất thường"
-#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Không có tên"
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
#, c-format
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:882
+#: gio/gdesktopappinfo.c:882
#, c-format
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:1114
+#: gio/gdesktopappinfo.c:1114
#, 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:1118
+#: gio/gdesktopappinfo.c:1118
#, 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:1457
+#: gio/gdesktopappinfo.c:1457
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Không thể tạo tập tin desktop %s"
-#: ../gio/gdesktopappinfo.c:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr "Lời định nghĩa riêng cho %s"
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr "ổ đĩa không thực hiện chức năng đẩy ra"
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
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:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639
-#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053
-#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621
-#: ../gio/gfile.c:3701
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "Thao tác không được hỗ trợ"
@@ -1260,93 +1250,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
#, c-format
msgid "Containing mount does not exist"
msgstr "Bộ lắp chứa không tồn tại"
-#: ../gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "Không thể sao chép đè lên thư mục"
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
#, c-format
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:1963 ../gio/glocalfile.c:2109
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "Tập tin đích đã có"
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
#, c-format
msgid "Can't recursively copy directory"
msgstr "Không thể sao chép đệ quy thư mục"
-#: ../gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
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:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "Thùng rác không được hỗ trợ"
-#: ../gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Tên tập tin không thể chứa « %c »"
-#: ../gio/gfile.c:4752 ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
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:4860
+#: gio/gfile.c:4878
#, c-format
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:151
+#: gio/gfileenumerator.c:151
#, c-format
msgid "Enumerator is closed"
msgstr "Bộ đếm bị đóng"
-#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "Bộ đếm tập tin có thao tác còn chạy"
-#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "Bộ đếm tập tin đã bị đóng"
-#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
#, c-format
msgid "Stream doesn't support query_info"
msgstr "Luồng không hỗ trợ hàm « query_info »"
-#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
#, c-format
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:380
+#: gio/gfileinputstream.c:380
#, c-format
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:457
+#: gio/gfileoutputstream.c:457
#, c-format
msgid "Truncate not supported on stream"
msgstr "Không cho phép cắt ngắn luồng"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
#, c-format
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"
@@ -1357,301 +1347,301 @@ 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:904 ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
#, c-format
msgid "Stream has outstanding operation"
msgstr "Luồng có thao tác còn chạy"
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
#, c-format
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:599
+#: gio/glocalfile.c:599
#, c-format
msgid "Invalid filename %s"
msgstr "Tên tập tin không hợp lệ: %s"
-#: ../gio/glocalfile.c:962
+#: gio/glocalfile.c:962
#, 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:1090
+#: gio/glocalfile.c:1090
#, c-format
msgid "Can't rename root directory"
msgstr "Không thể thay đổi tên của thư mục gốc"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
#, c-format
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:1121 ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2013
-#: ../gio/glocalfile.c:2162 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "Tên tập tin không hợp lệ"
-#: ../gio/glocalfile.c:1125
+#: gio/glocalfile.c:1125
#, 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:1244
+#: gio/glocalfile.c:1244
#, c-format
msgid "Error opening file: %s"
msgstr "Gặp lỗi khi mở tập tin: %s"
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
#, c-format
msgid "Can't open directory"
msgstr "Không thể mở thư mục"
-#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1988
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "Gặp lỗi khi gỡ bỏ tập tin: %s"
-#: ../gio/glocalfile.c:1677
+#: gio/glocalfile.c:1678
#, 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:1700
+#: gio/glocalfile.c:1701
#, 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:1721
+#: gio/glocalfile.c:1722
#, c-format
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:1800 ../gio/glocalfile.c:1820
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
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:1854
+#: gio/glocalfile.c:1855
#, 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:1879 ../gio/glocalfile.c:1954 ../gio/glocalfile.c:1961
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, 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:2017
+#: gio/glocalfile.c:2018
#, 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:2077 ../gio/glocalfile.c:2166
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "Gặp lỗi khi di chuyển tập tin: %s"
-#: ../gio/glocalfile.c:2100
+#: gio/glocalfile.c:2101
#, c-format
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:2122 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "Lỗi tạo tập tin sao lưu"
-#: ../gio/glocalfile.c:2141
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "Gặp lỗi khi gỡ bỏ tập tin đích: %s"
-#: ../gio/glocalfile.c:2155
+#: gio/glocalfile.c:2161
#, c-format
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:709
+#: gio/glocalfileinfo.c:709
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "Giá trị thuộc tính phải có giá trị"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
#, c-format
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:723
+#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid extended attribute name"
msgstr "Tên thuộc tính đã mở rộng không hợp lệ"
-#: ../gio/glocalfileinfo.c:763
+#: gio/glocalfileinfo.c:763
#, 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:1402 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, 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:1458
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (bảng mã không hợp lệ)"
-#: ../gio/glocalfileinfo.c:1618
+#: gio/glocalfileinfo.c:1618
#, 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:1663
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "Kiểu thuộc tính không hợp lệ (mong đợi uint32)"
-#: ../gio/glocalfileinfo.c:1680
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "Kiểu thuộc tính không hợp lệ (mong đợi uint64)"
-#: ../gio/glocalfileinfo.c:1698
+#: gio/glocalfileinfo.c:1698
#, 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:1724
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "Gặp lỗi khi đặt quyền hạn: %s"
-#: ../gio/glocalfileinfo.c:1775 ../gio/glocalfileinfo.c:1943
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "Gặp lỗi khi đặt người sở hữu : %s"
-#: ../gio/glocalfileinfo.c:1798
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "liên kết tượng trưng phải có giá trị"
-#: ../gio/glocalfileinfo.c:1808 ../gio/glocalfileinfo.c:1827
-#: ../gio/glocalfileinfo.c:1838
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, 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:1817
+#: gio/glocalfileinfo.c:1817
#, c-format
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:1998
+#: gio/glocalfileinfo.c:1998
#, 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:570
#, 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:372
+#: gio/glocalfileoutputstream.c:854
#, 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:279
#, c-format
msgid "Error closing file: %s"
msgstr "Gặp lỗi khi đóng tập tin: %s"
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
#, c-format
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:591
#, 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:213
#, 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:227 gio/glocalfileoutputstream.c:240
#, 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:258
#, 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:418 gio/glocalfileoutputstream.c:871
#, 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:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, 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:679
#, c-format
msgid "Target file is a directory"
msgstr "Tập tin đích là một thư mục"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
#, c-format
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:696
#, c-format
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:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "GSeekType được cung cấp không hợp lệ"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "Yêu cầu tìm không hợp lệ"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr "Không thể cắt GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "Đã đạt ngưỡng mảng dữ liệu tối đa"
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "Luồng ra bộ nhớ không thể thay đổi kích thước"
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "Lỗi thay đổi kích thước luồng ra bộ nhớ"
@@ -1659,119 +1649,121 @@ 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:344
+#: gio/gmount.c:344
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:419
+#: gio/gmount.c:419
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:501
+#: gio/gmount.c:501
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)"
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
#, c-format
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:363 ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
#, c-format
msgid "Source stream is already closed"
msgstr "Luồng nguồn đã bị đóng"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr "tên"
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
msgid "The name of the icon"
msgstr "Tên của biểu tượng"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr "tên"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr "Mảng chứa tên biểu tượng"
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr "dùng dự phòng mặc định"
-#: ../gio/gthemedicon.c:245
+#: gio/gthemedicon.c:245
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
-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."
+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:202 ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "Gặp lỗi khi đọc từ UNIX: %s"
-#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, c-format
msgid "Error closing unix: %s"
msgstr "Gặp lỗi khi đóng UNIX: %s"
-#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Gốc hệ thống tập tin"
-#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, c-format
msgid "Error writing to unix: %s"
msgstr "Gặp lỗi khi ghi vào UNIX: %s"
-#: ../gio/gvolume.c:423
+#: gio/gvolume.c:423
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
#, c-format
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
#, c-format
msgid "URIs not supported"
msgstr "Không hỗ trợ địa chỉ URI"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
#, c-format
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
#, c-format
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...]"
@@ -1797,5 +1789,4 @@ msgstr "[TẬP_TIN...]"
#~ msgstr "Giá trị đếm quá lớn được gửi cho hàm « g_output_stream_write »"
#~ msgid "Too large count value passed to g_output_stream_write_async"
-#~ msgstr ""
-#~ "Giá trị đếm quá lớn được gửi cho hàm « g_output_stream_write_async »"
+#~ msgstr "Giá trị đếm quá lớn được gửi cho hàm « g_output_stream_write_async »"
diff --git a/po/wa.po b/po/wa.po
index 221144d0a..75f69695d 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -305,24 +305,24 @@ msgstr "Dji n' a savou drovi li fitchî «%s»: fdopen() a fwait berwete: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Dji n' a savou drovi li fitchî «%s»: fdopen() a fwait berwete: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Aroke el roye %d caractere %d: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Aroke el roye %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Vude intité «&;» di trovêye; les intités valides sont: &amp; &quot; &lt; &gt; "
"&apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -333,17 +333,17 @@ msgstr ""
"caractere & cmince ene intité; si ç' caractere ampersande doet esse håyné té "
"ké, adon el fåt scrire come « &amp; »"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Li caractere «%s» n' est nén valide dins on no d' intité"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Li no d' intité «%s» n' est nén cnoxhou"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -352,77 +352,77 @@ msgstr ""
"on caractere ampersande sins vleur sicrire ene intité, dins ç' cas el fåt "
"scrire insi: « &map; »"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, 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 ""
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
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 ""
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr ""
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr ""
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Tecse ecôdé en UTF-8 nén valide"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Tecse ecôdé en UTF-8 nén valide"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Tecse ecôdé en UTF-8 nén valide"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Li documint doet cmincî avou èn elemint (eg: <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr ""
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -430,87 +430,87 @@ msgid ""
"character in an attribute name"
msgstr ""
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, 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 ""
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Li documint esteut vude ou avou seulmint des blancs"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr ""
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -534,7 +534,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1132,7 +1132,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1199,9 +1199,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Loyéns simbolikes nén sopoirtés"
@@ -1220,7 +1220,7 @@ msgstr "Loyéns simbolikes nén sopoirtés"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1230,7 +1230,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1240,26 +1240,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Loyéns simbolikes nén sopoirtés"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1270,12 +1270,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1341,8 +1341,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1363,69 +1363,69 @@ msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Åk n' a nén stî tot cviersant: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1450,62 +1450,62 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr "Åk n' a nén stî tot drovant l' ridant «%s»: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Åk n' a nén stî tot cviersant: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Åk n' a nén stî tot cviersant: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Aroke el roye %d: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Loyéns simbolikes nén sopoirtés"
@@ -1578,12 +1578,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "No d' lodjoe nén valide"
@@ -1593,17 +1593,17 @@ msgstr "No d' lodjoe nén valide"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1677,7 +1677,7 @@ msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
msgid "Error closing unix: %s"
msgstr "Aroke el roye %d: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/xh.po b/po/xh.po
index 899a44dae..f0cf47dfe 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -308,24 +308,24 @@ msgstr "Akuphumelelekanga ukuvula ifayili '%s': fdopen() akuphumelelekanga: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Akuphumelelekanga ukuvula ifayili '%s': fdopen() akuphumelelekanga: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Impazamo emgceni %d uphawu %d: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "Impazamo emgceni %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Into ezimeleyo eze '&;' ebonwayo; izinto ezizimeleyo ezisebenzayo: &amp; "
"&quot; &lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -336,17 +336,17 @@ msgstr ""
"into ezimeleyo; ukuba le ampersand ayifanelanga ukuba yinto ezimeleyo, "
"yiphephise njenge &amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Uphawu '%s' alusebenzi ngaphakathi kwegama lento ezimeleyo"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Igama lento ezimeleyo '%s' alaziwa"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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 +355,7 @@ msgstr ""
"lwe- ampersand ungazimiselanga ukuqala into ezimeleyo - phepha i- ampersand "
"njenge &amp;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -365,16 +365,16 @@ msgstr ""
"ngaphakathi kophawu lokuthumela (&#234; umzekelo) - mhlawumbi umvo mkhulu "
"kakhulu"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Uphawu lokuthumela '%-.*s' alulunxulumanisi uphawu olunemvume"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Uphawu lokuthumela oluze; kufuneka luquke umvo ofana nalo &#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -384,34 +384,34 @@ msgstr ""
"uphawu lwe- ampersand ungenanjongo yokuqala into ezimeleyo - phepha i- "
"ampersand njenge &amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "Into ezimeleyo yokuthumela engagqitywanga"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "Uphawu lokuthumela olungagqitywanga"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Umbhalo onxulumanisayo ongasebenziyo we- UTF-8"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Umbhalo onxulumanisayo ongasebenziyo we- UTF-8"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Umbhalo onxulumanisayo ongasebenziyo we- UTF-8"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Uxwebhu kufuneka luqale ngesiqalelo (umzkl. <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -420,7 +420,7 @@ msgstr ""
"'%s' asilophawu elisebenzayo elilandela u '<' uphawu; linokungaqali igama "
"lesiqalelo"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -429,7 +429,7 @@ msgstr ""
"Uphawu olutenxileyo '%s', lulindele '>' uphawu lokuphelisa ilebhile "
"yokuqalisa isiqalelo '%s'"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -437,7 +437,7 @@ msgstr ""
"Uphawu olutenxileyo '%s', lulindele '=' emva kwegama lophawu '%s' "
"lwesiqalelo '%s'"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -448,7 +448,7 @@ msgstr ""
"ilebhile yokuqala isiqalelo '%s', okanye ngokhetho lophawu; mhlawumbi "
"usebenzise uphawu olungasebenziyo kwigama lophawu"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -457,7 +457,7 @@ msgstr ""
"Uphawu olutenxileyo '%s', lulindele uphawu locaphulo oluvulekileyo emva "
"kweempawu zokulingana xa kunikwa ixabiso lophawu '%s' lwesiqalelo '%s'"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -466,7 +466,7 @@ msgstr ""
"'%s' asilophawu olusebenzayo ukulandela iimpawu '</'; '%s' linokungaqali "
"igama lesiqalelo"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -475,27 +475,27 @@ msgstr ""
"'%s' asilophawu olusebenzayo ukulandela igama lesiqalelo elikufuphi '%s'; "
"uphawu oluvunyelweyo lolu '>'"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Isiqalelo '%s' besivaliwe, akukho siqalelo sivuliweyo njengangoku"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Isiqalelo '%s' besivaliwe, kodwa isiqalelo esivuliweyo njengangoku sesi '%s'"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "Uxwebhu beluze okanye luqulathe isikhewu esimhlophe kuphela"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Uxwebhu luphele ngesiquphe kanye emva kwesibiyeli sedolo elivulekileyo '<'"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -504,7 +504,7 @@ msgstr ""
"Uxwebhu luphele ngesiquphe xeshikweni iziqalelo bezisavulile - '%s' "
"isiqalelo sokugqibela besivuliwe"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -513,19 +513,19 @@ msgstr ""
"Uxwebhu luphele ngesiquphe, kulindelwe ukubona isibiyeli sedolo elivaliweyo "
"esiphelisa ilebhile <%s/>"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "Uxwebhu luphele ngesiquphe ngaphakathi kwegama lesiqalelo"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Uxwebhu luphele ngesiquphe ngaphakathi kwegama lophawu"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Uxwebhu luphele ngesiquphe ngaphakathi kwelebhile evula isiqalelo."
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -533,17 +533,17 @@ msgstr ""
"Uxwebhu luphele ngesiquphe emva kokuba uphawu lokulingana lulandele igama "
"lophawu; kungekho xabiso lophawu"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Uxwebhu luphele ngesiquphe xeshikweni lungaphakathi kwexabiso lophawu"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Uxwebhu luphele ngesiquphe ngaphakathi kwelebhile evaliweyo yesiqalelo '%s'"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Uxwebhu luphele ngesiquphe ngaphaikathi komyalelo wezimvo okanye inkqubo"
@@ -568,7 +568,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1192,7 +1192,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1260,9 +1260,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "Ikhonkco elingumfuziselo alixhaswanga"
@@ -1281,7 +1281,7 @@ msgstr "Ikhonkco elingumfuziselo alixhaswanga"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1291,7 +1291,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1301,26 +1301,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "Ikhonkco elingumfuziselo alixhaswanga"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1331,12 +1331,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1402,8 +1402,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1424,69 +1424,69 @@ msgstr "Impazamo yokufunda ifayili '%s': %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Akuphumelelekanga ukudala ifayili '%s': %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Akuphumelelekanga ukudala ifayili '%s': %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Akuphumelelekanga ukudala ifayili '%s': %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Impazamo ngelixa lenguqulo: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1511,62 +1511,62 @@ msgstr "Uxwebhu luphele ngesiquphe ngaphakathi kwegama lophawu"
msgid "Error setting extended attribute '%s': %s"
msgstr "Impazamo yokuvula uvimba weefayili '%s': %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Impazamo ngelixa lenguqulo: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Impazamo ngelixa lenguqulo: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Impazamo emgceni %d: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Ikhonkco elingumfuziselo alixhaswanga"
@@ -1639,12 +1639,12 @@ msgstr "Asiyofayili esebenza rhoqo"
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "Igama lomququzeleli elingasebenziyo"
@@ -1654,17 +1654,17 @@ msgstr "Igama lomququzeleli elingasebenziyo"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1739,7 +1739,7 @@ msgstr "Impazamo yokufunda ifayili '%s': %s"
msgid "Error closing unix: %s"
msgstr "Impazamo emgceni %d: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/yi.po b/po/yi.po
index 6eb506f55..37f9027b8 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-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -299,23 +299,23 @@ msgstr "ניט געקענט עפֿענען טעקע %s: fdopen() איז דורכ
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "ניט געקענט עפֿענען טעקע %s: fdopen() איז דורכגעפֿאַלן: %s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "דורכפֿאַל אױף שורה %d פּאָזיציע %d: %s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "דורכפֿאַל אױף שורה %d: %s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"לײדיקער אײנס '&;' געזען; לעקסיקע אײנסן זײַנען: &amp; &quot; &lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -325,17 +325,17 @@ msgstr ""
"שריפֿטצײכן %s איז ניט לעקסיק צום אָנהײב פֿון אַן אײנסנאָמען; דער & שריפֿטצײכן הײבט "
"אַן אײנס אָן; אױב מיט דעם דאָזיקן & מײנט מען ניט קײן אײנס, נאָרמאַליר אים װי &amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "שריפֿטצײכן %s איז אומלעקסיק אין מיטן פֿון אַן אײנסנאָמען"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "אײנסנאָמען %s איז ניט באַקאַנט"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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;"
@@ -343,7 +343,7 @@ msgstr ""
"אײנס האָט זיך ניט געענדיקט מיט קײן \";\". מסתּמא האָט מען געשריבן אַן & "
"שריפֿטצײכן אָן דער כּװנה אָנצוהײבן אַן אײנס. נאָרמאַליר & װי &amp;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -352,16 +352,16 @@ msgstr ""
"דורכפֿאַל אין אַנאַליזירן '%s', װאָס זאָל האָבן אַ ציפֿער אין דער שריפֿטצײכן־רעפֿערענץ "
"(למשל &#234;); אפֿשר איז דער ציפֿער צו גרױס"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "שריפֿטצײכן־רעפֿערענץ '%s' קאָדירט ניט קײן דערלאָזטן שריפֿטצײכן"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "נוליקע שריפֿטצײכן־רעפֿערענץ; מוז כּולל זײַן אַ ציפֿער, װי &#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -370,34 +370,34 @@ msgstr ""
"שריפֿטצײכן־רעפֿערענץ האָט זיך ניט געענדיקט מיט קײן \";\". מסתּמא האָט מען געשריבן "
"אַן & שריפֿטצײכן אָן דער כּװנה אָנצוהײבן אַן אײנס. נאָרמאַליר & װי &amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "ניט־געענדיקט אײנס־רעפֿערענץ"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "ניט־געענדיקט שריפֿטצײכן־רעפֿערענץ"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "אומלעקסיק UTF־8 קאָדירטער טעקסט"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "אומלעקסיק UTF־8 קאָדירטער טעקסט"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "אומלעקסיק UTF־8 קאָדירטער טעקסט"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "דאָקומענט מוז אָנהײבן מיט אַן עלעמענט (װי למשל <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -406,7 +406,7 @@ msgstr ""
"'%s' איך ניט קײן לעקסיקער שריפֿטצײכן נאָך אַ '‪<‬' שריפֿטצײכן;עס טאָר ניט אָנהײבן "
"קײן אײנסנאָמען"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
@@ -415,7 +415,7 @@ msgstr ""
"מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '‪>‬' שריפֿטצײכן צו ענדיקן דעם אָנהײב־הענטל "
"פֿונעם עלעמענט '%s'"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -423,7 +423,7 @@ msgstr ""
"מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '=' שריפֿטצײכן נאָך אַטריבוט־נאָמען %s פֿונעם "
"עלעמענט '%s'"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -434,7 +434,7 @@ msgstr ""
"אָנהײב־הענטל פֿונעם עלעמענט '%s'; אפֿשר האָט מען געלײגט אַן אומלעקסיקן שריפֿטצײכן "
"אין אַן אַטריבוט־נאָמען"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -443,7 +443,7 @@ msgstr ""
"מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '\"' נאָך דעם '=' צו באַשטעטיקן דעם באַטרעף פֿון "
"אַטריבוט '%s' פֿונעם עלעמענט '%s'"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -452,7 +452,7 @@ msgstr ""
"'%s' איז ניט קײן לעקסיקער שריפֿטצײכן נאָך די שריפֿטצײכנס '‪</‬'; '%s' טאָר ניט "
"אָנהײבן קײן עלעמענט־נאָמען"
-#: glib/gmarkup.c:1577
+#: glib/gmarkup.c:1583
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -461,25 +461,25 @@ msgstr ""
"'%s' איז ניט קײן לעקסיקער שריפֿטצײכן נאָך דעם שלאָס־עלעמענט נאָמען '%s'; מען מוז "
"שטעלן '‪>‬'"
-#: glib/gmarkup.c:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "עלעמענט '%s' איז פֿאַרמאַכט; קײן עלעמענט איז דערװײַל אָפֿן"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "עלעמענט '%s' איז פֿאַרמאַכט; דער איצטיקער אָפֿענער עלעמענט איז '%s'"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "דאָקומענט איז פּוסט אָדער איז כּולל בלױז לײדיק אָרט"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט נאָך אַן עפֿן־צײכן '‪<‬'"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -488,7 +488,7 @@ msgstr ""
"דאָקומענט ענדיקט זיך אומגעריכטערהײט מיט אָפֿענע עלעמענטן; '%s' איז געװען דער "
"לעצט־געעפֿנטער עלעמענט"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -497,19 +497,19 @@ msgstr ""
"דאָקומענט ענדיקט זיך אומגעריכטערהײט; דערװאַרט אַ שלאָס־צײכן '‪>‬' צו ענדיקן דעם "
"הענטל ‪<%s/>‬"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן עלעמענט־נאָמען"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן אַטריבוט־נאָמען"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן עלעמענט־עפֿן הענטל"
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -517,18 +517,18 @@ msgstr ""
"דאָקומענט ענדיקט זיך אומגעריכטערהײט נאָך דעם '=' שריפֿטצײכן נאָך אַן "
"אַטריבוט־נאָמען אָן קײן אַטריבוט־באַטרעף"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן אַטריבוט־באַטרעף"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון דעם שלאָס־הענטל פֿון עלעמענט "
"'%s'"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַ קאָמענטאַר אָדער אַ "
@@ -554,7 +554,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1161,7 +1161,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1228,9 +1228,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr ""
@@ -1249,7 +1249,7 @@ msgstr ""
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1259,7 +1259,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1269,26 +1269,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr ""
@@ -1299,12 +1299,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1370,8 +1370,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1392,69 +1392,69 @@ msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "ניט געקענט שאַפֿן טעקע %s: %s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "ניט געקענט שאַפֿן טעקע %s: %s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "ניט געקענט שאַפֿן טעקע %s: %s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1479,62 +1479,62 @@ msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אי
msgid "Error setting extended attribute '%s': %s"
msgstr "דורכפֿאַל אין עפֿענען פּאַפּקע %s: %s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "דורכפֿאַל אױף שורה %d: %s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
@@ -1607,12 +1607,12 @@ msgstr ""
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "אומלעקסיקער מאַשין־נאָמען"
@@ -1622,17 +1622,17 @@ msgstr "אומלעקסיקער מאַשין־נאָמען"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1707,7 +1707,7 @@ msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
msgid "Error closing unix: %s"
msgstr "דורכפֿאַל אױף שורה %d: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 879d69d15..d0c0d6b12 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-03-12 19:09+0000\n"
+"POT-Creation-Date: 2008-03-31 17:53-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,305 +18,304 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0\n"
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "元素“%2$s”的意外属性“%1$s”"
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "元素“%2$s”的属性“%1$s”未找到"
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "意外标签“%s”,需要标签“%s”"
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "“%2$s”的意外标签“%1$s”"
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
#, c-format
msgid "No valid bookmark file found in data dirs"
msgstr "无法在数据目录中找到有效的书签文件"
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI“%s”的书签已经存在"
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "未找到 URI“%s”的书签"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI“%s”的书签未定义 MIME 类型"
-#: ../glib/gbookmarkfile.c:2444
+#: glib/gbookmarkfile.c:2444
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI“%s”的书签未定义私有标志"
-#: ../glib/gbookmarkfile.c:2823
+#: glib/gbookmarkfile.c:2823
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI“%s”的书签未设定组"
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "没有名为“%s”的应用程序为“%s”注册书签"
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "用 URI “%2$s”展开 exec 行“%1$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:2215 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956
+#: glib/gutf8.c:1405
#, c-format
msgid "Invalid byte sequence in conversion input"
msgstr "转换输入中出现无效字符序列"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
#, c-format
msgid "Error during conversion: %s"
msgstr "转换过程中出错:%s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297
+#: glib/gutf8.c:1401
#, c-format
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:1734
+#: glib/gconvert.c:1734
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI“%s”不是“file”格式的绝对 URI"
-#: ../glib/gconvert.c:1744
+#: glib/gconvert.c:1744
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "本地文件 URI“%s”不能包含“#”"
-#: ../glib/gconvert.c:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI“%s”无效"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1773
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI中的主机名“%s”无效"
-#: ../glib/gconvert.c:1789
+#: glib/gconvert.c:1789
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI“%s”中包含无效的转义字符"
-#: ../glib/gconvert.c:1884
+#: glib/gconvert.c:1884
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "路径名“%s”不是绝对路径"
-#: ../glib/gconvert.c:1894
+#: glib/gconvert.c:1894
#, c-format
msgid "Invalid hostname"
msgstr "无效的主机名"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "打开目录“%s”时发生错误:%s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "无法分配 %lu 字节以读取文件“%s”"
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "读取文件“%s”出错:%s"
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "读取文件“%s”失败:%s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "打开文件“%s”失败:%s"
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "获得文件“%s”的属性失败:fstat() 失败:%s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "打开文件“%s”失败:fdopen() 失败:%s"
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "将文件“%s”重命名为“%s”失败:g_rename() 失败:%s"
-#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "创建文件“%s”失败:%s"
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "打开文件“%s”写入失败:fdopen() 失败:%s"
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:971
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "写入文件“%s”失败:fwrite() 失败:%s"
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "关闭文件“%s”失败:fclose() 失败:%s"
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "无法删除已有文件“%s”:g_unlink() 失败:%s"
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "模板“%s”无效,不应该包含“%s”"
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "模板“%s”的不包含 XXXXXX"
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u 字节"
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "读取符号链接“%s”失败:%s"
-#: ../glib/gfileutils.c:1908
+#: glib/gfileutils.c:1908
#, c-format
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
#, c-format
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "g_io_channel_read_line_string 函数无法进行原始读取"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
#, c-format
msgid "Leftover unconverted data in read buffer"
msgstr "在读缓冲里留有未转换数据"
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
#, c-format
msgid "Channel terminates in a partial character"
msgstr "通道终止于未尽字符"
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
#, c-format
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end 函数无法进行原始读取"
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "打开文件“%s”失败:open() 失败:%s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "映射文件“%s”失败:mmap() 失败:%s"
-#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, c-format
msgid "Error on line %d char %d: "
msgstr "第%d行第%d个字符出错:"
-#: ../glib/gmarkup.c:344
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "第%d行出错:%s"
-#: ../glib/gmarkup.c:448
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "发现空的实体“&;”。有效的实体为:&amp; &quot; &lt; &gt; &apos;"
-#: ../glib/gmarkup.c:458
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -326,17 +325,17 @@ msgstr ""
"字符“%s”出现在实体名的开头无效。实体都以 & 字符 开头,如果这个 & 不是一个实体"
"的开头,把它变为 &amp;"
-#: ../glib/gmarkup.c:492
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "字符“%s”在实体名中无效"
-#: ../glib/gmarkup.c:529
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "未知的实体名“%s”"
-#: ../glib/gmarkup.c:540
+#: glib/gmarkup.c:540
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;"
@@ -344,23 +343,23 @@ msgstr ""
"实体没有以分号结束。很可能您使用了 & 字符而又不是一个实体 - 将这个 & 变为 "
"&amp;"
-#: ../glib/gmarkup.c:593
+#: glib/gmarkup.c:593
#, 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 "分析“%-.*s”失败。它应该是字符引用中的数字(如&#234;) - 可能该数字太大了"
-#: ../glib/gmarkup.c:618
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "字符引用“%-.*s”不是编码一个被允许的字符"
-#: ../glib/gmarkup.c:633
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "空的字符引用;应该包括数字,如 &#454;"
-#: ../glib/gmarkup.c:643
+#: glib/gmarkup.c:643
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,52 +368,52 @@ msgstr ""
"字符引用没有以分号结束。很可能您使用了 & 字符而又不是一个实体 - 将这个 & 变"
"为 &amp;"
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "未完成的实体引用"
-#: ../glib/gmarkup.c:735
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "未完成的字符引用"
-#: ../glib/gmarkup.c:978
+#: glib/gmarkup.c:978
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "无效的 UTF-8 编码文本 - 序列过长"
-#: ../glib/gmarkup.c:1006
+#: glib/gmarkup.c:1006
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "无效的 UTF-8 编码文本 - 非开始字符"
-#: ../glib/gmarkup.c:1042
+#: glib/gmarkup.c:1042
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "无效的 UTF-8 编码文本 - “%s”无效"
-#: ../glib/gmarkup.c:1080
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "文档必须以一个元素开始(例如 <book>)"
-#: ../glib/gmarkup.c:1120
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "“%s”出现在字符“<”后是无效字符;它不能作为元素名的开头"
-#: ../glib/gmarkup.c:1184
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "字符“%s”无效,应该以字符“>”来结束元素“%s”的起始标记"
-#: ../glib/gmarkup.c:1273
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "字符“%s”无效,在属性名“%s”(元素“%s”)的后应该是字符“=”"
-#: ../glib/gmarkup.c:1315
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -424,782 +423,776 @@ msgstr ""
"字符“%s”无效,应该以“>”或“/”结束元素“%s”的起始标记,或紧跟该元素的属性;可能"
"您在属性名中使用了无效字符"
-#: ../glib/gmarkup.c:1401
+#: glib/gmarkup.c:1401
#, 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”)赋值时,在等号后应该是引号"
-#: ../glib/gmarkup.c:1543
+#: glib/gmarkup.c:1543
#, 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:1583
+#: glib/gmarkup.c:1583
#, 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:1594
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "元素“%s”已经结束,没有未结束的元素"
-#: ../glib/gmarkup.c:1603
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "元素“%s”已经结束,当前未结束的元素是“%s”"
-#: ../glib/gmarkup.c:1763
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "文档为空或仅含空白字符"
-#: ../glib/gmarkup.c:1777
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "文档在一个打开的尖括号“<”后意外结束"
-#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "文档在还存在未结束元素时意外结束 - 最后的未结束元素是“%s”"
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "文档意外结束,应该以右尖括号“>”来结束标记 <%s/>"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "文档在元素名中意外结束"
-#: ../glib/gmarkup.c:1805
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "文档在属性名中意外结束"
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "文档在元素起始标记中意外结束"
-#: ../glib/gmarkup.c:1816
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "文档在跟在属性名后的等号后意外结束;没有属性值"
-#: ../glib/gmarkup.c:1823
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "文档在属性值中意外结束"
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "文档在元素“%s”结束标记中意外结束"
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
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:1962
+#: glib/gregex.c:154 gio/glocalfile.c:1963
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 断言不是定长的"
-#: ../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 "lookbehind 断言里不允许使用 \\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 "不一致的 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 "未知的转义序列"
-#: ../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 "命令行或其他shell引用文本中出现不匹配的引号"
-#: ../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
#, c-format
msgid "Text was empty (or contained only whitespace)"
msgstr "空文本(或仅含空白字符)"
-#: ../glib/gspawn-win32.c:279
+#: glib/gspawn-win32.c:279
#, c-format
msgid "Failed to read data from child process"
msgstr "从子进程中读取数据失败"
-#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:294 glib/gspawn.c:1455
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "创建与子进程通讯的管道失败(%s)"
-#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1119
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "从子管道中读取失败(%s)"
-#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:363 glib/gspawn.c:1324
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "更改到目录“%s”失败(%s)"
-#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "执行子进程失败(%s)"
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:440
#, c-format
msgid "Invalid program name: %s"
msgstr "无效的程序名:%s"
-#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1282
+#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "%d 处的参数中有无效的字符串:%s"
-#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315
#, c-format
msgid "Invalid string in environment: %s"
msgstr "环境中有无效的字符串:%s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263
#, c-format
msgid "Invalid working directory: %s"
msgstr "无效的工作目录:%s"
-#: ../glib/gspawn-win32.c:787
+#: glib/gspawn-win32.c:787
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "执行助手程序(%s)失败"
-#: ../glib/gspawn-win32.c:1002
+#: glib/gspawn-win32.c:1002
#, c-format
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
msgstr "g_io_channel_win32_poll() 从子进程中读取数据时出现异常错误"
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "从子进程中读取数据失败(%s)"
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "select() 在从子进程中读取数据时出现异常错误 (%s)"
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "waitpid() 出现异常错误 (%s)"
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
#, c-format
msgid "Failed to fork (%s)"
msgstr "fork 失败(%s)"
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "执行子进程“%s”失败(%s)"
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "重定向子进程(%s)的输入或输出失败"
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "fork 子进程失败 (%s)"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "执行子进程“%s”时出现未知错误"
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "从子进程管道中读取足够的数据失败(%s)"
-#: ../glib/gutf8.c:1030
+#: glib/gutf8.c:1030
#, c-format
msgid "Character out of range for UTF-8"
msgstr "字符超出 UTF-8 范围"
-#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511
+#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
+#: glib/gutf8.c:1415 glib/gutf8.c:1511
#, c-format
msgid "Invalid sequence in conversion input"
msgstr "转换输入中出现无效序列"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1426 glib/gutf8.c:1522
#, c-format
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
#, c-format
msgid "Valid key file could not be found in search dirs"
msgstr "在搜索目录中无法找到有效的键文件"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
#, c-format
msgid "Not a regular file"
msgstr "不是普通文件"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
#, c-format
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
#, c-format
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:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
#, c-format
msgid "Key file does not have group '%s'"
msgstr "键文件没有组“%s”"
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
#, c-format
msgid "Key file does not have key '%s'"
msgstr "键文件没有键“%s”"
-#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "键文件包含“%s”,其值“%s”不是 UTF-8"
-#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1891
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "键文件包含键“%s”,其值无法解释。"
-#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2106 glib/gkeyfile.c:2318
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
"interpreted."
msgstr "键文件在“%2$s”中包含“%1$s”,其值无法解释。"
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "键文件的组“%2$s”中不包含键“%1$s”"
-#: ../glib/gkeyfile.c:3471
+#: glib/gkeyfile.c:3471
#, c-format
msgid "Key file contains escape character at end of line"
msgstr "键文件在行尾含有转义字符"
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3493
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "键文件中包含无效的转义序列“%s”"
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "无法将值“%s”解释为数值。"
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
#, c-format
msgid "Integer value '%s' out of range"
msgstr "整数值“%s”超出范围"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "无法将值“%s”解释为浮点数。"
-#: ../glib/gkeyfile.c:3706
+#: glib/gkeyfile.c:3706
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "无法将值“%s”解释为布尔值。"
-#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318 ../gio/ginputstream.c:559
-#: ../gio/ginputstream.c:684 ../gio/goutputstream.c:193
-#: ../gio/goutputstream.c:647
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186
+#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684
+#: gio/goutputstream.c:193 gio/goutputstream.c:647
#, c-format
msgid "Too large count value passed to %s"
msgstr "传递给 %s 的计数值太大了"
-#: ../gio/gbufferedinputstream.c:870 ../gio/ginputstream.c:894
-#: ../gio/goutputstream.c:1076
+#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894
+#: gio/goutputstream.c:1076
#, c-format
msgid "Stream is already closed"
msgstr "流已经关闭"
-#: ../gio/gcancellable.c:296 ../gio/glocalfile.c:1955
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr "操作被取消"
-#: ../gio/gcontenttype.c:159
+#: gio/gcontenttype.c:159
msgid "Unknown type"
msgstr "未知类型"
-#: ../gio/gcontenttype.c:160
+#: gio/gcontenttype.c:160
#, c-format
msgid "%s filetype"
msgstr "%s 文件类型"
-#: ../gio/gcontenttype.c:577
+#: gio/gcontenttype.c:577
#, c-format
msgid "%s type"
msgstr "%s 类型"
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
#, c-format
msgid "Unexpected early end-of-stream"
msgstr "非预期的过早的流结束符"
-#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "未命名"
-#: ../gio/gdesktopappinfo.c:588
+#: gio/gdesktopappinfo.c:588
#, c-format
msgid "Desktop file didn't specify Exec field"
msgstr "桌面文件未指定 Exec 区域"
-#: ../gio/gdesktopappinfo.c:882
+#: gio/gdesktopappinfo.c:882
#, c-format
msgid "Unable to find terminal required for application"
msgstr "无法找到应用程序需要的终端"
-#: ../gio/gdesktopappinfo.c:1114
+#: gio/gdesktopappinfo.c:1114
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "无法创建用户应用程序配置文件夹 %s:%s"
-#: ../gio/gdesktopappinfo.c:1118
+#: gio/gdesktopappinfo.c:1118
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "无法创建用户 MIME 配置文件夹 %s:%s"
-#: ../gio/gdesktopappinfo.c:1457
+#: gio/gdesktopappinfo.c:1457
#, c-format
msgid "Can't create user desktop file %s"
msgstr "无法创建用户桌面文件 %s"
-#: ../gio/gdesktopappinfo.c:1517
+#: gio/gdesktopappinfo.c:1517
#, c-format
msgid "Custom definition for %s"
msgstr "%s 的自制定定义"
-#: ../gio/gdrive.c:372
+#: gio/gdrive.c:372
msgid "drive doesn't implement eject"
msgstr "驱动未实现探出"
-#: ../gio/gdrive.c:439
+#: gio/gdrive.c:439
msgid "drive doesn't implement polling for media"
msgstr "驱动未实现媒体轮询"
-#: ../gio/gfile.c:812 ../gio/gfile.c:1002 ../gio/gfile.c:1135
-#: ../gio/gfile.c:1366 ../gio/gfile.c:1419 ../gio/gfile.c:1475
-#: ../gio/gfile.c:1556 ../gio/gfile.c:2594 ../gio/gfile.c:2639
-#: ../gio/gfile.c:2689 ../gio/gfile.c:2729 ../gio/gfile.c:3053
-#: ../gio/gfile.c:3455 ../gio/gfile.c:3538 ../gio/gfile.c:3621
-#: ../gio/gfile.c:3701
+#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, c-format
msgid "Operation not supported"
msgstr "不支持该操作"
@@ -1212,93 +1205,93 @@ 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:1254 ../gio/glocalfile.c:1046 ../gio/glocalfile.c:1057
-#: ../gio/glocalfile.c:1070
+#: gio/gfile.c:1254 gio/glocalfile.c:1046 gio/glocalfile.c:1057
+#: gio/glocalfile.c:1070
#, c-format
msgid "Containing mount does not exist"
msgstr "包含的挂载不存在"
-#: ../gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr "无法复制目录"
-#: ../gio/gfile.c:1955
+#: gio/gfile.c:1955
#, c-format
msgid "Can't copy directory over directory"
msgstr "无法将目录复制到目录"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2109
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr "目标文件已存在"
-#: ../gio/gfile.c:1981
+#: gio/gfile.c:1981
#, c-format
msgid "Can't recursively copy directory"
msgstr "无法递归复制目录"
-#: ../gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr "给出的符号链接值无效"
-#: ../gio/gfile.c:2772
+#: gio/gfile.c:2790
#, c-format
msgid "Trash not supported"
msgstr "不支持垃圾箱"
-#: ../gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr "文件名不能包含“%c”"
-#: ../gio/gfile.c:4752 ../gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr "卷未实现挂载"
-#: ../gio/gfile.c:4860
+#: gio/gfile.c:4878
#, c-format
msgid "No application is registered as handling this file"
msgstr "没有注册为处理此文件的应用程序"
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
#, c-format
msgid "Enumerator is closed"
msgstr "枚举器已关闭"
-#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr "文件枚举器有异常操作"
-#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr "文件枚举器已关闭"
-#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421
-#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523
+#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421
+#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523
#, c-format
msgid "Stream doesn't support query_info"
msgstr "流不支持 query_info"
-#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381
+#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381
#, c-format
msgid "Seek not supported on stream"
msgstr "流不支持查找"
-#: ../gio/gfileinputstream.c:380
+#: gio/gfileinputstream.c:380
#, c-format
msgid "Truncate not allowed on input stream"
msgstr "输入流不允许截断"
-#: ../gio/gfileoutputstream.c:457
+#: gio/gfileoutputstream.c:457
#, c-format
msgid "Truncate not supported on stream"
msgstr "流不支持截断"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
#, c-format
msgid "Input stream doesn't implement read"
msgstr "输入流未实现读取"
@@ -1309,299 +1302,299 @@ 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:904 ../gio/goutputstream.c:1086
+#: gio/ginputstream.c:904 gio/goutputstream.c:1086
#, c-format
msgid "Stream has outstanding operation"
msgstr "流有异常操作"
-#: ../gio/glocaldirectorymonitor.c:270
+#: gio/glocaldirectorymonitor.c:270
#, c-format
msgid "Unable to find default local directory monitor type"
msgstr "无法找默认的本地目录监视器类型"
-#: ../gio/glocalfile.c:599
+#: gio/glocalfile.c:599
#, c-format
msgid "Invalid filename %s"
msgstr "无效的文件名名:%s"
-#: ../gio/glocalfile.c:962
+#: gio/glocalfile.c:962
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "读取文件系统信息出错:%s"
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
#, c-format
msgid "Can't rename root directory"
msgstr "无法重命名根目录"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
#, c-format
msgid "Can't rename file, filename already exist"
msgstr "无法重命名文件,该文件名已存在"
-#: ../gio/glocalfile.c:1121 ../gio/glocalfile.c:1984 ../gio/glocalfile.c:2013
-#: ../gio/glocalfile.c:2162 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, c-format
msgid "Invalid filename"
msgstr "无效的文件名"
-#: ../gio/glocalfile.c:1125
+#: gio/glocalfile.c:1125
#, c-format
msgid "Error renaming file: %s"
msgstr "重命名文件出错:%s"
-#: ../gio/glocalfile.c:1244
+#: gio/glocalfile.c:1244
#, c-format
msgid "Error opening file: %s"
msgstr "打开文件出错:%s"
-#: ../gio/glocalfile.c:1254
+#: gio/glocalfile.c:1254
#, c-format
msgid "Can't open directory"
msgstr "无法打开目录"
-#: ../gio/glocalfile.c:1314 ../gio/glocalfile.c:1988
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, c-format
msgid "Error removing file: %s"
msgstr "移除文件出错:%s"
-#: ../gio/glocalfile.c:1677
+#: gio/glocalfile.c:1678
#, c-format
msgid "Error trashing file: %s"
msgstr "将文件放到垃圾箱出错:%s"
-#: ../gio/glocalfile.c:1700
+#: gio/glocalfile.c:1701
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "创建垃圾箱目录 %s 失败:%s"
-#: ../gio/glocalfile.c:1721
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr "无法找到垃圾箱的顶级目录"
-#: ../gio/glocalfile.c:1800 ../gio/glocalfile.c:1820
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr "无法找到或创建垃圾箱目录"
-#: ../gio/glocalfile.c:1854
+#: gio/glocalfile.c:1855
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "创建垃圾信息文件失败:%s"
-#: ../gio/glocalfile.c:1879 ../gio/glocalfile.c:1954 ../gio/glocalfile.c:1961
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, c-format
msgid "Unable to trash file: %s"
msgstr "创建垃圾文件失败:%s"
-#: ../gio/glocalfile.c:2017
+#: gio/glocalfile.c:2018
#, c-format
msgid "Error making symbolic link: %s"
msgstr "创建符号链接出错:%s"
-#: ../gio/glocalfile.c:2077 ../gio/glocalfile.c:2166
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, c-format
msgid "Error moving file: %s"
msgstr "移动文件出错:%s"
-#: ../gio/glocalfile.c:2100
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr "无法将目录移动到目录"
-#: ../gio/glocalfile.c:2122 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr "备份文件创建失败"
-#: ../gio/glocalfile.c:2141
+#: gio/glocalfile.c:2147
#, c-format
msgid "Error removing target file: %s"
msgstr "移除目标文件出错:%s"
-#: ../gio/glocalfile.c:2155
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr "不支持在挂载之间移动"
-#: ../gio/glocalfileinfo.c:717
+#: gio/glocalfileinfo.c:709
#, c-format
msgid "Attribute value must be non-NULL"
msgstr "属性值必须为非空"
-#: ../gio/glocalfileinfo.c:724
+#: gio/glocalfileinfo.c:716
#, c-format
msgid "Invalid attribute type (string expected)"
msgstr "无效的属性类型(应为 string)"
-#: ../gio/glocalfileinfo.c:731
+#: gio/glocalfileinfo.c:723
#, c-format
msgid "Invalid extended attribute name"
msgstr "无效的扩展属性名"
-#: ../gio/glocalfileinfo.c:771
+#: gio/glocalfileinfo.c:763
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "设置扩展属性“%s”出错:%s"
-#: ../gio/glocalfileinfo.c:1457 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "获取文件“%s”状态出错:%s"
-#: ../gio/glocalfileinfo.c:1528
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr " (无效的编码)"
-#: ../gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1618
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "获取文件描述符状态时出错:%s"
-#: ../gio/glocalfileinfo.c:1739
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr "无效的属性类型(应为 uint32)"
-#: ../gio/glocalfileinfo.c:1757
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr "无效的属性类型(应为 uint64)"
-#: ../gio/glocalfileinfo.c:1776
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "无效的属性类型(应为 byte string)"
-#: ../gio/glocalfileinfo.c:1802
+#: gio/glocalfileinfo.c:1724
#, c-format
msgid "Error setting permissions: %s"
msgstr "设置访问权限出错:%s"
-#: ../gio/glocalfileinfo.c:1853 ../gio/glocalfileinfo.c:2021
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, c-format
msgid "Error setting owner: %s"
msgstr "设置所有者出错:%s"
-#: ../gio/glocalfileinfo.c:1876
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr "符号链接必须是非空"
-#: ../gio/glocalfileinfo.c:1886 ../gio/glocalfileinfo.c:1905
-#: ../gio/glocalfileinfo.c:1916
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, c-format
msgid "Error setting symlink: %s"
msgstr "设置符号链接出错:%s"
-#: ../gio/glocalfileinfo.c:1895
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr "设定符号链接出错:文件不是符号链接"
-#: ../gio/glocalfileinfo.c:2076
+#: gio/glocalfileinfo.c:1998
#, c-format
msgid "Setting attribute %s not supported"
msgstr "不支持设置属性 %s"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
#, 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:191 gio/glocalfileinputstream.c:203
+#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372
+#: gio/glocalfileoutputstream.c:854
#, 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:279
#, c-format
msgid "Error closing file: %s"
msgstr "关闭文件出错:%s"
-#: ../gio/glocalfilemonitor.c:197
+#: gio/glocalfilemonitor.c:197
#, c-format
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:591
#, c-format
msgid "Error writing to file: %s"
msgstr "写入文件出错:%s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:213
#, c-format
msgid "Error removing old backup link: %s"
msgstr "移除旧的备份链接出错:%s"
-#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
#, c-format
msgid "Error creating backup copy: %s"
msgstr "创建备份拷贝:%s"
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:258
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "重命名临时文件出错:%s"
-#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
#, 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:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, c-format
msgid "Error opening file '%s': %s"
msgstr "打开文件“%s”出错:%s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:679
#, c-format
msgid "Target file is a directory"
msgstr "目标文件是目录"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
#, c-format
msgid "Target file is not a regular file"
msgstr "目标文件不是普通文件"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
#, c-format
msgid "The file was externally modified"
msgstr "文件已经被其他程序修改"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr "提供的 GSeekType 无效"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, c-format
msgid "Invalid seek request"
msgstr "无效的查找请求"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
#, c-format
msgid "Cannot truncate GMemoryInputStream"
msgstr "无法截断 GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr "达到数据数组上限"
-#: ../gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr "内存输出流无法改变大小"
-#: ../gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr "改变内存输出流大小失败"
@@ -1609,55 +1602,55 @@ msgstr "改变内存输出流大小失败"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:344
+#: gio/gmount.c:344
msgid "mount doesn't implement unmount"
msgstr "挂载未实现卸载"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:419
+#: gio/gmount.c:419
msgid "mount doesn't implement eject"
msgstr "挂载未实现弹出"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:501
+#: gio/gmount.c:501
msgid "mount doesn't implement remount"
msgstr "挂载没有实现重新挂载"
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
#, c-format
msgid "Output stream doesn't implement write"
msgstr "输出流未实现写入"
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:771
+#: gio/goutputstream.c:363 gio/goutputstream.c:771
#, c-format
msgid "Source stream is already closed"
msgstr "来源流已经关闭"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:206
msgid "name"
msgstr "名称"
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:207
msgid "The name of the icon"
msgstr "图标的名称"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:218
msgid "names"
msgstr "名称"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:219
msgid "An array containing the icon names"
msgstr "包含图标名称的数组"
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:244
msgid "use default fallbacks"
msgstr "使用默认预案"
-#: ../gio/gthemedicon.c:245
+#: gio/gthemedicon.c:245
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1665,65 +1658,65 @@ msgstr ""
"是否使用通过缩短在“-”字符的名称找到的默认预案。如果给出了多个名字则忽略除第一"
"个之外的名字。"
-#: ../gio/gunixinputstream.c:202 ../gio/gunixinputstream.c:222
-#: ../gio/gunixinputstream.c:300 ../gio/gunixoutputstream.c:289
+#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222
+#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289
#, c-format
msgid "Error reading from unix: %s"
msgstr "读取 unix 出错:%s"
-#: ../gio/gunixinputstream.c:255 ../gio/gunixinputstream.c:437
-#: ../gio/gunixoutputstream.c:244 ../gio/gunixoutputstream.c:395
+#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437
+#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395
#, c-format
msgid "Error closing unix: %s"
msgstr "关闭 unix 出错:%s"
-#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "文件系统根目录"
-#: ../gio/gunixoutputstream.c:190 ../gio/gunixoutputstream.c:211
+#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211
#, c-format
msgid "Error writing to unix: %s"
msgstr "写入 unix 出错:%s"
-#: ../gio/gvolume.c:423
+#: gio/gvolume.c:423
msgid "volume doesn't implement eject"
msgstr "卷未实现弹出"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
#, c-format
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
#, c-format
msgid "URIs not supported"
msgstr "不支持 URI"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
#, c-format
msgid "association changes not supported on win32"
msgstr "win32 不支持关联的修改"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
#, c-format
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/zh_HK.po b/po/zh_HK.po
index 902b6f73c..6d9b07513 100644
--- a/po/zh_HK.po
+++ b/po/zh_HK.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.12.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-0400\n"
"PO-Revision-Date: 2007-02-28 02:10+0800\n"
"Last-Translator: Woodman Tuen <wmtuen@gmail.com>\n"
"Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"
@@ -302,22 +302,22 @@ msgstr "開啟檔案‘%s’失敗:open() 失敗:%s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "對應檔案‘%s’失敗:mmap() 失敗:%s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "第 %d 行第 %d 個字發生錯誤:%s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "第 %d 行發生錯誤:%s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "出現空白的實體‘&;’;可用的實體為:&amp; &quot; &lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -327,17 +327,17 @@ msgstr ""
"實體名稱不應以‘%s’開始,應該使用 & 字符;如果這個 & 字符不是作為實體使用,請"
"將 & 轉換為 &amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "實體名稱中不應含有字符‘%s’"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "實體名稱‘%s’意義不明"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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,23 +345,23 @@ msgstr ""
"實體的結束部分不是分號;很可能你想使用 & 字符但未將它變為實體 ─ 請將 & 轉換"
"為 &amp;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, 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 "無法解析‘%-.*s’,字符參引內應該含有數字(例如 &#234;)─ 可能是數字太大"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "字符參引‘%-.*s’無法表示任何能接受的字符"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "字符參引是空白的;它應該包括數字,像 &#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -370,54 +370,54 @@ msgstr ""
"字符參引的結束部分不是分號;很可能你想使用 & 字符但未將它變為實體 ─ 請將 & 轉"
"換為 &amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "未完成的實體參引"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "未完成的字符參引"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "無效的 UTF-8 編碼文字"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "無效的 UTF-8 編碼文字"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "無效的 UTF-8 編碼文字"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "文件開始必須為一元素(例如 <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "‘<’字符後的‘%s’不是有效的字符;這樣不可能是元素名稱的開始部份"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "字符‘%s’不尋常,元素‘%s’的開始標籤應該以‘>’字符結束"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "不尋常的字符‘%s’,屬性名稱‘%s’(屬於元素‘%s’)後應該是‘=’字符"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -427,7 +427,7 @@ msgstr ""
"不尋常的字符‘%s’,元素‘%s’的開始標籤應該以‘>’或‘/’字符終結,也可以是屬性;或"
"許你在屬性名稱中使用了無效的字符"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -435,80 +435,80 @@ msgid ""
msgstr ""
"不尋常的字符‘%s’,當指定屬性‘%s’的值(屬於元素‘%s’)時,等號後應該出現開引號"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, 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:1577
+#: glib/gmarkup.c:1583
#, 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:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "元素‘%s’已關閉,沒有開啟中的元素"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "元素‘%s’已關閉,但開啟中的元素是‘%s’"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "文件完全空白或只含有空白字符"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "文件在尖角括號‘<’後突然終止"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "在仍然有開啟中的元素時,文件突然結束 ─‘%s’是最後一個開啟的元素"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "文件突然結束,本來應該出現用來關閉標籤 <%s/> 的尖角括號"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "在元素的名稱內,文件突然結束"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "在屬性名稱內,文件突然結束"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "在元素的開啟標籤內,文件突然結束"
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "在屬性名稱的等號後,文件突然結束;沒有屬性值"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "在屬性值內,文件突然結束"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "在元素‘%s’的關閉標籤內,文件突然結束"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "在註解或處理指示內,文件突然結束"
@@ -532,7 +532,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1135,7 +1135,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1203,9 +1203,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "不支援符號連結"
@@ -1224,7 +1224,7 @@ msgstr "不支援符號連結"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1234,7 +1234,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1244,26 +1244,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "不支援符號連結"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "沒有一個名為‘%s’的應用程式註冊一個書籤給‘%s’"
@@ -1274,12 +1274,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1345,8 +1345,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1367,69 +1367,69 @@ msgstr "讀取檔案‘%s’時發生錯誤:%s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "讀取檔案‘%s’時發生錯誤:%s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "讀取檔案‘%s’時發生錯誤:%s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "建立檔案‘%s’失敗:%s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "建立檔案‘%s’失敗:%s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "建立檔案‘%s’失敗:%s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "解析 %s 選項時發生錯誤"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "讀取檔案‘%s’時發生錯誤:%s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "讀取檔案‘%s’時發生錯誤:%s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1454,62 +1454,62 @@ msgstr "在屬性名稱內,文件突然結束"
msgid "Error setting extended attribute '%s': %s"
msgstr "開啟目錄‘%s’時發生錯誤:%s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "讀取檔案‘%s’時發生錯誤:%s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "讀取檔案‘%s’時發生錯誤:%s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "轉換時發生錯誤:%s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "轉換時發生錯誤:%s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "第 %d 行發生錯誤:%s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "不支援符號連結"
@@ -1582,12 +1582,12 @@ msgstr "不是普通檔案"
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "無效的設定鍵名稱:%s"
@@ -1597,17 +1597,17 @@ msgstr "無效的設定鍵名稱:%s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1682,7 +1682,7 @@ msgstr "讀取檔案‘%s’時發生錯誤:%s"
msgid "Error closing unix: %s"
msgstr "第 %d 行發生錯誤:%s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 6d2ef50c0..ca14d8513 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.12.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 21:09-0400\n"
+"POT-Creation-Date: 2008-03-31 17:53-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"
@@ -302,22 +302,22 @@ msgstr "開啟檔案‘%s’失敗:open() 失敗:%s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "對應檔案‘%s’失敗:mmap() 失敗:%s"
-#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#: glib/gmarkup.c:234 glib/gmarkup.c:250
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "第 %d 行第 %d 個字發生錯誤:%s"
-#: glib/gmarkup.c:338
+#: glib/gmarkup.c:344
#, c-format
msgid "Error on line %d: %s"
msgstr "第 %d 行發生錯誤:%s"
-#: glib/gmarkup.c:442
+#: glib/gmarkup.c:448
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "出現空白的實體‘&;’;可用的實體為:&amp; &quot; &lt; &gt; &apos;"
-#: glib/gmarkup.c:452
+#: glib/gmarkup.c:458
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -327,17 +327,17 @@ msgstr ""
"實體名稱不應以‘%s’開始,應該使用 & 字元;如果這個 & 字元不是作為實體使用,請"
"將 & 轉換為 &amp;"
-#: glib/gmarkup.c:486
+#: glib/gmarkup.c:492
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "實體名稱中不應含有字元‘%s’"
-#: glib/gmarkup.c:523
+#: glib/gmarkup.c:529
#, c-format
msgid "Entity name '%s' is not known"
msgstr "實體名稱‘%s’意義不明"
-#: glib/gmarkup.c:534
+#: glib/gmarkup.c:540
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,23 +345,23 @@ msgstr ""
"實體的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉換"
"為 &amp;"
-#: glib/gmarkup.c:587
+#: glib/gmarkup.c:593
#, 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 "無法解析‘%-.*s’,字元參引內應該含有數字(例如 &#234;)─ 可能是數字太大"
-#: glib/gmarkup.c:612
+#: glib/gmarkup.c:618
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "字元參引‘%-.*s’無法表示任何能接受的字元"
-#: glib/gmarkup.c:627
+#: glib/gmarkup.c:633
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "字元參引是空白的;它應該包括數字,像 &#454;"
-#: glib/gmarkup.c:637
+#: glib/gmarkup.c:643
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -370,54 +370,54 @@ msgstr ""
"字元參引的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉"
"換為 &amp;"
-#: glib/gmarkup.c:723
+#: glib/gmarkup.c:729
msgid "Unfinished entity reference"
msgstr "未完成的實體參引"
-#: glib/gmarkup.c:729
+#: glib/gmarkup.c:735
msgid "Unfinished character reference"
msgstr "未完成的字元參引"
-#: glib/gmarkup.c:972
+#: glib/gmarkup.c:978
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "無效的 UTF-8 編碼文字"
-#: glib/gmarkup.c:1000
+#: glib/gmarkup.c:1006
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "無效的 UTF-8 編碼文字"
-#: glib/gmarkup.c:1036
+#: glib/gmarkup.c:1042
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "無效的 UTF-8 編碼文字"
-#: glib/gmarkup.c:1074
+#: glib/gmarkup.c:1080
msgid "Document must begin with an element (e.g. <book>)"
msgstr "文件開始必須為一元素(例如 <book>)"
-#: glib/gmarkup.c:1114
+#: glib/gmarkup.c:1120
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "‘<’字元後的‘%s’不是有效的字元;這樣不可能是元素名稱的開始部份"
-#: glib/gmarkup.c:1178
+#: glib/gmarkup.c:1184
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "字元‘%s’不尋常,元素‘%s’的開始標籤應該以‘>’字元結束"
-#: glib/gmarkup.c:1267
+#: glib/gmarkup.c:1273
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "不尋常的字元‘%s’,屬性名稱‘%s’(屬於元素‘%s’)後應該是‘=’字元"
-#: glib/gmarkup.c:1309
+#: glib/gmarkup.c:1315
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -427,7 +427,7 @@ msgstr ""
"不尋常的字元‘%s’,元素‘%s’的開始標籤應該以‘>’或‘/’字元終結,也可以是屬性;或"
"許您在屬性名稱中使用了無效的字元"
-#: glib/gmarkup.c:1395
+#: glib/gmarkup.c:1401
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -435,80 +435,80 @@ msgid ""
msgstr ""
"不尋常的字元‘%s’,當指定屬性‘%s’的值(屬於元素‘%s’)時,等號後應該出現開引號"
-#: glib/gmarkup.c:1537
+#: glib/gmarkup.c:1543
#, 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:1577
+#: glib/gmarkup.c:1583
#, 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:1588
+#: glib/gmarkup.c:1594
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "元素‘%s’已關閉,沒有開啟中的元素"
-#: glib/gmarkup.c:1597
+#: glib/gmarkup.c:1603
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "元素‘%s’已關閉,但開啟中的元素是‘%s’"
-#: glib/gmarkup.c:1757
+#: glib/gmarkup.c:1763
msgid "Document was empty or contained only whitespace"
msgstr "文件完全空白或只含有空白字元"
-#: glib/gmarkup.c:1771
+#: glib/gmarkup.c:1777
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "文件在尖角括號‘<’後突然終止"
-#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
+#: glib/gmarkup.c:1785 glib/gmarkup.c:1830
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "在仍然有開啟中的元素時,文件突然結束 ─‘%s’是最後一個開啟的元素"
-#: glib/gmarkup.c:1787
+#: glib/gmarkup.c:1793
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "文件突然結束,本來應該出現用來關閉標籤 <%s/> 的尖角括號"
-#: glib/gmarkup.c:1793
+#: glib/gmarkup.c:1799
msgid "Document ended unexpectedly inside an element name"
msgstr "在元素的名稱內,文件突然結束"
-#: glib/gmarkup.c:1799
+#: glib/gmarkup.c:1805
msgid "Document ended unexpectedly inside an attribute name"
msgstr "在屬性名稱內,文件突然結束"
-#: glib/gmarkup.c:1804
+#: glib/gmarkup.c:1810
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "在元素的開啟標籤內,文件突然結束"
-#: glib/gmarkup.c:1810
+#: glib/gmarkup.c:1816
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "在屬性名稱的等號後,文件突然結束;沒有屬性值"
-#: glib/gmarkup.c:1817
+#: glib/gmarkup.c:1823
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "在屬性值內,文件突然結束"
-#: glib/gmarkup.c:1833
+#: glib/gmarkup.c:1839
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "在元素‘%s’的關閉標籤內,文件突然結束"
-#: glib/gmarkup.c:1839
+#: glib/gmarkup.c:1845
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "在註解或處理指示內,文件突然結束"
@@ -532,7 +532,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:1883
+#: glib/gregex.c:154 gio/glocalfile.c:1963
msgid "internal error"
msgstr ""
@@ -1135,7 +1135,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:296 gio/glocalfile.c:1876 gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/glocalfile.c:1956 gio/gsimpleasyncresult.c:611
#, c-format
msgid "Operation was cancelled"
msgstr ""
@@ -1203,9 +1203,9 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:812 gio/gfile.c:1002 gio/gfile.c:1135 gio/gfile.c:1366
-#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2594
-#: gio/gfile.c:2639 gio/gfile.c:2689 gio/gfile.c:2729 gio/gfile.c:3053
-#: gio/gfile.c:3455 gio/gfile.c:3538 gio/gfile.c:3621 gio/gfile.c:3701
+#: gio/gfile.c:1419 gio/gfile.c:1475 gio/gfile.c:1556 gio/gfile.c:2612
+#: gio/gfile.c:2657 gio/gfile.c:2707 gio/gfile.c:2747 gio/gfile.c:3071
+#: gio/gfile.c:3473 gio/gfile.c:3556 gio/gfile.c:3639 gio/gfile.c:3719
#, fuzzy, c-format
msgid "Operation not supported"
msgstr "不支援符號連結"
@@ -1224,7 +1224,7 @@ msgstr "不支援符號連結"
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:1895
+#: gio/gfile.c:1895 gio/glocalfile.c:2106
#, c-format
msgid "Can't copy over directory"
msgstr ""
@@ -1234,7 +1234,7 @@ msgstr ""
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:1963 gio/glocalfile.c:2030
+#: gio/gfile.c:1963 gio/glocalfile.c:2115
#, c-format
msgid "Target file exists"
msgstr ""
@@ -1244,26 +1244,26 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2679
+#: gio/gfile.c:2697
#, c-format
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2772
+#: gio/gfile.c:2790
#, fuzzy, c-format
msgid "Trash not supported"
msgstr "不支援符號連結"
-#: gio/gfile.c:2819
+#: gio/gfile.c:2837
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4752 gio/gvolume.c:357
+#: gio/gfile.c:4770 gio/gvolume.c:357
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:4860
+#: gio/gfile.c:4878
#, fuzzy, c-format
msgid "No application is registered as handling this file"
msgstr "沒有一個名為‘%s’的應用程式註冊一個書籤給‘%s’"
@@ -1274,12 +1274,12 @@ msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
-#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:425
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426
#, c-format
msgid "File enumerator has outstanding operation"
msgstr ""
-#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:415
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416
msgid "File enumerator is already closed"
msgstr ""
@@ -1345,8 +1345,8 @@ msgstr ""
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1121 gio/glocalfile.c:1905 gio/glocalfile.c:1934
-#: gio/glocalfile.c:2083 gio/glocalfileoutputstream.c:472
+#: gio/glocalfile.c:1121 gio/glocalfile.c:1985 gio/glocalfile.c:2014
+#: gio/glocalfile.c:2168 gio/glocalfileoutputstream.c:472
#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
#, fuzzy, c-format
msgid "Invalid filename"
@@ -1367,69 +1367,69 @@ msgstr "讀取檔案‘%s’時發生錯誤:%s"
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1314 gio/glocalfile.c:1909
+#: gio/glocalfile.c:1314 gio/glocalfile.c:1989
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "讀取檔案‘%s’時發生錯誤:%s"
-#: gio/glocalfile.c:1604
+#: gio/glocalfile.c:1678
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "讀取檔案‘%s’時發生錯誤:%s"
-#: gio/glocalfile.c:1627
+#: gio/glocalfile.c:1701
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "建立檔案‘%s’失敗:%s"
-#: gio/glocalfile.c:1648
+#: gio/glocalfile.c:1722
#, c-format
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1727 gio/glocalfile.c:1747
+#: gio/glocalfile.c:1801 gio/glocalfile.c:1821
#, c-format
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1781
+#: gio/glocalfile.c:1855
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "建立檔案‘%s’失敗:%s"
-#: gio/glocalfile.c:1806 gio/glocalfile.c:1875 gio/glocalfile.c:1882
+#: gio/glocalfile.c:1880 gio/glocalfile.c:1955 gio/glocalfile.c:1962
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "建立檔案‘%s’失敗:%s"
-#: gio/glocalfile.c:1938
+#: gio/glocalfile.c:2018
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "解析 %s 選項時發生錯誤"
-#: gio/glocalfile.c:1998 gio/glocalfile.c:2087
+#: gio/glocalfile.c:2078 gio/glocalfile.c:2172
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "讀取檔案‘%s’時發生錯誤:%s"
-#: gio/glocalfile.c:2021
+#: gio/glocalfile.c:2101
#, c-format
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2043 gio/glocalfileoutputstream.c:777
+#: gio/glocalfile.c:2128 gio/glocalfileoutputstream.c:777
#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
#, c-format
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2062
+#: gio/glocalfile.c:2147
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "讀取檔案‘%s’時發生錯誤:%s"
-#: gio/glocalfile.c:2076
+#: gio/glocalfile.c:2161
#, c-format
msgid "Move between mounts not supported"
msgstr ""
@@ -1454,62 +1454,62 @@ msgstr "在屬性名稱內,文件突然結束"
msgid "Error setting extended attribute '%s': %s"
msgstr "開啟目錄‘%s’時發生錯誤:%s"
-#: gio/glocalfileinfo.c:1398 gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1402 gio/glocalfileoutputstream.c:666
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "讀取檔案‘%s’時發生錯誤:%s"
-#: gio/glocalfileinfo.c:1454
+#: gio/glocalfileinfo.c:1458
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1614
+#: gio/glocalfileinfo.c:1618
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "讀取檔案‘%s’時發生錯誤:%s"
-#: gio/glocalfileinfo.c:1659
+#: gio/glocalfileinfo.c:1663
#, c-format
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1676
+#: gio/glocalfileinfo.c:1680
#, c-format
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1694
+#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1720
+#: gio/glocalfileinfo.c:1724
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "轉換時發生錯誤:%s"
-#: gio/glocalfileinfo.c:1771 gio/glocalfileinfo.c:1939
+#: gio/glocalfileinfo.c:1775 gio/glocalfileinfo.c:1943
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "轉換時發生錯誤:%s"
-#: gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1798
#, c-format
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1804 gio/glocalfileinfo.c:1823
-#: gio/glocalfileinfo.c:1834
+#: gio/glocalfileinfo.c:1808 gio/glocalfileinfo.c:1827
+#: gio/glocalfileinfo.c:1838
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "第 %d 行發生錯誤:%s"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1817
#, c-format
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:1994
+#: gio/glocalfileinfo.c:1998
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "不支援符號連結"
@@ -1582,12 +1582,12 @@ msgstr "不是普通檔案"
msgid "The file was externally modified"
msgstr ""
-#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:517
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:526
#, c-format
msgid "Invalid GSeekType supplied"
msgstr ""
-#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:527
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:536
#, fuzzy, c-format
msgid "Invalid seek request"
msgstr "無效的設定鍵名稱:%s"
@@ -1597,17 +1597,17 @@ msgstr "無效的設定鍵名稱:%s"
msgid "Cannot truncate GMemoryInputStream"
msgstr ""
-#: gio/gmemoryoutputstream.c:260
+#: gio/gmemoryoutputstream.c:269
#, c-format
msgid "Reached maximum data array limit"
msgstr ""
-#: gio/gmemoryoutputstream.c:295
+#: gio/gmemoryoutputstream.c:304
#, c-format
msgid "Memory output stream not resizable"
msgstr ""
-#: gio/gmemoryoutputstream.c:311
+#: gio/gmemoryoutputstream.c:320
#, c-format
msgid "Failed to resize memory output stream"
msgstr ""
@@ -1682,7 +1682,7 @@ msgstr "讀取檔案‘%s’時發生錯誤:%s"
msgid "Error closing unix: %s"
msgstr "第 %d 行發生錯誤:%s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr ""