summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-08-18 13:17:39 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-08-18 13:17:39 +0000
commite17c805ce49b68fc9166819114be575c6e33f11a (patch)
treea67caa4fceb57af3270249ed9fc30db87cc17ca9
parent6889e86ae4dbf9a684df19c371d372880a684b4b (diff)
svn path=/trunk/; revision=7367
-rw-r--r--ChangeLog4
-rw-r--r--INSTALL4
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--docs/reference/ChangeLog4
-rw-r--r--gio/ChangeLog4
-rw-r--r--gmodule/ChangeLog4
-rw-r--r--gobject/ChangeLog4
-rw-r--r--gthread/ChangeLog4
-rw-r--r--po/ChangeLog5
-rw-r--r--po/am.po136
-rw-r--r--po/ar.po809
-rw-r--r--po/as.po137
-rw-r--r--po/az.po137
-rw-r--r--po/be.po138
-rw-r--r--po/be@latin.po138
-rw-r--r--po/bg.po137
-rw-r--r--po/bn.po137
-rw-r--r--po/bn_IN.po137
-rw-r--r--po/bs.po137
-rw-r--r--po/ca.po782
-rw-r--r--po/cs.po137
-rw-r--r--po/cy.po137
-rw-r--r--po/da.po137
-rw-r--r--po/de.po137
-rw-r--r--po/dz.po137
-rw-r--r--po/el.po137
-rw-r--r--po/en_CA.po137
-rw-r--r--po/en_GB.po137
-rw-r--r--po/eo.po137
-rw-r--r--po/es.po825
-rw-r--r--po/et.po137
-rw-r--r--po/eu.po873
-rw-r--r--po/fa.po137
-rw-r--r--po/fi.po782
-rw-r--r--po/fr.po137
-rw-r--r--po/ga.po137
-rw-r--r--po/gl.po782
-rw-r--r--po/gu.po137
-rw-r--r--po/he.po782
-rw-r--r--po/hi.po137
-rw-r--r--po/hr.po137
-rw-r--r--po/hu.po137
-rw-r--r--po/hy.po136
-rw-r--r--po/id.po137
-rw-r--r--po/is.po137
-rw-r--r--po/it.po137
-rw-r--r--po/ja.po137
-rw-r--r--po/ka.po137
-rw-r--r--po/kn.po137
-rw-r--r--po/ko.po137
-rw-r--r--po/ku.po136
-rw-r--r--po/lt.po137
-rw-r--r--po/lv.po137
-rw-r--r--po/mg.po137
-rw-r--r--po/mk.po137
-rw-r--r--po/ml.po137
-rw-r--r--po/mn.po137
-rw-r--r--po/mr.po808
-rw-r--r--po/ms.po137
-rw-r--r--po/nb.po782
-rw-r--r--po/ne.po137
-rw-r--r--po/nl.po137
-rw-r--r--po/nn.po137
-rw-r--r--po/oc.po136
-rw-r--r--po/or.po137
-rw-r--r--po/pa.po137
-rw-r--r--po/pl.po137
-rw-r--r--po/ps.po137
-rw-r--r--po/pt.po787
-rw-r--r--po/pt_BR.po782
-rw-r--r--po/ro.po137
-rw-r--r--po/ru.po137
-rw-r--r--po/rw.po137
-rw-r--r--po/si.po137
-rw-r--r--po/sk.po137
-rw-r--r--po/sl.po137
-rw-r--r--po/sq.po786
-rw-r--r--po/sr.po137
-rw-r--r--po/sr@Latn.po137
-rw-r--r--po/sr@ije.po137
-rw-r--r--po/sv.po1150
-rw-r--r--po/ta.po137
-rw-r--r--po/te.po137
-rw-r--r--po/th.po137
-rw-r--r--po/tl.po137
-rw-r--r--po/tr.po137
-rw-r--r--po/tt.po137
-rw-r--r--po/uk.po137
-rw-r--r--po/vi.po137
-rw-r--r--po/wa.po136
-rw-r--r--po/xh.po137
-rw-r--r--po/yi.po137
-rw-r--r--po/zh_CN.po137
-rw-r--r--po/zh_HK.po137
-rw-r--r--po/zh_TW.po137
96 files changed, 10704 insertions, 10061 deletions
diff --git a/ChangeLog b/ChangeLog
index 977c080bf..7c0bfe69f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-18 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.17.7 ===
+
2008-08-17 Sven Neumann <sven@gimp.org>
* NEWS: mention GWinHttpVfs.
diff --git a/INSTALL b/INSTALL
index 81f7a8cd1..089eb8a45 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
Simple install procedure
========================
- % gzip -cd glib-2.17.6.tar.gz | tar xvf - # unpack the sources
- % cd glib-2.17.6 # change to the toplevel directory
+ % gzip -cd glib-2.17.7.tar.gz | tar xvf - # unpack the sources
+ % cd glib-2.17.7 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB
diff --git a/NEWS b/NEWS
index c702826d0..371f4e5f0 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ Overview of Changes from GLib 2.17.6 to GLib 2.17.7
* More fixes for 64-bit Windows
* GIO
- - Add a GVfs for HTTP and HTTPS URIs on Windows
+ - Add a vfs implementation for HTTP and HTTPS URIs on Windows
* Bugs fixed:
546329 API docs for g_utf8_normalize() are incorrect
diff --git a/README b/README
index db2dba381..24d342755 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is GLib version 2.17.6. GLib is the low-level core
+This is GLib version 2.17.7. 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 296404a25..fd47b917a 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-18 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.17.7 ===
+
2008-08-16 Matthias Clasen <mclasen@redhat.com>
* gio/gio-sections.txt: Fix a typo
diff --git a/gio/ChangeLog b/gio/ChangeLog
index 89943edec..b2951c076 100644
--- a/gio/ChangeLog
+++ b/gio/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-18 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.17.7 ===
+
2008-08-15 Padraig O'Briain <padraig.obriain@sun.com>
* gunixmounts.c: Add zfs to ignore_fs array in guess_system_internal:
diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog
index a8f49fc36..4749af726 100644
--- a/gmodule/ChangeLog
+++ b/gmodule/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-18 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.17.7 ===
+
2008-08-04 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.6 ===
diff --git a/gobject/ChangeLog b/gobject/ChangeLog
index fbce78bf7..00a04f40a 100644
--- a/gobject/ChangeLog
+++ b/gobject/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-18 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.17.7 ===
+
2008-08-04 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.6 ===
diff --git a/gthread/ChangeLog b/gthread/ChangeLog
index 252d4ffc7..6ba1f7032 100644
--- a/gthread/ChangeLog
+++ b/gthread/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-18 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.17.7 ===
+
2008-08-04 Matthias Clasen <mclasen@redhat.com>
Bug 460920 – build fix for --disable-threads
diff --git a/po/ChangeLog b/po/ChangeLog
index 2851f72c1..21c28827a 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-18 Matthias Clasen <mclasen@redhat.com>
+
+ * === Released 2.17.7 ===
+
+=======
2008-08-18 Laurent Dhima <laurenti@alblinux.net>
* sq.po: Updated Albanian Translation.
diff --git a/po/am.po b/po/am.po
index 9ac67fa14..e64927d3b 100644
--- a/po/am.po
+++ b/po/am.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -98,8 +98,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr ""
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr ""
@@ -109,8 +109,8 @@ msgstr ""
msgid "Error during conversion: %s"
msgstr ""
-#: 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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr ""
@@ -334,70 +334,70 @@ msgid ""
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr ""
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr ""
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "የማይሰራ የUTF-8 ጽሑፍ"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "የማይሰራ የUTF-8 ጽሑፍ"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "የማይሰራ የUTF-8 ጽሑፍ"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr ""
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -405,87 +405,87 @@ msgid ""
"character in an attribute name"
msgstr ""
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr ""
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr ""
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -909,16 +909,16 @@ msgstr ""
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr ""
-#: 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr ""
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr ""
@@ -1081,15 +1081,15 @@ msgstr ""
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr ""
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1156,10 +1156,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr ""
@@ -1192,24 +1192,24 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1226,6 +1226,14 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+msgid "The file containing the icon"
+msgstr ""
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1243,7 +1251,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1253,7 +1261,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1261,7 +1269,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል"
@@ -1579,35 +1587,35 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr ""
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1625,7 +1633,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 0f8e00c2d..90e5333d7 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-07-29 02:13+0100\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-08-03 01:12+0300\n"
"Last-Translator: Khaled Hosny <khaledhosny@eglug.org>\n"
"Language-Team: Arabic <doc@arabeyes.org>\n"
@@ -18,296 +18,297 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
+"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
-#: ../glib/gbookmarkfile.c:733 ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899 ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
+#: glib/gbookmarkfile.c:946
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "صفة غير متوقّعة '%s' للعنصر '%s'"
-#: ../glib/gbookmarkfile.c:744 ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833 ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
+#: glib/gbookmarkfile.c:957
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "الصفة '%s' للعنصر '%s' غير موجودة"
-#: ../glib/gbookmarkfile.c:1127 ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
+#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "وسْم غير متوقع '%s'، توقّعت الوسْم '%s'"
-#: ../glib/gbookmarkfile.c:1152 ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234 ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
+#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "وسْم غير متوقّع '%s' داخل '%s'"
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1814
msgid "No valid bookmark file found in data dirs"
msgstr "لا يوجد ملف علامات سليم في أدلّة البيانات"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:2015
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "توجد بالفعل علامة للمسار '%s'"
-#: ../glib/gbookmarkfile.c:2061 ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304 ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469 ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630 ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751 ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974 ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240 ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494 ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
+#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
+#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
+#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
+#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
+#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
+#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
+#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
+#: glib/gbookmarkfile.c:3712
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "لا توجد علامة للمسار '%s'"
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2393
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "لم يعرّف نوع MIME في علامة المسار '%s'"
-#: ../glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2478
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "لم يعرف علم خاص في العلامات للمسار '%s'"
-#: ../glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2857
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "لم تحدد أي مجموعات في علامة '%s'"
-#: ../glib/gbookmarkfile.c:3258 ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "لم يسجل أي تطبيق بالاسم '%s' علامة '%s'"
-#: ../glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3438
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "فشل تمديد سطر exec '%s' بالمسار '%s'"
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "التحويل من مجموعة المحارف '%s' إلى '%s' غير مدعوم"
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "تعذّر فتح المُحوِّل من '%s' إلى '%s'"
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2216 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "سلسلة بايتات غير سليمة في دخْل التحويل"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "خطأ أثناء التحويل: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "تتابع محارف جزئي عند نهاية الدخْل"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "تعذّر تحويل fallback '%s' إلى مجموعة المحارف '%s'"
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "المسار '%s' ليس مسارا مطلقا باستخدام المخطط \"file\""
-#: ../glib/gconvert.c:1747
+#: glib/gconvert.c:1747
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "ملف المسار المحلي '%s' لا يمكن أن يحتوي على '#'"
-#: ../glib/gconvert.c:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "المسار '%s' غير سليم"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "اسم مستضيف المسار '%s' غير سليم"
-#: ../glib/gconvert.c:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "المسار '%s' يحتوي على محارف خلوص غير سليمة "
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "اسم المسار '%s' ليس مسارا كاملا"
-#: ../glib/gconvert.c:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "اسم المستضيف غير سليم"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "خطأ أثناء فتح الدليل '%s'‏: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "تعذّر تحصيص %Ilu بايتات لقرائة الملف \"%s\""
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "خطأ عند قراءة الملف '%s'‏: %s"
-#: ../glib/gfileutils.c:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "الملف \"%s\" كبير جدا"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "فشلت القراءة من الملف '%s'‏: %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "فشل فتح الملف '%s'‏: %s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "فشلت في أخذ صفات الملف '%s': فشل fstat(): %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "فشل فتح الملف '%s': فشل fdopen(): %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "فشل إعادة تسمية الملف '%s' إلى '%s': فشل g_rename(): %s"
-#: ../glib/gfileutils.c:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "فشل إنشاء الملف '%s'‏: %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "فشل فتح الملف '%s' للكتابة: فشل fdopen(): %s"
-#: ../glib/gfileutils.c:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "فشلت في كتابة الملف '%s': فشل fwrite(): %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "فشلت في غلق الملف '%s': فشل fclose(): %s"
-#: ../glib/gfileutils.c:1123
+#: glib/gfileutils.c:1123
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "لا يمكن حذف الملف الموجود مسبقا '%s': فشل g_unlink(): %s"
-#: ../glib/gfileutils.c:1367
+#: glib/gfileutils.c:1367
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "القالب '%s' غير سليم، لا يجب أن يحتوي على '%s'"
-#: ../glib/gfileutils.c:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "لا يحتوي القالب '%s' على XXXXXX"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%I.1f ك.بايت"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%I.1f م.بايت"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%I.1f ج.بايت"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "فشلت قراءة الوصلة الرمزية '%s'‏: %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
msgid "Symbolic links not supported"
msgstr "الوصلات الرمزية غير مدعومة"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "تعذّر فتح المُحوِّل من '%s' إلى '%s'‏: %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "لا يمكن عمل قراءة خام في g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "بيانات غير مُحوّلة باقية في حاجز القراءة الخلفي"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "تنتهي القناة عند محرف جزئي"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "لا يمكن عمل قراءة خام في g_io_channel_read_to_end"
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "فشل فتح الملف '%s': فشل open(): %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "فشل في مقابلة الملف '%s'‏: mmap() فشل: %s"
-#: ../glib/gmarkup.c:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "خطأ في السطر %Id الرمز %Id: "
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "خطأ في السطر %Id‏: ‎%s"
-#: ../glib/gmarkup.c:483
-msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
+#: glib/gmarkup.c:483
+msgid ""
+"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "رُؤي كيان فارغ '&;'، الكيانات السليمة هي:&amp; &quot; &lt; &gt; &apos; "
-#: ../glib/gmarkup.c:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -317,17 +318,17 @@ msgstr ""
"المحرف '%s' غير سليم عند بداية اسم الكيان؛ المحرف & يبدأ كيانا، ان كان علامة "
"اﻻمبارساند هذه غير موضوعة على انها كيان، تخطاها باعتبارها &amp;"
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "المحرف '%s' غير موجود داخل اسم أي كيان"
-#: ../glib/gmarkup.c:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "اسم الكيان '%s' غير معروف"
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -335,7 +336,7 @@ msgstr ""
"اسم الكيان لم ينته بفاصلة منقوطة؛ الأرجح أنك استخدمت علامة & دون أن تنوي بدء "
"كيان - تخطى العلامة عن طريق اعتبارها &amp;"
-#: ../glib/gmarkup.c:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -344,16 +345,16 @@ msgstr ""
"فشل في تحليل '%-.*s'، والتي كان لابد من كتبتها بالأرقام داخل مرجع محرف "
"(&#234; كمثال) - ربما الرقم كبير جدًا"
-#: ../glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "مرجع المحرف '%-.*s' لا يقوم بترميز محرف مسموح به"
-#: ../glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "مرجع محرف فارغ؛ يجب أن يتضمن رقما مثل &#454;"
-#: ../glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -362,51 +363,52 @@ msgstr ""
"مرجع المحرف لم ينته بفاصلة منقوطة؛ الأرجح أنك استخدمت علامة امبارساند دون أن "
"تنوي بدء كيان - تخطا العلامت عن طريق اعتبارها &amp;"
-#: ../glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "مرجع كيان غير مكتمل"
-#: ../glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "مرجع محرف غير مكتمل"
-#: ../glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "نص مرمّز بـ UTF-8 غير سليم - سلسة طويلة جدا"
-#: ../glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "نص مرمّز بـ UTF-8 غير سليم - ليس محرف بداية"
-#: ../glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "نص مرمّز بـ UTF-8 غير سليم - غير سليم '%s'"
-#: ../glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "يجب أن يبدأ المستند بعنصر (<book> مثلا)"
-#: ../glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'%s' محرف غير سليم بعد المحرف '<'؛ ربما لا يبدأ هذا المحرف اسم عنصر"
-#: ../glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr "محرف غريب '%s'، توقعت محرف '>' لإنهاء بداية وسم العنصر '%s'"
-#: ../glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
-msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
+msgid ""
+"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "محرف غريب '%s'، توقعت '=' بعد اسم الصفة '%s' للعنصر '%s'"
-#: ../glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -416,7 +418,7 @@ msgstr ""
"محرف غريب '%s'، توقعت المحرف '>' أو '/' لإنهاء علامة البداية للعنصر '%s'، أو "
"بشكل اختياري صفة؛ ربما استخدمت محرفًا غير صالح في اسم صفة"
-#: ../glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -425,39 +427,39 @@ msgstr ""
"محرف غريب '%s'، توقعت علامة اقتباس مفتوحة بعد علامة التساوي عند إعطاء قيمة "
"من الصفة '%s' للعنصر '%s'"
-#: ../glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr "‏'%s' محرف غير صالح بعد الرموز ‪'</'; '%s'‬ ربما لن يبدأ اسم عنصر"
-#: ../glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "'%s' محرف غير صالح بعد اغلاق اسم العنصر '%s'؛ المحرف المسموح به هو '>'"
-#: ../glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "العنصر '%s' كان مغلقا، لا عنصر مفتوح حاليا"
-#: ../glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "العنصر '%s' كان مغلقا، لكن العنصر المفتوح حاليا هو '%s'"
-#: ../glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "المستند كان فارغا أو كان يحتوي فقط على مساحات فارغة"
-#: ../glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "انتهى المستند بشكل غير متوقع بعد قوس بزاوية ‪'<'‬"
-#: ../glib/gmarkup.c:1870 ../glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -466,26 +468,27 @@ msgstr ""
"انتهى المستند بشكل غير متوقع مع عناصر لا زالت مفتوحة - '%s' كان آخر عنصر "
"مفتوح"
-#: ../glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
-msgstr "انتهى المستند بشكل غير متوقع، توقعت رؤية قوس ذا زاوية لينهي العلامة‪<%s/>‬"
+msgstr ""
+"انتهى المستند بشكل غير متوقع، توقعت رؤية قوس ذا زاوية لينهي العلامة‪<%s/>‬"
-#: ../glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "انتهى المستند بشكل غير متوقع داخل اسم عنصر"
-#: ../glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "انتهى المستند بشكل غير متوقع داخل اسم صفة"
-#: ../glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "انتهى المستند بشكل غير متوقع بعد علامة فتح عنصر."
-#: ../glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -493,571 +496,572 @@ msgstr ""
"انتهى المستند بشكل غير متوقع بعد علامة التساوي اثر اسم صفة؛ لا توجد قيمة "
"للصفة"
-#: ../glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "انتهى المستند بشكل غير متوقع وهو داخلَ قيمة صفة"
-#: ../glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "انتهى المستند بشكل غير متوقع داخل علامة انهاء للعنصر '%s'"
-#: ../glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "انتهى المستند بشكل غير متوقع داخل تعليق أو تعليمات معالجة"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "كائن تالف"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "خطأ داخلي أو كائن تالف"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "نفذت الذّاكرة"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "وُصِلَ للحد المسموح به من أمكنة الرجوع للوراء"
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
msgid "the pattern contains items not supported for partial matching"
msgstr "المثال يحتوي على عناصر لا تحتمل التطابق الجزئي"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
msgid "internal error"
msgstr "خطأ داخلي"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr "المراجع الرجعية غير مدعومة كشرط للتطابق الجزئي"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "وُصِلَ للحد المسموح به من التواتر"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "وُصِلَ للحد المسموح به لمساحة العمل بالسلاسل الجزئية الفارغة"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "ائتلاف غير صحيح لأعلمة السطر الجديد"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "خطأ مجهول"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ في نهاية النمط"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "‏\\c في نهاية النمط"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "رمز غير معروف بعد \\"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr "خلوصات تغيير المحارف (\\l, \\L, \\u, \\U) غير مسموح بها هنا"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "الأعداد خارج التغطية في المكمم {}"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "العدد كبير جدا في المكمم {}"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "الرمز ] غير موجود"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "سلسلة غير سليمة"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "مجال خارج التغطية في نوع الرموز"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "لا شيئ للإعادة"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "رمز غير معروف بعد (?"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "رمز غير معروف بعد (?<"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "رمز غير معروف بعد (?P"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "أصناف POSIX المسماة مدعومة فقط داخل صنف"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "القوس الغالق غير موجود )"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") بلا قوس فاتح ("
#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
#. * sequences here, '(?-54' would be an example for the second group.
#.
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
msgid "(?R or (?[+-]digits must be followed by )"
msgstr "‏(?R أو (?[+-] أرقام يجب أن تتبع ب )"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "إشارة لقالب داخلي غير موجود"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "الرمز ) غير موجود بعد التعليق"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "قالب كبير جدًّا"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "فشل تلقي الذاكرة"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "مصادقة العثور الخلفي ليست بحجم واحد"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "اسم أو عدد غير صحيح بعد (?("
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "المجموعة الشرطية تحتوي على أكثر من فرعين"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "مصادقة منتظرة بعد (?("
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "اسم نوع POSIX غير معروف"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "عناصر الترتيب POSIX غير مدعومة"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "قيمة الرمز في سلسلة \\x{...} كبيرة جدًا"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "شرط غير صحيح (?(0)"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "‏\\C غير مسموحة له عند العثور الخلفي"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "الوظيفة التكرارية يمكن أن تستمر إلى ما لا نهاية"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "منهي غير موجود في اسم القالب الداخلي"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "هناك قالبان داخليان لهما نفس الاسم"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "سلسلة \\P أو \\p سيئة التركيب"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "اسم خاصية غير معروفة بعد \\P أو \\p"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "اسم القالب الداخلي كبير جدا"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "هناك عدد كبير جدا من اسماء القوالب الداخلية (الأقصى 10,000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "القيمة الثمانية أكبر من \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "مجموعة DEFINE تحتوي على أكثر من فرع واحد"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "إعادة مجموعة DEFINE غير مسموحة"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "خيارات NEWLINE غير صحيحة "
-#: ../glib/gregex.c:333
-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 غير متبوعة باسم قوس أو عدد بقوس"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "إعادة غير متوقعة"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "فيضان الرموز"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "خطأ تركيب مساحة العمل"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "القالب الداخلى المراقب مسبقا غير موجود"
-#: ../glib/gregex.c:526 ../glib/gregex.c:1593
+#: glib/gregex.c:526 glib/gregex.c:1593
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "خطأ عند تطابق جملة المقارنة %s: ‏%s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "تم تجميع مكتبة PCRE من دون دعم UTF8 "
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "تم تجميع مكتبة PCRE من دون دعم خصائص UTF8 "
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "خطأ عند تجميع جملة المقارنة %s عند المحرف %Id: %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "خطأ عند تحسين جملة المقارنة %s: ‏%s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "رقم من نظام 16 أو '}' متوقع"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "رقم من نظام 16 متوقع"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "'<' غير موجود في المرجع الرمزي"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "مرجع كيان غير مكتمل"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "مرجع رمزي معدوم الطول"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "رقم متوقع"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "مرجع كيان غير صحيح"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "نتيجة نهائية '\\'"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "سلسلة خروج غير معروفة"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "خطأ عند قراءة نص الإستبدال \"%s\" عند المحرف %Ilu: ‏%s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "النص المقتبس لا يبدأ بعلامة اقتباس"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "علامة اقتباس غير مطابقة في سطر الأوامر أو نص منقول من الصدفة"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "انتهى النص بعد المحرف '\\' (النص كان '%s')"
-#: ../glib/gshell.c:545
+#: glib/gshell.c:545
#, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "انتهى النص قبل ايجاد المُقتَبَس لـ%c (النص كان '%s')"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
msgid "Text was empty (or contained only whitespace)"
msgstr "كان النص فارغا (أو كان يحتوي على فراغ أبيض)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "فشلت قراءة البيانات من العملية الإبنة"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "فشل عمل أنبوب للاتصال بالعملية الإبنة (%s)"
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "فشلت القراءة من الأنبوب الإبن (%s)"
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "فشل التغيير إلى الدليل '%s' ‏(%s)"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "فشل تنفيذ العملية الإبنة (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "اسم برنامج غير صحيح: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "سلسلة غير صالحة في متجه الأحجية عند %Id: ‏%s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "سلسلة غير صالحة في البيئة: %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "دليل عمل غير سليم: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "فشل تنفيذ البرنامج المساعد (%s)"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
msgstr "خطأ غير متوقع في g_io_channel_win32_poll() أثناء القراءة من عملية ابنة"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "فشلت قراءة البيانات من العملية الإبنة (%s)"
-#: ../glib/gspawn.c:325
+#: glib/gspawn.c:325
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "خطأ غير متوقع في select() أثناء قراءة البيانات من العملية الإبنة (%s)"
-#: ../glib/gspawn.c:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "خطأ غير متوقع في waitpid() (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "فشل تشعيب (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "فشل تنفيذ العملية الإبنة \"%s\" ‏(%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "فشل اعادة توجيه الخرْج أو الدخْل للعملية الإبنة (%s)"
-#: ../glib/gspawn.c:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "فشل تشعيب العملية الإبنة (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "خطأ غير معروف أثناء تنفيذ العملية الإبنة \"%s\""
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "فشلت قراءة بيانات كافية من أنبوب child pid ‏(%s)"
-#: ../glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "تتابع غير سليم في دخْل التحويل"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "محرف خارج حدود UTF-16"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "الاستخدام:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[OPTION...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "خيارات المساعدة:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "اعرض خيارات المساعدة"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "اعرض كل خيارات المساعدة"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "خيارات التطبيق:"
-#: ../glib/goption.c:849 ../glib/goption.c:919
+#: glib/goption.c:849 glib/goption.c:919
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "تعذّر تحليل قيمة العدد الصحيح '%s' ل %s"
-#: ../glib/goption.c:859 ../glib/goption.c:927
+#: glib/goption.c:859 glib/goption.c:927
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "قيمة الرقم الصحيح '%s' ل %s خارج المجال"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "تعذّر تحليل القيمة المزدوجة '%s' ل %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "القيمة المزدوجة '%s' ل %s خارج المجال"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "خطأ أثناء تحليل الخيار %s"
-#: ../glib/goption.c:1260 ../glib/goption.c:1371
+#: glib/goption.c:1260 glib/goption.c:1371
#, c-format
msgid "Missing argument for %s"
msgstr "معامل %s مفقود"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "خيار مجهول %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
msgid "Valid key file could not be found in search dirs"
msgstr "لا يمكن إيجاد ملف مفتاح صحيح في دلائل البحث"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
msgid "Not a regular file"
msgstr "ليس ملفا اعتياديا"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
msgid "File is empty"
msgstr "الملف فارغ"
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
#, c-format
-msgid "Key file contains line '%s' which is not a key-value pair, group, or comment"
-msgstr "ملف المفتاح يحتوي على سطر '%s' والذي ليس زوج قيمة مفاتيح ، مجموعة ، أو تعليق"
+msgid ""
+"Key file contains line '%s' which is not a key-value pair, group, or comment"
+msgstr ""
+"ملف المفتاح يحتوي على سطر '%s' والذي ليس زوج قيمة مفاتيح ، مجموعة ، أو تعليق"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "اسم مجموعة غير صحيح: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
msgid "Key file does not start with a group"
msgstr "لا يبدأ ملف المفتاح بمجموعة"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "اسم مفتاح غير صحيح: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "يحتوي ملف المفتاع على ترميز غير مدعوم '%s'"
-#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "لا يحتوي ملف المفتاح على المجموعة '%s'"
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "لا يحتوي ملف المفتاح على المفتاح '%s'"
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "يحتوي ملف المفتاح على المفتاح '%s' ذو القيمة '%s' التي ليست UTF-8"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "ملف المفتاح يحتوي على مفتاح '%s' والذي لديه قيمة لايمكن تفسيرها."
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1066,122 +1070,119 @@ msgstr ""
"ملف المفتاح يحتوي على مفتاح '%s'في المجموعة '%s'والتي لديها قيمة لايمكن "
"تفسيرها."
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "لا يحتوي ملف المفتاح على مفتاح '%s' في المجموعة '%s'"
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
msgid "Key file contains escape character at end of line"
msgstr "ملف المفتاح يحتوي على محرف الخلوص في آخر السطر"
-#: ../glib/gkeyfile.c:3496
+#: glib/gkeyfile.c:3496
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "ملف المفتاح يحتوي على تتابع خلوص غير صالح '%s'"
-#: ../glib/gkeyfile.c:3638
+#: glib/gkeyfile.c:3638
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "لا يمكن تفسير القيمة '%s' كعدد."
-#: ../glib/gkeyfile.c:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "قيمة عدد صحيح '%s' خارج المدى"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "لا يمكن تفسير القيمة '%s' كعدد عشري."
-#: ../glib/gkeyfile.c:3709
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "لا يمكن تفسير القيمة '%s' كعدد منطقي."
-#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:187
-#: ../gio/ginputstream.c:319 ../gio/ginputstream.c:560
-#: ../gio/ginputstream.c:685 ../gio/goutputstream.c:195
-#: ../gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "مُرِّرت قيمة كبيرة جدّا إلى %s"
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:895
-#: ../gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "سبق إغلاق الدَفق "
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "أُلغيت العملية "
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "نوع مجهول"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "نوع ملفّ %s"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "نوع %s"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "نهاية دَفق غير متوقّعة وغير متوقعة "
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "غير مسمّى"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "ملف سطح المكتب لم يحدد الحقل التنفيدي"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "تعذّر إيجاد الطرفية المطلوبة للتطبيق"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "تعذّر إنشاء مجلد التهيئة الخاص بتطبيق المستخدم %s: ‏%s"
-#: ../gio/gdesktopappinfo.c:1136
+#: gio/gdesktopappinfo.c:1136
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "لا يمكن إنشاء مجلد التهيئة MIME %s للمستخدم: %s"
-#: ../gio/gdesktopappinfo.c:1475
+#: gio/gdesktopappinfo.c:1475
#, c-format
msgid "Can't create user desktop file %s"
msgstr "لا يمكن إنشاء الملف %s"
-#: ../gio/gdesktopappinfo.c:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "تعريف مخصص لِ %s"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "محرك الأقراص لا ينفذ القذف"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "محرك الأقراص لا ينفذ جسّ الوسائط"
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2681 ../gio/gfile.c:2732
-#: ../gio/gfile.c:2860 ../gio/gfile.c:2900 ../gio/gfile.c:3227
-#: ../gio/gfile.c:3629 ../gio/gfile.c:3713 ../gio/gfile.c:3796
-#: ../gio/gfile.c:3876 ../gio/gfile.c:4206
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "عمليّة غير مدعومة"
@@ -1193,79 +1194,88 @@ msgstr "عمليّة غير مدعومة"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "الوصل الحاوي غير موجود"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "لا يمكنك نقل دليل على دليل"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "لا يمكنك نسخ دليل على دليل"
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "الملف الهدف موجود مسبّقا"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr " لا يمكنك النسخ التكراري للدليل "
-#: ../gio/gfile.c:2850
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr " قيمة الوصلة الرمزية المُعطاة غير سليمة"
-#: ../gio/gfile.c:2943
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "المهملات غير مدعومة"
-#: ../gio/gfile.c:2992
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "لا يمكن لأسماء الملفات أن تحتوي على '%c' "
-#: ../gio/gfile.c:4974 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "الجهاز لا ينفذ الوَصل"
-#: ../gio/gfile.c:5082
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "لم يسجل أي تطبيق كمعالج لهذا الملف"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "المُعدِّد مغلق"
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "مُعدد الملف له عملية عالقة"
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "مُعدد الملف سبق إغلاقه"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "مصفوفة تحتوي أسماء الأيقونات"
+
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "الدَفق لا يدعم query_info"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "عملية السعي البحث غير مُدعمة على الدَفق"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "البَتْرُ غير مسموح به على دَفق الإدخال"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "البَتْرُ غير مدعم على الدَفق"
-#: ../gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "دَفق الإدخال لا يُنَفذ القراءة"
@@ -1275,359 +1285,359 @@ 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:905 ../gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr " للدَفق عملية عالقة"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
msgid "Unable to find default local directory monitor type"
msgstr "تعذّر ايجاد نوع المراقبة للدليل المحلي الافتراضي "
-#: ../gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "اسم ملف غير صالح %s"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "خطأ أثناء تلقي معلومات نظام الملفات: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr " لا يمكنك إعادة تسمية الدليل الجذري "
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "لا يمكنك إعادة تسمية الملف، اسم الملف موجود بالفعل"
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
msgid "Invalid filename"
msgstr "أسم ملف غير صالح"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "خطأ عند إعادة تسمية الملف: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "خطأ عند فتح الملف: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "لا يمكن فتح الدّليل"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "خطأ عند حذف الملف: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "خطأ عند ارسال الملف للمهملات: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "تعذّر إنشاء مجلد سلة المهملات %s: ‏%s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "تعذّر إيجاد دليل المستوى الأعلى للمهملات"
-#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "تعذّر ايجاد أو إنشاء دليل المهملات"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "تعذّر إنشاء ملف المُهْملات: %s"
-#: ../gio/glocalfile.c:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "تعذّر نقل الملف: %s إلى المهملات "
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "خطأ أثناء إنشاء الدليل: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "خطأ أثناء تشكيل الوصلة الرمزية: %s"
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "خطأ عندنقل الملف: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "لا يمكنك نقل دليل على دليل"
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
msgid "Backup file creation failed"
msgstr "فشل إنشاء ملف النسخة الاحتياطية"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "خطأ في إزالة الملف الهدف: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "النقل بين الوصلات غير مدعوم"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "قيمة الخاصية لا بد أن تكون غير منعدمة"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "نوع الخاصية غير سليم ( يُفترض أن يكون مقطعا )"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "اسم غير سليم للخاصية الممتدة"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "خطأ عند تعيين الخاصية الممتدة '%s'‏: %s"
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "خطأ عند تناول الملف '%s'‏: %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (ترميز غير سليم)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "خطأ فى تناول واصف الملف: %s"
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "نوع الخاصية غير سليم ( يُفترض uint32 )"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "نوع الخاصية غير سليم ( يُفترض uint64 )"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "نوع الخاصية غير سليم ( يُنتضر مقطع بايت )"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "خطأ تعيين الأذونات: %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "خطأ تعيين المالك: %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "يجب أن يكون فهرس القائمة غير سلبي"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "خطأ أثناء تعيين الوصلة الرمزية: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
msgid "Error setting symlink: file is not a symlink"
msgstr "خطأ في تعيين الوصلة الرمزية: الملف ليس وصلة رمزية"
-#: ../gio/glocalfileinfo.c:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "يجب ألا يكون سياق SELinux صفرا"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "خطأ في ضبط سياق SELinux: ‏%s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "‏SELinux ليس مفعلا على هذا النظام"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, c-format
msgid "Setting attribute %s not supported"
msgstr "تعيين الصفة %s غير مُدَعَّم"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c: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:198
+#: gio/glocalfilemonitor.c:198
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
msgid "Target file is a directory"
msgstr "الملف الهدف هو دليل"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
msgid "Target file is not a regular file"
msgstr "الملف الهدف هو ليس ملفًا عاديًا"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
msgid "The file was externally modified"
msgstr "تمّ تعديل الملف خارجيّا"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "تم تقديم GSeekType غير سليم"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "طلب بحث غير سليم"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "تعذر بَتْرُ GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "تَمَّ بُلوغ أقصى حد لمصفوفة المعطيات"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "دَفْقُ الاخراج للذاكرة غير قابل لتغيير القياس"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
msgstr "فشل تغيير قياس دَفْقُ الاخراج للذاكرة"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr "نقطة الوصل لا تدعم الفصل"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr "نقطو الوصْل لا يتدعم الإخراج"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "نقطة الوصل لا تدعم إعادة الوصل"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "نقطة الوصل لا تدعم تخمين نوع المحتوى"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr "نقطة الوصل لا تدعم التخمين المتزامن لنوع المحتوى"
-#: ../gio/goutputstream.c:204 ../gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "دَفْقُ الاخراج لا يدعم الكتابة"
-#: ../gio/goutputstream.c:365 ../gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "دَفْقُ المَصدر سبق إغلاقه"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "اسم"
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "اسم الأيقونة"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "أسماء"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "مصفوفة تحتوي أسماء الأيقونات"
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "استخدم الاحتياط المبدئي"
-#: ../gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1635,61 +1645,60 @@ msgstr ""
"ما إذا سيستخدم الاحتياط المبدئي الموجود بقص الأسماء عند محارف '-'. تجاهل "
"الأسماء بعد الأول إذا خدد أكثر من اسم."
-#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "خطأ عند القراءة من يونكس: %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "خطأ عند غلق يونكس: %s"
-#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "جذر نظام الملفّات"
-#: ../gio/gunixoutputstream.c:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "خطأ أثناء الكتابة ليونكس: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "الجزء لا يدعم الإخراج"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "تعذّر العثور على التّطبيق"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "خطأ عند تشغيل التطبيق: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
msgid "URIs not supported"
msgstr "المسارات غير مدعومة"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
msgid "association changes not supported on win32"
msgstr "تغيير الترابطات غير مدعوم على win32"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
msgid "Association creation not supported on win32"
msgstr "إنشاء الترابط غير مدعوم على win32"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "لا تخفِ العناصر"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "استخدم تهيئة العرض المسترسل"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[ملف...]"
-
diff --git a/po/as.po b/po/as.po
index 94c9957fe..0ed67c573 100644
--- a/po/as.po
+++ b/po/as.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: as\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -99,8 +99,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' ৰ পৰা '%s' লৈ সলনি কৰা যন্ত্ৰক খুলিব নোৱাৰি"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "সলনি কৰাৰ নিবেশত অবৈধ byte ক্ৰম"
@@ -110,8 +110,8 @@ msgstr "সলনি কৰাৰ নিবেশত অবৈধ byte ক্ৰ
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "নিবেশৰ অন্তত অসম্পূৰ্ণ আখৰৰ গোট"
@@ -342,17 +342,17 @@ msgstr ""
"'%-.*s' বিশ্লেষণ কৰোঁতে ভুল, যি কোনো আখৰৰ উল্লেখৰ ভিতৰৰ এটা সংখ্যা হ'ব লাগিছিল "
"(&#২৩৪; যেনে) - হয়তো সংখ্যাটো বৰ ডাঙৰ"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
"আখৰৰ উল্লেখ থকা '%-.*s' এ এটা আজ্ঞা থকা আখৰক সাঙ্কেতিক লিপিলৈ পৰিবৰ্তিত নকৰে"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ৰিক্ত আখৰৰ সঙ্কেত; এটা সংখ্যা থাকিব লাগে যেনে &#৪৫৪;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -361,52 +361,52 @@ msgstr ""
"আখৰৰ উল্লেখ এটা ছেমিকলনেৰে অন্ত ন'হ'ল; পদাৰ্থ এটা আৰম্ভ কৰিব নিবিচাৰিও অতি সম্ভৱ "
"আপুনি এটা এম্পাৰছেন্দ আখৰ ব্যৱহাৰ কৰিছে - এম্পাৰছেন্দক &amp; হিচাপে নিৰ্গমন কৰক"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "অসম্পূৰ্ণ পদাৰ্থৰ উল্লেখ"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "অসম্পূৰ্ণ আখৰৰ উল্লেখ"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "অবৈধ UTF-8 সাঙ্কেতিক লিপি - overlong ক্ৰম"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "অবৈধ UTF-8 সাঙ্কেতিক লিপি - এটা আৰম্ভৰ আখৰ নহয়"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "অবৈধ UTF-8 সাঙ্কেতিক লিপি - অবৈধ '%s'"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "প্ৰলেক্ষ এটা পদাৰ্থৰ সৈতে আৰম্ভ হ'ব লাগিব (যেনে <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr ""
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -414,93 +414,93 @@ msgid ""
"character in an attribute name"
msgstr ""
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "প্ৰলেক্ষ ৰিক্ত বা অকল ৰিক্ত স্থান আছিলে"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
#, fuzzy
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "প্ৰলেক্ষ"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, fuzzy, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "প্ৰলেক্ষ"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, fuzzy, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "প্ৰলেক্ষ"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
#, fuzzy
msgid "Document ended unexpectedly inside an element name"
msgstr "প্ৰলেক্ষ"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
#, fuzzy
msgid "Document ended unexpectedly inside an attribute name"
msgstr "প্ৰলেক্ষ"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
#, fuzzy
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "প্ৰলেক্ষ."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
#, fuzzy
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "প্ৰলেক্ষ"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
#, fuzzy
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "প্ৰলেক্ষ"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, fuzzy, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "প্ৰলেক্ষ"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
#, fuzzy
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "প্ৰলেক্ষ"
@@ -931,16 +931,16 @@ msgstr ""
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr ""
-#: 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr ""
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr ""
@@ -1103,15 +1103,15 @@ msgstr ""
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr ""
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1178,10 +1178,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়"
@@ -1215,25 +1215,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "'%s' নামৰ কোনো অনুপ্ৰয়োগে '%s' ৰ বাবে কোনো পত্ৰচিহ্ন পঞ্জীভূক্ত কৰা নাই"
@@ -1251,6 +1251,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "URI '%s' ৰ গৃহস্থৰনাম অবৈধ"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1268,7 +1277,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1278,7 +1287,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1286,7 +1295,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "অবৈধ গৃহস্থৰনাম"
@@ -1605,36 +1614,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "URI '%s' ৰ গৃহস্থৰনাম অবৈধ"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1652,7 +1661,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 e0fa542c2..a45835678 100644
--- a/po/az.po
+++ b/po/az.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.az\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -99,8 +99,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "`%s' dən `%s' ə dönüşdürücü açıla bilmir: %s"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "dönüşdürmə girişində hökmsüz bayt qatarı"
@@ -110,8 +110,8 @@ msgstr "dönüşdürmə girişində hökmsüz bayt qatarı"
msgid "Error during conversion: %s"
msgstr "Dönüşdürmə sırasında xəta yarandı: %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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Girişin sonunda parçalı hərf qatarı"
@@ -344,16 +344,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:653
+#: glib/gmarkup.c:650
#, 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:668
+#: glib/gmarkup.c:665
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:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -363,34 +363,34 @@ msgstr ""
"xarakteri elementə başlamaq üçün işlətmədiniz - ampersand yerinə &amp işlədə "
"bilərsiniz"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Bitirilməmiş varlıq mə'lumatı"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Bitirilməmiş xarakter mə'lumatı"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Hökmsüz UTF-8 kodlanmış mətn"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Hökmsüz UTF-8 kodlanmış mətn"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Hökmsüz UTF-8 kodlanmış mətn"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
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:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -399,7 +399,7 @@ msgstr ""
"'<' xarakterindən sonra gələn '%s' hökmlü bir xarakter deyil; bir element "
"adı olmaya bilər"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -408,14 +408,14 @@ msgstr ""
"Tək hərf '%s', Elementın başlanğıç etiketinin sonuna '>' xarakteri "
"gözlənilir '%s'"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, 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:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -426,7 +426,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:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -435,7 +435,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:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -444,7 +444,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:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -453,26 +453,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:1676
+#: glib/gmarkup.c:1673
#, 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:1685
+#: glib/gmarkup.c:1682
#, 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:1848
+#: glib/gmarkup.c:1845
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:1862
+#: glib/gmarkup.c:1859
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:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -481,7 +481,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:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -490,19 +490,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:1884
+#: glib/gmarkup.c:1881
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:1890
+#: glib/gmarkup.c:1887
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:1895
+#: glib/gmarkup.c:1892
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:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -510,17 +510,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:1908
+#: glib/gmarkup.c:1905
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:1924
+#: glib/gmarkup.c:1921
#, 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:1930
+#: glib/gmarkup.c:1927
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ə "
@@ -954,16 +954,16 @@ msgstr "\"%s\" törəmə gedişat işində namə'lum xəta"
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Törəmə pid pipe dan kifayət qədər mə'lumat oxuma iflası (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "UTF-8 üçün hərf sərhədinin xaricində"
-#: 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "dönüşdürmə girişi içində hökmsüz qatar"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "UTF-16 üçün hərf sərhədinin xaricindədir"
@@ -1126,15 +1126,15 @@ msgstr ""
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr ""
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1201,10 +1201,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Simvolik körpülər dəstəklənmir"
@@ -1238,25 +1238,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "Simvolik körpülər dəstəklənmir"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1273,6 +1273,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "`%s' URI-sinin qovşaq adı səhv qaçırılmış"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1290,7 +1299,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1300,7 +1309,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1308,7 +1317,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Hökmsüz qovşaq adı"
@@ -1627,36 +1636,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "`%s' URI-sinin qovşaq adı səhv qaçırılmış"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1674,7 +1683,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 178afab0b..be0f382cd 100644
--- a/po/be.po
+++ b/po/be.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -108,8 +108,8 @@ msgstr "Не атрымалася адкрыць пераўтваральнік
# 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:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Недапушчальная пасьлядоўнасьць байтаў на ўваходзе пераўтварэньня"
@@ -123,8 +123,8 @@ msgstr "Памылка ў часе пераўтварэньня: %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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Няпоўны сымбаль у канцы ўваходнага радку"
@@ -398,18 +398,18 @@ msgstr ""
"(&#234; напрыклад) - мажліва, нумар завялікі"
# glib/gmarkup.c:553
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Лучыва на сымбаль '%-.*s' не вызначае дазволены сымбаль"
# glib/gmarkup.c:570
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Пустое лучыва да сымбалю: мусіць уключаць нумар, напрыклад &#454;"
# glib/gmarkup.c:580
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -418,39 +418,39 @@ msgstr ""
"Лучыва да сымбалю не канчаецца кропкай з коскай; здаецца, што сымбаль & быў "
"выкарыстаны ня для пазначэньня пачатка сутнасьці - экрануйце яго як &amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Незавершанае лучыва сутнасьці"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Незавершанае лучыва сымбалю"
# glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, 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:1084
+#: glib/gmarkup.c:1081
#, 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:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Недапушчальна закадаваны тэкст UTF-8"
# glib/gmarkup.c:932
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Дакумэнт мусіць пачынацца з элемэнту (напрыклад <book>)"
# glib/gmarkup.c:970
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -460,7 +460,7 @@ msgstr ""
"сымбаль ня можа пачынаць назву элемэнту"
# glib/gmarkup.c:1033
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -470,7 +470,7 @@ msgstr ""
"\""
# glib/gmarkup.c:1120
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -479,7 +479,7 @@ msgstr ""
"элемэнту \"%s\""
# glib/gmarkup.c:1161
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -491,7 +491,7 @@ msgstr ""
"выкарыстаны недапушчальны сымбаль у назве атрыбуту"
# glib/gmarkup.c:1244
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -501,7 +501,7 @@ msgstr ""
"надаецца значэньне атрыбуту \"%s\" элемэнту \"%s\""
# glib/gmarkup.c:1384
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -511,7 +511,7 @@ msgstr ""
"s\" ня можа пачынаць назву элемэнту"
# glib/gmarkup.c:1422
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -521,30 +521,30 @@ msgstr ""
"\"; дапушчальным сымбалем зьяўляецца \">\""
# glib/gmarkup.c:1433
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
"Элемэнт \"%s\" быў закрыты, аніводны элемэнт у бягучы момант не адкрыты"
# glib/gmarkup.c:1442
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Элемэнт \"%s\" быў закрыты, але ў гэты час адкрыты \"%s\""
# glib/gmarkup.c:1574
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Дакумэнт быў пусты ці утрымліваў толькі прагалы"
# glib/gmarkup.c:1588
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Дакумэнт нечакана скончыўся адразу пасьля вуглавой дужкі \"<\""
# glib/gmarkup.c:1596 glib/gmarkup.c:1640
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -554,7 +554,7 @@ msgstr ""
"апошнім адкрытым элемэнтам"
# glib/gmarkup.c:1604
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -563,22 +563,22 @@ msgstr ""
"Дакумэнт нечакана скончыўся, чакаецца вуглавая дужка якая закрывае тэг <%s/>"
# glib/gmarkup.c:1610
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Дакумэнт нечакана скончыўся ўнутры назвы элемэнту"
# glib/gmarkup.c:1615
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Дакумэнт нечакана скончыўся ўнутры назвы атрыбуту"
# glib/gmarkup.c:1620
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Дакумэнт нечакана скончыўся ўнутры элемэнту які адкрывае тэг."
# glib/gmarkup.c:1626
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -587,18 +587,18 @@ msgstr ""
"атрыбуту: не пазначана значэньне атрыбуту"
# glib/gmarkup.c:1633
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Дакумэнт нечакана скончыўся ўнутры значэньня атрыбуту"
# glib/gmarkup.c:1648
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Дакумэнт нечакана скончыўся ўнутры элемэнту \"%s\" які закрывае тэг"
# glib/gmarkup.c:1654
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Дакумэнт нечакана скончыўся ўнутры камэнтару ці інструкцыі"
@@ -1063,19 +1063,19 @@ msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Збой чытаньня патрэбнае колькасьці даньняў з pid канала нашчадку (%s)"
# glib/gutf8.c:950
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Сымбаль па-за дыяпазонам 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Недапушчальная пасьлядоўнасьць на ўваходзе пераўтварэньня"
# glib/gutf8.c:1341 glib/gutf8.c:1437
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Сымбаль па-за дыяпазонам UTF-16"
@@ -1251,15 +1251,15 @@ msgstr "Значэньне '%s' не можа быць інтэрпрэтава
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Значэньне '%s' не можа быць інтэрпрэтаванае як булева."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1327,10 +1327,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Сымбалічныя спасылкі не падтрымліваюцца"
@@ -1364,25 +1364,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "Сымбалічныя спасылкі не падтрымліваюцца"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1399,6 +1399,16 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+# glib/gconvert.c:1632
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Назва вузлу ў URI \"%s\" недапушчальная"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1416,7 +1426,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1426,7 +1436,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1435,7 +1445,7 @@ msgid "Unable to find default local directory monitor type"
msgstr ""
# glib/gconvert.c:1729
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Недапушчальная назва праграмы: %s"
@@ -1791,37 +1801,37 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
# glib/gconvert.c:1632
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "Назва вузлу ў URI \"%s\" недапушчальная"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1841,7 +1851,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 91ca4b4f1..d09c969f6 100644
--- a/po/be@latin.po
+++ b/po/be@latin.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-02-16 23:33+0200\n"
"Last-Translator: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>\n"
"Language-Team: Belarusian Latin <i18n@mova.org>\n"
@@ -107,8 +107,8 @@ msgstr "Niemahčyma adčynić kanverter z '%s' na '%s'"
# 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:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Niapravilnaja paśladoŭnaść bajtaŭ na ŭvachodzie kanversii"
@@ -122,8 +122,8 @@ 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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Niapoŭny znak u kancy ŭvachodnaha radka"
@@ -401,18 +401,18 @@ msgstr ""
"znaku (naprykład &#234;) — mahčyma, ličba zavialikaja"
# glib/gmarkup.c:553
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, 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:668
+#: glib/gmarkup.c:665
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:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -422,37 +422,37 @@ msgstr ""
"nie dla paznačeńnia pačatku adzinki — u takim vypadku zamianicie jaho jak "
"&amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Niezavieršanaja spasyłka na adzinku"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
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:1056
+#: glib/gmarkup.c:1053
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:1084
+#: glib/gmarkup.c:1081
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:1120
+#: glib/gmarkup.c:1117
#, 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:1158
+#: glib/gmarkup.c:1155
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:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -462,7 +462,7 @@ msgstr ""
"pačynać nazvy adzinki"
# glib/gmarkup.c:1033
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -471,7 +471,7 @@ msgstr ""
"Dziŭny znak '%s', čakaŭsia znak '>' dla zakančeńnia značnika elementu '%s'"
# glib/gmarkup.c:1120
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -479,7 +479,7 @@ msgstr ""
"Dziŭny znak '%s', čakaŭsia znak '=' paśla nazvy atrybutu '%s' elementu '%s'"
# glib/gmarkup.c:1161
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -491,7 +491,7 @@ msgstr ""
"niedapuščalny znak u nazovie atrybutu"
# glib/gmarkup.c:1244
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -501,7 +501,7 @@ msgstr ""
"nadajecca značeńnie atrybutu '%s' elementu '%s'"
# glib/gmarkup.c:1384
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -511,7 +511,7 @@ msgstr ""
"pačynać nazovu elementu"
# glib/gmarkup.c:1422
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -521,29 +521,29 @@ msgstr ""
"dapuščalnym znakam źjaŭlajecca '>'"
# glib/gmarkup.c:1433
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, 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:1685
+#: glib/gmarkup.c:1682
#, 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:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dakument byŭ pusty albo ŭtrymlivaŭ tolki prabieły"
# glib/gmarkup.c:1588
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
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:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -553,7 +553,7 @@ msgstr ""
"— '%s' byŭ apošnim adčynienym elementam"
# glib/gmarkup.c:1604
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -563,22 +563,22 @@ msgstr ""
"značnik <%s/>"
# glib/gmarkup.c:1610
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
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:1890
+#: glib/gmarkup.c:1887
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:1895
+#: glib/gmarkup.c:1892
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:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -587,18 +587,18 @@ msgstr ""
"atrybutu: niama vartaści atrybutu"
# glib/gmarkup.c:1633
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
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:1924
+#: glib/gmarkup.c:1921
#, 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:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dakument niečakana skončyŭsia ŭnutry kamentara albo instrukcyi"
@@ -1067,19 +1067,19 @@ 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:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Niapravilny paradak na ŭvachodzie kanversii"
# glib/gutf8.c:1341 glib/gutf8.c:1437
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Znak pa-za dyjapazonam UTF-16"
@@ -1256,15 +1256,15 @@ msgstr ""
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Ličbavuju vartaść '%s' niemahčyma interpretavać jak lahičnuju vartaść."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Funkcyi %s pieradadzieny nadta vialiki ličylnik"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Płyń užo začynienaja"
@@ -1332,10 +1332,10 @@ msgid "drive doesn't implement polling for media"
msgstr "pryłada nie zaimplementavała apytańnia nośbitaŭ (poll)"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Aperacyja nie padtrymlivajecca"
@@ -1368,24 +1368,24 @@ msgstr "Metavy fajł isnuje"
msgid "Can't recursively copy directory"
msgstr "Niemahčyma rekursiŭna skapijavać kataloh"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Padadzienaja niapravilnaja vartaść symbalnaj spasyłki"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Śmietnica nie padtrymlivajacca"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Nazvy fajłaŭ nia mohuć utrymlivać \"%c\""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "masiŭ nie zaimplementavaŭ mantavańnia (mount)"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Nivodnaja aplikacyja nie zarehistravanaja dla pracy z hetym fajłam"
@@ -1402,6 +1402,16 @@ msgstr "U fajłavaha ličylnika jość važkaja aperacyja"
msgid "File enumerator is already closed"
msgstr "Fajłavy ličylnik užo začynieny"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+# glib/gconvert.c:1632
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Niapravilnaja nazva hostu ŭ URI '%s' "
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1419,7 +1429,7 @@ msgstr "Dla ŭvachodnaj płyni nie dazvolenaje abcinańnie"
msgid "Truncate not supported on stream"
msgstr "Dla płyni nie padtrymlivajecca abcinańnie"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Uvachodnaja płyń nie zaimplementavała čytańnia (read)"
@@ -1429,7 +1439,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Dla płyni jość važkaja aperacyja"
@@ -1438,7 +1448,7 @@ 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:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Niapravilnaja nazva fajłu %s"
@@ -1794,39 +1804,39 @@ msgstr "mantavańnie nie zaimplementavała admantavańnia (unmount)"
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mantavańnie nie zaimplementavała admantavańnia (unmount)"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Vyjściovaja płyń nie zaimplementavała zapisu (write)"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Kryničnaja płyń užo začynienaja"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
#, fuzzy
msgid "name"
msgstr "Nienazvany"
# glib/gconvert.c:1632
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "Niapravilnaja nazva hostu ŭ URI '%s' "
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
#, fuzzy
msgid "names"
msgstr "Nienazvany"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1846,7 +1856,7 @@ msgstr "Pamyłka adčytańnia z unix: %s"
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"
diff --git a/po/bg.po b/po/bg.po
index 47700a103..3ef42a2e5 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-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-05-08 07:52+0300\n"
"Last-Translator: Alexander Shopov <ash@contact.bg>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
@@ -98,8 +98,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Не може да се отвори конвертор от „%s“ към „%s“"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Грешна байтова последователност на входа за преобразуване"
@@ -109,8 +109,8 @@ msgstr "Грешна байтова последователност на вхо
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Непълна знакова последователност в края на входните данни"
@@ -359,16 +359,16 @@ msgstr ""
"Грешка при анализ на „%-.*s“, което трябва да е число в указател на знак "
"(напр. &#234;). Вероятно числото е твърде голямо"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Указателят на знак „%-.*s“ не представя разрешен знак при декодиране"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Празен указател на знак. Трябва да включва число, напр. &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -378,32 +378,32 @@ msgstr ""
"без той да е начало на заместваща последователност. Представете амперсанда "
"чрез „&amp;“"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Незавършена заместваща последователност"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Незавършен указател на знак"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Неправилно кодиран текст в UTF-8 — прекалено дълга последователност"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Неправилно кодиран текст в UTF-8 — не може да се започва с този знак"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Неправилно кодиран текст в UTF-8 — „%s“ е грешен"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документът трябва да започва с елемент (напр. <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, 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:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -420,7 +420,7 @@ msgstr ""
"Неподходящ знак „%s“, очаква се отварящият етикет на елемент „%s“ да завърши "
"с „>“"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -428,7 +428,7 @@ msgstr ""
"Неподходящ знак „%s“, очаква се „=“ след името на атрибут „%s“ на елемент „%"
"s“"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -439,7 +439,7 @@ msgstr ""
"завърши със знак „>“ или „/“, или евентуално да продължи с атрибут. Най-"
"вероятно използвате неправилен знак в името на атрибут"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -448,7 +448,7 @@ msgstr ""
"Неподходящ знак „%s“, очаква се знакът „\"“ след знака за равенство, когато "
"се присвоява стойност на атрибута „%s“ на елемент „%s“"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -456,7 +456,7 @@ msgid ""
msgstr ""
"„%s“ е неправилен знак след „</“. Името на елемент не може да започва с „%s“"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -465,26 +465,26 @@ msgstr ""
"„%s“ е неправилен знак при завършването на затварящ етикет с име „%s“. "
"Позволен е знакът „>“"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Елементът „%s“ е затворен, няма текущо отворен елемент"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Елементът „%s“ е затворен, но текущо е отворен елемент „%s“"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Документът е празен или съдържа само празни знаци"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Документът завършва неочаквано веднага след отваряща счупена скоба — „<“"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -493,7 +493,7 @@ msgstr ""
"Документът завършва неочаквано — има отворени елементи. Последно отворен е „%"
"s“"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -502,19 +502,19 @@ msgstr ""
"Документът завършва неочаквано, очаква се затваряща счупена скоба да завърши "
"етикета <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Документът завършва неочаквано в името на елемент"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документът завършва неочаквано в името на атрибут"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документът завършва неочаквано в отварящ етикет на елемент "
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -522,16 +522,16 @@ msgstr ""
"Документът завършва неочаквано след знака за равенство следващ името на "
"атрибута. Атрибутът няма стойност"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Документът завършва неочаквано вътре в стойността на атрибут"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Документът завършва неочаквано в затварящия етикет на елемент „%s“"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Документът завършва неочаквано в коментар или инструкция за обработка"
@@ -968,16 +968,16 @@ msgstr ""
"Неуспех при четенето на достатъчно данни от канала на дъщерен процес (с "
"идентификатор %s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Неправилна последователност на входа за преобразуване"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Знак извън обхвата на UTF-16"
@@ -1151,15 +1151,15 @@ msgstr ""
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Стойността „%s“ не може да се интерпретира като булева."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Подадена е прекалено голяма стойност на %s"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Потокът вече е затворен"
@@ -1226,10 +1226,10 @@ msgid "drive doesn't implement polling for media"
msgstr "устройството не поддържа следене за носител"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Действието не се поддържа"
@@ -1262,24 +1262,24 @@ msgstr "Целевият файл съществува"
msgid "Can't recursively copy directory"
msgstr "Папката не може да се копира рекурсивно"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Зададена е неправилна стойност на символна връзка"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Не се поддържа кошче"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Файловите имена не могат да съдържат „%c“"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "томът не поддържа монтиране"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Не е регистрирано приложение за обработка на този вид файлове"
@@ -1296,6 +1296,15 @@ msgstr "Файловият брояч все още е е привършил"
msgid "File enumerator is already closed"
msgstr "Файловият брояч вече е затворен"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Масив с имена на икони"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1313,7 +1322,7 @@ msgstr "Входният поток не може да се съкращава"
msgid "Truncate not supported on stream"
msgstr "Потокът не може да се съкращава"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Входният поток не поддържа четене"
@@ -1323,7 +1332,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Действията върху потока не са привършили"
@@ -1332,7 +1341,7 @@ msgid "Unable to find default local directory monitor type"
msgstr ""
"Стандартният датчик за монтиране на локални папки не може да се открие "
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Неправилно име на файл: %s"
@@ -1650,35 +1659,35 @@ msgstr "монтираният обект не поддържа демонтир
msgid "mount doesn't implement synchronous content type guessing"
msgstr "монтираният обект не поддържа демонтиране"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Изходният поток не поддържа запис"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Изходният поток вече е затворен"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "име"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Името на иконата"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "имена"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Масив с имена на икони"
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "използване на стандартните резервни настройки"
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1699,7 +1708,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/bn.po b/po/bn.po
index 27aa26d46..2b3c3837b 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 0.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -100,8 +100,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' থেকে '%s' তে কনভার্টার খোলা যায়নি"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "পরিবর্তন করার জন্য দেয়া বাইট সমুহ সঠিক নয়"
@@ -111,8 +111,8 @@ msgstr "পরিবর্তন করার জন্য দেয়া বা
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "প্রদত্ত তথ্যের শেষে আংশিক অক্ষর সমুহ"
@@ -342,16 +342,16 @@ msgstr ""
"পার্স করতে অক্ষম '%-.*s', যা অক্ষর তথ্যসূত্র অভ্যন্তরে একটি অংক (উদাহরণ সরূপ; &#234) "
"- হয়তোবা অংকটি অতি দীর্ঘ"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "অক্ষর তথ্যসূত্র '%-.*s' অনুমতিপ্রাপ্ত অক্ষর এনকোড করেনা"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "শূন্য অক্ষরের রেফারেন্স; &#454 এর মত সংখা থাকতে হবে"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -360,41 +360,41 @@ msgstr ""
"অক্ষরের রেফারেন্স সেমিকোলন দিয়ে শেষ হয়নি; আপনি সম্ভবত এমপারস্যান্ড অক্ষরটি কোন বস্তু "
"শুরু করার জন্য ব্যবহার করেনি - সেক্ষেত্রে এস্কেপ এমপারস্যান্ড কে লিখুন &amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "অসম্পূর্ণ বস্তুর রেফারেন্স"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "অসম্পূর্ণ অক্ষরের রেফারেন্স"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "অগ্রহনযোগ্য ইউটিএফ-৮ টেক্সট"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "অগ্রহনযোগ্য ইউটিএফ-৮ টেক্সট"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "অগ্রহনযোগ্য ইউটিএফ-৮ টেক্সট"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ডকুউমেন্ট একটি এলিমেন্ট দিয়ে শুরু "
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'<' অক্ষরটির পরে '%s' গ্রহনযোগ্য নয়; এটি কোন এলিমেন্টের নাম শুরু করতে পারেনা"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -402,7 +402,7 @@ msgid ""
msgstr ""
"অসামঞ্জস্যকর অক্ষর '%s', এলিমেন্ট '%s' এর ট্যগ শেষ করার জন্য '>' অক্ষরটি আশা করা হয়"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -410,7 +410,7 @@ msgstr ""
"বেজোড় অক্ষর '%1$s', এলিমেন্ট '%3$s' এর অ্যাট্রিবিউট নাম '%2$s' এর পর একটি '=' "
"প্রত্যাশিত"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -421,7 +421,7 @@ msgstr ""
"প্রত্যাশিত, অথবা একটি ঐচ্ছিক অ্যাট্রিবিউট; সম্ভবত আপনি বৈশিষ্ট্য নামে অবৈধ অক্ষর "
"ব্যবহার করেছেন"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -430,7 +430,7 @@ msgstr ""
"বেজোড় অক্ষর '%1$s', এলিমেন্ট '%3$s' এর অ্যাট্রিবিউট নাম '%2$s' এর মান দেয়ার সময়, "
"'=' চিহ্নটির পর একটি খোলা উদ্ধৃতি চিহ্ন আব্যশক"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -439,7 +439,7 @@ msgstr ""
"অক্ষর '</' কে অনুসরণকারী '%s' একটি বৈধ অক্ষর নয়; '%s' দিয়ে কোনো এলিমেন্টের নাম "
"শুরু করা বৈধ নয়"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -448,25 +448,25 @@ msgstr ""
"বন্ধ এলিমেন্ট নাম '%2$s' কে অনুসরণকারী '%1$s' একটি বৈধ অক্ষর নয়; সমর্থিত অক্ষর "
"হচ্ছে '>'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' এলিমেন্টটি বন্ধ ছিল, এখন খোলা এলিমেন্ট নেই"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' এলিমেন্টটি বন্ধ ছিল, কিন্তু এখন '%s' এলিমেন্টটি খোলা"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "ডকুউমেন্ট শূণ্য ছিল অথবা সুধু ওয়াইটস্পেইস ছিল"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "একটি কোণ বন্ধনী '<' খোলা থাকায় নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -474,7 +474,7 @@ msgid ""
msgstr ""
"উপাদান খোলা অবস্থায় নথী অপ্রত্যাশিতভাবে শেষ হয়েছে - '%s' ছিল শেষ খোলা উপাদান"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -483,19 +483,19 @@ msgstr ""
"নথী অপ্রত্যাশিতভাবে শেষ হয়েছে, প্রত্যাশিতভাবে দৃষ্ট কারণ একটি কোণ বন্ধনী যার শেষে <%"
"s/> ট্যাগ রয়েছে"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "একটি এলিমেন্ট নাম অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "একটি বৈশিষ্ট্য নাম অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "একটি এলিমেন্ট-ওপেনিং ট্যাগ অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -503,16 +503,16 @@ msgstr ""
"বৈশিষ্ট্য নাম অনুসরণকরী সমান চিহ্নের পর নথী অপ্রত্যাশিতভাবে শেষ হয়েছে; কোন বৈশিষ্ট্য "
"মান নয়"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "একটি বৈশিষ্ট্য মান এর অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "নথী অপ্রত্যাশিতভাবে শেষ হয়েছে উপাদান '%s' এর বন্ধ ট্যাগ এর অভ্যন্তরে"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "নথী অপ্রত্যাশিতভাবে শেষ হয়েছে একটি মন্তব্য বা প্রসেসরত নির্দেশের অভ্যন্তরে"
@@ -944,16 +944,16 @@ msgstr "চাইল্ড প্রসেস \"%s\" কার্যকর ক
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "চাইল্ড পিয়াইডি পাইপ (%s) থেকে যথেস্ট তথ্য পড়তে ব্যর্থ"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "অক্ষর ইউটিএফ-৮ আয়তার বাইরে"
-#: 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "পরিবর্তন করার জন্য দেয়া তথ্য সঠিক নয়"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "অক্ষর ইউটিএফ-১৬ আয়তার বাইরে"
@@ -1117,15 +1117,15 @@ msgstr "'%s' মান float সংখ্যা রূপে ব্যাখ্
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "মান '%s' কে বুলিয়ান হিসেবে ইন্টারপ্রেট করা যায় না।"
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1193,10 +1193,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়"
@@ -1230,25 +1230,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "'%s' নামক কোনো অ্যাপ্লিকেশনের দ্বারা '%s' বুকমার্ক নিবন্ধিত হয় নি"
@@ -1266,6 +1266,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "ইউআরআই '%s' এর হোস্ট নাম গ্রহনযোগ্য নয়"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1283,7 +1292,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1293,7 +1302,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1301,7 +1310,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "প্রোগ্রামের নাম অবৈধ: %s"
@@ -1621,36 +1630,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "ইউআরআই '%s' এর হোস্ট নাম গ্রহনযোগ্য নয়"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1668,7 +1677,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 ca834cd7c..4460d8497 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: bn_IN\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -105,8 +105,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' থেকে '%s' রূপান্তর ব্যবস্থা খোলা যায়নি"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "রূপান্তর করার জন্য প্রদত্ত ইনপুটের মধ্যে বাইটের অনুক্রম সঠিক নয়"
@@ -116,8 +116,8 @@ msgstr "রূপান্তর করার জন্য প্রদত্ত
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "প্রদত্ত ইনপুটের অন্তে আংশিক অক্ষর অনুক্রম"
@@ -349,16 +349,16 @@ msgstr ""
"'%-.*s' পার্স করতে ব্যর্থ, এটি কোনো অক্ষরের রেফারেন্সের মধ্যে একটি সংখ্যা হওয়া উচিত "
"(উদাহরণস্বরূপ &#234;) - সম্ভবত সংখ্যাটি অত্যাধিক বড়"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "'%-.*s' অক্ষরের রেফারেন্সের মধ্যে অনুমোদিত অক্ষর এনকোড করা হয়নি"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "অক্ষর রেফারেন্স ফাঁকা; &#454;'র অনুরূপ সংখ্যা উপস্থিত আবশ্যক"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -368,32 +368,32 @@ msgstr ""
"ব্যবহারের উদ্দেশ্যে এম্পারসেন্ড চিহ্ন প্রয়োগ করেননি - &amp; রূপে এম্পারসেন্ড এস্কেপ "
"করানো যাবে"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "স্বত্বার রেফারেন্স অসম্পূর্ণ"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "অক্ষরের রেফারেন্স অসম্পূর্ণ"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "অবৈধ UTF-8 এনকোডিং সহ টেক্সট - অত্যাধিক লম্বা পংক্তি"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "অবৈধ UTF-8 এনকোডিং সহ টেক্সট - প্রারম্ভিক অক্ষর নয়"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "অবৈধ UTF-8 এনকোডিং সহ টেক্সট - বৈধ '%s' নয়"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "নথি কোনো এলিমেন্ট দ্বারা আরম্ভ হওয়া আবশ্যক (উদাহরণস্বরূপ <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -401,7 +401,7 @@ msgid ""
msgstr ""
"'<' অক্ষরের পরে '%s'-র ব্যবহার বৈধ নয়; এর দ্বারা এলিমেন্টের নাম আরম্ভ করা যাবে না"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -410,7 +410,7 @@ msgstr ""
"'%s' অক্ষর প্রত্যাশিত নয়, '%s' এলিমেন্টের প্রারম্ভিক ট্যাগ সমাপ্ত করার উদ্দেশ্যে '>' "
"অক্ষর প্রত্যাশিত"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -418,7 +418,7 @@ msgstr ""
"'%1$s' অক্ষর প্রত্যাশিত নয়, '%3$s' এলিমেন্টের '%2$s' নামক বৈশিষ্ট্যের নামের পরে "
"একটি '=' চিহ্ন প্রত্যাশিত"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -429,7 +429,7 @@ msgstr ""
"অথবা '/' চিহ্ন অথবা কোনো বৈশিষ্ট্যর উপস্থিতি কাম্য; সম্ভবত কোনো বৈশিষ্ট্যের নামের "
"মধ্যে অবৈধ অক্ষর ব্যবহৃত হয়েছে"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -438,7 +438,7 @@ msgstr ""
"'%1$s' অক্ষর অপ্রত্যাশিত, '%3$s' এলিমেন্টের '%2$s' বৈশিষ্ট্যের মান নির্ধারণের "
"উদ্দেশ্যে সমান চিহ্নের (=) পরে একটি উদ্ধৃতি চিহ্নের প্রারম্ভিক অংশ উপস্থিতি প্রত্যাশিত"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -447,7 +447,7 @@ msgstr ""
"'%s' অক্ষরের ব্যবহার '</'-র পশ্চাত বৈধ নয়; '%s' দ্বারা কোনো এলিমেন্টের নাম আরম্ভ "
"করা যাবে না"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -456,26 +456,26 @@ msgstr ""
"'%2$s' বদ্ধ এলিমেন্টের নামের পশ্চাত '%1$s' অক্ষরের ব্যবহার বৈধ নয়; অনুমোদিত অক্ষর "
"হল '>'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' এলিমেন্ট বদ্ধ অবস্থায়, বর্তমানে কোনো এলিমেন্ট খোলা অবস্থায় নেই"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' এলিমেন্ট বদ্ধ অবস্থায়, বর্তমানে '%s' এলিমেন্ট খোলা অবস্থায় রয়েছে"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "ডকুমেন্ট সম্ভবত ফাঁকা অথবা শুধুমাত্র শূণ্যস্থান উপস্থিত"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"তেরছা বন্ধনীর প্রারম্ভিক চিহ্নের '<' ঠিক পরে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -484,7 +484,7 @@ msgstr ""
"খোলা এলিমেন্টসহ ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে - '%s' এলিমেন্ট সর্বশেষ খোলা "
"হয়েছিল"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -493,19 +493,19 @@ msgstr ""
"নথি অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে, <%s/> ট্যাগ সমাপ্তির জন্য তেরছা বন্ধনী চিহ্নের "
"অন্তিম অংশের উপস্থিতি প্রত্যাশিত"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "এলিমেন্টের নামের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "বৈশিষ্ট্যের নামের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "এলিমেন্টের প্রারম্ভিক ট্যাগের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -513,16 +513,16 @@ msgstr ""
"বৈশিষ্ট্যের নামের পরে উপস্থিত সমান চিহ্নের (=) পরে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত "
"হয়েছে; বৈশিষ্ট্যের মান অনুপস্থিত"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "বৈশিষ্ট্যের মানের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "'%s' এলিমেন্টের অন্তিম ট্যাগের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"কোনো মন্তব্য অথবা প্রক্রিয়াকরণের নির্দেশের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
@@ -948,16 +948,16 @@ msgstr "চাইল্ড প্রসেস \"%s\" কার্যকর ক
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "চাইল্ড pid পাইপ থেকে পর্যাপ্ত তথ্য পড়তে ব্যর্থ (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "রূপান্তর করার উদ্দেশ্যে প্রদত্ত তথ্যের মধ্যে অবৈধ ধারা"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "অক্ষরটি UTF-16'র আয়ত্বের বাইরে"
@@ -1123,15 +1123,15 @@ msgstr "'%s' মান float সংখ্যা রূপে ব্যাখ্
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "'%s' মান বুলিয়ান রূপে ব্যাখ্যা করা সম্ভব নয়।"
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1198,10 +1198,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "কর্ম সমর্থিত হয় না"
@@ -1234,24 +1234,24 @@ msgstr "উদ্দিষ্ট ফাইল উপস্থিত রয়েছ
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "অবৈধ সিম-লিঙ্ক মান উপলব্ধ করা হয়েছে"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "আবর্জনা সমর্থিত হয় না"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ফাইলের নামের মধ্যে '%c' ব্যবহার করা যাবে না"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "ভলিউম দ্বারা mount প্রয়োগ করা হয় না"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "চিহ্নিত ফাইল ব্যবস্থাপনার উদ্দেশ্যে কোনো অ্যাপ্লিকেশন নিবন্ধিত হয়নি"
@@ -1268,6 +1268,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "URI '%s'-র হোস্ট-নেম বৈধ নয়"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1285,7 +1294,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1295,7 +1304,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "স্ট্রিমের ক্ষেত্রে অসমাপ্ত কর্ম উপস্থিত রয়েছে"
@@ -1303,7 +1312,7 @@ msgstr "স্ট্রিমের ক্ষেত্রে অসমাপ্
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "ফাইলের নাম অবৈধ: %s"
@@ -1622,38 +1631,38 @@ msgstr "ভলিউম দ্বারা mount প্রয়োগ করা
msgid "mount doesn't implement synchronous content type guessing"
msgstr "ভলিউম দ্বারা mount প্রয়োগ করা হয় না"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
#, fuzzy
msgid "name"
msgstr "নামবিহীন"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "URI '%s'-র হোস্ট-নেম বৈধ নয়"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
#, fuzzy
msgid "names"
msgstr "নামবিহীন"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1671,7 +1680,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 f2f007999..4ca22ec77 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.glib-2-4\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -98,8 +98,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Nisam mogao pokrenuti pretvaranje iz '%s' u '%s'"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Nevažeći niz bajtova u ulaznim podacima za pretvaranje"
@@ -109,8 +109,8 @@ msgstr "Nevažeći niz bajtova u ulaznim podacima za pretvaranje"
msgid "Error during conversion: %s"
msgstr "Greška tokom pretvaranja: %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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Djelimičan niz znakova na kraju ulaznih podataka"
@@ -343,16 +343,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:653
+#: glib/gmarkup.c:650
#, 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:668
+#: glib/gmarkup.c:665
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:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -362,34 +362,34 @@ msgstr ""
"bez namjere započinjanja entiteta - izbjegnite korištenje znaka & "
"upisivanjem &amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Nedovršena referenca entiteta"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Nedovršena referenca znaka"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Neispravno UTF-8 kodirani tekst"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Neispravno UTF-8 kodirani tekst"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Neispravno UTF-8 kodirani tekst"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument mora početi elementom (npr. <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -398,7 +398,7 @@ msgstr ""
"'%s' je nevažeći prateći znak nakon znaka '<'; ne može započeti naziv "
"elementa"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -407,13 +407,13 @@ msgstr ""
"Čudan znak '%s', očekivan znak '>' radi okončanja početne oznake elementa '%"
"s'"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, 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:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -424,7 +424,7 @@ msgstr ""
"elementa '%s' ili eventualno osobine; možda je korišten nevažeći znak u "
"imenu osobine"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -433,7 +433,7 @@ msgstr ""
"Čudan znak '%s', očekivan navodni znak nakon znaka jednakosti pri davanju "
"vrijednosti osobini '%s' elementa '%s'"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -442,7 +442,7 @@ msgstr ""
"'%s' je nevažeći prateći znak nakon znakova '</'; '%s' ne može započeti "
"naziv elementa"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -451,25 +451,25 @@ msgstr ""
"'%s' je nevažeći prateći znak nakon zatvaranja elementa '%s'; dopušteni znak "
"je '>'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' je zatvoren, trenutno nema otvorenih elemenata"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, 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:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je bio prazan ili je sadržavao samo prazna polja"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Neočekivan kraj dokumenta nakon otvorene zagrade '<'"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -478,7 +478,7 @@ msgstr ""
"Neočekivan kraj dokumenta uz još otvorene elemente - element '%s' je otvoren "
"posljednji"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -487,19 +487,19 @@ msgstr ""
"Neočekivan kraj dokumenta, očekivano zatvaranje zagrade radi okončanja "
"oznake <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Neočekivan kraj dokumenta unutar imena elementa"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Neočekivan kraj dokumenta unutar imena osobine"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Neočekivan kraj dokumenta unutar oznake za otvaranje elementa"
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -507,16 +507,16 @@ msgstr ""
"Neočekivan kraj dokumenta nakon pratećeg znaka jednakosti iza naziva "
"osobine; nedostaje vrijednost osobine"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Neočekivan kraj dokumenta unutar vrijednosti atributa"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, 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:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Neočekivan kraj dokumenta unutar komentara ili instrukcije procesiranja"
@@ -953,16 +953,16 @@ msgstr "Nepoznata greška tokom izvršenja podređenog procesa \"%s\""
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Neuspješno čitanje dovoljno podataka iz podređene pid cijevi (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Znak izvan raspona 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Nevažeći niz u unosu za pretvaranje"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Znak izvan raspona za UTF-16"
@@ -1125,15 +1125,15 @@ msgstr ""
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr ""
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1200,10 +1200,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Simbolički linkovi nisu podržani"
@@ -1237,25 +1237,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "Simbolički linkovi nisu podržani"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1272,6 +1272,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Ime računara URI-ja '%s' je nevažeće"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1289,7 +1298,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1299,7 +1308,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1307,7 +1316,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Nevažeće ime računara"
@@ -1626,36 +1635,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "Ime računara URI-ja '%s' je nevažeće"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1673,7 +1682,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 a24d845b2..f1352effd 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.8\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-10 13:16+0200\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-08-10 13:17+0200\n"
"Last-Translator: Gil Forcada <gilforcada@guifi.net>\n"
"Language-Team: Catalan <tradgnome@softcatala.org>\n"
@@ -18,310 +18,309 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#: ../glib/gbookmarkfile.c:733 ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899 ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
+#: glib/gbookmarkfile.c:946
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "No s'esperava l'atribut «%s» per a l'element «%s»"
-#: ../glib/gbookmarkfile.c:744 ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833 ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
+#: glib/gbookmarkfile.c:957
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "No s'ha trobat l'atribut «%s» de l'element «%s»"
-#: ../glib/gbookmarkfile.c:1127 ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
+#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "No s'esperava l'etiqueta «%s», s'esperava «%s»"
-#: ../glib/gbookmarkfile.c:1152 ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234 ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
+#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "No s'esperava l'etiqueta «%s» dins «%s»"
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1814
msgid "No valid bookmark file found in data dirs"
msgstr ""
"No s'ha trobat cap fitxer d'adreces d'interès dins dels directoris de dades"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:2015
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Ja existeix una adreça d'interès per a l'URI «%s»"
-#: ../glib/gbookmarkfile.c:2061 ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304 ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469 ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630 ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751 ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974 ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240 ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494 ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
+#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
+#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
+#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
+#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
+#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
+#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
+#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
+#: glib/gbookmarkfile.c:3712
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "No s'ha trobat cap adreça d'interès per a l'URI «%s»"
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2393
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "No hi ha cap tipus MIME definit a l'adreça d'interès per a l'URI «%s»"
-#: ../glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2478
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
"No hi ha cap senyalador privat definit a l'adreça d'interès per a l'URI «%s»"
-#: ../glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2857
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "No hi ha cap grup establert a l'adreça d'interès per a l'URI «%s»"
-#: ../glib/gbookmarkfile.c:3258 ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
"No hi ha cap aplicació amb el nom «%s» que hagi registrat l'adreça d'interès «%"
"s»"
-#: ../glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3438
#, 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:2216 ../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:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
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:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "S'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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
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:1737
+#: glib/gconvert.c:1737
#, 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:1747
+#: glib/gconvert.c:1747
#, 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:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "L'URI «%s» no és vàlid"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, 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:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "L'URI «%s» conté caràcters d'escapada invàlids"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, 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:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "El nom de l'ordinador no és vàlid"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "S'ha produït un error en obrir el directori «%s»: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "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:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "El fitxer «%s» és massa gran"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "No s'ha pogut llegir del fitxer «%s»: %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "No s'ha pogut obrir el fitxer «%s»: %s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"No s'ha pogut obtenir els atributs del fitxer «%s»: ha fallat la funció fstat"
"(): %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, 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:905
+#: glib/gfileutils.c:905
#, 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:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "No s'ha pogut crear el fitxer «%s»: %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, 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:986
+#: glib/gfileutils.c:986
#, 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"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, 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:1123
+#: glib/gfileutils.c:1123
#, 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:1367
+#: glib/gfileutils.c:1367
#, 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:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "La plantilla «%s» no conté XXXXXX"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "No s'ha pogut llegir l'enllaç simbòlic «%s»: %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
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
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:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "A la memòria intermèdia de lectura hi ha dades sobrants no convertides"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "El canal acaba en un caràcter parcial"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
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:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, 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:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "S'ha produït un error a la línia %d: %s"
-#: ../glib/gmarkup.c:483
+#: glib/gmarkup.c:483
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;"
-#: ../glib/gmarkup.c:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -332,17 +331,17 @@ msgstr ""
"comencen amb el caràcter &. Si amb aquest signe no es vol indicar una "
"entitat, substituïu-lo per &amp;"
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, 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:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "No es coneix el nom de l'entitat «%s»"
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -350,7 +349,7 @@ msgstr ""
"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;"
-#: ../glib/gmarkup.c:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -359,17 +358,17 @@ 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:650
+#: glib/gmarkup.c:650
#, 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:665
+#: glib/gmarkup.c:665
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:675
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -379,36 +378,36 @@ msgstr ""
"utilitzat un caràcter «&» sense intenció d'iniciar una entitat. Substituïu el "
"caràcter «&» per &amp;"
-#: ../glib/gmarkup.c:761
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Referència a una entitat no acabada"
-#: ../glib/gmarkup.c:767
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Referència a un caràcter no acabada"
-#: ../glib/gmarkup.c:1053
+#: glib/gmarkup.c:1053
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:1081
+#: glib/gmarkup.c:1081
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:1117
+#: glib/gmarkup.c:1117
#, 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:1155
+#: glib/gmarkup.c:1155
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:1195
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -417,7 +416,7 @@ msgstr ""
"«%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:1263
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -426,7 +425,7 @@ msgstr ""
"S'ha trobat un caràcter estrany «%s». S'esperava el caràcter «>» per acabar "
"l'etiqueta d'element buit «%s»"
-#: ../glib/gmarkup.c:1352
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -434,7 +433,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:1394
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -445,7 +444,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:1480
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -454,7 +453,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:1622
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -463,7 +462,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:1662
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -472,27 +471,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:1673
+#: glib/gmarkup.c:1673
#, 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:1682
+#: glib/gmarkup.c:1682
#, 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:1845
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "El document era buit o només contenia espais en blanc"
-#: ../glib/gmarkup.c:1859
+#: glib/gmarkup.c:1859
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:1867 ../glib/gmarkup.c:1912
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -501,7 +500,7 @@ msgstr ""
"El document ha acabat de manera inesperada amb elements encara oberts. «%s» "
"era l'últim element obert"
-#: ../glib/gmarkup.c:1875
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -510,21 +509,21 @@ msgstr ""
"El document ha acabat de manera inesperada. S'esperava trobar un símbol «>» "
"que acabés l'etiqueta <%s/>"
-#: ../glib/gmarkup.c:1881
+#: glib/gmarkup.c:1881
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:1887
+#: glib/gmarkup.c:1887
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:1892
+#: glib/gmarkup.c:1892
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:1898
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -532,411 +531,409 @@ 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:1905
+#: glib/gmarkup.c:1905
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:1921
+#: glib/gmarkup.c:1921
#, 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:1927
+#: glib/gmarkup.c:1927
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:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
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"
-#: ../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
msgid "Text was empty (or contained only whitespace)"
msgstr "El text era buit (o només contenia espais en blanc)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "No s'ha pogut llegir dades del procés fill"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""
"No s'ha pogut crear el conducte per comunicar-se amb el procés fill (%s)"
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "No s'ha pogut llegir des del conducte fill (%s)"
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "No s'ha pogut canviar al directori «%s» (%s)"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "No s'ha pogut executar el procés fill (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "El nom del programa no és vàlid: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "La cadena en el vector d'argument no és vàlida a %d: %s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Cadena no vàlida a l'entorn: %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "El directori de treball no és vàlid: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "No s'ha pogut executar el programa d'ajuda (%s)"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -944,140 +941,140 @@ 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:188
+#: glib/gspawn.c:188
#, 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:325
+#: glib/gspawn.c:325
#, 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:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "S'ha produït un error inesperat en waitpid() (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "No s'ha pogut bifurcar-se (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, 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:1356
+#: glib/gspawn.c:1356
#, 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:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "No s'ha pogut bifurcar el procés fill (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, 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:1395
+#: glib/gspawn.c:1395
#, 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:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Seqüència no vàlida a l'entrada de la conversió"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
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
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
msgid "Not a regular file"
msgstr "No és un fitxer regular"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
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"
@@ -1085,49 +1082,49 @@ msgstr ""
"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
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:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "El fitxer de claus no té el grup «%s»"
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "El fitxer de claus no té la clau «%s»"
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "El fitxer de claus conté la clau «%s» amb el valor «%s» que no és UTF-8"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
"El fitxer de claus conté la clau «%s» que té un valor que no és interpretable."
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1136,125 +1133,122 @@ msgstr ""
"El fitxer de claus conté la clau «%s» en el grup «%s», que té un valor no "
"interpretable."
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "El fitxer de claus no conté una clau «%s» en el grup «%s»"
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
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:3496
+#: glib/gkeyfile.c:3496
#, 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:3638
+#: glib/gkeyfile.c:3638
#, 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:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "El valor enter «%s» és fora del rang"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, 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:3709
+#: glib/gkeyfile.c:3709
#, 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:485 ../gio/ginputstream.c:187
-#: ../gio/ginputstream.c:319 ../gio/ginputstream.c:560
-#: ../gio/ginputstream.c:685 ../gio/goutputstream.c:195
-#: ../gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "El valor de comptatge passat a %s és massa llarg"
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:895
-#: ../gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Ja està tancat el flux"
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "S'ha cancel·lat l'operació"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Tipus desconegut"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "tipus de tixer %s"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "tipus %s"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "No s'esperava un final de flux tant aviat"
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Sense nom"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "El fitxer d'escriptori no especificava el camp d'execucció"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "No s'ha pogut trobar el terminal que demanava l'aplicació"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, 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:1136
+#: gio/gdesktopappinfo.c:1136
#, 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:1475
+#: gio/gdesktopappinfo.c:1475
#, 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:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "Definició personalitzada per a %s"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "la unitat no implementa l'expulsió"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "la unitat no implementa l'enquesta per si hi ha un medi"
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2686 ../gio/gfile.c:2740
-#: ../gio/gfile.c:2871 ../gio/gfile.c:2911 ../gio/gfile.c:3238
-#: ../gio/gfile.c:3640 ../gio/gfile.c:3724 ../gio/gfile.c:3807
-#: ../gio/gfile.c:3887 ../gio/gfile.c:4217
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "L'operació no està implementada"
@@ -1266,88 +1260,88 @@ 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:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "No existeix el punt de muntatge contenidor"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "No es pot copiar al directori"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "No es pot copiar el directori al directori"
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "Ja existeix el fitxer de destinació"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "No es pot copiar el directori de forma recursiva"
-#: ../gio/gfile.c:2861
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "El valor donat per a l'enllaç simbòlic no és vàlid"
-#: ../gio/gfile.c:2954
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "No es pot utilitzar la paperera"
-#: ../gio/gfile.c:3003
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "En els noms de fitxers no pot haver-hi «%c»"
-#: ../gio/gfile.c:4985 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "el volum no implementa el muntatge"
-#: ../gio/gfile.c:5093
+#: gio/gfile.c:5093
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:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "L'enumerador està tancat"
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "L'enumerador de fitxer té una operació pendent"
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "Ja està tancat l'enumerador de fitxer"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "fitxer"
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr "El fitxer que conté la icona"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "El flux no implementa «query_info»"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "No està implementada la cerca en el flux"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "No es permet truncar en els fluxs d'entrada"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "No es permet trucar en els fluxs"
-#: ../gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "El flux d'entrada no té implementada la lectura"
@@ -1357,368 +1351,368 @@ 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:905 ../gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "El flux té una operació pendent"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
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:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "El nom del fitxer no és vàlid: %s"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, 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:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "No es pot canviar el nom del directori arrel"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "No es pot canviar el nom del fitxer, ja existeix aquest nom"
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
msgid "Invalid filename"
msgstr "Nom de fitxer no vàlid"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "S'ha produït un error en canviar el nom del fitxer: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "S'ha produït un error en obrir el fitxer: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "No s'ha pogut obrir el directori"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "S'ha produït un error en suprimir el fitxer: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, 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:1719
+#: gio/glocalfile.c:1719
#, 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:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "No s'ha pogut trobar el directori superior per a la paperera"
-#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "No s'ha pogut trobar o crear el directori de la paperera"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, 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:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "No s'ha pogut enviar el fitxer a la paperera: %s"
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "S'ha produït un error en crear el directori: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, 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:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "S'ha produït un error en moure el fitxer: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "No s'ha pogut moure el directori al directori"
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
msgid "Backup file creation failed"
msgstr "Ha fallat la creació del fitxer de còpia de seguretat"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "S'ha produït un error en suprimir el fitxer objectiu: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "No està implementat el moure entre muntatges"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "El valor de l'atribut no pot ser nul"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "Tipus d'atribut no vàlid (s'esperava una cadena)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "El nom de l'atribut estés no és vàlid"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, 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:1456 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 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:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (codificació no vàlida)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, 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"
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tipus d'atribut no vàlid (s'esperava un uint32)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tipus d'atribut no vàlid (s'esperava un uint64)"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Tipus d'atribut no vàlid (s'esperava una cadena de bytes)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "S'ha produït un error en establir els permisos: %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "S'ha produït un error en establir el propietari: %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "l'enllaç simbòlic no pot ser nul"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "S'ha produït un error en establir l'enllaç simbòlic: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
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:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "El context del SELinux no pot ser nul"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "S'ha produït un error en establir el context del SELinux: %s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "Aquest sistema no té habilitat el SELinux"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, 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:198
+#: gio/glocalfilemonitor.c:198
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
msgid "Target file is a directory"
msgstr "El fitxer objectiu és un directori"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
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
msgid "The file was externally modified"
msgstr "El fitxer ha estat modificat des d'alguna aplicació externa"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "El GSeekType proporcionat no és vàlid"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "La sol·licitud de cerca és invàlida"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "No es pot truncar el GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "S'ha arribat al màxim del límit de la matriu de dades"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "El flux de sortida de memòria no és modificable"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
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:360
+#: gio/gmount.c:360
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:435
+#: gio/gmount.c:435
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:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "el muntatge no implementa el tornar-se a muntar"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "el muntatge no implementa l'estimació de tipus de contingut"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr "el muntatge no implementa l'estimació de tipus de contingut síncron"
-#: ../gio/goutputstream.c:204 ../gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "El flux de sortida no implementa l'escriptura"
-#: ../gio/goutputstream.c:365 ../gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "El flux font ja està tancat"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "nom"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "El nom de la icona"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "noms"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Una llista amb els noms de les icones"
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "utilitza les alternatives predeterminades"
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1727,61 +1721,61 @@ 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:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "S'ha produït un error en llegir des de UNIX: %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "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:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "S'ha produït un error en escriure a UNIX: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "el volum no implementa l'expulsió"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
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
msgid "URIs not supported"
msgstr "No estan implementats els URI"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
msgid "association changes not supported on win32"
msgstr "els canvis associatius no estan implementats a win32"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
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 962850ae5..4aac5ecee 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-04-02 01:48+0100\n"
"Last-Translator: Petr Kovar <pknbe@volny.cz>\n"
"Language-Team: Czech <gnome-cs-list@gnome.org>\n"
@@ -104,8 +104,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Nelze otevřít převaděč z \"%s\" do \"%s\""
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Neplatná posloupnost bajtů na vstupu převodu"
@@ -115,8 +115,8 @@ msgstr "Neplatná posloupnost bajtů na vstupu převodu"
msgid "Error during conversion: %s"
msgstr "Chyba při převodu: %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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Částečná posloupnost znaků na konci vstupu"
@@ -348,17 +348,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:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Odkaz na znak \"%-.*s\" nekóduje povolený znak"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"Prázdný odkaz na znak. Odkaz by měl obsahovat číslice, například &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -367,32 +367,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:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Neukončený odkaz na entitu"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Neukončený odkaz na znak"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Neplatný text v kódování UTF-8 - příliš dlouhá posloupnost"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Neplatný text v kódování UTF-8 - není počátečním znakem"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Neplatný text v kódování UTF-8 - není platné \"%s\""
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument musí začínat prvkem (například: <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -400,7 +400,7 @@ msgid ""
msgstr ""
"\"%s\" není platný znak po znaku \"<\"; nesmí s ním začínat název prvku"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -409,7 +409,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:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -417,7 +417,7 @@ msgstr ""
"Zvláštní znak \"%s\", po názvu atributu \"%s\" prvku \"%s\" bylo očekáváno "
"\"=\""
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -428,7 +428,7 @@ msgstr ""
"značky prvku \"%s\", nebo případně atribut; pravděpodobně jste použili "
"neplatný znak v názvu atributu"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -437,7 +437,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:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -446,7 +446,7 @@ msgstr ""
"\"%s\" není platný znak po znacích \"</\"; znakem \"%s\" nesmí začínat název "
"prvku"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -455,25 +455,25 @@ msgstr ""
"\"%s\" není povoleným znakem po ukončovacím názvu prvku \"%s\"; povoleným "
"znakem je \">\""
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Prvek \"%s\" byl uzavřen, žádný prvek není momentálně otevřen"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Byl uzavřen prvek \"%s\", ale aktuálně je otevřen prvek \"%s\""
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je prázdný nebo obsahuje pouze mezery"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument neočekávaně skončil ihned po otevírací značce \"<\""
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -482,7 +482,7 @@ msgstr ""
"Dokument neočekávaně skončil, prvky jsou stále otevřeny - poslední otevřený "
"prvek byl \"%s\""
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -490,19 +490,19 @@ msgid ""
msgstr ""
"Dokument neočekávaně skončil, byla očekávána uzavírací závorka značky <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument neočekávaně skončil uvnitř názvu prvku"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument neočekávaně skončil uvnitř názvu atributu"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument neočekávaně skončil ve značce otevírající prvek."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -510,16 +510,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:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument neočekávaně skončil uvnitř hodnoty atributu"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokument neočekávaně skončil uvnitř uzavírací značky prvku \"%s\""
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokument neočekávaně skončil uvnitř komentáře nebo instrukce pro zpracování"
@@ -951,16 +951,16 @@ msgstr "Neznámá chyba při běhu procesu potomka \"%s\""
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Nelze přečíst dostatek dat z roury pid potomka (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Znak je 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Neplatná posloupnost na vstupu převodu"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Znak je mimo rozsah UTF-16"
@@ -1129,15 +1129,15 @@ msgstr "Hodnotu \"%s\" nelze interpretovat jako reálné (float) číslo."
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Hodnotu \"%s\" nelze interpretovat jako booleovskou hodnotu."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "%s poskytnut příliš vysoký počet"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Proud je již uzavřen"
@@ -1204,10 +1204,10 @@ msgid "drive doesn't implement polling for media"
msgstr "mechanika neprovádí dotazování na média"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operace není podporována"
@@ -1240,24 +1240,24 @@ msgstr "Cílový soubor existuje"
msgid "Can't recursively copy directory"
msgstr "Adresář nelze kopírovat rekurzivně"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Zadaný symbolický odkaz je neplatný"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Zahozené není podporováno"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Názvy souborů nemohou obsahovat \"%c\""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "svazek neprovádí připojení"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Žádná aplikace není zaregistrována k obsluze tohoto souboru"
@@ -1274,6 +1274,15 @@ msgstr "Souborový enumerator má nevykonanou operaci"
msgid "File enumerator is already closed"
msgstr "Souborový enumerator je již uzavřen"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Pole obsahující názvy ikon"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1291,7 +1300,7 @@ msgstr "Zkrácení nepodporováno ve vstupním proudu"
msgid "Truncate not supported on stream"
msgstr "Zkrácení není v proudu podporováno"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Vstupní proud neprovádí čtení"
@@ -1301,7 +1310,7 @@ msgstr "Vstupní proud neprovádí čtení"
#. Translators: This is an error you get if there is
#. * already an operation running against this stream when
#. * you try to start one
-#: gio/ginputstream.c:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Proud má otevřenou operaci"
@@ -1309,7 +1318,7 @@ msgstr "Proud má otevřenou operaci"
msgid "Unable to find default local directory monitor type"
msgstr "Nelze nalézt výchozí typ sledování místního adresáře"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Neplatný název souboru %s"
@@ -1628,35 +1637,35 @@ msgstr "připojené neprovádí odpojení"
msgid "mount doesn't implement synchronous content type guessing"
msgstr "připojené neprovádí odpojení"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Výstupní proud neprovádí zápis"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Zdrojový proud je již ukončen"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "název"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Název ikony"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "názvy"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Pole obsahující názvy ikon"
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "použít výchozí zálohy"
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1676,7 +1685,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 247b4ce84..044404d4a 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -99,8 +99,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Methwyd agor trawsnewidydd rhwng '%s' a '%s'"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Dilyniant beit annilys ym mewnbwn trawsnewid"
@@ -110,8 +110,8 @@ msgstr "Dilyniant beit annilys ym mewnbwn trawsnewid"
msgid "Error during conversion: %s"
msgstr "Gwall wrth drawsnewid: %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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Dilyniant nod rhannol ar ddiwedd y mewnbwn"
@@ -343,16 +343,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:653
+#: glib/gmarkup.c:650
#, 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:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Cyfeiriant nod gwag; dylai gynnwys digid megis &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -361,34 +361,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:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Cyfeiriant endid heb ei orffen"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Cyfeiriant nod heb ei orffen"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Testun annilys wedi ei amgodio fel UTF-8"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Testun annilys wedi ei amgodio fel UTF-8"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Testun annilys wedi ei amgodio fel UTF-8"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Rhaid i'r ddogfen ddechrau gydag elfen (e.e. <llyfr>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -396,14 +396,14 @@ msgid ""
msgstr ""
"Nid yw '%s' yn nod dilys yn dilyn '<'; nid yw'n gallu dechrau enw elfen"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr "Nod od '%s', disgwyliwyd '>' er mwyn gorffen tag dechrau'r elfen '%s'"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -411,7 +411,7 @@ msgstr ""
"Nod od '%s', disgwyliwyd '=' ar ôl yr enw priodoledd '%s' o'r elfen '%s'"
# c-format
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -422,7 +422,7 @@ msgstr ""
"s', neu briodoledd ddewisol; efallai defnyddiwyd nod annilys mewn enw "
"priodoledd"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -431,7 +431,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:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -440,7 +440,7 @@ msgstr ""
"Nid yw '%s' yn nod ddilys yn dilyn y nodau '</'; nid yw '%s' yn gallu "
"dechrau enw elfen."
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -449,26 +449,26 @@ msgstr ""
"Nid yw '%s' yn nod ddilys yn dilyn y nodau '</'; nid yw '%s' yn gallu "
"dechrau enw elfen."
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, 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:1685
+#: glib/gmarkup.c:1682
#, 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:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Roedd y ddogfen yn wag neu'n cynnwys gofod yn unig"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Gorffennodd y ddogfen yn annisgwyl ar ôl '<'"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -477,7 +477,7 @@ msgstr ""
"Gorffennodd y ddogfen yn annisgwyl tra roedd elfennau ar agor - '%s' oedd yr "
"elfen ddiwethaf a agorwyd"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -486,19 +486,19 @@ msgstr ""
"Gorffennodd y ddogfen yn annisgwyl, disgwyliwyd ongl-fraced caeedig i "
"ddiweddu'r tag <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i enw elfen"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i enw priodoledd"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
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:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -506,16 +506,16 @@ msgstr ""
"Gorffennodd y ddogfen yn annisgwyl ar ôl yr hafalnod yn dilyn enw "
"priodoledd; dim gwerth priodoledd"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i werth priodoledd"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, 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:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Gorffennodd y ddogfen yn annisgwyl y tu fewn i sylw neu gyfarwyddiad brosesu"
@@ -953,16 +953,16 @@ msgstr "Gwall anhysbys wrth weithredu proses blentyn \"%s\""
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Methwyd darllen digon o ddata o bibell plentyn (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Nod y tu allan i ystod ddilys 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Dilyniant annilys ym mewnbwn trawsnewidiad"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Nod y tu allan i ystod ddilys UTF-16"
@@ -1132,15 +1132,15 @@ msgstr "Ni ellir darllen y gwerth '%s' fel rhif arnawf."
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Ni ellir darllen '%s' fel gwerth Boole."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1208,10 +1208,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Ni chynhelir cysylltion symbolaidd"
@@ -1245,25 +1245,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "Ni chynhelir cysylltion symbolaidd"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "Does dim un rhaglen o'r enw '%s' wedi cofrestru llyfrnod ar gyfer '%s'"
@@ -1281,6 +1281,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Mae'r enw gwesteiwr yn y LAU '%s' yn annilys"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1298,7 +1307,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1308,7 +1317,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1316,7 +1325,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Enw rhaglen annilys: %s"
@@ -1636,36 +1645,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "Mae'r enw gwesteiwr yn y LAU '%s' yn annilys"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1683,7 +1692,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 671cd6316..bf1ba5cf4 100644
--- a/po/da.po
+++ b/po/da.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -107,8 +107,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Kunne ikke konvertere fra \"%s\" til \"%s\""
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Ugyldig bytesekvens i konverteringsinddata"
@@ -118,8 +118,8 @@ msgstr "Ugyldig bytesekvens i konverteringsinddata"
msgid "Error during conversion: %s"
msgstr "Fejl under 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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Delvis tegnsekvens ved slutningen af inddata"
@@ -354,16 +354,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:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Tegnreferencen \"%-.*s\" koder ikke et tilladt tegn"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tom tegnreference; skulle indeholde et tal såsom &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -373,32 +373,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:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Ufærdig entitetsreference"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Ufærdig tegnreference"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ugyldig UTF-8-kodet tekst - for lang sekvens"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ugyldig UTF-8-kodet tekst - ikke et starttegn"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ugyldig UTF-8-kodet tekst - ikke gyldig \"%s\""
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentet skal begynde med et element (f.eks <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -407,7 +407,7 @@ msgstr ""
"\"%s\" er ikke et gyldigt tegn efter et \"<\"-tegn; det kan ikke være "
"begyndelsen på et elementnavn"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -416,7 +416,7 @@ msgstr ""
"Mærkeligt tegn \"%s\", forventede et \">\"-tegn for at afslutte "
"begyndelsesmærket til elementet \"%s\""
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -424,7 +424,7 @@ msgstr ""
"Mærkeligt tegn \"%s\", forventede et \"=\" efter egenskabsnavn \"%s\" for "
"elementet \"%s\""
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -435,7 +435,7 @@ msgstr ""
"begyndelsesmærket til elementet \"%s\" eller alternativt en egenskab; måske "
"brugte du et ugyldigt tegn i egenskabsnavnet"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -444,7 +444,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:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -453,7 +453,7 @@ msgstr ""
"\"%s\" er ikke et gyldigt tegn efter tegnene \"</\"; \"%s\" er måske ikke "
"begyndelsen på et elementnavn"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -462,25 +462,25 @@ msgstr ""
"\"%s\" er ikke et gyldigt tegn efter det lukkende elementnavn \"%s\"; "
"tilladt tegn er \">\""
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element \"%s\" blev lukket, ingen åbne elementer nu"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, 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:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentet var tomt eller indeholdt kun blanke tegn"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentet sluttede uventet lige efter en åben vinkelparantes \"<\""
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -489,7 +489,7 @@ msgstr ""
"Dokumentet sluttede uventet med åbne elementer - \"%s\" var sidste åbne "
"element"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -498,19 +498,19 @@ msgstr ""
"Dokumentet sluttede uventet, forventede at se en vinkelparantes for at "
"afslutte det sidste mærke <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentet sluttede uventet inden i et elementnavn"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentet sluttede uventet inden i et egenskabsnavn"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumentet sluttede uventet inden i et element-åbnende mærke."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -518,17 +518,17 @@ msgstr ""
"Dokumentet sluttede uventet efter lighedstegnet efter et egenskabsnavn; "
"ingen egenskabsværdi"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentet sluttede uventet inden i en egenskabsværdi"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, 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:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumentet sluttede uventet inden i en kommentar eller behandlingsinstruktion"
@@ -968,16 +968,16 @@ msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
"Kunne ikke læse tilstrækkelig mængde data fra underprocessens pid-kanal (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Tegn uden for gyldigt interval 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Ugyldig sekvens i konverteringsinddata"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Tegn uden for gyldigt interval for UTF-16"
@@ -1146,15 +1146,15 @@ msgstr "Værdien \"%s\" kan ikke fortolkes som en float."
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Værdien \"%s\" kan ikke fortolkes som en sandhedsværdi."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "For stor talværdi givet til %s"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Strømmen er allerede lukket"
@@ -1221,10 +1221,10 @@ msgid "drive doesn't implement polling for media"
msgstr "drevet implementerer ikke forespørgsel om medier"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operationen understøttes ikke"
@@ -1257,25 +1257,25 @@ msgstr "Målfilen findes"
msgid "Can't recursively copy directory"
msgstr "Kan ikke kopiere mappe rekursivt"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
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:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Affald understøttes ikke"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Filnavne kan ikke indeholder \"%c\""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "drevet implementerer ikke montering"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Intet program er registreret til håndtering af denne fil"
@@ -1293,6 +1293,15 @@ msgstr "Filoptæller arbejder stadig"
msgid "File enumerator is already closed"
msgstr "Filoptæller er allerede lukket"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Værtsnavnet for URI'en \"%s\" er ugyldig"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1310,7 +1319,7 @@ msgstr "Afskæring tillades ikke for inputstrømmen"
msgid "Truncate not supported on stream"
msgstr "Afskæring understøttes ikke på strømmen"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Inputstrøm implementerer ikke læsning"
@@ -1320,7 +1329,7 @@ msgstr "Inputstrøm implementerer ikke 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Strøm arbejder stadig"
@@ -1328,7 +1337,7 @@ msgstr "Strøm arbejder stadig"
msgid "Unable to find default local directory monitor type"
msgstr "Kan ikke finde standardmonitortype for lokal mappe"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Ugyldigt filnavn %s"
@@ -1648,38 +1657,38 @@ msgstr "montering implementerer ikke unmount"
msgid "mount doesn't implement synchronous content type guessing"
msgstr "montering implementerer ikke unmount"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Uddatastrøm implementerer ikke write"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Kildestrømmen er allerede lukket"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
#, fuzzy
msgid "name"
msgstr "Unavngivet"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "Værtsnavnet for URI'en \"%s\" er ugyldig"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
#, fuzzy
msgid "names"
msgstr "Unavngivet"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1697,7 +1706,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 2c5007d2d..e1eebac4e 100644
--- a/po/de.po
+++ b/po/de.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-07-21 00:18+0200\n"
"Last-Translator: Andre Klapper <ak-47@gmx.net>\n"
"Language-Team: German <gnome-de@gnome.org>\n"
@@ -108,8 +108,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Konverter von »%s« in »%s« konnte nicht geöffnet werden"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Ungültige Bytefolge in Konvertierungseingabe"
@@ -119,8 +119,8 @@ msgstr "Ungültige Bytefolge in Konvertierungseingabe"
msgid "Error during conversion: %s"
msgstr "Fehler bei der Umwandlung: %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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Bruchstückhafte Zeichenfolge am Eingabeende"
@@ -366,16 +366,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:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Zeichenreferenz »%-.*s« kodiert kein zulässiges Zeichen"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Leere Zeichenangabe; sollte eine Zahl wie z.B. &#454; enthalten"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -385,32 +385,32 @@ msgstr ""
"Et-Zeichen benutzt, ohne eine Entität beginnen zu wollen - umschreiben Sie "
"das Et als &amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Unvollendete Entitätsreferenz"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Unvollendete Zeichenreferenz"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ungültiger UTF-8-kodierter Text - überlange Sequenz"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ungültiger UTF-8-kodierter Text - Kein Anfangszeichen"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ungültiger UTF-8-kodierter Text - »%s« ist nicht gültig"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument muss mit einem Element beginnen (e.g. <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -419,7 +419,7 @@ msgstr ""
"»%s« ist kein gültiges Zeichen nach einem »<«-Zeichen; es darf keinen "
"Elementnamen beginnen"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -428,14 +428,14 @@ msgstr ""
"Seltsames Zeichen »%s«, »>« erwartet um Start-Tag des leeren Elements »%s« "
"abzuschließen"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Seltsames Zeichen »%s«, »=« erwartet nach Attributname »%s« des Elements »%s«"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -446,7 +446,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:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -455,7 +455,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:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -464,7 +464,7 @@ msgstr ""
"»%s« ist kein gültiges Zeichen, wenn es auf die Zeichen »</« folgt; »%s« darf "
"keinen Elementnamen beginnen"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -473,25 +473,25 @@ msgstr ""
"»%s« ist kein gültiges Zeichen, wenn es auf den schließenden Elementnamen »%s« "
"folgt; das erlaubte Zeichen ist »>«"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element »%s« wurde geschlossen, kein Element ist derzeit offen"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element »%s« wurde geschlossen, aber das derzeit offene Element ist »%s«"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokument ist leer oder enthält nur Leerraum"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument endete unerwartet nach einer offenen spitzen Klammer »<«"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -500,7 +500,7 @@ msgstr ""
"Dokument endete unerwartet mit noch offenen Elementen - »%s« war das letzte "
"offene Element"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -509,19 +509,19 @@ msgstr ""
"Dokument endete unerwartet, es wurde eine spitze Klammer »>«, die das Tag <%s/"
"> schließt, erwartet"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument endete unerwartet innerhalb eines Elementnamens"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument endete unerwartet innerhalb eines Attributnamens"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument endete unerwartet innerhalb eines Element-öffnenden Tags."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -529,18 +529,18 @@ msgstr ""
"Dokument endete unerwartet nach dem Gleichheitszeichen, das einem "
"Attributnamen folgt; kein Attributwert"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument endete unerwartet innerhalb eines Attributwertes"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Dokument endete unerwartet innerhalb eines schließenden Tags für das Element "
"»%s«"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokument endete unerwartet innerhalb eines Kommentars oder "
@@ -990,16 +990,16 @@ msgstr ""
"Es konnten nicht genug Daten von Kind-Programmkennungsweiterleitung (%s) "
"gelesen werden"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Zeichen außerhalb des Bereiches für UTF-8"
-#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274
-#: glib/gutf8.c:1415 glib/gutf8.c:1511
+#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Ungültige Folge in Umwandlungseingabe"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Zeichen außerhalb des Bereiches für UTF-16"
@@ -1173,15 +1173,15 @@ msgid "Value '%s' cannot be interpreted as a boolean."
msgstr ""
"Der Wert »%s« konnte nicht als boolescher Ausdruck interpretiert werden."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Zu großer Zählwert an %s übermittelt"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Datenstrom ist bereits geschlossen"
@@ -1251,10 +1251,10 @@ msgid "drive doesn't implement polling for media"
msgstr "Laufwerk unterstützt Prüfen auf Datenträger nicht"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Vorgang nicht unterstützt"
@@ -1287,24 +1287,24 @@ msgstr "Zieldatei existiert"
msgid "Can't recursively copy directory"
msgstr "Verzeichnis kann nicht rekursiv kopiert werden"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Ungültiger Wert für Symbolische Verknüpfung angegeben"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Müll nicht unterstützt"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Dateinamen dürfen kein »%c« enthalten"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "Datenträger unterstützt Einhängen nicht"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Es wurde keine Anwendung gefunden, die diese Datei verarbeiten kann"
@@ -1321,6 +1321,15 @@ msgstr "Datei-Enumerator hat noch einen ausstehenden Vorgang"
msgid "File enumerator is already closed"
msgstr "Datei-Enumerator ist bereits geschlossen"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Ein Datenfeld, das die Symbolnamen enthält"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1338,7 +1347,7 @@ msgstr "Abschneiden des Eingabedatenstroms nicht erlaubt"
msgid "Truncate not supported on stream"
msgstr "Abschneiden wird vom Datenstrom nicht unterstützt"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Eingabedatenstrom unterstützt kein Lesen"
@@ -1348,7 +1357,7 @@ msgstr "Eingabedatenstrom unterstützt kein Lesen"
#. Translators: This is an error you get if there is
#. * already an operation running against this stream when
#. * you try to start one
-#: gio/ginputstream.c:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Datenstrom hat noch einen ausstehenden Vorgang"
@@ -1357,7 +1366,7 @@ msgid "Unable to find default local directory monitor type"
msgstr ""
"Vorgegebener Überwachungstyp für lokale Ordner konnte nicht gefunden werden"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Ungültiger Dateiname %s"
@@ -1677,35 +1686,35 @@ msgstr "Einhängepunkt unterstützt nicht Erraten des Inhaltstyps"
msgid "mount doesn't implement synchronous content type guessing"
msgstr "Einhängepunkt unterstützt nicht Erraten des Inhaltstyps"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Ausgabedatenstrom unterstützt kein Schreiben"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Quelldatenstrom ist bereits geschlossen"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "Name"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Der Name des Symbols"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "Namen"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Ein Datenfeld, das die Symbolnamen enthält"
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "Standard-Alternativen benutzen"
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1726,7 +1735,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 50292257c..1537b8c79 100644
--- a/po/dz.po
+++ b/po/dz.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.dz\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -100,8 +100,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "‘%s’ ལས་ '%s' ལུ་ སྒྱུར་བྱེད་ཁ་ཕྱེ་མ་ཚུགས།"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "གཞི་བསྒྱུར་གྱི་ཨིན་པུཊི་ནང་ བའིཊི་གི་འབྱུང་རིམ་ ནུས་མེད་ཨིན་པས།"
@@ -111,8 +111,8 @@ msgstr "གཞི་བསྒྱུར་གྱི་ཨིན་པུཊི་
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "ཨིན་པུཊི་མཇུག་ལུ་ ཡི་གུའི་འབྱུང་རིམ་ཆ་ཤས།"
@@ -344,16 +344,16 @@ msgstr ""
"'%-.*s'ལུ་ མིང་དཔྱད་འབད་མ་ཚུགས། འདི་ཡིག་འབྲུ་གཞི་བསྟུན་ (དཔེར་ན་ (&#234; ) ཅིག་ནང་གི་ ཨང་"
"ཡིག་ཅིག་འོང་དགོཔ་ཨིན་ - ཨང་ཡིག་དེ་ སྦོམ་དྲགསཔ་འོང་ནི་མས།"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "ཡིག་འབྲུ་གཞི་བསྟུན་ '%-.*s' དེ་གིས་ གནང་བ་ཅན་གྱི་ཡིག་འབྲུ་ཅིག་ལུ་ ཨིན་ཀོཌི་མི་འབད་བས།"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ཡིག་འབྲུ་སྟོང་པའི་འབྲེལ་བ་འདི་ནང་ &#454; བཟུམ་མའི་ ཨང་ཡིག་ཅིག་འོང་དགོ"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -363,34 +363,34 @@ msgstr ""
"མེད་པར་ དང་རྟགས་ ཡིག་འབྲུ་ ལག་ལེན་འཐབ་འཐབ་འོང་ནི་མས། དང་རྟགས་དེ་ &amp; བཟུམ་སྦེ་ གྲོས་ཐར་"
"འབད།"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "མཇུག་མ་བསྡུ་བའི་ ངོ་བོའི་གཞི་བསྟུན།"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "མཇུག་མ་བསྡུ་བའི་ ཡིག་འབྲུའི་གཞི་བསྟུན།"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "ནུས་མེད་ཡུ་ཊི་ཨེཕ་-༨ ཀྱི ཨིན་ཀོ་དེཌི་ཚིག་ཡིག"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "ནུས་མེད་ཡུ་ཊི་ཨེཕ་-༨ ཀྱི ཨིན་ཀོ་དེཌི་ཚིག་ཡིག"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "ནུས་མེད་ཡུ་ཊི་ཨེཕ་-༨ ཀྱི ཨིན་ཀོ་དེཌི་ཚིག་ཡིག"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ཡིག་ཆ་དེ་ (དཔེར་ན་ <book>) བཟུམ་མའི་ཆ་ཤས་ཅིག་གིས་ འགོ་བཙུགས་དགོ"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -399,7 +399,7 @@ msgstr ""
"ཡིག་འབྲུ་ ’%s’ དེ་ ཡིག་འབྲུ་’<’ ཅིག་གི་རྗེས་སུ་འོངམ་ད་ ནུས་པ་ཡོད་པའི་ཡིག་འབྲུ་ཅིག་མིན། འདི་གིས་ཆ་ཤས་"
"ཀྱི་མིང་ཅིག་ འགོ་མི་བཙུགསཔ་འོང༌།"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -408,7 +408,7 @@ msgstr ""
"’%s’ དེ་རྐྱང་ཡིག་ཨིན་པས། ཆ་ཤས་ཀྱི་ འགོ་བཙུགས་ངོ་རྟགས་ %s’ དེ་མཇུག་བསྡུ་ནི་ལུ་ ཡིག་འབྲུ་ ’>’ ཅིག་ "
"ཨིན་པའི་རེ་བ་ཡོད།"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -416,7 +416,7 @@ msgstr ""
"’%s’ དེ་རྐྱང་ཡིག་ཨིན་པས། ’=’ ཅིག་ཡོད་པའི་ རེ་བ་ཡོད་ ཁྱད་ཆོས་ཀྱི་མིང་ ’%s’ ཆ་ཤས་ ’%s’ གི་རྗེས་"
"སུ།"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -426,7 +426,7 @@ msgstr ""
"’%s’ དེ་རྐྱང་ཡིག་ཨིན་པས། ཆ་ཤས་ ’%s’ གི་འགོ་བཙུགས་ངོ་རྟགས་ མཇུག་བསྡུ་ནི་ལུ་ ཡིག་འབྲུ་ ’>’ ཡང་ན་ "
"’/’ གི་རེ་བ་ཡོད།"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -435,7 +435,7 @@ msgstr ""
"’%s’ དེ་རྐྱང་ཡིག་ཨིན་པས། ཁྱད་ཆོས་’%s’ གི་ ཆ་ཤས’%s’ གི་དོན་ལུ་ བེ་ལུ་བྱིནམ་ད་ མཉམ་རྟགས་ཀྱི་ཤུལ་"
"ལུ་ འགོ་བཙུགས་འདྲེན་རྟགས་ཅིག་ ཚུད་ཡོད་པའི་རེ་བ་ཡོད།"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -444,7 +444,7 @@ msgstr ""
"’%s’ དེ་ ཡིག་འབྲུ་ནུས་ཅན་ཅིག་མེན་ ཡིག་འབྲུ་ ’</’; ’%s’ ཚུ་གི་རྗེས་ཤུལ་ལུ་འོངམ་ ཆ་ཤས་ཀྱི་མིང་ཅིག་ "
"འགོ་མི་བཙུགསཔ་འོང༌།"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -453,25 +453,25 @@ msgstr ""
"’%s’ དེ་ ཡིག་འབྲུ་ནུས་ཅན་ཅིག་མེན། ཁ་བསྡམ་ནིའི་ཆ་ཤས་མིང་ ’%s’; གི་རྟིང་བདའ་འོངམ་ད་ ཆོག་པའི་ཡིག་"
"འབྲུ་དེ་ ’>’ ཨིན།"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "ཆ་ཤས་ ’%s’ དེ་ ཁ་བསྡམས་ཏེ་ཡོདཔ་ལས་ ད་ལྟོ་ཆ་ཤས་གཅིག་ཡང་ ཁ་ཕྱེ་ཕྱེཝ་མིན་འདུག"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "ཆ་ཤས་ ’%s’ དེ་ ཁ་བསྡམས་ནུག དེ་འབདཝ་ད་ ད་ལྟོ་ཁ་ཕྱེ་སྟེ་ཡོད་མི་ཆ་ཤས་དེ་ ’%s’ ཨིན།"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "ཡིག་ཆ་དེ་སྟོང་པའམ་ ཡང་ཅིན་ ནང་ན་ས་སྟོང་དཀརཔོ་མ་གཏོགས་ མེདཔ་འོང་ནི་མས།"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ཡིག་ཆ་དེ་ ཟུར་ཁུག་གུག་ཤད་ ’<’ ཅིག་གི་ཤུལ་ལས་ རེ་བ་མེད་པར་ རྫོགས་སོ་ཡི།"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -480,7 +480,7 @@ msgstr ""
"ཡིག་ཆ་དེ་ རེ་བ་མེད་པར་རྫོགས་སོ་རུང་ ཆ་ཤས་དེ་ ཁ་ཕྱེ་སྟེ་རང་འདུག མཐའ་མཇུག་ཁ་ཕྱེ་མི་ ཆ་ཤས་དེ་ -’%"
"s’ ཨིན་པས།"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -489,19 +489,19 @@ msgstr ""
"ཡིག་ཆ་དེ་ རེ་བ་མེད་པར་རྫོགས་སོ་ནུག ངོ་རྟགས་ <%s/> མཇུག་བསྡུ་བའི་ ཁ་བསྡམ་ཟུར་ཁུག་གུག་ཤད་ཅིག་ "
"མཐོང་བའི་རེ་བ་ཡོད།"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "ཡིག་ཆ་དེ་ ཆ་ཤས་ཅིག་གི་ མིང་གི་ནང་ན་ རེ་བ་མེད་པར་རྫོགས་སོ་ནུག"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་མིང་ཅིག་གི་ནང་ན་ རེ་བ་མེད་པར་རྫོགས་སོ་ནུག"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "ཡིག་ཆ་དེ་ ཆ་ཤས་ཁ་ཕྱེ་ནིའི་ ངོ་རྟགས་ཅིག་གི་ནང་ན་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག"
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -509,16 +509,16 @@ msgstr ""
"ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་མིང་ཅིག་གི་ཤུལ་ལས་ མཉམ་རྟགས་ཀྱི་རྗེས་སུ་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག ཁྱད་ཆོས་ཀྱི་བེ་"
"ལུ་མིན་འདུག"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་ བེ་ལུ་ཅིག་གི་ནང་ན་སྡོད་པའི་སྐབས་ལུ་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "ཡིག་ཆ་དེ་ ཆ་ཤས་ ’%s’ གི་དོན་ལུ་ ཁ་བསྡམ་ངོ་རྟགས་ནང་ན་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ཡིག་ཆ་དེ་ བསམ་བཀོད་ ཡང་ན་ ལས་སྦྱོར་བཀོད་རྒྱ་ཅིག་གི་ནང་ན་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག"
@@ -957,16 +957,16 @@ msgstr "མ་ཤེས་པའི་འཛོལ་བ་ཅིག་གིས
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "ཆ་ལག་ པིཨའི་ཌི་ རྒྱུད་དུང་ (%s) ནང་ལས་ གནད་སྡུད་ལངམ་ ལྷག་མ་ཚུགས།"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "ཡིག་འབྲུ་ ཡུ་ཊི་ཨེཕ་ - ༨ ཀྱི་ ཁྱབ་ཚད་ཀྱི་ཕྱི་ཁར་ཨིན་མས།"
-#: 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "བསྒྱུར་བཅོས་ཀྱི་ ཨིན་པུཊི་ནང་ལུ་ ནུས་མེད་འབྱུང་རིམ་འདུག"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "ཡིག་འབྲུ་ ཡུ་ཊི་ཨེཕ་- ༡༦ གི་ ཁྱབ་ཚད་ཀྱི་ཕྱི་ཁར་ཨིན་མས།"
@@ -1130,15 +1130,15 @@ msgstr "བེ་ལུ་'%s'དེ་ འཕུར་ལྡིང་ཨང་
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "བེ་ལུ་'%s'དེ་ བུ་ལིན་ཅིག་སྦེ་ ཁ་བསྒྱུར་འབད་མི་ཚུགས།"
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1206,10 +1206,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག"
@@ -1243,25 +1243,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "མིང་'%sའབད་མི་གློག་རིམ་གྱིས་ '%s དོན་ལུ་ དེབ་རྟགས་ཅིག་ཐོ་འགོད་མ་འབད་བས། "
@@ -1279,6 +1279,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "ཡུ་ཨར་ཨའི་ ’%s’ གི་ ཧོསཊི་ནེམ་དེ་ ནུས་མེད་ཨིན་པས།"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1296,7 +1305,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1306,7 +1315,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1314,7 +1323,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "ནུས་མེད་ལསརིམ་མིང་:%s།"
@@ -1634,36 +1643,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "ཡུ་ཨར་ཨའི་ ’%s’ གི་ ཧོསཊི་ནེམ་དེ་ ནུས་མེད་ཨིན་པས།"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1681,7 +1690,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 2483aa4ed..4c3aa6788 100644
--- a/po/el.po
+++ b/po/el.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: el\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -114,8 +114,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Δεν ήταν δυνατό το άνοιγμα μετατροπέα από '%s' σε %s'"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Μή έγκυρη σειρά στην είσοδο μετατροπής"
@@ -126,8 +126,8 @@ msgstr "Μή έγκυρη σειρά στην είσοδο μετατροπής"
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Ημιτελής σειρά χαρακτήρα στο τέλος της εισόδου"
@@ -382,16 +382,16 @@ msgstr ""
"στην αναφορά χαρακτήρα (&#234; για παράδειγμα) - ίσως το ψηφίο να είναι πολύ "
"μεγάλο"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Η αναφορά χαρακτήρα'%-.*s' δεν κωδικοποιεί έναν επιτρεπόμενο χαρακτήρα"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Κενή αναφορά χαρακτήρα; πρέπει να περιέχει ένα ψηφίο όπως &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -401,32 +401,32 @@ msgstr ""
"έναν συμπλεκτικό χαρακτήρα χωρίς να θέλατε να ξεκινήσετε μια οντότητα - "
"διαφυγή συμπλεκτικού χαρακτήρα ώς &amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Ημιτελής αναφορά οντότητας"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Ημιτελής αναφορά χαρακτήρα"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Μη έγκυρα κωδικοποιημένο κείμενο UTF-8 - overlong sequence"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Μη έγκυρα κωδικοποιημένο κείμενο UTF-8 - not a start char"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Μη έγκυρα κωδικοποιημένο κείμενο UTF-8 - not valid '%s'"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Το έγγραφο πρέπει να ξεκινάει με στοιχείο (π.χ. <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -435,7 +435,7 @@ msgstr ""
"Το '%s' δεν είναι έγκυρος χαρακτήρας όταν ακολουθείται από ένα χαρακτήρα "
"'<' ."
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -444,7 +444,7 @@ msgstr ""
"Περίεργος χαρακτήρας '%s', αναμενόταν ένας χαρακτήρας '>' στο τέλος της "
"ετικέτας έναρξης του στοιχείου '%s'"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -452,7 +452,7 @@ msgstr ""
"Περίεργος χαρακτήρας '%s', αναμενόταν ένα '=' μετά το όνομα γνωρίσματος '%"
"s' του στοιχείου '%s'"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -463,7 +463,7 @@ msgstr ""
"της ετικέτας έναρξης του στοιχείου '%s'. ή ένα γνώρισμα, πιθανόν να "
"χρησιμοποιήσατε ένα μή έγκυρο χαρακτήρα σε ένα όνομα γνωρίσματος"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -472,7 +472,7 @@ msgstr ""
"Περίεργος χαρακτήρας '%s', αναμενόταν ένα ανοικτό εισαγωγικό μετα το "
"σημείο ίσον κατά την απόδοση τιμής για το γνώρισμα '%s' του στοιχείου '%s'"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -481,7 +481,7 @@ msgstr ""
"Το '%s' δεν είναι έγκυρος χαρακτήρας ακολουθούμενος από χαρακτήρες </'; '%"
"s' μπορεί να μην αρχίζει όνομα στοιχείου"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -490,27 +490,27 @@ msgstr ""
"Το '%s' δεν είναι ένας έγκυρος χαρακτήρας ακολουθούμενος από το όνομα "
"στοιχείου κλεισίματος '%s'; ο επιτρεπόμενος χαρακτήρας είναι '>'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Το στοιχείο '%s' έκλεισε, κανένα στοιχείο δεν είναι ανοικτό"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Το στοιχείο '%s' έκλεισε, αλλά το τρέχον ανοικτό στοιχείο είναι '%s' "
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Το έγγραφο ήταν κενό (ή περιέχει μόνο λευκό κενό)"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Το έγγραφο τερματίστηκε απρόσμενα αμέσως μετά από μια ανοικτή γωνιακή "
"παρένθεση '<'"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -519,7 +519,7 @@ msgstr ""
"Το έγγραφο τερματίστηκε απρόσμενα με στοιχεία ακόμα ανοικτά - '%s' ήταν το "
"τελευταίο στοιχείο που ανοίχθηκε"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -528,19 +528,19 @@ msgstr ""
"Το έγγραφο τερματίστηκε απρόσμενα, αναμενόταν μια παρένθεση κλεισίματος στο "
"τέλος του tag <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε όνομα στοιχείου"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε όνομα γνωρίσματος"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε tag ανοίγματος στοιχείου."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -548,17 +548,17 @@ msgstr ""
"Το έγγραφο τερματίστηκε απρόσμενα λόγω του ότι μετά του σημείου ίσον "
"ακολουθεί ένα όνομα γνωρίσματος; δεν υπάρχει τιμή γνωρίσματος"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε τιμή γνωρίσματος"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Το έγγραφο τερματίστηκε απρόσμενα μέσα σε tag κλεισίματος για στοιχείο '%s'"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε σχόλιο ή εντολή σε διεργασία"
@@ -1007,16 +1007,16 @@ msgstr "Άγνωστο σφάλμα κατά την εκτέλεση της θυ
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Αποτυχία ανάγνωσης επαρκών δεδομένων από θυγατρική σωλήνωση pid (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Μή έγκυρη σειρά στην είσοδο μεταροπής"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Ο χαρακτήρας είναι έξω από την εμβέλεια για UTF-16"
@@ -1185,15 +1185,15 @@ msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως έν
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως boolean."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1261,10 +1261,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται"
@@ -1298,25 +1298,25 @@ msgstr "Το αρχείο στόχος υπάρχει"
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1333,6 +1333,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Το όνομα συστήματος του URI '%s' δεν είναι έγκυρο"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1350,7 +1359,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1360,7 +1369,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1368,7 +1377,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Ακατάλληλο όνομα προγράμματος: %s"
@@ -1714,36 +1723,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "Το όνομα συστήματος του URI '%s' δεν είναι έγκυρο"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1763,7 +1772,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/en_CA.po b/po/en_CA.po
index 3aa0a54b5..0c8c191bf 100644
--- a/po/en_CA.po
+++ b/po/en_CA.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -99,8 +99,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Could not open converter from '%s' to '%s'"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Invalid byte sequence in conversion input"
@@ -110,8 +110,8 @@ msgstr "Invalid byte sequence in conversion input"
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Partial character sequence at end of input"
@@ -343,16 +343,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:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Character reference '%-.*s' does not encode a permitted character"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Empty character reference; should include a digit such as &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -362,32 +362,32 @@ msgstr ""
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Unfinished entity reference"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Unfinished character reference"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Invalid UTF-8 encoded text - overlong sequence"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Invalid UTF-8 encoded text - not a start char"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Invalid UTF-8 encoded text - not valid '%s'"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Document must begin with an element (e.g. <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -396,7 +396,7 @@ msgstr ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -405,14 +405,14 @@ msgstr ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -423,7 +423,7 @@ msgstr ""
"element '%s', or optionally an attribute; perhaps you used an invalid "
"character in an attribute name"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -432,7 +432,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:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -441,7 +441,7 @@ msgstr ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -450,25 +450,25 @@ msgstr ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' was closed, no element is currently open"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' was closed, but the currently open element is '%s'"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Document was empty or contained only whitespace"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Document ended unexpectedly just after an open angle bracket '<'"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -477,7 +477,7 @@ msgstr ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -486,19 +486,19 @@ msgstr ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Document ended unexpectedly inside an element name"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Document ended unexpectedly inside an attribute name"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Document ended unexpectedly inside an element-opening tag."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -506,16 +506,16 @@ msgstr ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Document ended unexpectedly while inside an attribute value"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Document ended unexpectedly inside the close tag for element '%s'"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Document ended unexpectedly inside a comment or processing instruction"
@@ -942,16 +942,16 @@ msgstr "Unknown error executing child process \"%s\""
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:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Invalid sequence in conversion input"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Character out of range for UTF-16"
@@ -1117,15 +1117,15 @@ msgstr "Value '%s' cannot be interpreted as a float number."
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Value '%s' cannot be interpreted as a boolean."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Too large count value passed to %s"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Stream is already closed"
@@ -1192,10 +1192,10 @@ msgid "drive doesn't implement polling for media"
msgstr "drive doesn't implement polling for media"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operation not supported"
@@ -1228,24 +1228,24 @@ msgstr "Target file exists"
msgid "Can't recursively copy directory"
msgstr "Can't recursively copy directory"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Invalid symlink value given"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Trash not supported"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "File names cannot contain '%c'"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "volume doesn't implement mount"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "No application is registered as handling this file"
@@ -1262,6 +1262,15 @@ msgstr "File enumerator has outstanding operation"
msgid "File enumerator is already closed"
msgstr "File enumerator is already closed"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "An array containing the icon names"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1279,7 +1288,7 @@ msgstr "Truncate not allowed on input stream"
msgid "Truncate not supported on stream"
msgstr "Truncate not supported on stream"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Input stream doesn't implement read"
@@ -1289,7 +1298,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Stream has outstanding operation"
@@ -1297,7 +1306,7 @@ msgstr "Stream has outstanding operation"
msgid "Unable to find default local directory monitor type"
msgstr "Unable to find default local directory monitor type"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Invalid filename %s"
@@ -1615,35 +1624,35 @@ msgstr "mount doesn't implement unmount"
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount doesn't implement unmount"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Output stream doesn't implement write"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Source stream is already closed"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "name"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "The name of the icon"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "names"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "An array containing the icon names"
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "use default fallbacks"
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1663,7 +1672,7 @@ msgstr "Error reading from UNIX: %s"
msgid "Error closing unix: %s"
msgstr "Error closing UNIX: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Filesystem root"
diff --git a/po/en_GB.po b/po/en_GB.po
index b9998b780..8f974245e 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GLIB\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-02-17 09:21-0000\n"
"Last-Translator: David Lodge <dave@cirt.net>\n"
"Language-Team: \n"
@@ -98,8 +98,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Could not open converter from '%s' to '%s'"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Invalid byte sequence in conversion input"
@@ -109,8 +109,8 @@ msgstr "Invalid byte sequence in conversion input"
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Partial character sequence at end of input"
@@ -342,16 +342,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:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Character reference '%-.*s' does not encode a permitted character"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Empty character reference; should include a digit such as &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -361,32 +361,32 @@ msgstr ""
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Unfinished entity reference"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Unfinished character reference"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Invalid UTF-8 encoded text - overlong sequence"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Invalid UTF-8 encoded text - not a start char"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Invalid UTF-8 encoded text - not valid '%s'"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Document must begin with an element (e.g. <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -395,7 +395,7 @@ msgstr ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -404,14 +404,14 @@ msgstr ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -422,7 +422,7 @@ msgstr ""
"element '%s', or optionally an attribute; perhaps you used an invalid "
"character in an attribute name"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -431,7 +431,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:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -440,7 +440,7 @@ msgstr ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -449,25 +449,25 @@ msgstr ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' was closed, no element is currently open"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' was closed, but the currently open element is '%s'"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Document was empty or contained only whitespace"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Document ended unexpectedly just after an open angle bracket '<'"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -476,7 +476,7 @@ msgstr ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -485,19 +485,19 @@ msgstr ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Document ended unexpectedly inside an element name"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Document ended unexpectedly inside an attribute name"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Document ended unexpectedly inside an element-opening tag."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -505,16 +505,16 @@ msgstr ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Document ended unexpectedly while inside an attribute value"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Document ended unexpectedly inside the close tag for element '%s'"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Document ended unexpectedly inside a comment or processing instruction"
@@ -941,16 +941,16 @@ msgstr "Unknown error executing child process \"%s\""
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:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Invalid sequence in conversion input"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Character out of range for UTF-16"
@@ -1116,15 +1116,15 @@ msgstr "Value '%s' cannot be interpreted as a float number."
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Value '%s' cannot be interpreted as a boolean."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Too large count value passed to %s"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Stream is already closed"
@@ -1191,10 +1191,10 @@ msgid "drive doesn't implement polling for media"
msgstr "drive doesn't implement polling for media"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operation not supported"
@@ -1227,24 +1227,24 @@ msgstr "Target file exists"
msgid "Can't recursively copy directory"
msgstr "Can't recursively copy directory"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Invalid symlink value given"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Wastebasket not supported"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "File names cannot contain '%c'"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "volume doesn't implement mount"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "No application is registered as handling this file"
@@ -1261,6 +1261,15 @@ msgstr "File enumerator has outstanding operation"
msgid "File enumerator is already closed"
msgstr "File enumerator is already closed"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "An array containing the icon names"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1278,7 +1287,7 @@ msgstr "Truncate not allowed on input stream"
msgid "Truncate not supported on stream"
msgstr "Truncate not supported on stream"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Input stream doesn't implement read"
@@ -1288,7 +1297,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Stream has outstanding operation"
@@ -1296,7 +1305,7 @@ msgstr "Stream has outstanding operation"
msgid "Unable to find default local directory monitor type"
msgstr "Unable to find default local directory monitor type"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Invalid filename %s"
@@ -1614,35 +1623,35 @@ msgstr "mount doesn't implement unmount"
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount doesn't implement unmount"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Output stream doesn't implement write"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Source stream is already closed"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "name"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "The name of the icon"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "names"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "An array containing the icon names"
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "use default fallbacks"
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1662,7 +1671,7 @@ msgstr "Error reading from unix: %s"
msgid "Error closing unix: %s"
msgstr "Error closing unix: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Filesystem root"
diff --git a/po/eo.po b/po/eo.po
index d11c293f3..da605d60b 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.3.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -99,8 +99,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Ne eblas malfermi konvertilon de '%s' to '%s': %s"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Nevalida bitokosekvenco en konverta enigo"
@@ -110,8 +110,8 @@ msgstr "Nevalida bitokosekvenco en konverta enigo"
msgid "Error during conversion: %s"
msgstr "Eraro dum konverto: %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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Parta signosekvenco je enigofino"
@@ -341,16 +341,16 @@ msgstr ""
"Analizo de '%s' malsuksesis. Une cifero devus esti en la signoreferenco "
"(&#234; ekzemple)- eble la cifero estas tro granda"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Signorefrenco '%s' ne faras kodigu permesatan signon"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Malplena signa referenco; devus enhavi ciferon kiel &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -359,34 +359,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:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Nefinita erorefrenco"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Nefinita signorefrenco"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Nevalida UTF-8 kodiginta teksto"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Nevalida UTF-8 kodiginta teksto"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Nevalida UTF-8 kodiginta teksto"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumento devas komenci kun elemento (ekz. <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -395,7 +395,7 @@ msgstr ""
"'%s' ne estas valida signo post la signo '<'; ĝi ne eblas "
"komcencielementnomon"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -404,7 +404,7 @@ msgstr ""
"Malbona signo '%s', unu '>' signo estas atendita por fini la "
"komencetikedonde elemento '%s'"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -412,7 +412,7 @@ msgstr ""
"Malbona signo '%s', unu '>' signo estas atendita post atributnomo '%s' "
"deelemento '%s'"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -423,7 +423,7 @@ msgstr ""
"lakomencetikedon de elemento '%s' aŭ unu atributo; eble vi uzas nevalidan "
"signon enunu atributnomo"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -432,7 +432,7 @@ msgstr ""
"Malbona signo '%s', malferma citilo estas atendita post la egalsigno "
"kiamdonita valoro por atributo '%s' de elemento '%s'"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -441,7 +441,7 @@ msgstr ""
"'%s' ne estas valida signo post la signoj '</'; '%s' ne eblas "
"komcencielementnomon"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -450,26 +450,26 @@ msgstr ""
"'%s' ne estas valida signo post la ferma elementnomo '%s'; la valida signo "
"estas'>'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elemento '%s' estis fermita, neniu elemento estas malfermita"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, 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:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokumento estis malpena aŭ enhavis nur blankspaco"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumento neatendite finis post malfermi-angulkrampon '<'"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -478,7 +478,7 @@ msgstr ""
"Dokumento neatendite finis kun elementoj ankoraŭ malfermi - '%s' estis la "
"lasta elemento malfermita"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -487,19 +487,19 @@ msgstr ""
"Dokumento neatendite finis, atendis vidi etikedon finiĝanta je fermi-"
"angulkrampo <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumento neatendite finis en elementa nomo"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumento neatendite finis en atributa nomo"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumento neatendite finis en elemento-malfermanta etikedo."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -507,16 +507,16 @@ msgstr ""
"Dokumento neatendite finis post le egalsigno sekvita de atributnomo; ne "
"atributvaloro"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumento neatendite finis dum en atributvaloro"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, 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:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokumento neatendite finis en komento aŭ komputanta instrukcio"
@@ -947,16 +947,16 @@ msgstr "Nekonata eraro dum la lanĉando de la procezido \"%s\""
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Malsukcesis legi sufiĉe datumon de ida pid-dukto (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Signo ne estas en la UTF-8 intervalo"
-#: 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Nevalida sekvenco en konverta enigo"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Signo ne estas en la UTF-16 intervalo"
@@ -1119,15 +1119,15 @@ msgstr ""
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr ""
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1194,10 +1194,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr ""
@@ -1230,24 +1230,24 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1264,6 +1264,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "La komputilnomo de la URI '%s' ne estas valida"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1281,7 +1290,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1291,7 +1300,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1299,7 +1308,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Nevalida komputilnomo"
@@ -1618,36 +1627,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "La komputilnomo de la URI '%s' ne estas valida"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1665,7 +1674,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 a88bb719b..ee987270a 100644
--- a/po/es.po
+++ b/po/es.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-07 19:45+0000\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-08-10 14:05+0200\n"
"Last-Translator: Jorge González <jorgegonz@svn.gnome.org>\n"
"Language-Team: Español <gnome-es-list@gnome.org>\n"
@@ -20,298 +20,301 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:733 ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899 ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
+#: glib/gbookmarkfile.c:946
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Atributo inesperado «%s» para el elemento «%s»"
-#: ../glib/gbookmarkfile.c:744 ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833 ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
+#: glib/gbookmarkfile.c:957
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "El atributo «%s» del elemento «%s» no se ha encontrado"
-#: ../glib/gbookmarkfile.c:1127 ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
+#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Etiqueta «%s» inesperada, se esperaba la etiqueta «%s»"
-#: ../glib/gbookmarkfile.c:1152 ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234 ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
+#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Etiqueta «%s» inesperada dentro de «%s»"
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1814
msgid "No valid bookmark file found in data dirs"
msgstr ""
"No se pudo encontrar ningún archivo de marcadores válido en los directorios "
"de datos"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:2015
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Ya existe un marcador para el URI «%s»"
-#: ../glib/gbookmarkfile.c:2061 ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304 ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469 ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630 ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751 ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974 ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240 ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494 ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
+#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
+#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
+#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
+#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
+#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
+#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
+#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
+#: glib/gbookmarkfile.c:3712
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "No se encontró un marcador para el URI «%s»"
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2393
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Ningún tipo MIME definido en el marcador para la URI «%s»"
-#: ../glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2478
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "No se ha definido ningún flag privado en el marcador para el URI «%s»"
-#: ../glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2857
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "No se ha establecido ningún grupo en el marcador para el URI «%s»"
-#: ../glib/gbookmarkfile.c:3258 ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Ninguna aplicación con nombre «%s» registró un marcador para «%s»"
-#: ../glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3438
#, 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:2216 ../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:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
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:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
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:1737
+#: glib/gconvert.c:1737
#, 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:1747
+#: glib/gconvert.c:1747
#, 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:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "El URI «%s» es inválida"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, 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:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "El URI «%s» contiene caracteres de escape inválidos"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, 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:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "El nombre del host es inválido"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Falló al abrir el directorio «%s»: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "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:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "El archivo «%s» es demasiado grande"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Falló al leer del archivo «%s»: %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Falló al abrir el archivo «%s»: %s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Falló al obtener los atributos del archivo «%s»: fstat() falló: %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Falló al abrir el archivo «%s»: fdopen() falló: %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, 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:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Falló al crear el archivo «%s»: %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, 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:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Falló al escribir el archivo «%s»: fwrite() falló: %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Falló al cerrar el archivo «%s»: fclose() falló: %s"
-#: ../glib/gfileutils.c:1123
+#: glib/gfileutils.c:1123
#, 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:1367
+#: glib/gfileutils.c:1367
#, 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:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "La plantilla «%s» no contiene XXXXXX"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f KiB"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f MiB"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f GiB"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Falló al leer el enlace simbólico «%s»: %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
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
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:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "Se han dejado datos no convertidos en el búfer de lectura"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "El canal termina en un carácter parcial"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
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:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "Error en la línea %d, carácter %d: "
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "Error en la línea %d: %s"
-#: ../glib/gmarkup.c:483
-msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
+#: glib/gmarkup.c:483
+msgid ""
+"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"La entidad '&;' está vacía; las entidades válidas son: &amp; &quot; &lt; "
"&gt; &apos;"
-#: ../glib/gmarkup.c:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -322,17 +325,17 @@ msgstr ""
"carácter «&» inicia una entidad; si el signo et ('&') no debiera ser una "
"entidad, escápela como &amp;"
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, 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:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "El nombre de la entidad «%s» es desconocido"
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -341,7 +344,7 @@ msgstr ""
"\"&\" sin la intención de indicar una entidad, escape el signo \"&\" como "
"&amp;"
-#: ../glib/gmarkup.c:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -351,18 +354,18 @@ msgstr ""
"carácter de referencia( por ejemplo &#234;) - tal vez el dígito es demasiado "
"grande"
-#: ../glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, 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:668
+#: glib/gmarkup.c:665
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:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -372,32 +375,32 @@ msgstr ""
"un carácter «&» sin pretender iniciar una entidad, escape el carácter \"&\" "
"como &amp;"
-#: ../glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Referencia de entidad sin terminar"
-#: ../glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Referencia de carácter sin terminar"
-#: ../glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Texto codificado como UTF-8 inválido; secuencia demasiado larga"
-#: ../glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
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:1120
+#: glib/gmarkup.c:1117
#, 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:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "El documento debe comenzar con un elemento (por ejemplo: <book>)"
-#: ../glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -406,7 +409,7 @@ msgstr ""
"«%s» no es un carácter válido a continuación del carácter '<'; no debe "
"iniciar un nombre de elemento"
-#: ../glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -415,14 +418,15 @@ msgstr ""
"Carácter «%s» impropio, se esperaba un carácter «>» para terminar la etiqueta "
"vacía del elemento «%s»"
-#: ../glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
-msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
+msgid ""
+"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Carácter «%s» impropio, se esperaba el carácter '=' después del nombre de "
"atributo «%s» del elemento «%s»"
-#: ../glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -433,7 +437,7 @@ msgstr ""
"etiqueta de inicio del elemento «%s» u opcionalmente un atributo; tal vez "
"utilizó un carácter que no es válido en un nombre de atributo"
-#: ../glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -442,7 +446,7 @@ msgstr ""
"Carácter «%s» impropio, se esperaba una marca de apertura de comillas después "
"del signo igual al darle valor al atributo «%s» del elemento «%s»"
-#: ../glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -451,7 +455,7 @@ msgstr ""
"«%s» no es un carácter válido a continuación de los caracteres '</'; «%s» no "
"debe iniciar un nombre de elemento"
-#: ../glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -460,27 +464,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:1676
+#: glib/gmarkup.c:1673
#, 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:1685
+#: glib/gmarkup.c:1682
#, 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:1848
+#: glib/gmarkup.c:1845
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:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "El documento termina inesperadamente justo después de un '<'"
-#: ../glib/gmarkup.c:1870 ../glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -489,7 +493,7 @@ msgstr ""
"El documento termina inesperadamente con elementos todavía abiertos - «%s» "
"fue el último elemento abierto"
-#: ../glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -498,21 +502,21 @@ msgstr ""
"El documento termina inesperadamente, se esperaba un carácter '>' "
"finalizando la etiqueta <%s/>"
-#: ../glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "El documento termina inesperadamente dentro de un nombre de elemento"
-#: ../glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "El documento termina inesperadamente dentro de un nombre de atributo"
-#: ../glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
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:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -520,406 +524,407 @@ msgstr ""
"El documento termina inesperadamente después de los signos igual que siguen "
"al nombre de atributo; sin valor de atributo"
-#: ../glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "El documento termina inesperadamente dentro del valor de un atributo"
-#: ../glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, 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:1930
+#: glib/gmarkup.c:1927
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:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
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
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:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "Falló al leer los datos desde un proceso hijo"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""
"Falló en la creación de un conducto (pipe) para comunicarse con el proceso "
"hijo (%s)"
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Falló al leer desde el conducto hijo (%s)"
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Falló al cambiar al directorio «%s» (%s)"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Falló al ejecutar el proceso hijo (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "Nombre de programa inválido: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Cadena inválida en el vector del argumento en %d: %s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Cadena inválida en el entorno: %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "Directorio de trabajo inválido: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Falló al ejecutar el programa auxiliar (%s)"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -927,190 +932,191 @@ msgstr ""
"Falló inesperado en g_io_channel_win32_poll() al leer datos desde un proceso "
"hijo"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, 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:325
+#: glib/gspawn.c:325
#, 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:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Falló inesperado en waitpid() (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "Falló al bifurcar (fork) (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Falló al ejecutar el proceso hijo «%s» (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, 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:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Falló al bifurcar el proceso hijo (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Falló desconocido al ejecutar el proceso hijo «%s»"
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, 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:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Secuencia inválida en la entrada de conversión"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
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
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
msgid "Not a regular file"
msgstr "No es un archivo regular"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
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
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:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "El archivo de claves no tiene el grupo «%s»"
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "El archivo de claves no tiene la clave «%s»"
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr ""
"El archivo de claves contiene la clave «%s» con el valor «%s» el cual no es "
"UTF-8"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
"El archivo de claves contiene la clave «%s» que tiene un valor que no puede "
"interpretarse."
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1119,124 +1125,122 @@ msgstr ""
"El archivo de claves contiene la clave «%s» en el grupo «%s» que tiene un "
"valor que no puede interpretarse."
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "El archivo de claves no tiene la clave «%s» en el grupo «%s»"
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
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:3496
+#: glib/gkeyfile.c:3496
#, 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:3638
+#: glib/gkeyfile.c:3638
#, 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:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "El valor entero «%s» está fuera de rango"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, 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:3709
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "El valor «%s» no puede interpretarse como un booleano."
-#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:187
-#: ../gio/ginputstream.c:319 ../gio/ginputstream.c:560
-#: ../gio/ginputstream.c:685 ../gio/goutputstream.c:195
-#: ../gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "El valor de conteo pasado a %s es demasiado largo"
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:895
-#: ../gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "El flujo ya se cerró"
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Se canceló la operación"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Tipo desconocido"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "tipo de archivo %s"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "tipo %s"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "Final de flujo inesperadamente prematuro"
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Sin nombre"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "El archivo de escritorio no especificó el campo Exec"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "Imposible encontrar el terminal requerido por la aplicación"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, 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:1136
+#: gio/gdesktopappinfo.c:1136
#, 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:1475
+#: gio/gdesktopappinfo.c:1475
#, 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:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "Definición personalizada para %s"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "la unidad no implementa la expulsión"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "la unidad no implementa el sondeo para medios"
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2682 ../gio/gfile.c:2733
-#: ../gio/gfile.c:2861 ../gio/gfile.c:2901 ../gio/gfile.c:3228
-#: ../gio/gfile.c:3630 ../gio/gfile.c:3714 ../gio/gfile.c:3797
-#: ../gio/gfile.c:3877 ../gio/gfile.c:4207
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operación no soportada"
@@ -1248,87 +1252,87 @@ 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:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "El punto de montaje contenido no existe"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "No se puede copiar sobre el directorio"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "No se puede copiar directorio sobre directorio"
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "El archivo destino ya existe"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "No se puede copiar el directorio recursivamente"
-#: ../gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "El valor del enlace simbólico dado no es válido"
-#: ../gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "No se soporta mover a la papelera"
-#: ../gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Los nombres de archivo no pueden contener «%c»"
-#: ../gio/gfile.c:4975 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "el volumen no implementa el montado"
-#: ../gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "No hay ninguna aplicación registrada para manejar este archivo"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "El enumerador está cerrado"
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "El enumerador del archivo tiene una operación excepcional"
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "El enumerador del archivo ya está cerrado"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "archivo"
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr "El archivo que contiene el icono"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "El flujo no soporta query_info"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "No se permite buscar en el flujo"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "No se permite truncar en el flujo de entrada"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "No se soporta el truncamiento en el flujo"
-#: ../gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "El flujo de entrada no implementa la lectura"
@@ -1338,363 +1342,367 @@ 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:905 ../gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "El flujo tiene una operación excepcional"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
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:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Nombre de archivo no válido %s"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Error al obtener la información del sistema de archivos: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "No se puede renombrar el directorio raíz"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "No se puede renombrar el archivo, el nombre ya existe"
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
msgid "Invalid filename"
msgstr "Nombre de archivo inválido"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "Error al renombrar el archivo: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "Error al abrir el archivo: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "No se puede abrir el directorio"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "Error al eliminar el archivo: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "Error al mover a la papelera el archivo: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "No se pudo crear el directorio papelera %s: %s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
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:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "No se pudo encontrar o crear el directorio de la papelera"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, 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:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "No se pudo enviar a la papelera el archivo: %s"
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "Error al crear el directorio: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Error al crear el enlace simbólico: %s"
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "Error al mover el archivo: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "No se puede mover un directorio sobre un directoro"
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
msgid "Backup file creation failed"
msgstr "Falló la creación del archivo de respaldo"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "Error al eliminar el archivo destino: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "No se soporta mover archivos entre puntos de montaje"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "El valor del atributo de ser no nulo"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "Tipo de atributo no válido (se esperaba una cadena)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "Nombre extendido del atributo no válido"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Error al establecer el atributo extendido «%s»: %s"
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Error al mostrar información del estado del archivo «%s»: %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (codificación no válida)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, 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:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tipo de atributo no válido (se esperaba uint32)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tipo de atributo no válido (se esperaba uint64)"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Tipo de atributo no válido (se esperaba una cadena byte)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "Error al establecer permisos: %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "Error al establecer el propietario: %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "el enlace simbólico debe ser no nulo"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "Error al establecer el enlace simbólico: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
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:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "El contexto SELinux debe ser no nulo"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Error al establecer el contexto SELinux: %s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "SELinux no está activado en este sistema"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, 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:198
+#: gio/glocalfilemonitor.c:198
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
msgid "Target file is a directory"
msgstr "El archivo destino es un directorio"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
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
msgid "The file was externally modified"
msgstr "El archivo se modificó externamente"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "Se proporcionó un GSeekType no válido"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "Petición de búsqueda no válida"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "No se puede truncar GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "Se alcanzó el límite máximo del array de datos"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "El flujo de salida de la memoria no es redimensionable"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
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:360
+#: gio/gmount.c:360
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:435
+#: gio/gmount.c:435
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:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "el punto de montaje no implementa remontado"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "el punto de montaje no implementa averiguación del tipo de contenido"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
-msgstr "el punto de montaje no implementa averiguación del tipo de contenido síncrona"
+msgstr ""
+"el punto de montaje no implementa averiguación del tipo de contenido síncrona"
-#: ../gio/goutputstream.c:204 ../gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "El flujo de salida no implementa la escritura"
-#: ../gio/goutputstream.c:365 ../gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "El flujo de origen ya está cerrado"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "nombre"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "El nombre del icono"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "nombres"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Un array que contiene los nombres de los iconos"
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "usar valores predeterminados de reserva"
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1703,61 +1711,60 @@ msgstr ""
"nombre en los caracteres «-». Si se proporcionan varios nombres los ignora "
"después del primero."
-#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "Error al leer de unix: %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "Error 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:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "Error al escribir en unix: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "el volumen no implementa la expulsión"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
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
msgid "URIs not supported"
msgstr "No se soportan URI"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
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
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 4e6dc59b7..7af5e3402 100644
--- a/po/et.po
+++ b/po/et.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GLib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-07-07 10:39+0300\n"
"Last-Translator: Ivar Smolin <okul@linux.ee>\n"
"Language-Team: Estonian <gnome-et@linux.ee>\n"
@@ -104,8 +104,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Konverterit '%s'-st '%s'-ks pole võimalik avada"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Vigane baidijada sisendi teisendamisel"
@@ -115,8 +115,8 @@ msgstr "Vigane baidijada sisendi teisendamisel"
msgid "Error during conversion: %s"
msgstr "Viga teisendamisel: %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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Osaline märgijada sisendi lõpus"
@@ -347,16 +347,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:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Märgiviide '%-.*s' ei teisendu lubatud märgiks"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tühi märgiviide, see peaks sisaldama numbrit, näiteks &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -365,32 +365,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:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Lõpetamata viide olemile"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Lõpetamata viide märgile"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Vigaselt kodeeritud UTF-8 tekst - liigpikk jada"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Vigaselt kodeeritud UTF-8 tekst - puuduv algusmärk"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Vigaselt kodeeritud UTF-8 tekst - vigane '%s'"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument peab algama elemendiga (nt: <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -398,7 +398,7 @@ msgid ""
msgstr ""
"Märk '%s' ei ole märgi '<' järel lubatud, see võib mitte olla elemendi nimi"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -406,7 +406,7 @@ msgid ""
msgstr ""
"Veider märk '%s', oodatakse märki '>', et lõpetada elemendi '%s' algussilti"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -414,7 +414,7 @@ msgstr ""
"Veider märk '%1$s', pärast elemendi '%3$s' tunnust nimega '%2$s' oodatakse "
"märki '='"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -425,7 +425,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:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -434,7 +434,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:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -443,7 +443,7 @@ msgstr ""
"Märk '%s' ei ole märkide '</' järel lubatud, '%s' võib mitte olla elemendi "
"nimi"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -452,25 +452,25 @@ msgstr ""
"Märk '%s' ei ole lubatud märk elemendi '%s' nime sulgemise järel, lubatud "
"märk on '>'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' on suletud, avatud elemente ei ole"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' on suletud, kuid praegu avatud element on '%s'"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokument on tühi või sisaldab ainult tühja ruumi"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument lõppes ootamatult ilma avatud nurksulgu '<' sulgemata"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -479,7 +479,7 @@ msgstr ""
"Dokument lõppes ootamatult ilma, et avatud elemente sulgemata - '%s' oli "
"viimane avatud element"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -488,19 +488,19 @@ msgstr ""
"Dokument lõppes ootamatult, sildi <%s/> lõpetamiseks loodetakse näha "
"nurksulgu"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument lõppes ootamatult elemendi nime sees"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument lõppes ootamatult rekvisiidi nime sees"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument lõppes ootamatult elemendi avamise sildi sees"
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -508,16 +508,16 @@ msgstr ""
"Dokument lõppes ootamatult pärast rekvisiidi nime järel olevat võrdusmärki, "
"rekvisiidi väärtus on puudu"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument lõppes ootamatult keset attribuudi väärtust"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokument lõppes ootamatult elementi '%s' sulgemissildi sees"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokument lõppes ootamatult kommentaaride või töötlemis juhiste sees"
@@ -945,16 +945,16 @@ msgstr "Tundmatu viga alamprotsessi \"%s\" käivitamisel"
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Tõrge piisavate andmete lugemisel lapsprotsessi torust (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Märk on väljaspool UTF-8 ulatust"
-#: 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Vigane jada sisendi teisendamisel"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Märk on väljaspool UTF-16 ulatust"
@@ -1122,15 +1122,15 @@ msgstr "Väärtust '%s' pole võimalik ujukomalise väärtusena kasutada."
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Väärtust '%s' pole võimalik tõeväärtusena kasutada."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Voog on juba suletud"
@@ -1198,10 +1198,10 @@ msgid "drive doesn't implement polling for media"
msgstr "seade ei toeta meediumi olemasolu pollimist"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operatsioon ei ole toetatud"
@@ -1234,24 +1234,24 @@ msgstr "Sihtfail on olemas"
msgid "Can't recursively copy directory"
msgstr "Kataloogi pole võimalik rekursiivselt kopeerida"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Määrati vigane nimeviida väärtus"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Failinimed ei tohi sisaldada märki '%c'"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Selle faili käsitlemiseks pole rakendust registreeritud"
@@ -1268,6 +1268,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr "Failinummerdaja on juba suletud"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Ikoonide nimesid sisaldav massiiv"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1285,7 +1294,7 @@ msgstr "Sisendvoo kärpimine pole lubatud"
msgid "Truncate not supported on stream"
msgstr "Andmevoo kärpimine pole toetatud"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1295,7 +1304,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1303,7 +1312,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Vigane failinimi %s"
@@ -1619,35 +1628,35 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Lähtevoog on juba suletud"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "nimi"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Ikooni nimi"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "nimed"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Ikoonide nimesid sisaldav massiiv"
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1665,7 +1674,7 @@ msgstr "Viga unix'ist lugemisel: %s"
msgid "Error closing unix: %s"
msgstr "Viga unix'i sulgemisel: %s"
-#: 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 4b11733a9..4ae590ab0 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: eu\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-12 10:30+0200\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-08-12 10:37+0200\n"
"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>\n"
"Language-Team: Basque <itzulpena@euskalgnu.org>\n"
@@ -20,314 +20,308 @@ 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:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
+#: glib/gbookmarkfile.c:946
#, 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:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
+#: glib/gbookmarkfile.c:957
#, 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:1127 glib/gbookmarkfile.c:1192
+#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
#, 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:1152 glib/gbookmarkfile.c:1166
+#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "'%2$s' barruan ustekabeko '%1$s' etiketa"
-#: ../glib/gbookmarkfile.c:1781
-#, c-format
+#: glib/gbookmarkfile.c:1814
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:2015
#, 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:2061 glib/gbookmarkfile.c:2219
+#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
+#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
+#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
+#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
+#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
+#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
+#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
+#: glib/gbookmarkfile.c:3712
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Ez da '%s' URIaren laster-markarik aurkitu"
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2393
#, 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:2478
#, 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:2857
#, 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:3258 glib/gbookmarkfile.c:3415
#, 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:3438
#, 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
-#, c-format
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Byten sekuentzia baliogabea bihurketa-sarreran"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "Errorea bihurtzean: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
-#, c-format
+#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Karaktere-sekuentzia partziala sarreraren amaieran"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ezin da '%s' atzerapena '%s' kode-multzo bihurtu"
-#: ../glib/gconvert.c:1734
+#: glib/gconvert.c:1737
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "'%s' URIa ez da \"fitxategi\"-eskema erabiltzen duen URI absolutua"
-#: ../glib/gconvert.c:1744
+#: glib/gconvert.c:1747
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Baliteke '%s' URI fitxategi lokalak '#' ez edukitzea"
-#: ../glib/gconvert.c:1761
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "'%s' URI baliogabea da"
-#: ../glib/gconvert.c:1773
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "'%s' URIaren ostalari-izena baliogabea da"
-#: ../glib/gconvert.c:1789
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "'%s' URIak ihes-karaktere baliogabeak ditu"
-#: ../glib/gconvert.c:1884
+#: glib/gconvert.c:1887
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "'%s' bide-izena ez da bide-izen absolutua"
#
-#: ../glib/gconvert.c:1894
-#, c-format
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "Ostalari-izen baliogabea"
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Errorea '%s' direktorioa irekitzean: %s "
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ezin izan dira %lu byte esleitu \"%s\" fitxategia irakurtzeko"
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Errorea '%s' fitxategia irakurtzean: %s"
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:586
+#, c-format
+msgid "File \"%s\" is too large"
+msgstr ""
+
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Ezin izan da '%s' fitxategitik irakurri: %s"
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Ezin izan da '%s' fitxategia ireki: %s "
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Ezin izan dira '%s' fitxategiko atributuak lortu, fstat() funtzioak huts "
"egin du: %s"
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
-msgstr "Ezin izan da '%s' fitxategia ireki, fdopen() funtzioak huts egin du: %s"
+msgstr ""
+"Ezin izan da '%s' fitxategia ireki, fdopen() funtzioak huts egin du: %s"
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:905
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"Ezin izan da '%s' fitxategia '%s' gisa berrizendatu, g_rename() funtzioak "
"huts egin du: %s"
-#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Ezin izan da '%s' fitxategia sortu: %s"
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:961
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
"Ezin izan da '%s' fitxategia idazteko ireki, fdopen() funtzioak huts egin "
"du: %s"
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
-msgstr "Ezin izan da '%s' fitxategia idatzi, fwrite() funtzioak huts egin du: %s"
+msgstr ""
+"Ezin izan da '%s' fitxategia idatzi, fwrite() funtzioak huts egin du: %s"
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Ezin izan da '%s' fitxategia itxi, fclose() funtzioak huts egin du: %s"
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1123
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
-msgstr "'%s' fitxategia ezin izan da kendu, g_unlik() funtzioak huts egin du: %s"
+msgstr ""
+"'%s' fitxategia ezin izan da kendu, g_unlik() funtzioak huts egin du: %s"
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1367
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "'%s' txantiloia baliogabea da, ez luke '%s' eduki behar"
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "'%s' txantiloiak ez dauka: XXXXXX"
-#: ../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:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ezin izan da '%s' esteka sinbolikorik irakurri: %s"
-#: ../glib/gfileutils.c:1908
-#, c-format
+#: glib/gfileutils.c:1923
msgid "Symbolic links not supported"
msgstr "Esteka sinbolikoak ez dira onartzen"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Ezin izan da `%s'(e)tik `%s'(e)rako bihurtzailea ireki: %s"
-#: ../glib/giochannel.c:1507
-#, c-format
+#: glib/giochannel.c:1507
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Ezin dira datu gordinak irakurri 'g_io_channel_read_line_string'-en"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
-#, c-format
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "Irakurketa-bufferrean geratu diren bihurtu gabeko datuak"
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
-#, c-format
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "Kanala karaktere partzial batean bukatzen da"
-#: ../glib/giochannel.c:1697
-#, c-format
+#: glib/giochannel.c:1698
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Ezin dira datu gordinak irakurri 'g_io_channel_read_to_end'-etik"
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "Ezin izan da '%s' fitxategia ireki, open() funtzioak huts egin du: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
-msgstr "Ezin izan da '%s' fitxategi-mapa ireki, mmap() funtzioak huts egin du: %s"
+msgstr ""
+"Ezin izan da '%s' fitxategi-mapa ireki, mmap() funtzioak huts egin du: %s"
-#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "Errorea %d lerroko %d karakterean: "
-#: ../glib/gmarkup.c:338
+#: glib/gmarkup.c:379
#, 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:483
+msgid ""
+"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"'&;' entitatea hutsik dago; baliozko entitateak hauek dira: &amp; &quot; "
"&lt; &gt; &apos;"
-#: ../glib/gmarkup.c:452
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -338,17 +332,17 @@ msgstr ""
"entitate bat hasten du; & ikurrak entitatea izan behar ez badu, izenda ezazu "
"&amp; gisa"
-#: ../glib/gmarkup.c:486
+#: glib/gmarkup.c:527
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "'%s' karakterea ezin da erabili entitate-izenen barruan"
-#: ../glib/gmarkup.c:523
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "'%s' entitate-izena ezezaguna da"
-#: ../glib/gmarkup.c:534
+#: glib/gmarkup.c:575
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -356,7 +350,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:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -365,16 +359,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:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
-msgstr "'%-.*s' karaktere-erreferentziak ez du baimendutako karaktere bat kodetzen"
+msgstr ""
+"'%-.*s' karaktere-erreferentziak ez du baimendutako karaktere bat kodetzen"
-#: ../glib/gmarkup.c:627
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
-msgstr "Karaktere-erreferentzia hutsa, digitu bat eduki beharko luke; adibidez &#454;"
+msgstr ""
+"Karaktere-erreferentzia hutsa, digitu bat eduki beharko luke; adibidez &#454;"
-#: ../glib/gmarkup.c:637
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -384,32 +380,32 @@ msgstr ""
"erabiliko zenuen entitatea hasteko asmorik gabe. Izendatu & karakterea &amp; "
"gisa;"
-#: ../glib/gmarkup.c:723
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Amaitu gabeko entitate-erreferentzia"
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Amaitu gabeko karaktere-erreferentzia"
-#: ../glib/gmarkup.c:972
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "UTF-8 gisa kodetutako testu baliogabea - sekuentzia luzeegia"
-#: ../glib/gmarkup.c:1000
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "UTF-8 gisa kodetutako testu baliogabea - hasierako karaktererik gabe"
-#: ../glib/gmarkup.c:1036
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "UTF-8 gisa kodetutako testu baliogabea - '%s' ez da baliozkoa"
-#: ../glib/gmarkup.c:1074
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentuak elementu batez hasi behar du (adibidez, <book>)"
-#: ../glib/gmarkup.c:1114
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -418,23 +414,24 @@ msgstr ""
"'%s' ez da karaktere balioduna '<' karakterearen atzetik; baliteke elementu "
"baten izena ez hastea"
-#: ../glib/gmarkup.c:1178
-#, c-format
+#: glib/gmarkup.c:1263
+#, fuzzy, c-format
msgid ""
-"Odd character '%s', expected a '>' character to end the start tag of element "
-"'%s'"
+"Odd character '%s', expected a '>' character to end the empty-element tag '%"
+"s'"
msgstr ""
"'%s' karaktere bitxia, '>' karakterea espero zen '%s' elementuaren hasiera-"
"etiketa amaitzeko"
-#: ../glib/gmarkup.c:1267
+#: glib/gmarkup.c:1352
#, c-format
-msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
+msgid ""
+"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"'%s' karaktere bitxia, '=' espero zen '$2%s' elementuaren '$1%s' "
"atributuaren ondoren"
-#: ../glib/gmarkup.c:1309
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -445,7 +442,7 @@ msgstr ""
"hasiera-etiketa bukatzeko, edo bestela atributu bat. Agian karaktere "
"baliogabea erabili duzu atributu-izen batean"
-#: ../glib/gmarkup.c:1395
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -454,7 +451,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:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -463,7 +460,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:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -472,25 +469,25 @@ msgstr ""
"'%s' karaktere baliogabea da '%s' itxiera-elementuaren izenaren atzetik; "
"baimendutako karakterea '>' da"
-#: ../glib/gmarkup.c:1588
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' elementua itxi egin da, unean ez dago elementurik irekita"
-#: ../glib/gmarkup.c:1597
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' elementua itxi egin da, baina unean '%s' elementua dago irekita"
-#: ../glib/gmarkup.c:1757
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentua hutsik dago edo zuriuneak bakarrik ditu"
-#: ../glib/gmarkup.c:1771
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentua ustekabean itxi da angelu-parentesi ireki baten ondoren '<'"
-#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -499,7 +496,7 @@ msgstr ""
"Dokumentua ustekabean amaitu da oraindik irekita zeuden elementuekin. '%s' "
"irekitako azken elementua da"
-#: ../glib/gmarkup.c:1787
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -508,19 +505,20 @@ msgstr ""
"Dokumentua ustekabean amaitu da, angelu-parentesi itxia ikustea espero nuen <"
"%s/> etiketa amaitzen"
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentua ustekabean amaitu da elementu-izen baten barruan"
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentua ustekabean amaitu da atributu-izen baten barruan"
-#: ../glib/gmarkup.c:1804
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
-msgstr "Dokumentua ustekabean amaitu da elementua irekitzeko etiketa baten barruan."
+msgstr ""
+"Dokumentua ustekabean amaitu da elementua irekitzeko etiketa baten barruan."
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -528,405 +526,404 @@ msgstr ""
"Dokumentua ustekabean amaitu da atributu-izen baten ondorengo berdin "
"ikurraren atzetik; ez dago atributu-baliorik"
-#: ../glib/gmarkup.c:1817
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentua ustekabean amaitu da atributu-balio baten barruan"
-#: ../glib/gmarkup.c:1833
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
-msgstr "Dokumentua ustekabean amaitu da '%s' elementuaren itxiera-etiketaren barruan"
+msgstr ""
+"Dokumentua ustekabean amaitu da '%s' elementuaren itxiera-etiketaren barruan"
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumentua ustekabean amaitu da iruzkin baten barruan edo prozesatzen ari "
"zen instrukzio baten barruan"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "hondatutako objektua"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "barneko errorea edo hondatutako objektua"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "Memoriarik ez"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "atzera-jotzearen mugara gainditua"
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
msgid "the pattern contains items not supported for partial matching"
-msgstr "ereduak zenbait elementu ditu bat etortze partzialetan onartzen ez direnak"
+msgstr ""
+"ereduak zenbait elementu ditu bat etortze partzialetan onartzen ez direnak"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
msgid "internal error"
msgstr "barneko errorea"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr ""
"aurreko erreferentizak baldintza gisa ez daude onartuta bat etortze "
"partzialetan"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "errekurtsioaren muga gainditua"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "azpikate hutsen lan arearen muga gainditua"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "lerro-jauzien banderen baliogabeko konbinazioa"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "errore ezezaguna"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ ereduaren amaieran"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c ereduaren amaieran"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "karaktere ezezagunak jarraitzen dio \\ karaktereari"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr ""
"hemen ez dira ihesdun letrak (\\l, \\L, \\u, \\U) erabiltzen uzten "
"(maiuskulaz eta minuskulaz)"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "zenbakiak barrutitik kanpo {} kuantifikatzailean"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "zenbaki handiegiak {} kuantifikatzaileak"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "karaktere-klasearen amaierako ] falta da"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "karaktere-klasean baliogabeko ihes sekuentzia"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "karaktere-klaseko barrutia barrutitik kanpo"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "ezer ez errepikatzeko"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "karakete ezezaguna (? karaktereen atzetik"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "karakete ezezaguna (?< karaktereen atzetik"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "karakete ezezaguna (?P karaktereen atzetik"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "POSIX izeneko klaseak soilik onartzen dira klase baten barruan"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "amaierako ) falta da"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") dago irekierako ( gabe"
#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
#. * sequences here, '(?-54' would be an example for the second group.
#.
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
msgid "(?R or (?[+-]digits must be followed by )"
msgstr "(?R edo (?[+-] digituak )-rekin jarraitu behar dira"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "existitzen ez den azpieredu baten erreferentzia"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "iruzkinaren ondoren ) falta da"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "adierazpen erregularra luzeegia"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "huts egin du memoria lortzean"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "'lookbehind' baieztapenak ez du luzera finkorik"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "gaizki osatutako zenbakia edo izena (?(-ren atzetik"
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "baldintza taldeak bi adar baino gehiago ditu"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "baieztapena espero zen (?)-ren atzetik"
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "POSIX klasearen izen ezezaguna"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "Tartekatutako POSIX elementuak ez daude onartuta"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "\\x{...} sekuentziako karaktere-balioa luzeegia da"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "baliogabeko (?(0) baldintza"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "\\C ez dago baimenduta 'lookbehind' baieztepenean"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "dei errekurtsiboa amaierarik gabeko begiztan sar daiteke"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "amaierako karakterea falta da azpiereduko izenean"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "bi azpiereduk izen berdina dute"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "gaizki osatutako \\P edo \\p sekuentzia"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "propietate-izen ezezaguna \\P edo \\p atzetik"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "azpiereduaren izena luzeegia (32 karaktere gehienez)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "izendun azpieredu gehiegi (10.000 gehienez)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "balio zortzitarra \\377 baino handiagoa"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "DEFINE taldeak adar bat baino gehiago ditu"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "DEFINE taldea errepikatzea ez dago onartuta"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "NEWLINE aukera kontraesankorra"
-#: ../glib/gregex.c:333
-msgid "\\g is not followed by a braced name or an optionally braced non-zero number"
+#: glib/gregex.c:333
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
msgstr ""
"\\g ez da prestatutako izenarekin edo zero ez den aukerazko prestatutako "
"zenbaki batekin jarraitzen"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "ustekabeko begizta"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "kodea gainezkatua"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "konpilazioaren laneko area gainezkatua"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "ez da aurrez egiaaztatutako erreferentziatutako azpieredua aurkitu"
-#: ../glib/gregex.c:526 ../glib/gregex.c:1593
+#: glib/gregex.c:526 glib/gregex.c:1593
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Errorea %s adierazpen erregularra bilatzean: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "PCRE liburutegia UTF8 euskarri gabe konpilatua"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "PCRE liburutegia UTF8 propietateen euskarri gabe konpilatua"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Errorea %s adierazpen erregularra %d karakterean konpilatzean: %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Errorea %s adierazpen erregularra optimizatzean: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "digitu hamaseitarra edo '}' espero zen"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "digitu hamaseitarra espero zen"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "'<' falta da erreferentzia sinbolikoan"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "amaitu gabeko erreferentzia sinbolikoa"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "zero luzerako erreferentzia sinbolikoa"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "digitua espero zen"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "erreferentzia sinboliko ilegala"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "'\\' katearen amaieran"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "ihes-sekuentzi ezezaguna"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Errorea ordezko \"%s\" testua analizatzean %lu karakterean: %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Komatxo arteko testua ez da komatxoekin hasten"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Bat ez datozen komatxoak daude komando-lerroan edo shell-ak aipatutako beste "
"testu batean"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Testua '\\' karakterearen atzetik amaitu da (testua '%s' zen)"
-#: ../glib/gshell.c:545
+#: glib/gshell.c:545
#, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')"
-msgstr "Testua %c(r)en komatxoak aurkitu baino lehen amaitu da (testua '%s' zen)"
+msgstr ""
+"Testua %c(r)en komatxoak aurkitu baino lehen amaitu da (testua '%s' zen)"
-#: ../glib/gshell.c:557
-#, c-format
+#: glib/gshell.c:557
msgid "Text was empty (or contained only whitespace)"
msgstr "Testua hutsik dago (edo zuriuneak bakarrik ditu)"
-#: ../glib/gspawn-win32.c:279
-#, c-format
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "Ezin izan da daturik irakurri prozesu umetik"
-#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Ezin izan da kanalizazioa sortu prozesu umearekin komunikatzeko (%s) "
-#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Ezin izan da kanalizazio umetik irakurri (%s) "
-#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Ezin izan da '%s' direktoriora aldatu (%s)"
-#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Ezin izan da prozesu umea exekutatu (%s)"
#
-#: ../glib/gspawn-win32.c:440
+#: glib/gspawn-win32.c:444
#, 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:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Kate baliogabea %d(e)ko bektorearen argumentuan: %s"
-#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1315
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Kate baliogabea ingurunean: %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "Laneko direktorio baliogabea: %s"
#
-#: ../glib/gspawn-win32.c:787
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Ezin izan da laguntza-programa exekutatu (%s)"
-#: ../glib/gspawn-win32.c:1002
-#, c-format
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -934,195 +931,189 @@ msgstr ""
"Ustekabeko errorea gertatu da 'g_io_channel_win32_poll()'-en prozesu umetik "
"datuak irakurtzean"
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Ezin izan da daturik irakurri prozesu umetik (%s)"
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:325
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Ustekabeko errorea select()-en, datuak prozesu umetik irakurtzen (%s)"
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Ustekabeko errorea waitpid()-en (%s)"
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "Ezin da sardetu (%s)"
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Ezin izan da \"%s\" prozesu umea exekutatu (%s)"
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Ezin izan da prozesu umearen irteera edo sarrera birbideratu (%s)"
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Ezin izan da prozesu umea sardetu (%s)"
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Errore ezezaguna \"%s\" prozesu umea exekutatzean"
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1395
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Ezin izan da nahikoa datu irakurri pid kanalizazio umetik (%s)"
-#: ../glib/gutf8.c:1030
-#, c-format
+#: glib/gutf8.c:1029
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
-#, c-format
+#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Sekuentzia baliogabea bihurketa-sarreran"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
-#, c-format
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Karakterea UTF-16 barrutitik kanpo"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Erabilera:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[AUKERA...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Laguntzako aukerak:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Erakutsi laguntzako aukerak"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Erakutsi laguntzako aukera guztiak"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Aplikazio-aukerak:"
-#: ../glib/goption.c:849 ../glib/goption.c:919
+#: glib/goption.c:849 glib/goption.c:919
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "Ezin da '%2$s'(r)en '%1$s' osoko balioa analizatu"
-#: ../glib/goption.c:859 ../glib/goption.c:927
+#: glib/goption.c:859 glib/goption.c:927
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "%2$s(r)en '%1$s' osoko balioa barrutitik kanpo"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Ezin da '%2$s'(r)en '%1$s' balio bikoitza analizatu"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "%2$s(r)en '%1$s' balio bikoitza barrutitik kanpo"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Errorea %s aukera analizatzean"
-#: ../glib/goption.c:1260 ../glib/goption.c:1371
+#: glib/goption.c:1260 glib/goption.c:1371
#, c-format
msgid "Missing argument for %s"
msgstr "%s(e)ko argumentua falta da"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "%s aukera ezezaguna"
-#: ../glib/gkeyfile.c:358
-#, c-format
+#: glib/gkeyfile.c:358
msgid "Valid key file could not be found in search dirs"
msgstr "Ezin izan da baliozko gakoa datuen direktorioan aurkitu"
-#: ../glib/gkeyfile.c:393
-#, c-format
+#: glib/gkeyfile.c:393
msgid "Not a regular file"
msgstr "Ez da fitxategi arrunta"
-#: ../glib/gkeyfile.c:401
-#, c-format
+#: glib/gkeyfile.c:401
msgid "File is empty"
msgstr "Fitxategia hutsik dago"
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
#, c-format
-msgid "Key file contains line '%s' which is not a key-value pair, group, or comment"
+msgid ""
+"Key file contains line '%s' which is not a key-value pair, group, or comment"
msgstr ""
"Gako-fitxategiak '%s' lerroa du, gako-balioa bikotea, taldea edo iruzkinik "
"ez daukalarik"
#
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Taldearen izen baliogabea: %s"
-#: ../glib/gkeyfile.c:843
-#, c-format
+#: glib/gkeyfile.c:843
msgid "Key file does not start with a group"
msgstr "Gako-fitxategiak ez da talde batekin hasten"
#
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Gakoaren izen baliogabea: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Gako-fitxategiak onartzen ez den '%s' kodeketa du"
-#: ../glib/gkeyfile.c: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:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Gako-fitxategiak ez dauka '%s' taldea"
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1284
#, 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:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "Gako-fitxategiak '%s' gakoa dauka (%s balioduna) baina ez da UTF-8"
-#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1891
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
"Gako-fitxategiak '%s' gakoa dauka, baina dagokion balioa ezin da "
"interpretatu."
-#: ../glib/gkeyfile.c:2106 ../glib/gkeyfile.c:2318
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1131,123 +1122,120 @@ 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:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Gako-fitxategiak ez dauka '%s' gakoa ('%s' taldean)"
-#: ../glib/gkeyfile.c:3471
-#, c-format
+#: glib/gkeyfile.c:3474
msgid "Key file contains escape character at end of line"
msgstr "Gako-fitxategiak ihes-karakterea dauka lerro amaieran"
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3496
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Gako-fitxategiak '%s' ihes-sekuentzia baliogabea dauka"
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3638
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "'%s' balioa ezin da zenbaki gisa interpretatu"
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "'%s' osoko balioa barrutitik kanpo"
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3685
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "'%s' balioa ezin da zenbaki mugikor gisa interpretatu."
-#: ../glib/gkeyfile.c:3706
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "'%s' balioa ezin da bolear gisa interpretatu"
-#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:187
-#: ../gio/ginputstream.c:319 ../gio/ginputstream.c:560
-#: ../gio/ginputstream.c:685 ../gio/goutputstream.c:195
-#: ../gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Zenbaketaren balio handiegia honi pasatuta: %s"
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:895
-#: ../gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Korrontea jadanik itxita dago"
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Eragiketa bertan behera utzi da"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Mota ezezaguna"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "%s fitxategi mota"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "%s mota"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "Ustekabeko korronte-amaiera azkarregia"
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Izenbagea"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "Mahaigaineko fitxategiak ez du Exec eremua zehaztu"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "Ezin izan da aplikazioak eskatzen duen terminala aurkitu"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, c-format
msgid "Can't create user application configuration folder %s: %s"
-msgstr "Ezin da erabiltzailearen aplikazioaren %s konfigurazio-karpeta sortu: %s"
+msgstr ""
+"Ezin da erabiltzailearen aplikazioaren %s konfigurazio-karpeta sortu: %s"
-#: ../gio/gdesktopappinfo.c:1136
+#: gio/gdesktopappinfo.c:1136
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Ezin da erabiltzailearen MIMEren %s konfigurazio-karpeta sortu: %s"
-#: ../gio/gdesktopappinfo.c:1475
+#: gio/gdesktopappinfo.c:1475
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Ezin da erabiltzailearen mahaigaineko %s fitxategia sortu"
-#: ../gio/gdesktopappinfo.c:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "%s(r)en definizio pertsonalizatua"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "gailuak ez dauka 'egotzi' inplementatuta"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "gailuak ez dauka euskarria eskaneatzeko inplementaziorik"
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2686 ../gio/gfile.c:2740
-#: ../gio/gfile.c:2871 ../gio/gfile.c:2911 ../gio/gfile.c:3238
-#: ../gio/gfile.c:3640 ../gio/gfile.c:3724 ../gio/gfile.c:3807
-#: ../gio/gfile.c:3887 ../gio/gfile.c:4217
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Eragiketa ez dago onartuta"
@@ -1259,87 +1247,87 @@ msgstr "Eragiketa ez dago onartuta"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "Ontziaren muntaia ez da existitzen"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "Ezin da direktorioaren gainean kopiatu"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "Ezin da direktorioa kopiatu direktorio gainean"
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "Helburuko fitxategia existitzen da"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "Ezin da direktorioa errekurtsiboki kopiatu"
-#: ../gio/gfile.c:2861
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Esteka sinbolikoaren baliogabeko balioa eman da"
-#: ../gio/gfile.c:2954
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Zakarrontzira botatzea ez dago onartuta"
-#: ../gio/gfile.c:3003
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Fitxategi-izenek ezin dute '%c' eduki"
-#: ../gio/gfile.c:4985 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "bolumenak ez dauka muntatzea inplementatuta"
-#: ../gio/gfile.c:5093
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Ez da aplikaziorik erregistratu fitxategi hau kudeatzeko"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "Zerrendatzailea itxi da"
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "Fitxategiaren zerrendatzaileak eragiketa bat du lanean"
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "Fitxategiaren zerrendatzailea itxi da jadanik"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "fitxategia"
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr "Ikonoa duen fitxategia"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "Korronteak ez du query_info onartzen"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "Ez da bilaketarik onartzen korrontean"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "Trunkatzea ez da baimentzen sarrerako korrontean"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "Trunkatzea ez da onartzen korrontean"
-#: ../gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Sarrerako korronteak ez dauka irakurtzea inplementatuta"
@@ -1349,362 +1337,363 @@ 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:905 ../gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Korronteak eragiketa bat du lanean"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
msgid "Unable to find default local directory monitor type"
msgstr "Ezin da lokaleko direktorio lehenetsiaren monitorizazio mota aurkitu"
#
-#: ../gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "%s fitxategi-izen baliogabea"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Errorea fitxategi-sistemako informazioa lortzean: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "Ezin da erroko direktorioa izenez aldatu"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "Ezin da fitxategia izenez aldatu, fitxategi-izena badago lehendik ere"
#
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
msgid "Invalid filename"
msgstr "Fitxategi-izen baliogabea"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "Errorea fitxategia izenez aldatzean: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "Errorea fitxategia irekitzean: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "Ezin da direktorioa ireki"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "Errorea fitxategia kentzean: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "Errorea fitxategia zakarrontzira botatzean: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Ezin izan da zakarrontziaren '%s' direktorioa sortu: %s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "Ezin da zakarrontziaren goi-mailako direktorioa aurkitu"
-#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "Ezin da zakarrontziaren direktorioa aurkitu edo sortu"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Ezin da zakarrontziaren informazio-fitxategia sortu: %s"
-#: ../gio/glocalfile.c:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "Ezin da fitxategia zakarrontzira bota: %s"
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "Errorea direktorioa sortzean: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Errorea esteka sinbolikoa sortzean: %s"
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "Errorea fitxategia lekuz aldatzean: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "Ezin da direktorioa lekuz aldatu direktorioaren gainera"
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
msgid "Backup file creation failed"
msgstr "Huts egin du babeskopia sortzean"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "Errorea helburuko fitxategia kentzean: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "Muntaien artean lekuz aldatzea ez dago onartuta"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "Atributuaren balioa NULL ezin da izan"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "Atributu mota baliogabea (katea espero zen)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "Atributu hedatuaren izen baliogabea"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Errorea '%s' atributu hedatua ezartzean: %s"
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Errorea '%s' fitxategiaren egoera irakurtzean: %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (baliogabeko kodeketa)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Errorea fitxategiaren deskriptorearen egoera irakurtzean: %s "
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "Baliogabeko atributu mota (uint32 espero zen)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "Baliogabeko atributu mota (uint64 espero zen)"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Baliogabeko atributu mota (byte katea espero zen)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "Errorea baimenak ezartzean: %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "Errorea jabea ezartzean: %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "esteka sinbolikoak NULL-en desberdina izan behar du"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "Errorea esteka sinbolikoa ezartzean: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
msgid "Error setting symlink: file is not a symlink"
-msgstr "Errorea esteka sinbolikoa ezartzean: fitxategia ez da esteka sinboliko bat"
+msgstr ""
+"Errorea esteka sinbolikoa ezartzean: fitxategia ez da esteka sinboliko bat"
-#: ../gio/glocalfileinfo.c:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "SELinux testuinguruak NULL-en desberdina izan behar du"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Errorea SELinux testuingurua ezartzean: %s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "SELinux ez dago gaituta sistema honetan"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s atributuaren ezarpena ez dago onartuta"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c: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:198
+#: gio/glocalfilemonitor.c:198
msgid "Unable to find default local file monitor type"
msgstr "Ezin da lokaleko fitxategi lehenetsiaren monitorizazio mota aurkitu"
-#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c: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
msgid "Target file is a directory"
msgstr "Helburuko fitxategia direktorio bat da"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
msgid "Target file is not a regular file"
msgstr "Helburuko fitxategia ez da fitxategi arrunta"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
msgid "The file was externally modified"
msgstr "Fitxategia kanpotik aldatu da"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "Baliogabeko GSeekType eman da"
#
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "Bilaketa-eskaera baliogabea"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "Ezin da GMemoryInputStream trunkatu"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "Datu-matrizearen gehienezko mugara iritsi da"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "Ezin da memoriaren irteeraren korrontea tamainaz aldatu"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
msgstr "Huts egin du memoriaren irteeraren korrontea tamainaz aldatzean"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr "muntaiak ez dauka desmuntatzea inplementatuta"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr "muntaiak ez dauka egoztea inplementatuta"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "muntaiak ez dauka birmuntaketa inplementatuta"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "muntaiak ez dauka eduki mota sinkronoa asmatzea inplementatuta"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr "muntaiak ez dauka eduki mota sinkronoa asmatzea inplementatuta"
-#: ../gio/goutputstream.c:204 ../gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Irteerako korronteak ez dauka idaztea inplementatuta"
-#: ../gio/goutputstream.c:365 ../gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Iturburuko korrontea jadanik itxi da"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "izena"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Ikonoaren izena"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "izenak"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Ikonoen izenak dituen matrizea"
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "erabili ikono lehenetsiak"
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1713,61 +1702,65 @@ msgstr ""
"erabiliko diren ala ez. Aurrenekoaren ondoren dauden izenak baztertzen ditu "
"hainbat izen ematen badira."
-#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "Errorea UNIXetik irakurtzean: %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "Errorea UNIX ixtean: %s"
-#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Fitxategi-sistemaren erroa"
-#: ../gio/gunixoutputstream.c:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "Errorea UNIXen idaztean: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "bolumenak ez dauka egoztea inplementatuta"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "Ezin da aplikazioa aurkitu"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Errorea aplikazioa abiaraztean: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
msgid "URIs not supported"
msgstr "URIak ez daude onartuta"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
msgid "association changes not supported on win32"
msgstr "asoziazioaren aldaketak ez dira onartzen win32 sisteman"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
msgid "Association creation not supported on win32"
msgstr "Asoziazioa sortzea ez da onartzen win32 sisteman"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "ez ezkutatu sarrerak"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "erabili zerrenda-formatu luzea"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[FITXATEGIA...]"
+#~ msgid "%u byte"
+#~ msgid_plural "%u bytes"
+#~ msgstr[0] "Byte %u"
+#~ msgstr[1] "%u byte"
diff --git a/po/fa.po b/po/fa.po
index b1092170f..46387f069 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2006-09-04 18:36+0330\n"
"Last-Translator: Roozbeh Pournader <roozbeh@farsiweb.info>\n"
"Language-Team: Persian\n"
@@ -98,8 +98,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "نمی‌توان مبدل «%s» به «%s» را باز کرد"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "دنبالهٔ بایتی نامعتبر در ورودی تبدیل"
@@ -109,8 +109,8 @@ msgstr "دنبالهٔ بایتی نامعتبر در ورودی تبدیل"
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "دنباله نویسهٔ ناتمام در انتهای ورودی"
@@ -343,16 +343,16 @@ msgstr ""
"تجزیهٔ «‎%-.*s»، که باید رقمی داخل یک ارجاع نویسه‌ای (مثل ‎&#234;‎) می‌بود شکست "
"خورد - شاید رقم خیلی بزرگ است"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "ارجاع نویسه‌ای «‎%-.*s» به نویسهٔ مجاز اشاره نمی‌کند"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ارجاع نویسه‌ای خالی؛ باید یک رقم داشته باشد، مثل ‎&#454;‎"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -362,34 +362,34 @@ msgstr ""
"بخواهید نهادی را آغاز کنید از نویسهٔ & استفاده کرده‌اید - برای نوشتن علامت & "
"از ‎&amp;‎ استفاده کنید"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "ارجاع نهادی ناتمام"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "ارجاع نویسه‌ای ناتمام"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "متن کدگذاری‌شدهٔ UTF-8 نامعتبر"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "متن کدگذاری‌شدهٔ UTF-8 نامعتبر"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "متن کدگذاری‌شدهٔ UTF-8 نامعتبر"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "نوشتار باید با یک عنصر (مثلاً <book>) شروع شود"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -397,7 +397,7 @@ msgid ""
msgstr ""
"‏«%s» پس از یک نویسهٔ '‎<‎' نویسهٔ مجازی نیست؛ نمی‌شود ابتدای نام یک عنصر باشد"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -406,14 +406,14 @@ msgstr ""
"نویسهٔ غیرعادی «%s»، برای پایان دادن به برچسب شروع عنصر «%s» انتظار یک نویسهٔ «‎>‎» "
"می‌رفت"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"نویسهٔ غیرعادی «%s»، بعد از نام مشخصهٔ «%s» عنصر «%s» انتظار یک نویسهٔ «=» می‌رفت"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -424,7 +424,7 @@ msgstr ""
"انتظار یک نویسهٔ «‎>‎» یا «/» می‌رفت؛ شاید از یک نویسهٔ نامعتبر در نام مشخصه‌ای "
"استفاده کرده باشید"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -433,7 +433,7 @@ msgstr ""
"نویسهٔ غیرعادی «%s»، هنگام مقدار دادن به مشخصهٔ «%s» از عنصر «%s» پس از علامت "
"تساوی انتظار یک علامت نقل قول باز می‌رفت"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -442,32 +442,32 @@ msgstr ""
"‏«%s» بعد از نویسه‌های «‎</‎» نویسهٔ معتبری نیست؛ «%s» نمی‌تواند ابتدای نام عناصر "
"قرار بگیرد"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "‏«%s» نویسهٔ معتبری برای بستن نام عنصر «%s» نیست؛ نویسهٔ مجاز «‎>» است"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "عنصر «%s» بسته بود، در حال حاضر هیچ عنصری باز نیست"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "عنصر «%s» بسته بود، ولی عنصری که در حال حاضر باز است «%s» است"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "نوشتار خالی است یا فقط فاصلهٔ خالی دارد"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "نوشتار به‌طور غیرمنتظره‌ای درست بعد از یک علامت کوچکتر '‎<‎' پایان یافت"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -476,7 +476,7 @@ msgstr ""
"نوشتار وقتی که هنوز عناصری باز بودند به‌طور غیرمنتظره‌ای پایان یافت ‐ آخرین "
"عنصر باز شده «%s» بود"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -485,19 +485,19 @@ msgstr ""
"نوشتار به‌طور غیرمنتظره‌ای پایان یافت، یک علامت بزرگتر برای بستن برچسب ‎<%s/>‎ "
"انتظار می‌رفت"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل نام یک عنصر به‌پایان رسید"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل نام یک مشخصه به‌پایان رسید"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل یک برچسب عنصربازکن پایان یافت."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -505,16 +505,16 @@ msgstr ""
"نوشتار به‌طور غیرمنتظره‌ای بعد از علامت تساوی‌ای که پس از نام مشخصه‌ای آمده بود "
"تمام شد؛ بدون مقدار برای مشخصه"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل مقدار یک مشخصه به‌پایان رسید"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل برچسب بستن عنصر «%s» پایان یافت"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"نوشتار به‌طور غیرمنتظره‌ای داخل یک توضیح یا دستورالعمل پردازشی پایان یافت"
@@ -951,16 +951,16 @@ msgstr "خطای ناشناخته هنگام اجرای فراروند فرزن
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "خواندن دادهٔ کافی از لولهٔ pid فرزند شکست خورد (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "دنبالهٔ نامعتبر در ورودی تبدیل"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "نویسهٔ خارج از محدوده برای UTF-16"
@@ -1125,15 +1125,15 @@ msgstr "مقدار «%s» را نمی‌توان به عدد اعشاری تفس
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "مقدار «%s» را نمی‌توان به مقدار بولی تفسیر کرد"
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1201,10 +1201,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند"
@@ -1238,25 +1238,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "برنامه‌ای با نام «%s» چوب‌الفی برای «‎%s» ثبت نکرده است"
@@ -1274,6 +1274,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "نام میزبان نشانی اینترنتی «‎%s» نامعتبر است"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1291,7 +1300,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1301,7 +1310,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1309,7 +1318,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "نام برنامهٔ نامعتبر: %s"
@@ -1629,36 +1638,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "نام میزبان نشانی اینترنتی «‎%s» نامعتبر است"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1676,7 +1685,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 124e9c209..9b2339c25 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-14 15:35+0300\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-08-14 15:30+0300\n"
"Last-Translator: Ilkka Tuohela <hile@iki.fi>\n"
"Language-Team: Finnish <gnome-fi-laatu@lists.sourceforge.net>\n"
@@ -18,306 +18,305 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n"
-#: ../glib/gbookmarkfile.c:733 ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899 ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
+#: glib/gbookmarkfile.c:946
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Odottamaton ominaisuus \"%s\" elementille \"%s\""
-#: ../glib/gbookmarkfile.c:744 ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833 ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
+#: glib/gbookmarkfile.c:957
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Ominaisuutta \"%s\" elementille \"%s\" ei löydy"
-#: ../glib/gbookmarkfile.c:1127 ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
+#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Odottamaton merkintä \"%s\", odotettiin merkintää \"%s\""
-#: ../glib/gbookmarkfile.c:1152 ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234 ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
+#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Odottamaton merkintä \"%s\" kohdassa \"%s\""
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1814
msgid "No valid bookmark file found in data dirs"
msgstr "Kelvollista kirjanmerkkitiedostoa ei löytynyt datahakemistoista"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:2015
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI:lle \"%s\" on jo olemassa kirjanmerkki"
-#: ../glib/gbookmarkfile.c:2061 ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304 ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469 ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630 ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751 ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974 ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240 ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494 ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
+#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
+#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
+#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
+#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
+#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
+#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
+#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
+#: glib/gbookmarkfile.c:3712
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI:lle \"%s\" ei löydy kirjanmerkkiä"
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2393
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI:n \"%s\" kirjanmerkissä ei ole määritelty MIME-tyyppiä"
-#: ../glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2478
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI:n \"%s\" kirjanmerkissä ei ole määritelty yksityisyyslippua"
-#: ../glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2857
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI:n \"%s\" kirjanmerkissä ei ole asetettu ryhmiä"
-#: ../glib/gbookmarkfile.c:3258 ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
"Sovellus nimeltä \"%s\" ei rekisteröinyt kirjanmerkkiä kohteelle \"%s\""
-#: ../glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3438
#, 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:2216 ../glib/gutf8.c:955
-#: ../glib/gutf8.c:1404
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Virheellinen tavusarja muunnettavassa syötteessä"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "Virhe muunnoksen aikana: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:951 ../glib/gutf8.c:1155
-#: ../glib/gutf8.c:1296 ../glib/gutf8.c:1400
+#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "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:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI \"%s\" ei ole absoluuttinen URI \"file\"-muodossa"
-#: ../glib/gconvert.c:1747
+#: glib/gconvert.c:1747
#, 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:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI \"%s\" on virheellinen"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI:n \"%s\" isäntänimi on virheellinen"
-#: ../glib/gconvert.c:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI \"%s\" sisältää virheellisesti suojattuja merkkejä"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Polku \"%s\" ei ole absoluuttinen"
-#: ../glib/gconvert.c:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "Virheellinen isäntänimi"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Virhe hakemiston \"%s\" avaamisessa: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ei 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:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "Tiedosto \"%s\" on liian suuri"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Tiedoston \"%s\" lukeminen epäonnistui: %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Tiedoston \"%s\" avaaminen epäonnistui: %s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Tiedoston \"%s\" ominaisuuksien lukeminen epäonnistui: fstat() epäonnistui: %"
"s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Tiedoston \"%s\" avaaminen epäonnistui: fdopen() epäonnistui: %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, 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:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Tiedoston \"%s\" luominen epäonnistui: %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, 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:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Tiedoston \"%s\" kirjoittaminen epäonnistui: fwrite() epäonnistui: %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Tiedoston \"%s\" sulkeminen epäonnistui: fclose() epäonnistui: %s"
-#: ../glib/gfileutils.c:1123
+#: glib/gfileutils.c:1123
#, 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:1367
+#: glib/gfileutils.c:1367
#, 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:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Malli \"%s\" ei sisällä merkkijonoa XXXXXX"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f kt"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f Mt"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f Gt"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Symbolisen linkin \"%s\" lukeminen epäonnistui: %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
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
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:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "Jäljelle jäänyt muuntamaton data lukupuskurissa"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "Kanava päättyy osittaiseen merkkiin"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
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:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "Virhe rivillä %d merkissä %d: "
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "Virhe rivillä %d: %s"
-#: ../glib/gmarkup.c:483
+#: glib/gmarkup.c:483
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:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -328,17 +327,17 @@ msgstr ""
"entiteetin. Jos tämän &-merkin ei ole tarkoitus olla entiteetti, käytä "
"merkintää &amp;"
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Merkki \"%s\" ei ole kelvollinen entiteetin nimessä"
-#: ../glib/gmarkup.c:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entiteetin nimi \"%s\" on tuntematon"
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -346,7 +345,7 @@ msgstr ""
"Entiteetti ei päättynyt puolipisteeseen; todennäköisesti käytit &-merkkiä "
"aikomatta aloittaa entiteettiä - käytä merkintää &amp;"
-#: ../glib/gmarkup.c:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -355,16 +354,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:650
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Merkkiviite \"%-.*s\" ei ole sallitun merkin koodaus"
-#: ../glib/gmarkup.c:665
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tyhjä merkkiviite; viitteen tulee sisältää luku, esim &#454;"
-#: ../glib/gmarkup.c:675
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -373,32 +372,32 @@ msgstr ""
"Merkkiviite ei päättynyt puolipisteeseen; todennäköisesti käytit &-merkkiä "
"aikomatta aloittaa entiteettiä - käytä merkintää &amp;"
-#: ../glib/gmarkup.c:761
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Päättämätön entiteettiviite"
-#: ../glib/gmarkup.c:767
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Päättämätön merkkiviite"
-#: ../glib/gmarkup.c:1053
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Virheellinen UTF-8-koodattu teksti - ylipitkä sekvenssi"
-#: ../glib/gmarkup.c:1081
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Virheellinen UTF-8-koodattu teksti - ei aloitusmerkki"
-#: ../glib/gmarkup.c:1117
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Virheellinen UTF-8-koodattu teksti - epäkelpo \"%s\""
-#: ../glib/gmarkup.c:1155
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Asiakirjan on alettava elementillä (esim. <kirja>)"
-#: ../glib/gmarkup.c:1195
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -407,7 +406,7 @@ msgstr ""
"\"%s\" ei ole kelvollinen merkki \"<\"-merkin jälkeen; se ei voi aloittaa "
"elementin nimeä"
-#: ../glib/gmarkup.c:1263
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -415,7 +414,7 @@ msgid ""
msgstr ""
"Pariton merkki \"%s\", odotettiin \">\"-merkkiä päättämään elementin \"%s\""
-#: ../glib/gmarkup.c:1352
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -423,7 +422,7 @@ msgstr ""
"Pariton merkki \"%1$s\", odotettiin \"=\"-merkkiä elementin \"%3$s\" "
"ominaisuuden \"%2$s\" jälkeen"
-#: ../glib/gmarkup.c:1394
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -434,7 +433,7 @@ msgstr ""
"elementin \"%s\" aloituslippu, tai mahdollista ominaisuutta; käytit ehkä "
"ominaisuuden nimessä siihen kelpaamatonta merkkiä"
-#: ../glib/gmarkup.c:1480
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -443,7 +442,7 @@ msgstr ""
"Pariton merkki \"%1$s\", odotettiin avaavaa lainausmerkkiä yhtäsuuruusmerkin "
"jälkeen annettaessa elementin \"%3$s\" ominaisuuden \"%2$s\" arvoa"
-#: ../glib/gmarkup.c:1622
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -452,7 +451,7 @@ msgstr ""
"\"%s\" ei ole kelvollinen merkki merkkien \"</\" jälkeen; \"%s\" ei voi olla "
"elementin nimen alussa"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -461,28 +460,28 @@ msgstr ""
"\"%s\" ei ole kelvollinen merkki sulkuelementin \"%s\" jälkeen; sallittu "
"merkki on \">\""
-#: ../glib/gmarkup.c:1673
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elementti \"%s\" on suljettu, ei avoimia elementtejä"
-#: ../glib/gmarkup.c:1682
+#: glib/gmarkup.c:1682
#, 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:1845
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Asiakirja oli tyhjä tai sisälsi vain tyhjiä merkkejä"
-#: ../glib/gmarkup.c:1859
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Asiakirja loppui odottamattomasti heti avoimen kulmasulkeen \"<\" jälkeen"
-#: ../glib/gmarkup.c:1867 ../glib/gmarkup.c:1912
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -491,7 +490,7 @@ msgstr ""
"Asiakirja loppui odottamattomasti elementtien ollessa sulkematta - \"%s\" "
"oli viimeinen avattu elementti"
-#: ../glib/gmarkup.c:1875
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -500,19 +499,19 @@ msgstr ""
"Asiakirja loppui odottamattomasti, odotettiin lipun <%s/> sulkevaa "
"kulmasuljetta"
-#: ../glib/gmarkup.c:1881
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Asiakirja loppui odottamattomasti elementin nimen kohdalla"
-#: ../glib/gmarkup.c:1887
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Asiakirja loppui odottamattomasti ominaisuuden nimen kohdalla"
-#: ../glib/gmarkup.c:1892
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Asiakirja loppui odottamattomasti elementin avauslipun kohdalla"
-#: ../glib/gmarkup.c:1898
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -520,399 +519,397 @@ msgstr ""
"Asiakirja loppui odottamattomasti ominaisuuden nimen jälkeisen "
"yhtäsuuruusmerkin jälkeen; ominaisuudella ei ole arvoa"
-#: ../glib/gmarkup.c:1905
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Asiakirja loppui odottamattomasti ominaisuuden arvon kohdalla"
-#: ../glib/gmarkup.c:1921
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Asiakirja loppui odottamattomasti elementin \"%s\" sulkulipun kohdalla"
-#: ../glib/gmarkup.c:1927
+#: glib/gmarkup.c:1927
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:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
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
msgid "Text was empty (or contained only whitespace)"
msgstr "Teksti oli tyhjä (tai sisälsi vain tyhjiä merkkejä)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "Datan lukeminen lapsiprosessilta epäonnistui"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr ""
"Putken luominen lapsiprosessin kanssa viestintää varten epäonnistui (%s)"
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Lukeminen lapsiprosessin putkesta epäonnistui (%s)"
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Hakemistoon \"%s\" siirtyminen epäonnistui (%s)"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Lapsiprosessin käynnistys epäonnistui (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "Virheellinen ohjelman nimi: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Virheellinen merkkijono argumenttivektorin kohdassa %d: %s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Virheellinen merkkijono ympäristössä: %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "Virhe työhakemisto: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Apuohjelman suoritus epäonnistui (%s)"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -920,137 +917,137 @@ msgstr ""
"Odottamaton virhe funktiossa g_io_channel_win32_poll() luettaessa dataa "
"lapsiprosessilta"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Datan lukeminen lapsiprosessilta epäonnistui (%s)"
-#: ../glib/gspawn.c:325
+#: glib/gspawn.c:325
#, 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:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Odottamaton virhe funktiossa waitpid() (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "Haarauttaminen epäonnistui (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Lapsiprosessin \"%s\" käynnistäminen epäonnistui (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, 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:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Lapsiprosessin haarauttaminen epäonnistui (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Tuntematon virhe käynnistettäessä lapsiprosessia \"%s\""
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, 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:1029
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Merkki on sallitun UTF-8-välin ulkopuolella"
-#: ../glib/gutf8.c:1123 ../glib/gutf8.c:1132 ../glib/gutf8.c:1264
-#: ../glib/gutf8.c:1273 ../glib/gutf8.c:1414 ../glib/gutf8.c:1510
+#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Virheellinen sarja muunnettavassa syötteessä"
-#: ../glib/gutf8.c:1425 ../glib/gutf8.c:1521
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "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
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
msgid "Not a regular file"
msgstr "Ei tavallinen tiedosto"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
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"
@@ -1058,50 +1055,50 @@ 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
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:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Avaintiedostossa ei ole ryhmää \"%s\""
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Avaintiedostossa ei ole avainta \"%s\""
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr ""
"Avaintiedosto sisältää avaimen \"%s\" arvolla \"%s\", joka ei ole UTF-8 "
"merkkijono"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "Avaintiedosto sisältää avaimen \"%s\", jonka arvoa ei voida tulkita."
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1110,122 +1107,119 @@ msgstr ""
"Avaintiedosto sisältää avaimen \"%s\", jonka arvoa ei voida tulkita, "
"ryhmässä \"%s\"."
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "AVaintiedostossa ei ole avainta \"%s\" ryhmässä \"%s\""
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
msgid "Key file contains escape character at end of line"
msgstr "Avaintiedosto sisältää escape-jonon rivin lopussa"
-#: ../glib/gkeyfile.c:3496
+#: glib/gkeyfile.c:3496
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Avaintiedostossa on virheellinen escape-jono \"%s\""
-#: ../glib/gkeyfile.c:3638
+#: glib/gkeyfile.c:3638
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Arvoa \"%s\" ei voida tulkita numeroksi."
-#: ../glib/gkeyfile.c:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Kokonaisluku \"%s\" on sallitun alueen ulkopuolella"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Arvoa \"%s\" ei voida tulkita liukuluvuksi."
-#: ../glib/gkeyfile.c:3709
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Arvoa \"%s\" ei voida turkita totuusarvoksi."
-#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:193
-#: ../gio/ginputstream.c:325 ../gio/ginputstream.c:566
-#: ../gio/ginputstream.c:691 ../gio/goutputstream.c:202
-#: ../gio/goutputstream.c:656
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Liian suuri laskuriarvo välitetty kohteelle %s"
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:901
-#: ../gio/goutputstream.c:1085
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Virta on jo suljettu"
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Toiminto oli peruttu"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Tuntematon tyyppi"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "%s-tiedostotyyppi"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "%s-tyyppi"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "Odottamaton aikainen virran loppu"
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Nimeämätön"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "Työpöytätiedosto ei määrittele Exec-kenttää"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "Sovelluksen vaatimaa päätettä ei löydy"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, 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:1136
+#: gio/gdesktopappinfo.c:1136
#, 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:1475
+#: gio/gdesktopappinfo.c:1475
#, 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:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "Oma määrittely kohteelle %s"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "asema ei toteuta aseman avausta"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "asema ei toteut median tarkkailua"
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2686 ../gio/gfile.c:2740
-#: ../gio/gfile.c:2871 ../gio/gfile.c:2911 ../gio/gfile.c:3238
-#: ../gio/gfile.c:3640 ../gio/gfile.c:3724 ../gio/gfile.c:3807
-#: ../gio/gfile.c:3887 ../gio/gfile.c:4217
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Toiminto ei ole tuettu"
@@ -1237,87 +1231,87 @@ 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:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "Ylläolevaa liitospistettä ei löydy"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "Kansion päälle ei voi kopioida"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "Kansiota ei voi kopioida kansion päälle"
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "Kohdetiedosto on olemassa"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "Kansiota ei voi kopioida rekursiivisesti"
-#: ../gio/gfile.c:2861
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Saatiin virheellinen symbolisen linkin arvo"
-#: ../gio/gfile.c:2954
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Roskakori ei ole tuettu"
-#: ../gio/gfile.c:3003
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Tiedostonimi ei voi sisältää merkkiä \"%c\""
-#: ../gio/gfile.c:4985 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "taltio ei toteuta liittämistä"
-#: ../gio/gfile.c:5093
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Tiedoston käsittelyyn ei ole rekisteröity mitään sovellusta"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "Numeraattori on suljettu"
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "Tiedoston numeraattorilla on odottavia toimintoja"
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "Numeraattori on jo suljettu"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "tiedosto"
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr "Kuvakkeiden sisältävä tiedosto"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "Virta ei tue komentoa query_info"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "Virta ei tue siirtymistä"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "Syötevirtaa ei voi kutistaa"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "Virta ei tue kutistamista"
-#: ../gio/ginputstream.c:202
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Syötevirta ei toteuta lukua"
@@ -1327,360 +1321,360 @@ 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:911 ../gio/goutputstream.c:1095
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Virrassa on toiminto odottamassa"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
msgid "Unable to find default local directory monitor type"
msgstr "Paikallista kansiontarkkailun oletustyyppiä ei voi selvittää"
-#: ../gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Virheellinen tiedostonimi %s"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Virhe haettaessa tietoja tiedostojärjestelmästä: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "Juurikansiota ei voi nimetä uudestaan"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "Tiedostoa ei voi nimetä uudestaan, tiedosto on jo olemassa"
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
msgid "Invalid filename"
msgstr "Virheellinen tiedostonimi"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "Virhe nimettäessä tiedostoa uudestaan: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "Virhe avattaessa tiedostoa: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "Kansiota ei voi avata"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "Virhe poistettaessa tiedostoa: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "Virhe siirrettäessä tiedostoa roskakoriin: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Roskakorikansiota %s ei voi luoda: %s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "Päätasoa roskakoria varten ei löydy"
-#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "Roskakori kansiota ei löydy tai sitä ei voi luoda"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Roskakorin informaatiotiedostoa ei voi luoda: %s"
-#: ../gio/glocalfile.c:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "Tiedosto ei voi siirtää roskakoriin: %s"
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "Virhe luotaessa kansiota: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Virhe luotaessa symbolista linkkiä: %s"
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "Virhe siirrettäessä tiedostoa: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "Kansiota ei voi siirtää kansion päälle"
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
msgid "Backup file creation failed"
msgstr "Varmuuskopiotiedoston luonti epäonnistui"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "Virhe poistettaessa kohdetiedostoa: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "Siirto liitospisteiden välillä ei ole tuettu"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "Ominaisuuden arvo ei voi olla NULL"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "Virheellinen ominaisuustyyppi (piti olla merkkijono)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "Virheellinen laajennetun ominaisuuden nimi"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Virhe asetettaessa laajennettua ominaisuutta \"%s\": %s"
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Virhe tarkkailtaessa tiedostoa \"%s\": %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (virheellinen merkistökoodaus)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Virhe tarkkailtaessa tiedostokuvaajaa: %s"
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "Virheellinen ominaisuuden tyyppi (piti olla uint32)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "Virheellinen ominaisuuden tyyppi (piti olla uint64)"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Virheellinen ominaisuuden tyyppi (piti olla tavujono)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "Virhe asetettaessa oikeuksia: %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "Virhe asetettaessa omistajaa: %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "symbolinen linkki ei voi olla NULL"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "Virhe asetettaessa symbolista linkkiä: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Virhe asetettaessa symbolista linkkiä: tiedosto ei ole symbolinen linkki"
-#: ../gio/glocalfileinfo.c:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "SELinux-konteksti ei voi olla NULL"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Virhe asetettaessa SELinux-kontekstia: %s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "SELinux ei ole käytössä tässä tietokoneessa"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, 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:198
+#: gio/glocalfilemonitor.c:198
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
msgid "Target file is a directory"
msgstr "Kohdetiedosto on kansio"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
msgid "Target file is not a regular file"
msgstr "Kohdetiedosto ei ole tavallinen tiedosto"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
msgid "The file was externally modified"
msgstr "Tiedostoa muokattiin muualta"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "Saatiin virheellinen GSeekType"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "Virheellinen siirtymispyyntö"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "GMemoryInputStream-kohdetta ei voi kutistaa"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "Tietotaulukon suurin koko tuli vastaan"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "Muistin tulostevirran koko ei ole muutettavissa"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
msgstr "Muistin tulostevirran koon muutos epäonnistui"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr "mount ei toteuta irrottamista"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr "mount ei toteuta aseman avaamista"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "mount ei toteuta uudestaanliittämistä"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "mount ei toteuta sisältötyypin arvausta"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount ei toteuta synkronista sisältötyypin arvausta"
-#: ../gio/goutputstream.c:211 ../gio/goutputstream.c:412
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Tulostevirta ei toteuta kirjoitusta"
-#: ../gio/goutputstream.c:372 ../gio/goutputstream.c:780
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Lähdevirta on jo suljettu"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "nimi"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Kuvakkeen nimi"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "nimet"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Kuvakkeiden nimiä sisältävä jono"
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "käytä oletusvarmistuksia"
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1689,61 +1683,61 @@ msgstr ""
"merkkien kohdilta. Jättää huomiotta ensimmäisen jälkeiset nimet, jos useita "
"on annettu."
-#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "Virhe luettaessa UNIX:ilta: %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "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:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "Virhe käsiteltäessä UNIX:iin: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "taltio ei toteuta aseman avausta"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
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
msgid "URIs not supported"
msgstr "URI:ja ei tueta"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
msgid "association changes not supported on win32"
msgstr "assosiaation muutokset eivät ole tuettu win32-alustalla"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
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 824506657..abfe04a8c 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-02-12 20:55+0100\n"
"Last-Translator: Claude Paroz <claude@2xlibre.net>\n"
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
@@ -107,8 +107,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Impossible d'ouvrir le convertisseur de « %s » vers « %s »"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Séquence d'octets non valide en entrée du convertisseur"
@@ -118,8 +118,8 @@ msgstr "Séquence d'octets non valide en entrée du convertisseur"
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Séquence partielle de caractères à la fin de l'entrée"
@@ -364,16 +364,16 @@ msgstr ""
"référence de caractère (&#234; par exemple) - peut-être que le nombre est "
"trop grand"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "La référence de caractère « %-.*s » ne code pas un caractère autorisé"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
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:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -383,32 +383,32 @@ msgstr ""
"avez vraisemblablement utilisé une esperluette sans intention de commencer "
"une entité - échappez l'esperluette comme &amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Référence d'entité non terminée"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Référence de caractère non terminée"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Texte codé en UTF-8 non valide - séquence trop longue"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Texte codé en UTF-8 non valide - n'est pas un caractère de début"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Texte codé en UTF-8 non valide - « %s » est non valide"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Le document doit commencer avec un élément (par ex. <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -417,7 +417,7 @@ msgstr ""
"« %s » n'est pas un caractère valide suivant le caractère « < » ; il ne semble "
"pas commencer un nom d'élément"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -426,7 +426,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:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -434,7 +434,7 @@ msgstr ""
"Caractère bizarre « %s », un caractère « = » est requis après le nom de "
"l'attribut « %s » de l'élément « %s »"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -445,7 +445,7 @@ msgstr ""
"la balise de début de l'élément « %s », ou optionnellement un attribut ; peut-"
"être que vous utilisez un caractère non valide dans un nom d'attribut"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -454,7 +454,7 @@ msgstr ""
"Caractère bizarre « %s », un guillemet d'ouverture après le signe égal est "
"requis quand on donne une valeur pour l'attribut « %s » de l'élément « %s »"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -463,7 +463,7 @@ msgstr ""
"« %s » n'est pas un caractère valide suivant les caractères « </ » ; « %s » ne "
"peut pas commencer un nom d'élément"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -472,28 +472,28 @@ msgstr ""
"« %s » n'est pas un caractère valide suivant le nom l'élément de fermeture « %"
"s » ; le caractère autorisé est « > »"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "L'élément « %s » a été fermé, aucun élément est actuellement ouvert"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"L'élément « %s » a été fermé, mais l'élément actuellement ouvert est « %s »"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Le document était vide ou ne contenait que des espaces"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Le document s'est terminé de manière inattendue juste après un crochet "
"ouvrant « < »"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -502,7 +502,7 @@ msgstr ""
"Le document s'est terminé de manière inattendue avec des éléments encore "
"ouverts - « %s » était le dernier élément ouvert"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -511,25 +511,25 @@ msgstr ""
"Le document s'est terminé de manière inattendue, un crochet fermant pour la "
"balise <%s/> est requis"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr ""
"Le document s'est terminé de manière inattendue à l'intérieur d'un nom "
"d'élément"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
"Le document s'est terminé de manière inattendue à l'intérieur d'un nom "
"d'attribut"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Le document s'est terminé de manière inattendue à l'intérieur d'une balise "
"d'ouverture d'élément."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -537,20 +537,20 @@ 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:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Le document s'est terminé de manière inattendue alors qu'il était à "
"l'intérieur d'une valeur d'attribut"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Le document s'est terminé de manière inattendue à l'intérieur de la balise "
"de fermeture pour l'élément « %s »"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Le document s'est terminé de manière inattendue à l'intérieur d'un "
@@ -1001,16 +1001,16 @@ msgstr ""
"Impossible de lire suffisamment de données depuis le tube du processus fils "
"de pid (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Séquence non valide dans l'entrée du convertisseur"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Caractère hors plage pour UTF-16"
@@ -1187,15 +1187,15 @@ msgstr ""
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "La valeur « %s » ne peut pas être interprétée comme un booléen."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "La valeur de comptage fournie à %s est trop grande"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Le flux est déjà fermé"
@@ -1266,10 +1266,10 @@ msgid "drive doesn't implement polling for media"
msgstr "le lecteur n'implémente pas la scrutation du média (« polling »)"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Opération non prise en charge"
@@ -1302,24 +1302,24 @@ msgstr "Le fichier cible existe"
msgid "Can't recursively copy directory"
msgstr "Impossible de copier récursivement un répertoire"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Valeur de lien symbolique donnée non valide"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "La corbeille n'est pas prise en charge"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Les noms de fichiers ne peuvent contenir « %c »"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "le volume n'implémente pas « mount »"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Aucune application n'est enregistrée pour gérer ce fichier"
@@ -1336,6 +1336,15 @@ msgstr "L'énumérateur du fichier a une opération en cours"
msgid "File enumerator is already closed"
msgstr "L'énumérateur du fichier est déjà fermé"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Le nom d'hôte de l'URI « %s » n'est pas valide"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1353,7 +1362,7 @@ msgstr "La troncature n'est pas autorisée sur le flux en entrée"
msgid "Truncate not supported on stream"
msgstr "La troncature n'est pas prise en charge sur le flux"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Le flux en entrée n'implémente pas « read »"
@@ -1363,7 +1372,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Le flux a une opération en cours"
@@ -1372,7 +1381,7 @@ msgid "Unable to find default local directory monitor type"
msgstr ""
"Impossible de trouver le type de moniteur de répertoire local par défaut"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Nom de fichier non valide : %s"
@@ -1693,38 +1702,38 @@ msgstr "mount n'implémente pas le démontage (« unmount »)"
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount n'implémente pas le démontage (« unmount »)"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Le flux de sortie n'implémente pas « write »"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Le flux source est déjà fermé"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
#, fuzzy
msgid "name"
msgstr "Sans nom"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "Le nom d'hôte de l'URI « %s » n'est pas valide"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
#, fuzzy
msgid "names"
msgstr "Sans nom"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1742,7 +1751,7 @@ msgstr "Erreur lors de la lecture depuis unix : %s"
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"
diff --git a/po/ga.po b/po/ga.po
index 629e2db69..7360afb8e 100644
--- a/po/ga.po
+++ b/po/ga.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -99,8 +99,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr ""
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr ""
@@ -110,8 +110,8 @@ msgstr ""
msgid "Error during conversion: %s"
msgstr "Earráid le linn cumarsáide: %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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr ""
@@ -335,68 +335,68 @@ msgid ""
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr ""
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr ""
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Téacs UTF-8-ionchódaithe neamhbhailí - seicheamh rófhada"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Téacs UTF-8-ionchódaithe neamhbhailí - ní carachtar tosaithe"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, 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:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr ""
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -404,87 +404,87 @@ msgid ""
"character in an attribute name"
msgstr ""
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr ""
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr ""
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -908,16 +908,16 @@ msgstr "Earráid anaithnid agus macphróiseas \"%s\" á rith"
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr ""
-#: 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr ""
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr ""
@@ -1080,15 +1080,15 @@ msgstr ""
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr ""
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1155,10 +1155,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr ""
@@ -1191,24 +1191,24 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1225,6 +1225,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Is neamhbhailí an t-óstainm an URI '%s'"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1242,7 +1251,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1252,7 +1261,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1260,7 +1269,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Ainm comhaid %s neamhbhailí"
@@ -1577,38 +1586,38 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
#, fuzzy
msgid "name"
msgstr "Gan ainm"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "Is neamhbhailí an t-óstainm an URI '%s'"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
#, fuzzy
msgid "names"
msgstr "Gan ainm"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1626,7 +1635,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 9e094e008..1f5af0c8a 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gl\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-08 15:04+0200\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-08-08 15:04+0200\n"
"Last-Translator: Ignacio Casal Quinteiro <icq@svn.gnome.org>\n"
"Language-Team: Galego <proxecto@trasno.net>\n"
@@ -21,302 +21,301 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:733 ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899 ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
+#: glib/gbookmarkfile.c:946
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Atributo '%s' inesperado para o elemento '%s'"
-#: ../glib/gbookmarkfile.c:744 ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833 ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
+#: glib/gbookmarkfile.c:957
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Non se localizou o atributo '%s' do elemento '%s'"
-#: ../glib/gbookmarkfile.c:1127 ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
+#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Etiqueta '%s' inesperada, esperábase a etiqueta '%s'"
-#: ../glib/gbookmarkfile.c:1152 ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234 ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
+#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Etiqueta '%s' inesperada dentro de '%s'"
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1814
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Non se puido localizar un ficheiro de marcadores válido nos directorios de "
"datos"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:2015
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Xa existe un marcador para o URI '%s'"
-#: ../glib/gbookmarkfile.c:2061 ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304 ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469 ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630 ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751 ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974 ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240 ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494 ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
+#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
+#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
+#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
+#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
+#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
+#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
+#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
+#: glib/gbookmarkfile.c:3712
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Non se encontrou ningún marcador para o URI '%s'"
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2393
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Non hai ningún tipo MIME definido no marcador para o URI '%s'"
-#: ../glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2478
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Non se definiu ningún flag privado no marcador para o URI '%s'"
-#: ../glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2857
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Non existe ningún grupo definido no marcador para o URI '%s'"
-#: ../glib/gbookmarkfile.c:3258 ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Ningunha aplicación denominada '%s' rexistrou un marcador para '%s'"
-#: ../glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3438
#, 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:2216 ../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:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
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:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
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:1737
+#: glib/gconvert.c:1737
#, 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:1747
+#: glib/gconvert.c:1747
#, 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:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "O URI '%s' non é válido"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, 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:1792
+#: glib/gconvert.c:1792
#, 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:1887
+#: glib/gconvert.c:1887
#, 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:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "O nome do host non é válido"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Erro ao abrir o directorio '%s': %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "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:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "O ficheiro \"%s\" é demasiado longo"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Fallo ao ler desde o ficheiro '%s': %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Fallo ao abrir o ficheiro '%s': %s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Fallo ao obter os atributos do ficheiro '%s': fstat() fallou: %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Fallo ao abrir o ficheiro '%s': fdopen() fallou: %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, 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:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Fallo ao crear o ficheiro '%s': %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, 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:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Fallo ao escribir o ficheiro '%s': fwrite() fallou: %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Fallo ao pechar o ficheiro '%s': fclose() fallou: %s"
-#: ../glib/gfileutils.c:1123
+#: glib/gfileutils.c:1123
#, 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:1367
+#: glib/gfileutils.c:1367
#, 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:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "O modelo '%s' non contén XXXXXX"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Fallo ao ler a ligazón simbólica '%s': %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
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
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:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr " Datos restantes non convertidos no búfer de lectura"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "O canal remata nun carácter parcial"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
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:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "Erro na liña %d carácter %d:"
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "Erro na liña %d: %s"
-#: ../glib/gmarkup.c:483
+#: glib/gmarkup.c:483
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:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -327,17 +326,17 @@ msgstr ""
"comeza unha entidade; se non se quere que sexa unha entidade escriba o & "
"como &amp;"
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, 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:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Non se coñece o nome de entidade '%s'"
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -345,7 +344,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:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -354,16 +353,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:653
+#: glib/gmarkup.c:650
#, 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:668
+#: glib/gmarkup.c:665
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:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -373,32 +372,32 @@ msgstr ""
"utilizou un carácter & sen intención de comezar unha entidade - escape o & "
"como &amp;"
-#: ../glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Referencia de entidade sen terminar"
-#: ../glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Referencia de carácter sen terminar"
-#: ../glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Texto codificado en UTF-8 non válido - secuencia demasiado longa"
-#: ../glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
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:1120
+#: glib/gmarkup.c:1117
#, 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:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "O documento debe comezar cun elemento (por exemplo <book>)"
-#: ../glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -407,7 +406,7 @@ msgstr ""
"'%s' non é un carácter válido despois dun carácter '<'; non pode iniciar un "
"nome de elemento"
-#: ../glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -416,7 +415,7 @@ msgstr ""
"Carácter estraño '%s', esperábase un carácter '>' para pechar a etiqueta de "
"fin do elemento '%s'"
-#: ../glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -424,7 +423,7 @@ msgstr ""
"Carácter estraño '%s', esperábase un '=' despois do nome do atributo '%s' do "
"elemento '%s'"
-#: ../glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -435,7 +434,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:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -444,7 +443,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:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -453,7 +452,7 @@ msgstr ""
"'%s' non é un carácter válido despois dos caracteres '</'; '%s' non pode "
"comezar o nome dun elemento"
-#: ../glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -462,25 +461,25 @@ msgstr ""
"'%s' non é un carácter válido despois do nome de elemento de peche '%s'; o "
"carácter permitido é '>'"
-#: ../glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, 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:1685
+#: glib/gmarkup.c:1682
#, 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:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "O documento estaba baleiro ou só contiña espazos en branco"
-#: ../glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "O documento terminou inesperadamente despois dun símbolo menor que '<'"
-#: ../glib/gmarkup.c:1870 ../glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -489,7 +488,7 @@ msgstr ""
"O documento terminou inesperadamente con elementos aínda abertos - '%s' foi "
"o último elemento aberto"
-#: ../glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -498,21 +497,21 @@ msgstr ""
"O documento terminou inesperadamente, esperábase ver un símbolo maior que "
"'>' que pechase a etiqueta <%s/>"
-#: ../glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "O documento terminou inesperadamente dentro dun nome de elemento"
-#: ../glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "O documento terminou inesperadamente dentro dun nome de atributo"
-#: ../glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"O documento terminou inesperadamente dentro dunha etiqueta de comezo de "
"elemento"
-#: ../glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -520,403 +519,401 @@ msgstr ""
"O documento terminou inesperadamente despois do signo igual que segue a un "
"nome de atributo; non hai valor de atributo"
-#: ../glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "O documento terminou inesperadamente dentro dun valor de atributo"
-#: ../glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, 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:1930
+#: glib/gmarkup.c:1927
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:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
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
msgid "Text was empty (or contained only whitespace)"
msgstr "O texto estaba baleiro (ou só contiña espazos en branco)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "Fallo ao ler datos desde un proceso fillo"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Fallo ao crear a canalización para comunicarse co proceso fillo (%s)"
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Fallo ao ler desde a canalización filla (%s)"
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Fallo ao cambiar ao directorio '%s' (%s)"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Fallo ao executar o proceso fillo (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "Nome de programa non válido: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Cadea non válida no vector de argumento en %d: %s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Cadea non válida no contorno: %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "Directorio de traballo non válido: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Fallo ao executar o programa asistente (%s)"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -924,138 +921,138 @@ msgstr ""
"Erro inesperado en g_io_channel_win32_poll() ao ler datos desde un proceso "
"fillo"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Fallo ao ler datos desde un proceso fillo (%s)"
-#: ../glib/gspawn.c:325
+#: glib/gspawn.c:325
#, 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:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Erro inesperado en waitpid() (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "Fallo ao facer fork (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Fallo ao executar o proceso fillo \"%s\" (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, 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:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Fallo ao facer fork ao proceso fillo (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Erro descoñecido ao executar o proceso fillo \"%s\""
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, 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:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Secuencia non válida na entrada da conversión"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
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
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
msgid "Not a regular file"
msgstr "Non é un ficheiro normal"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
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"
@@ -1063,50 +1060,50 @@ 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
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:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "O ficheiro chave non ten un grupo '%s'"
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "O ficheiro chave non ten a chave '%s'"
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "O ficheiro chave contén a chave '%s' co valor '%s' que non é UTF-8"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
"O ficheiro chave contén a chave '%s' que ten un valor que non pode ser "
"interpretado."
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1115,122 +1112,119 @@ msgstr ""
"O ficheiro chave contén a chave '%s' no grupo '%s' que ten un valor que non "
"pode ser interpretado."
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "O ficheiro chave non ten a chave '%s' no grupo '%s'"
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
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:3496
+#: glib/gkeyfile.c:3496
#, 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:3638
+#: glib/gkeyfile.c:3638
#, 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:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "O valor enteiro '%s' está fóra do intervalo"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, 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:3709
+#: glib/gkeyfile.c:3709
#, 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:485 ../gio/ginputstream.c:187
-#: ../gio/ginputstream.c:319 ../gio/ginputstream.c:560
-#: ../gio/ginputstream.c:685 ../gio/goutputstream.c:195
-#: ../gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "O valor de contaxe pasado a %s é demasiado longo"
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:895
-#: ../gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "O fluxo xa se pechou"
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "A operación foi cancelada"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Tipo descoñecido"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "tipo de ficheiro %s"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "tipo %s"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "Final de fluxo inesperadamente prematuro"
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Sen nome"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "O ficheiro de escritorio non especificou o campo Exec"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "Imposible encontrar a terminal requerida pola aplicación"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, 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:1136
+#: gio/gdesktopappinfo.c:1136
#, 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:1475
+#: gio/gdesktopappinfo.c:1475
#, 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:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "Definición personalizada para %s"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "a unidade non implementa a expulsión"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "a unidade non implementa o sondeo para medios"
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2682 ../gio/gfile.c:2733
-#: ../gio/gfile.c:2861 ../gio/gfile.c:2901 ../gio/gfile.c:3228
-#: ../gio/gfile.c:3630 ../gio/gfile.c:3714 ../gio/gfile.c:3797
-#: ../gio/gfile.c:3877 ../gio/gfile.c:4207
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operación non soportada"
@@ -1242,87 +1236,87 @@ 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:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "O punto de montaxe contido non existe"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "Non se pode copiar sobre o directorio"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "Non se pode copiar directorio sobre directorio"
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "O ficheiro destino existe"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "Non se pode copiar o directorio recursivamente"
-#: ../gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "O valor da ligazón dada non é válido"
-#: ../gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Non se soporta o lixo"
-#: ../gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Os nomes de ficheiro non poden conter '%c'"
-#: ../gio/gfile.c:4975 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "o volume non implementa montado"
-#: ../gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Non hai ningunha aplicación rexistrada para manexar este ficheiro"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "O enumerador está pechado"
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "O enumerador do ficheiro ten unha operación excepcional"
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "O enumerador do ficheiro xa está pechado"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "ficheiro"
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr "O fichiero contendo a icona"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "O fluxo non soporta query_info"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "Non se permite buscar no fluxo"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "Non se permite truncar no fluxo de entrada"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "Non se soporta truncar no fluxo"
-#: ../gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "O fluxo de entrada non implementa a lectura"
@@ -1332,363 +1326,363 @@ 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:905 ../gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "O fluxo ten unha operación excepcional"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
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:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Nome de ficheiro inválido %s"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Erro ao obter a información do sistema de ficheiros: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "Non se pode renomear o directorio raíz"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "Non se pode renomear o ficheiro, o ficheiro xa existe"
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
msgid "Invalid filename"
msgstr "Nome de ficheiro inválido"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "Erro ao renomear o ficheiro: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "Erro ao abrir o ficheiro: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "Non se pode abrir o directorio"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "Non se pode eliminar o ficheiro: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "Non se pode mover ao lixo o ficheiro: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Non se pode crear o directorio do lixo %s: %s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "Non se pode encontrar o directorio superior para o lixo"
-#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "Non se pode encontrar ou crear o directorio do lixo"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, 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:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "Non se pode mover ao lixo o ficheiro: %s"
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "Erro ao crear o directorio: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Erro ao crear a ligazón: %s"
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "Erro ao mover o ficheiro: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "Non se pode mover o directorio sobre un directorio"
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
msgid "Backup file creation failed"
msgstr "Fallou a creación do ficheiro de seguranza"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "Erro ao eliminar o ficheiro obxectivo: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "Non se soporta mover ficheiros entre puntos de montaxe"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "O valor do atributo debe ser non nulo1"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "Tipo de atributo inválido (esperábase unha cadea)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "Nome extendido do atributo inválido"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Erro ao establecer o atributo extendido '%s': %s"
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Erro ao iniciar o ficheiro '%s': %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (codificación inválida)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Erro ao iniciar o descritor de ficheiro: %s"
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tipo de atributo inválido (esperábase uint32)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tipo de atributo inválido (esperábase uint64)"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Tipo de atributo inválido (esperábase cadea de bytes)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "Erro ao establecer os permisos: %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "Erro ao establecer o propietario: %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "a ligazón non debe ser nula"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "Erro ao establecer a ligazón: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
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:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "O contexto SELinux non debe ser nulo"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Erro ao establecer o contexto SELinux: %s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "SELinux non está activado neste sistema"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, 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:198
+#: gio/glocalfilemonitor.c:198
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
msgid "Target file is a directory"
msgstr "O ficheiro destino é un directorio"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
msgid "Target file is not a regular file"
msgstr "O ficheiro destino non é un ficheiro regular"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
msgid "The file was externally modified"
msgstr "O ficheiro foi modificado externamente"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "Proporcionouse un GSeekType inválido"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "Petición de busca inválida"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "Non se pode truncar GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "Alcanzouse o límite máximo do array de datos"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "O fluxo de saída da memoria non é redimensionable"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
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:360
+#: gio/gmount.c:360
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:435
+#: gio/gmount.c:435
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:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "a montaxe non implementa o remontado"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "a montaxe non implementa o tipo de contido de invitado"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr "a montaxe non implementa o tipo de contido síncrono de invitado"
-#: ../gio/goutputstream.c:204 ../gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "O fluxo de saída non implementa a escritura"
-#: ../gio/goutputstream.c:365 ../gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "O fluxo de orixe xa está pechado"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "nome"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "O nome da icona"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "nomes"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Unha matriz contendo nomes de iconas"
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "usar valores predeterminados de reserva"
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1697,61 +1691,61 @@ msgstr ""
"nos caracteres '-'. Se se proporcionan varios nomes ignoraranse despois do "
"primeiro."
-#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "Erro ao ler de unix: %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "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:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "Erro ao escribir a unix: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "o volume non implementa a expulsión"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
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
msgid "URIs not supported"
msgstr "Non se soportan URIs"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
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
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 95405b2ee..90c4770af 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.gu\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -109,8 +109,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' માંથી '%s' માટેનો પરીવર્તક ખોલી શકતો નથી"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "રુપાંતર ઈનપુટની બાઇડ શ્રેણી અપ્રમાણીત છે"
@@ -120,8 +120,8 @@ msgstr "રુપાંતર ઈનપુટની બાઇડ શ્રેણ
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "ઈનપુટ ના છેડા પર અપૂર્ણ અક્ષર શ્રેણી છે"
@@ -352,16 +352,16 @@ msgstr ""
"'%-.*s' નું પદચ્છેદન કરવામાં નિષ્ફળ, કે જે અક્ષર સંદર્ભમાં અંક હોવો જોઈએ (&#234; ઉદાહરણ "
"તરીકે) - કદાચ અંક ખૂબ લાંબો હોય"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "અક્ષર સંદર્ભ '%-.*s' પરવાનગી આપેલ અક્ષરને એનકોડ કરતો નથી"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ખાલી અક્ષર સંદર્ભ; સંખ્યા જેવી કે &#454; ને સમાવતી હોવી જોઇએ "
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -370,52 +370,52 @@ msgstr ""
"અક્ષર સંદર્ભ અર્ધવિરામ થી અંત થતો નથી; તમે વસ્તુ શરુ કરવા એમપરસંડ અક્ષર ને વાપરો એમપરસંડ "
"ને &amp; તરીકે લો"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "અપુર્ણ વસ્તુ સંદર્ભ "
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "અપુર્ણ અક્ષર સંદર્ભ "
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "અયોગ્ય UTF-8 સંગ્રહપદ્ધતિવાળું લખાણ - overlong ક્રમ"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "અયોગ્ય UTF-8 સંગ્રપદ્ધતિવાળું લખાણ - સ્ટાર અક્ષર નથી"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "અયોગ્ય UTF-8 સંગ્રહપદ્ધતિવાળું લખાણ - માન્ય '%s' નથી"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "દસ્તાવેજ કોઈ વસ્તુ સાથે શરુ થાય તે જરુરી છે(ઉદાહરણ <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'%s' એ '<' અક્ષર પછી આવતો યોગ્ય અક્ષર નથી; તે કોઈ વસ્તુના નામથી શરુ થતુ નથી"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr "અસંગત અક્ષર '%s', વસ્તુ '%s' ની શરુઆત ટેગ ને સમાપ્ત કરવા '>' અક્ષર ની આશા છે"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "અસંગત અક્ષર '%s', '%s' વસ્તુના '%s' લાક્ષણિકતા નામ પછી '=' જરુરી છે"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, 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:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -434,46 +434,46 @@ msgstr ""
"અસંગત અક્ષર '%s, '%s' વસ્તુ માટે '%s' લાક્ષણિકતાના મુલ્ય આપતી વખતે બરાબરની નિશાની "
"પછી શરુ થતો અવતરણ ચિહ્ન જરુરી છે"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr "'%s' એ '<' અક્ષર પછીનો યોગ્ય અક્ષર નથી ; '%s' ક્દાચ વસ્તુ નામ સાથે શરુ થતુ નથી"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "'%s' એ '%s' વસ્તુનામ પછીનો બંધ કરવાનો યોગ્ય અક્ષર નથી; '>' એ યોગ્ય અક્ષર છે. "
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' વસ્તુ બંધ હતી, અત્યારે એક પણ વસ્તુ ખુલ્લી નથી"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' વસ્તુ બંધ હતી, પણ અત્યારે '%s'એ ખુલ્લી વસ્તુ છે"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "દસ્તાવેજ ખાલી છે અથવા ફક્ત ખાલી જ્ગ્યા ધરાવે છે"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "'<' ચિન્હ વાપરતા પછી દસ્તાવેજનો અણધારી રીતે અંત આવે છે"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "વસ્તુ ખુલ્લી હોવા છતાં દસ્તાવેજનો અણધારી રીતે અંત આવે છે- છેલ્લે ખોલેલ વસ્તુ '%s' છે"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -482,19 +482,19 @@ msgstr ""
"દસ્તાવેજનો અણધારી રીતે અંત થાય છે, તે અંતિમ ટેગ <%s/> માં કૌંસને બંધ કરતુ ખૂણાનુ ચિન્હ "
"જોવા માગે છે"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "વસ્તુ નામની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "લાક્ષણિકતાના નામની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "વસ્તુની શરુઆતની ટેગમા દસ્તાવેજનો અણધારી રીતે અંત થાય છે"
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -502,16 +502,16 @@ msgstr ""
"લાક્ષણિકતા નામ પછીની બરાબરની નિશાની પછી દસ્તાવેજ નો અણધારી રીતે અંત થાય છે. "
"લાક્ષણિકતાના મુલ્ય નથી"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "લાક્ષણિકતા મુલ્ય અંદર હોવા છતાં દસ્તાવેજ નો અણધારી રીતે અંત થાય છે"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "'%s' વસ્તુના બંદ ટેગની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ટિપ્પણી અથવા પ્રક્રિયા સુચનાની અંદર અણધારી રીતે દસ્તાવેજનો અંત થાય છે"
@@ -937,16 +937,16 @@ msgstr "\"%s\" બાળપ્રક્રિયા ચલાવતી વખત
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "(%s)બાળ pid પાઈપમાંથી જરુરી માહિતી વાંચવામાં નિષ્ફળ"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "અક્ષર UTF-૮ ની સીમાની બહાર"
-#: 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "પરીવર્તિત ઈનપુટની અંદર અયોગ્ય શ્રેણી"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "UTF-૧૬ ની સીમાની બહાર નો અક્ષર"
@@ -1111,15 +1111,15 @@ msgstr "કિંમત '%s' એ અપૂર્ણાંક સંખ્યા
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "કિંમત '%s' બુલિયન તરીકે ઈન્ટરપ્રીટ કરી શકાતું નથી."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "%s ને ખૂબ મોટી ગણક કિંમત પસાર કરેલ છે"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "સ્ટ્રીમ પહેલાથી જ બંધ થઈ ગયેલ છે"
@@ -1186,10 +1186,10 @@ msgid "drive doesn't implement polling for media"
msgstr "ડ્રાઈવ મીડિયા માટે પોલીંગને અમલમાં મૂકતું નથી"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "પ્રક્રિયા આધારભૂત નથી"
@@ -1222,24 +1222,24 @@ msgstr "લક્ષ્ય ફાઈલ અસ્તિત્વમાં નથ
msgid "Can't recursively copy directory"
msgstr "પુનરાવર્તિત રીતે ડિરેક્ટરીની નકલ કરી શકતા નથી"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "અયોગ્ય સાંકેતિક કડી કિંમત અપાયેલ છે"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "કચરાપેટી આધારભૂત નથી"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ફાઈલ નામો '%c' સમાવી શકતા નથી"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "વોલ્યુમ માઉન્ટ અમલમાં મૂકતું નથી"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "આ ફાઈલ સંભાળવા માટે કોઈ કાર્યક્રમ રજીસ્ટર થયેલ નથી"
@@ -1256,6 +1256,15 @@ msgstr "ફાઈલ ઈન્યૂમેરેટરને ભરપૂર પ
msgid "File enumerator is already closed"
msgstr "ફાઈલ ઈન્યૂમેરેટર પહેલાથી જ બંધ થયેલ છે"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "'%s' URIનું યજમાનનુ નામ અયોગ્ય છે"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1273,7 +1282,7 @@ msgstr "ઈનપુટ સ્ટ્રીમ પર કાપવાનું
msgid "Truncate not supported on stream"
msgstr "સ્ટ્રીમ પર કાપવાનું માન્ય નથી"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "ઈનપુટ સ્ટ્રીમ વાંચનને અમલમાં મૂકતું નથી"
@@ -1283,7 +1292,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "સ્ટ્રીમને ભરપૂર પ્રક્રિયા છે"
@@ -1291,7 +1300,7 @@ msgstr "સ્ટ્રીમને ભરપૂર પ્રક્રિયા
msgid "Unable to find default local directory monitor type"
msgstr "મૂળભૂત સ્થાનિક ડિરેક્ટરી મોનીટર પ્રકાર શોધવામાં અસમર્થ"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "અયોગ્ય ફાઈલનામ %s"
@@ -1609,38 +1618,38 @@ msgstr "માઉન્ટ એ અનમાઉન્ટને અમલમાં
msgid "mount doesn't implement synchronous content type guessing"
msgstr "માઉન્ટ એ અનમાઉન્ટને અમલમાં મૂકતું નથી"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "આઉટપુટ સ્ટ્રીમ લેખનને અમલમાં મૂકતું નથી"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "સ્રોત સ્ટ્રીમ પહેલાથી જ બંધ થઈ ગયેલ છે"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
#, fuzzy
msgid "name"
msgstr "શીર્ષકવીહિન"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "'%s' URIનું યજમાનનુ નામ અયોગ્ય છે"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
#, fuzzy
msgid "names"
msgstr "શીર્ષકવીહિન"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1658,7 +1667,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 0d3903d62..de3cf93fb 100644
--- a/po/he.po
+++ b/po/he.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.he\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-07 19:45+0000\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2006-04-27 18:48+0300\n"
"Last-Translator: Yair Hershkovitz <yairhr@gmail.com>\n"
"Language-Team: Hebrew <he@li.org>\n"
@@ -21,298 +21,297 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:733 ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899 ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
+#: glib/gbookmarkfile.c:946
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Unexpected attribute '%s' for element '%s'"
-#: ../glib/gbookmarkfile.c:744 ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833 ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
+#: glib/gbookmarkfile.c:957
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Attribute '%s' of element '%s' not found"
-#: ../glib/gbookmarkfile.c:1127 ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
+#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Unexpected tag '%s', tag '%s' expected"
-#: ../glib/gbookmarkfile.c:1152 ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234 ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
+#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Unexpected tag '%s' inside '%s'"
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1814
msgid "No valid bookmark file found in data dirs"
msgstr "No valid bookmark file found in data dirs"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:2015
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "A bookmark for URI '%s' already exists"
-#: ../glib/gbookmarkfile.c:2061 ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304 ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469 ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630 ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751 ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974 ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240 ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494 ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
+#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
+#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
+#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
+#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
+#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
+#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
+#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
+#: glib/gbookmarkfile.c:3712
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "No bookmark found for URI '%s'"
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2393
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "No MIME type defined in the bookmark for URI '%s'"
-#: ../glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2478
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "No private flag has been defined in bookmark for URI '%s'"
-#: ../glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2857
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "No groups set in bookmark for URI '%s'"
-#: ../glib/gbookmarkfile.c:3258 ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "No application with name '%s' registered a bookmark for '%s'"
-#: ../glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3438
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Failed to expand exec line '%s' with URI '%s'"
# *** This file should not be translated to hebrew, please only copy the english text ***
# *** Old hebrew ranslation is commented for backup sake ***
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Conversion from character set '%s' to '%s' is not supported"
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Could not open converter from '%s' to '%s'"
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2216 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Invalid byte sequence in conversion input"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "Error during conversion: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Partial character sequence at end of input"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Cannot convert fallback '%s' to codeset '%s'"
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "The URI '%s' is not an absolute URI using the \"file\" scheme"
-#: ../glib/gconvert.c:1747
+#: glib/gconvert.c:1747
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "The local file URI '%s' may not include a '#'"
-#: ../glib/gconvert.c:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "The URI '%s' is invalid"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "The hostname of the URI '%s' is invalid"
-#: ../glib/gconvert.c:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "The URI '%s' contains invalidly escaped characters"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "The pathname '%s' is not an absolute path"
-#: ../glib/gconvert.c:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "Invalid hostname"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Error opening directory '%s': %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Could not allocate %lu bytes to read file \"%s\""
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Error reading file '%s': %s"
-#: ../glib/gfileutils.c:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "File \"%s\" is too large"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Failed to read from file '%s': %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Failed to open file '%s': %s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Failed to get attributes of file '%s': fstat() failed: %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Failed to open file '%s': fdopen() failed: %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Failed to rename file '%s' to '%s': g_rename() failed: %s"
-#: ../glib/gfileutils.c:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Failed to create file '%s': %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Failed to open file '%s' for writing: fdopen() failed: %s"
-#: ../glib/gfileutils.c:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Failed to write file '%s': fwrite() failed: %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Failed to close file '%s': fclose() failed: %s"
-#: ../glib/gfileutils.c:1123
+#: glib/gfileutils.c:1123
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Existing file '%s' could not be removed: g_unlink() failed: %s"
-#: ../glib/gfileutils.c:1367
+#: glib/gfileutils.c:1367
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Template '%s' invalid, should not contain a '%s'"
-#: ../glib/gfileutils.c:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Template '%s' doesn't contain XXXXXX"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Failed to read the symbolic link '%s': %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
msgid "Symbolic links not supported"
msgstr "Symbolic links not supported"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Could not open converter from '%s' to '%s': %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Can't do a raw read in g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "Left over unconverted data in read buffer"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "Channel terminates in a partial character"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Can't do a raw read in g_io_channel_read_to_end"
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "Failed to open file '%s': open() failed: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Failed to map file '%s': mmap() failed: %s"
-#: ../glib/gmarkup.c:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "Error on line %d char %d: "
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "Error on line %d: %s"
-#: ../glib/gmarkup.c:483
+#: glib/gmarkup.c:483
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
-#: ../glib/gmarkup.c:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -323,17 +322,17 @@ msgstr ""
"begins an entity; if this ampersand isn't supposed to be an entity, escape "
"it as &amp;"
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Character '%s' is not valid inside an entity name"
-#: ../glib/gmarkup.c:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entity name '%s' is not known"
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -341,7 +340,7 @@ msgstr ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
-#: ../glib/gmarkup.c:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -350,16 +349,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:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Character reference '%-.*s' does not encode a permitted character"
-#: ../glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Empty character reference; should include a digit such as &#454;"
-#: ../glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -369,32 +368,32 @@ msgstr ""
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
-#: ../glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Unfinished entity reference"
-#: ../glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Unfinished character reference"
-#: ../glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Invalid UTF-8 encoded text - overlong sequence"
-#: ../glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Invalid UTF-8 encoded text - not a start char"
-#: ../glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Invalid UTF-8 encoded text - not valid '%s'"
-#: ../glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Document must begin with an element (e.g. <book>)"
-#: ../glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -404,7 +403,7 @@ msgstr ""
"element name"
# c-format
-#: ../glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -413,14 +412,14 @@ msgstr ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
-#: ../glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
-#: ../glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -431,7 +430,7 @@ msgstr ""
"element '%s', or optionally an attribute; perhaps you used an invalid "
"character in an attribute name"
-#: ../glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -440,7 +439,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:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -449,7 +448,7 @@ msgstr ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
-#: ../glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -458,25 +457,25 @@ msgstr ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
-#: ../glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' was closed, no element is currently open"
-#: ../glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' was closed, but the currently open element is '%s'"
-#: ../glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Document was empty or contained only whitespace"
-#: ../glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Document ended unexpectedly just after an open angle bracket '<'"
-#: ../glib/gmarkup.c:1870 ../glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -485,7 +484,7 @@ msgstr ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
-#: ../glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -494,19 +493,19 @@ msgstr ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
-#: ../glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Document ended unexpectedly inside an element name"
-#: ../glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Document ended unexpectedly inside an attribute name"
-#: ../glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Document ended unexpectedly inside an element-opening tag."
-#: ../glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -514,392 +513,390 @@ msgstr ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
-#: ../glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Document ended unexpectedly while inside an attribute value"
-#: ../glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Document ended unexpectedly inside the close tag for element '%s'"
-#: ../glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Document ended unexpectedly inside a comment or processing instruction"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "corrupted object"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "internal error or corrupted object"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "out of memory"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "backtracking limit reached"
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
msgid "the pattern contains items not supported for partial matching"
msgstr "the pattern contains items not supported for partial matching"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
msgid "internal error"
msgstr "internal error"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr "back references as conditions are not supported for partial matching"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "recursion limit reached"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "workspace limit for empty substrings reached"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "invalid combination of newline flags"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "unknown error"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ at end of pattern"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c at end of pattern"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "unrecognized character follows \\"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "numbers out of order in {} quantifier"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "number too big in {} quantifier"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "missing terminating ] for character class"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "invalid escape sequence in character class"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "range out of order in character class"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "nothing to repeat"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "unrecognized character after (?"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "unrecognized character after (?<"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "unrecognized character after (?P"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "POSIX named classes are supported only within a class"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "missing terminating )"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") without opening ("
#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
#. * sequences here, '(?-54' would be an example for the second group.
#.
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
msgid "(?R or (?[+-]digits must be followed by )"
msgstr "(?R or (?[+-]digits must be followed by )"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "reference to non-existent subpattern"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "missing ) after comment"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "regular expression too large"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "failed to get memory"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "lookbehind assertion is not fixed length"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "malformed number or name after (?("
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "conditional group contains more than two branches"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "assertion expected after (?("
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "unknown POSIX class name"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "POSIX collating elements are not supported"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "character value in \\x{...} sequence is too large"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "invalid condition (?(0)"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "\\C not allowed in lookbehind assertion"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "recursive call could loop indefinitely"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "missing terminator in subpattern name"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "two named subpatterns have the same name"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "malformed \\P or \\p sequence"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "unknown property name after \\P or \\p"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "subpattern name is too long (maximum 32 characters)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "too many named subpatterns (maximum 10,000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "octal value is greater than \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "DEFINE group contains more than one branch"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "repeating a DEFINE group is not allowed"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "inconsistent NEWLINE options"
-#: ../glib/gregex.c:333
+#: glib/gregex.c:333
msgid ""
"\\g is not followed by a braced name or an optionally braced non-zero number"
msgstr ""
"\\g is not followed by a braced name or an optionally braced non-zero number"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "unexpected repeat"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "code overflow"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "overran compiling workspace"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "previously-checked referenced subpattern not found"
-#: ../glib/gregex.c:526 ../glib/gregex.c:1593
+#: glib/gregex.c:526 glib/gregex.c:1593
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Error while matching regular expression %s: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "PCRE library is compiled without UTF8 support"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "PCRE library is compiled without UTF8 properties support"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Error while compiling regular expression %s at char %d: %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Error while optimizing regular expression %s: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "hexadecimal digit or '}' expected"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "hexadecimal digit expected"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "missing '<' in symbolic reference"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "unfinished symbolic reference"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "zero-length symbolic reference"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "digit expected"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "illegal symbolic reference"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "stray final '\\'"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "unknown escape sequence"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Error while parsing replacement text \"%s\" at char %lu: %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Quoted text doesn't begin with a quotation mark"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Unmatched quotation mark in command line or other shell-quoted text"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Text ended just after a '\\' character. (The text was '%s')"
-#: ../glib/gshell.c:545
+#: glib/gshell.c:545
#, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "Text ended before matching quote was found for %c. (The text was '%s')"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
msgid "Text was empty (or contained only whitespace)"
msgstr "Text was empty (or contained only whitespace)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "Failed to read data from child process"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Failed to create pipe for communicating with child process (%s)"
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Failed to read from child pipe (%s)"
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Failed to change to directory '%s' (%s)"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Failed to execute child process (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "Invalid program name: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Invalid string in argument vector at %d: %s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Invalid string in environment: %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "Invalid working directory: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Failed to execute helper program (%s)"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -907,184 +904,184 @@ msgstr ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Failed to read data from child process (%s)"
-#: ../glib/gspawn.c:325
+#: glib/gspawn.c:325
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Unexpected error in select() reading data from a child process (%s)"
-#: ../glib/gspawn.c:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Unexpected error in waitpid() (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "Failed to fork (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Failed to execute child process \"%s\" (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Failed to redirect output or input of child process (%s)"
-#: ../glib/gspawn.c:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Failed to fork child process (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Unknown error executing child process \"%s\""
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Failed to read enough data from child pid pipe (%s)"
-#: ../glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Invalid sequence in conversion input"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Character out of range for UTF-16"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Usage:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[OPTION...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Help Options:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Show help options"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Show all help options"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Application Options:"
-#: ../glib/goption.c:849 ../glib/goption.c:919
+#: glib/goption.c:849 glib/goption.c:919
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "Cannot parse integer value '%s' for %s"
-#: ../glib/goption.c:859 ../glib/goption.c:927
+#: glib/goption.c:859 glib/goption.c:927
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "Integer value '%s' for %s out of range"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Cannot parse double value '%s' for %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "Double value '%s' for %s out of range"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Error parsing option %s"
-#: ../glib/goption.c:1260 ../glib/goption.c:1371
+#: glib/goption.c:1260 glib/goption.c:1371
#, c-format
msgid "Missing argument for %s"
msgstr "Missing·argument·for·%s"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Unknown option %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
msgid "Valid key file could not be found in search dirs"
msgstr "Valid key file could not be found in search dirs"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
msgid "Not a regular file"
msgstr "Not a regular file"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
msgid "File is empty"
msgstr "File is empty"
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
#, c-format
msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
msgstr ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Invalid group name: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
msgid "Key file does not start with a group"
msgstr "Key file does not start with a group"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Invalid key name: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Key file contains unsupported encoding '%s'"
-#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Key file does not have group '%s'"
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Key file does not have key '%s'"
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "Key file contains key '%s' with value '%s' which is not UTF-8"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "Key file contains key '%s' which has value that cannot be interpreted."
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1093,122 +1090,119 @@ msgstr ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
"interpreted."
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Key file does not have key '%s' in group '%s'"
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
msgid "Key file contains escape character at end of line"
msgstr "Key file contains escape character at end of line"
-#: ../glib/gkeyfile.c:3496
+#: glib/gkeyfile.c:3496
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Key file contains invalid escape sequence '%s'"
-#: ../glib/gkeyfile.c:3638
+#: glib/gkeyfile.c:3638
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Value '%s' cannot be interpreted as a number."
-#: ../glib/gkeyfile.c:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Integer value '%s' out of range"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Value '%s' cannot be interpreted as a float number."
-#: ../glib/gkeyfile.c:3709
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Value '%s' cannot be interpreted as a boolean."
-#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:187
-#: ../gio/ginputstream.c:319 ../gio/ginputstream.c:560
-#: ../gio/ginputstream.c:685 ../gio/goutputstream.c:195
-#: ../gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Too large count value passed to %s"
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:895
-#: ../gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Stream is already closed"
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Operation was cancelled"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Unknown type"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "%s filetype"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "%s type"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "Unexpected early end-of-stream"
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Unnamed"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "Desktop file didn't specify Exec field"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "Unable to find terminal required for application"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Can't create user application configuration folder %s: %s"
-#: ../gio/gdesktopappinfo.c:1136
+#: gio/gdesktopappinfo.c:1136
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Can't create user MIME configuration folder %s: %s"
-#: ../gio/gdesktopappinfo.c:1475
+#: gio/gdesktopappinfo.c:1475
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Can't create user desktop file %s"
-#: ../gio/gdesktopappinfo.c:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "Custom definition for %s"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "drive doesn't implement eject"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "drive doesn't implement polling for media"
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2682 ../gio/gfile.c:2733
-#: ../gio/gfile.c:2861 ../gio/gfile.c:2901 ../gio/gfile.c:3228
-#: ../gio/gfile.c:3630 ../gio/gfile.c:3714 ../gio/gfile.c:3797
-#: ../gio/gfile.c:3877 ../gio/gfile.c:4207
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operation not supported"
@@ -1220,88 +1214,88 @@ msgstr "Operation not supported"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "Containing mount does not exist"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "Can't copy over directory"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "Can't copy directory over directory"
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "Target file exists"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "Can't recursively copy directory"
-#: ../gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Invalid symlink value given"
-#: ../gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Trash not supported"
-#: ../gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "File names cannot contain '%c'"
-#: ../gio/gfile.c:4975 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "volume doesn't implement mount"
-#: ../gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "No application is registered as handling this file"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "Enumerator is closed"
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "File enumerator has outstanding operation"
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "File enumerator is already closed"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr ""
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
#, fuzzy
msgid "The file containing the icon"
msgstr "An array containing the icon names"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "Stream doesn't support query_info"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "Seek not supported on stream"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "Truncate not allowed on input stream"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "Truncate not supported on stream"
-#: ../gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Input stream doesn't implement read"
@@ -1311,360 +1305,360 @@ 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:905 ../gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Stream has outstanding operation"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
msgid "Unable to find default local directory monitor type"
msgstr "Unable to find default local directory monitor type"
-#: ../gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Invalid filename %s"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Error getting filesystem info: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "Can't rename root directory"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "Can't rename file, filename already exist"
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
msgid "Invalid filename"
msgstr "Invalid filename"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "Error renaming file: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "Error opening file: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "Can't open directory"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "Error removing file: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "Error trashing file: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Unable to create trash dir %s: %s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "Unable to find toplevel directory for trash"
-#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "Unable to find or create trash directory"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Unable to create trashing info file: %s"
-#: ../gio/glocalfile.c:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "Unable to trash file: %s"
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "Error creating directory: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Error making symbolic link: %s"
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "Error moving file: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "Can't move directory over directory"
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
msgid "Backup file creation failed"
msgstr "Backup file creation failed"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "Error removing target file: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "Move between mounts not supported"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "Attribute value must be non-NULL"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "Invalid attribute type (string expected)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "Invalid extended attribute name"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Error setting extended attribute '%s': %s"
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Error stating file '%s': %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (invalid encoding)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Error stating file descriptor: %s"
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "Invalid attribute type (uint32 expected)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "Invalid attribute type (uint64 expected)"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Invalid attribute type (byte string expected)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "Error setting permissions: %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "Error setting owner: %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "symlink must be non-NULL"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "Error setting symlink: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
msgid "Error setting symlink: file is not a symlink"
msgstr "Error setting symlink: file is not a symlink"
# c-format
-#: ../gio/glocalfileinfo.c:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "SELinux context must be non-NULL"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Error setting SELinux context: %s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "SELinux is not enabled on this system"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Setting attribute %s not supported"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c: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:198
+#: gio/glocalfilemonitor.c:198
msgid "Unable to find default local file monitor type"
msgstr "Unable to find default local file monitor type"
-#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c: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
msgid "Target file is a directory"
msgstr "Target file is a directory"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
msgid "Target file is not a regular file"
msgstr "Target file is not a regular file"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
msgid "The file was externally modified"
msgstr "The file was externally modified"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "Invalid GSeekType supplied"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "Invalid seek request"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "Cannot truncate GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "Reached maximum data array limit"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "Memory output stream not resizable"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
msgstr "Failed to resize memory output stream"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr "mount doesn't implement unmount"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr "mount doesn't implement eject"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "mount doesn't implement remount"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "mount doesn't implement content type guessing"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount doesn't implement synchronous content type guessing"
-#: ../gio/goutputstream.c:204 ../gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Output stream doesn't implement write"
-#: ../gio/goutputstream.c:365 ../gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Source stream is already closed"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "name"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "The name of the icon"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "names"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "An array containing the icon names"
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "use default fallbacks"
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1672,61 +1666,61 @@ msgstr ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
-#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "Error reading from unix: %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "Error closing unix: %s"
-#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Filesystem root"
-#: ../gio/gunixoutputstream.c:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "Error writing to unix: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "volume doesn't implement eject"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "Can't find application"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Error launching application: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
msgid "URIs not supported"
msgstr "URIs not supported"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
msgid "association changes not supported on win32"
msgstr "association changes not supported on win32"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
msgid "Association creation not supported on win32"
msgstr "Association creation not supported on win32"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "do not hide entries"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "use a long listing format"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[FILE...]"
diff --git a/po/hi.po b/po/hi.po
index 0253cf2fd..5f0ac5354 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.hi\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -107,8 +107,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' से '%s' परिवर्तक नहीं खोला जा सका"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "परिवर्तन इनपुट में अवैध बाइट अनुक्रम"
@@ -118,8 +118,8 @@ msgstr "परिवर्तन इनपुट में अवैध बा
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "इनपुट के अंत में आंशिक अक्षर अनुक्रम"
@@ -349,16 +349,16 @@ msgstr ""
"'%-.*s' के विश्लेषण करने में असफल, जो कि अक्षर संदर्भ के भीतर एक अंक होना चाहिए (उदाहरण "
"के लिए, &#234) - शायद अंक काफी बड़ा है"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "संप्रतीक संदर्भ '%-.*s' एक अनुमति प्राप्त संप्रतीक को एनकोड नहीं करता"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "रिक्त अक्षर संदर्भ, अंक जैसे &#454 सम्मिलित अवश्य होने चाहिएँ;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -368,41 +368,41 @@ msgstr ""
"अक्षर का उपयोग किया है पर एक एंटिटी को प्रारंभ करना नहीं चाहते - एम्परसेंड को एस्केप करें "
"ऐसे &amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "अपूर्ण एंटिटी संदर्भ"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "अपूर्ण अक्षर संदर्भ"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "अवैध यूटीएफ़-8 एनकोडेड पाठ"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "अवैध यूटीएफ़-8 एनकोडेड पाठ"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "अवैध यूटीएफ़-8 एनकोडेड पाठ"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "दस्तावेज़ एक अवयव के नाम से प्रारंभ होना चाहिए (उदाहरण के लिए- <पुस्तक>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "< के पश्चात आया '%s' एक वैध वर्ण नहीं है; यह अवयव नाम से प्रारंभ नहीं होता"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -410,13 +410,13 @@ msgid ""
msgstr ""
"विषम अक्षर '%s', एलिमेंट '%s' के प्रारंभ टैक को समाप्त करने हेतु प्रत्याशित था '>' अक्षर"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "विषम अक्षर '%s', प्रत्याशित है एक '=' लक्षण नाम '%s' अवयव '%s' के पश्चात्"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -426,7 +426,7 @@ msgstr ""
"'%s' विसम संप्रतीक, एक '>' या '/' संप्रतीक को '%s' तत्व के आरंभ टैग को खत्म करना "
"प्रत्याशित, या विकल्पतः एक गुण; शायद आपने गुण नाम में एक अमान्य संप्रतीक का प्रयोग किया है"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -435,7 +435,7 @@ msgstr ""
"पुराना अक्षर '%s', जब विशेषता '%s', अवयव '%s' का मान दिया जाता है तो बराबर चिह्न "
"के बाद एक खुला कोट चिह्न वांछित है"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -443,32 +443,32 @@ msgid ""
msgstr ""
"'%s' एक वैध अक्षर नहीं है अक्षर '</' के बाद; '%s' एक अवयव नाम से प्रारंभ नहीं होता"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "'%s' एक वैध अक्षर नहीं है क्लोज़ अवयव नाम '%s' के बाद; स्वीकार्य अक्षर है '>'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "अवयव '%s' बन्द था, कोई अवयव वर्तमान में खुला नहीं है"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "दस्तावेज '%s' बन्द था, परन्तु वर्तमान खुला अवयव है '%s'"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "दस्तावेज़ खाली था या उसमें सिर्फ श्वेत रिक्ति ही था"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से एक खुला एंगल ब्रेकेट '<' के पश्चात ही हो गया"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -477,7 +477,7 @@ msgstr ""
"दस्तावेज़ का अंत अप्रत्याशित रूप से अवयवों के खुला होने पर भी हो गया - '%s' अंतिम खुला हुआ "
"अवयव था"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -486,19 +486,19 @@ msgstr ""
"दस्तावेज़ का अंत अप्रत्याशित रूप से हो गया, वांछित था देखना एक क्लोज़ एंगल ब्रेकेट टैग को बन्द "
"करता हुआ <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से अवयव नाम के भीतर हो गया"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से विशेषता नाम के भीतर हो गया"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से अवयव-खोलने के टैग के भीतर हो गया."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -506,16 +506,16 @@ msgstr ""
"दस्तावेज़ का अंत अप्रत्याशित रूप से बराबर के चिह्न के बाद एक विशेषता नाम के पश्चात् हो गया; "
"कोई विशेषता मूल्य नहीं"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से विशेषता मान के भीतर हो गया"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से अवयव '%s' हेतु बन्द टैग के भीतर हो गया"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से टिप्पणी या प्रक्रिया निर्देश के भीतर हो गया"
@@ -946,16 +946,16 @@ msgstr "शिशु प्रक्रिया \"%s\" कार्यान्
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "शिशु पीआईडी पाइप (%s) से पर्याप्त डेटा पढ़ने में असफल"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "यूटीएफ-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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "परिवर्तन इनपुट में अवैध अनुक्रम"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "यूटीएफ-16 हेतु अक्षर सीमा से बाहर"
@@ -1120,15 +1120,15 @@ msgstr "मान '%s' को एक फ्लोट संख्या की
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "मान '%s' को बुलियन के तौर पर विश्लेषित नहीं किया जा सकता."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1196,10 +1196,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "सिंबालिक लिंक समर्थित नहीं है"
@@ -1233,25 +1233,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "सिंबालिक लिंक समर्थित नहीं है"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "'%s' के नाम से कोई अनुप्रयोग ने '%s' के लिये पुस्तकचिह्न पंजीकृत नहीं है"
@@ -1269,6 +1269,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "यूआरआई '%s' का होस्टनाम अवैध है"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1286,7 +1295,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1296,7 +1305,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1304,7 +1313,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "अवैध प्रोग्राम नाम: %s"
@@ -1624,36 +1633,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "यूआरआई '%s' का होस्टनाम अवैध है"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1671,7 +1680,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 bfebe512f..b1d6686d7 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2004-03-13 13:03+CET\n"
"Last-Translator: auto\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
@@ -97,8 +97,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Ne mogu otvoriti konverter iz '%s' u '%s': %s"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Neispravna sekvenca bajtova u izlazu konverzije"
@@ -108,8 +108,8 @@ msgstr "Neispravna sekvenca bajtova u izlazu konverzije"
msgid "Error during conversion: %s"
msgstr "Greška prilikom konverzije: %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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Djelomična znakovna sekvenca pri kraju izlaza"
@@ -340,16 +340,16 @@ msgstr ""
"Nisam uspio parsirati '%s', koji bi trebao biti broj unutar "
"znakovnereference (npr. &#234;) - možda je broj prevelik"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, 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:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Prazna znakovna referenca; treba uključivati broj kao &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -359,34 +359,34 @@ msgstr ""
"ampersand znakbez namjere da počnete entitet - escapirajte ampersand kao "
"&amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Nezavršena referenca entiteta"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Nezavršena znakovna referenca"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Neispravno šifrirani UTF-8 tekst"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Neispravno šifrirani UTF-8 tekst"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Neispravno šifrirani UTF-8 tekst"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument mora početi sa elementom(npr. <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -395,7 +395,7 @@ msgstr ""
"'%s' nije dozvoljeni znak koji smije slijediti nakon '<' znaka; ne smije "
"započeti ime elementa"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -403,14 +403,14 @@ msgid ""
msgstr ""
"Neparan znak '%s', očekuje se da '>' znak završi početni tag elementa'%s'"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, 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:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -421,7 +421,7 @@ msgstr ""
"'%s', ili opcionalno atributa; možda ste koristili neispravan znaku imenu "
"atributa"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -430,7 +430,7 @@ msgstr ""
"Čudan znak '%s', očekuje se otvoreni navodnik nakon znaka jednakostikada se "
"daje vrijednost atributa '%s' elementa '%s'"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -438,7 +438,7 @@ msgid ""
msgstr ""
"'%s' nije znak koji smije slijediti '</'; '%s' ne smije započetiime elementa"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -447,25 +447,25 @@ msgstr ""
"'%s' nije ispravan znak koji može slijediti nakon imena završnog elementa '%"
"s'; dozvoljeni znak je '>'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' je zatvoren, trenutno nema otvorenog elementa"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, 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:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je bio prazan ili je sadržavao samo znakove prazne znakove"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument je završio neočekivano nakon otvaranja zagrade '<'"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -474,7 +474,7 @@ msgstr ""
"Dokument je završio neočekivano sa još uvijek otvorenim elementima- '%s' je "
"bio zadnjiotvoreni element"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -483,19 +483,19 @@ msgstr ""
"Dokument je završio neočekivano, očekivalo se da zatvorena šiljata "
"zagradazavrši tag<%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument je završio neočekivano unutar imena elementa"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument je završio neočekivano unutar imena atributa"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
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:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -503,17 +503,17 @@ msgstr ""
"Dokument je završio neočekivano nakon što je znak jednakosti slijedioime "
"atributa; nema vrijednosti atributa"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument je završio neočekivano unutar vrijednosti atributa"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, 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:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokument je završio neočekivano unutar komentara ili izvršavanja instrukcije"
@@ -949,16 +949,16 @@ msgstr "Nepoznata greška u izvršavanju procesa djeteta \"%s\""
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Neuspjeh u čitanju dovoljno podataka iz cjevovoda procesa djeteta (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Znak je izvan raspona 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Neispravna sekvenca u pretvaranju ulaza"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Znak je izvan raspona za UTF-16"
@@ -1121,15 +1121,15 @@ msgstr ""
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr ""
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1196,10 +1196,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Nisu podržane simboličke veze"
@@ -1233,25 +1233,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "Nisu podržane simboličke veze"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1268,6 +1268,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Ime računala URI-ja '%s' je neispravno"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1285,7 +1294,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1295,7 +1304,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1303,7 +1312,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Neispravno ime računala"
@@ -1622,36 +1631,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "Ime računala URI-ja '%s' je neispravno"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1669,7 +1678,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 ee165789a..7bc2c840b 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -105,8 +105,8 @@ msgstr ""
"meg"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Érvénytelen bájtsorrend az átalakítás bemenetében"
@@ -116,8 +116,8 @@ msgstr "Érvénytelen bájtsorrend az átalakítás bemenetében"
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Részleges karaktersorozat a bemenet végén"
@@ -355,17 +355,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:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "A(z) „%-.*s” karakterhivatkozás nem engedélyezett karaktert kódol"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"Üres karakterhivatkozás; számjegyet is kell tartalmaznia, például így: &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -374,32 +374,32 @@ 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:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Befejezetlen entitáshivatkozás"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Befejezetlen karakterhivatkozás"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Érvénytelen UTF-8 kódolású szöveg - túl hosszú sorozat"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Érvénytelen UTF-8 kódolású szöveg - ez nem kezdőkarakter"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Érvénytelen UTF-8 kódolású szöveg - nem érvényes „%s”"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "A dokumentumnak egy elemmel kell kezdődnie (pl. <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -407,7 +407,7 @@ msgid ""
msgstr ""
"„%s” nem érvényes karakter a „<” karakter után; elem neve nem kezdődhet vele"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -416,7 +416,7 @@ msgstr ""
"Furcsa karakter („%s”) - „>” karakternek kellett volna jönnie, hogy lezárja a"
"(z) „%s” elem kezdő címkéjét"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -424,7 +424,7 @@ msgstr ""
"Furcsa karakter („%s”) - „=” karakternek kellett volna jönnie a(z) „%s” elem "
"„%s” attribútumneve után"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -435,7 +435,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:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -444,7 +444,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:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -453,7 +453,7 @@ msgstr ""
"„%s” nem érvényes karakter a „</” karakterek után; „%s” karakterrel nem "
"kezdődhet egy elem neve"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -462,26 +462,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:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "A(z) „%s” elem le lett lezárva, jelenleg egy elem sincs nyitva"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "A(z) „%s” elem le lett lezárva, de a jelenleg nyitott elem a(z) „%s”"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "A dokumentum üres volt, vagy csak üreshely karaktereket tartalmazott"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"A dokumentum váratlanul véget ért egy nyitott hegyes zárójel („<”) után"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -490,7 +490,7 @@ msgstr ""
"A dokumentum váratlanul véget ért, pedig még nyitva vannak elemek - „%s” az "
"utoljára megnyitott elem"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -499,19 +499,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:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "A dokumentum váratlanul véget ért egy elemnéven belül"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "A dokumentum váratlanul véget ért egy attribútumnéven belül"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "A dokumentum váratlanul véget ért egy elemnyitó címkén belül"
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -519,16 +519,16 @@ 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:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "A dokumentum váratlanul véget ért egy attribútumértéken belül"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "A dokumentum váratlanul véget ért a(z) „%s” elem lezáró címkéjén belül"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"A dokumentum váratlanul véget ért egy megjegyzésen vagy feldolgozási "
@@ -974,16 +974,16 @@ msgstr "Ismeretlen hiba a gyermekfolyamat („%s”) végrehajtása közben"
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:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Érvénytelen sorozat az átalakítási bemenetben"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "A karakter az UTF-16 tartományon kívülre esik"
@@ -1156,15 +1156,15 @@ msgstr "A(z) „%s” érték nem értelmezhető lebegőpontos számként."
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "A(z) „%s” érték nem értelmezhető logikai értékként."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Túl nagy számérték került átadásra ennek: %s"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Az adatfolyam már le van zárva"
@@ -1232,10 +1232,10 @@ msgid "drive doesn't implement polling for media"
msgstr "a meghajtó nem valósítja meg a média lekérdezését"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "A művelet nem támogatott"
@@ -1268,24 +1268,24 @@ msgstr "A célfájl létezik"
msgid "Can't recursively copy directory"
msgstr "A könyvtár nem másolható rekurzívan"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Érvénytelen szimbolikus link érték került megadásra"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "A Kuka nem támogatott"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "A fájlnevek nem tartalmazhatnak „%c” karaktert"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "a kötet nem valósítja meg a csatolást"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Nincs alkalmazás regisztrálva a fájl kezeléséhez"
@@ -1302,6 +1302,15 @@ msgstr "A fájlenumerátor hátralévő művelettel rendelkezik"
msgid "File enumerator is already closed"
msgstr "A fájlenumerátor már le van zárva"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Az ikonneveket tartalmazó tömb"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1319,7 +1328,7 @@ msgstr "A bemeneti adatfolyam csonkítása nem engedélyezett"
msgid "Truncate not supported on stream"
msgstr "Az adatfolyam csonkítása nem engedélyezett"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "A bemeneti adatfolyam nem valósítja meg az olvasást"
@@ -1329,7 +1338,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Az adatfolyam hátralévő művelettel rendelkezik"
@@ -1337,7 +1346,7 @@ msgstr "Az adatfolyam hátralévő művelettel rendelkezik"
msgid "Unable to find default local directory monitor type"
msgstr "Nem található az alapértelmezett helyi könyvtárfigyelő típus"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Érvénytelen fájlnév: %s"
@@ -1655,35 +1664,35 @@ msgstr "A csatolás nem valósítja meg a leválasztást"
msgid "mount doesn't implement synchronous content type guessing"
msgstr "A csatolás nem valósítja meg a leválasztást"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "A kimeneti adatfolyam nem valósítja meg az írást"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "A forrás adatfolyam már le van zárva"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "név"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Az ikon neve"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "nevek"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Az ikonneveket tartalmazó tömb"
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "alapértelmezett tartalékok használata"
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1704,7 +1713,7 @@ msgstr "Hiba a unix olvasásakor: %s"
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"
diff --git a/po/hy.po b/po/hy.po
index 220a712b0..b4ad7cbd8 100644
--- a/po/hy.po
+++ b/po/hy.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -97,8 +97,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr ""
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr ""
@@ -108,8 +108,8 @@ msgstr ""
msgid "Error during conversion: %s"
msgstr ""
-#: 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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr ""
@@ -333,70 +333,70 @@ msgid ""
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr ""
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr ""
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Սխալ UTF-8 կոդավորված տեքստ"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Սխալ UTF-8 կոդավորված տեքստ"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Սխալ UTF-8 կոդավորված տեքստ"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Փաստաթուղթը պետք է սկսվի որևէ էլէմենտով (օրինակ <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr ""
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -404,87 +404,87 @@ msgid ""
"character in an attribute name"
msgstr ""
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr ""
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr ""
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -909,16 +909,16 @@ msgstr ""
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr ""
-#: 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr ""
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr ""
@@ -1082,15 +1082,15 @@ msgstr ""
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr ""
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1157,10 +1157,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Սիմվոլիկ հղումները չեն ապահովվում"
@@ -1194,25 +1194,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "Սիմվոլիկ հղումները չեն ապահովվում"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1229,6 +1229,14 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+msgid "The file containing the icon"
+msgstr ""
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1246,7 +1254,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1256,7 +1264,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1264,7 +1272,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr ""
@@ -1580,35 +1588,35 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr ""
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1626,7 +1634,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 9635ecfc0..413afec27 100644
--- a/po/id.po
+++ b/po/id.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -101,8 +101,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Tidak dapat membuka pengubah dari '%s' ke '%s'"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Rangkaian byte dalam input konversi tidak benar"
@@ -112,8 +112,8 @@ msgstr "Rangkaian byte dalam input konversi tidak benar"
msgid "Error during conversion: %s"
msgstr "Error saat melakukan konversi: %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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Rangkaian karakter sebagian pada akhir input"
@@ -353,17 +353,17 @@ msgstr ""
"Gagal saat mengurai '%-.*s'. yang seharusnya sebuah digit dalam referensi "
"karakter (misalnya &#234;) - mungkin digitnya terlalu besar"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
"Referensi karakter '%-.*s' tidak mengencodekan karakter yang diperbolehkan"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Refensi karakter kosong. Seharusnya berisi digit, mislanya &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -373,34 +373,34 @@ msgstr ""
"menggunakan karakter ampersand tanpa bermaksud menjadikannya sebagai "
"entitas. Silakan gunakan &amp; saja"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Referensi entitas yang tidak sempurna"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Refersi karakter yang tidak sempurna"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Teks UTF-8 tidak benar"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Teks UTF-8 tidak benar"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Teks UTF-8 tidak benar"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumen harus dimulai dengan elemen (misalnya <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -409,7 +409,7 @@ msgstr ""
"'%s' bukanlah karakter yang benar bila diikuti dengan karakter '<'. Ini "
"tidak boleh menjadi nama elemen"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -418,7 +418,7 @@ msgstr ""
"Ada karakter aneh '%s'. Seharusnya ada '>' untuk mengakhiri tag awal pada "
"elemen '%s'"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -426,7 +426,7 @@ msgstr ""
"Ada karakter aneh '%s'. Seharusnya ada karakter '=' setelah nama atribut '%"
"s' pada elemen '%s'"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -437,7 +437,7 @@ msgstr ""
"padaelemen '%s', atau bisa juga ada atribut lain. Mungkin Anda menggunakan "
"karakter yang tidak diperbolehkan pada nama atribut."
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -446,7 +446,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:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -455,7 +455,7 @@ msgstr ""
"'%s' bukan karakter yang benar bila diikuti dengan karakter '</'. Karena itu "
"'%s' tidak boleh dijadikan awal nama elemen"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -464,26 +464,26 @@ msgstr ""
"'%s' bukan karakter yang benar bila diikuti elemen penutup '%s'. Karakter "
"yang diperbolehkan adalah '>'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, 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:1685
+#: glib/gmarkup.c:1682
#, 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:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokumen kosong atau berisi whitespace saja"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Dokumen terpotong tidak sempurna sesaat setelah membuka kurung siku '<'"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -492,7 +492,7 @@ msgstr ""
"Dokumen terpotong tidak sempurna dengan elemen yang masih terbuka - '%s' "
"adalah elemen terakhir yang dibuka"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -501,19 +501,19 @@ msgstr ""
"Dokumen terpotong tidak sempurna, seharusnya ada kurung siku penutup untuk "
"mengakhiri tag <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumen terpotong tidak sempurna pada dalam nama elemen"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumen terpotong tidak sempurna di dalam nama atribut"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumen terpotong tidak sempurna di dalam tag pembukaan elemen."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -521,16 +521,16 @@ msgstr ""
"Dokumen terpotong tidak sempurna setelah tanda sama dengan mengikuti nama "
"atribut. Tidak ada nilai atribut yang diperoleh"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumen tidak sempura saat ada dalam nilai atribut"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, 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:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumen terpotong tidak sempurna di dalam keterangan atau instruksi "
@@ -971,16 +971,16 @@ msgstr "Ada error yang tidak diketahui saat menjalankan proses child '%s'"
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Gagal saat membaca data yang dibutuhkan dai pipe pid child (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Karakter di luar jangkauan 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Rangkaian input konversi salah"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Karakter di luar jangkauan UTF-16"
@@ -1150,15 +1150,15 @@ msgstr "Nilai '%s' tidak dapat diterjemahkan sebagai sebuah nomor."
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Nilai '%s' tidak dapat diterjemahkan sebagai suatu nilai boolean."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1226,10 +1226,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Link simbolik tidak didukung oleh sistem"
@@ -1263,25 +1263,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "Link simbolik tidak didukung oleh sistem"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1298,6 +1298,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Nama host pada URI '%s' tidak benar"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1315,7 +1324,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1325,7 +1334,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1333,7 +1342,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Nama program salah: %s"
@@ -1653,36 +1662,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "Nama host pada URI '%s' tidak benar"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1700,7 +1709,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 605f5b213..9a848c77c 100644
--- a/po/is.po
+++ b/po/is.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -98,8 +98,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Gat ekki opnað umbreyti úr '%s' í '%s': %s"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Ógild bætaruna í ílagi umbreytingar"
@@ -109,8 +109,8 @@ msgstr "Ógild bætaruna í ílagi umbreytingar"
msgid "Error during conversion: %s"
msgstr "Villa við umbreytingu: %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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Ókláruð stafaruna í enda ílags"
@@ -341,16 +341,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:653
+#: glib/gmarkup.c:650
#, 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:668
+#: glib/gmarkup.c:665
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:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -359,34 +359,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:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Hálfkláruð viðfangatilvísun"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Hálfkláruð tákntilvísun"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ógildur UTF-8 þýddur texti"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ógildur UTF-8 þýddur texti"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ógildur UTF-8 þýddur texti"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Skjalið verður að byrja á viðfangi (t.d. <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -395,21 +395,21 @@ msgstr ""
"'%s' er ekki gilt tákn strax á eftir '<' tákninu; það má ekki byrja á heiti "
"viðfangs"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr "Undarlegt tákn '%s', átti von á '>' tákninu til að enda viðfangið '%s'"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, 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:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -420,7 +420,7 @@ msgstr ""
"viðfangi '%s', eða eiginleika; Þú notaðir ef til vill ógilt tákn í heiti "
"eiginleika"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -429,7 +429,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:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -438,7 +438,7 @@ msgstr ""
"'%s' er ekki gilt tákn strax á eftir '</'; '%s' má ekki vera fyrsta tákn í "
"heiti mengis"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -446,25 +446,25 @@ msgid ""
msgstr ""
"'%s' er ekki gilt tákn strax á eftir lokun mengis '%s'. Leyfilegt tákn er '>'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, 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:1685
+#: glib/gmarkup.c:1682
#, 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:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Skjalið var tómt eða innihélt einungis orðabil"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
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:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -473,7 +473,7 @@ msgstr ""
"Skjalið endar óvænt með mengi sem enn eru opin. '%s' var mengið sem síðast "
"var opnað"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -481,19 +481,19 @@ msgid ""
msgstr ""
"Skjalið endar óvænt. Átti von á að sjá stærraen merki sem lokar taginu <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Skjalið endar óvænt inn í heiti mengis"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Skjalið endar óvænt inn í heiti eiginleika"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Skjalið endar óvænt inn í tagi sem opnar mengi."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -501,16 +501,16 @@ msgstr ""
"Skjalið endar óvænt eftir samasem merkið sem fylgir heiti eiginleika og það "
"er ekkert gildi"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Skjalið endar óvænt inn í gildi eiginleika"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, 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:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Skjalið endar óvænt inni í athugasemd eða í miðri skipun"
@@ -941,16 +941,16 @@ msgstr "Óþekkt villa við keyrslu undirferlis \"%s\""
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Gat ekki lesið nægjanleg gögn úr pípunni til undirferlisins (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Táknið er utan UTF-8 sviðsins"
-#: 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Ógild runa í ílagi umbreytingar"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Táknið er utan UTF-16 sviðsins"
@@ -1113,15 +1113,15 @@ msgstr ""
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr ""
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1188,10 +1188,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Tákntengi eru ekki studd"
@@ -1225,25 +1225,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "Tákntengi eru ekki studd"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1260,6 +1260,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Vélarheitið í URI '%s' er ógilt"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1277,7 +1286,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1287,7 +1296,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1295,7 +1304,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Ógilt vélarheiti"
@@ -1614,36 +1623,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "Vélarheitið í URI '%s' er ógilt"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1661,7 +1670,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 92dc2dce6..83c103253 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.17.x\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-07-23 18:08+0200\n"
"Last-Translator: Luca Ferretti <elle.uca@libero.it>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -109,8 +109,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Impossibile aprire il convertitore da \"%s\" a \"%s\""
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Sequenza di byte non valida nell'ingresso per la conversione"
@@ -120,8 +120,8 @@ msgstr "Sequenza di byte non valida nell'ingresso per la conversione"
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Sequenza di caratteri parziale al termine dei dati in ingresso"
@@ -370,18 +370,18 @@ msgstr ""
"riferimento a carattere (es. &#234;) - probabilmente il numero è troppo "
"grande"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
"Il riferimento a carattere \"%-.*s\" non codifica un carattere permesso"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"Riferimento a carattere vuoto; dovrebbe includere un numero, come &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -391,33 +391,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:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Riferimento a entità non terminato"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Riferimento a carattere non terminato"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Testo in codifica UTF-8 non valido - sequenza troppo lunga"
# anche gradevole "di apertura" come da discussione su TP
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Testo in codifica UTF-8 non valido - non è un carattere di avvio"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Testo in codifica UTF-8 non valido - '%s' non valido"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Il documento deve iniziare con un elemento (es. <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -427,7 +427,7 @@ msgstr ""
"il nome di un elemento"
# GLIB-2-18
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -437,7 +437,7 @@ msgstr ""
"dell'elemento-vuoto \"%s\""
# GLIB-2-18
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -446,7 +446,7 @@ msgstr ""
"\"%s\" dell'elemento \"%s\""
# GLIB-2-18
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -458,7 +458,7 @@ msgstr ""
"Probabilmente è stato usato un carattere non valido nel nome di un attributo"
# GLIB-2-18
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -467,7 +467,7 @@ msgstr ""
"Carattere '%s' spaiato, atteso un simbolo di quoting aperto dopo il segno di "
"uguale per attribuire un valore all'attributo \"%s\" dell'elemento \"%s\""
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -476,7 +476,7 @@ msgstr ""
"'%s' non è un carattere valido dopo i caratteri '</'; '%s' non può dare "
"inizio a un nome di elemento"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -485,28 +485,28 @@ msgstr ""
"'%s' non è un carattere valido per seguire la chiusura del nome "
"dell'elemento \"%s\"; il carattere permesso è '>'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "È stato chiuso l'elemento \"%s\", nessun elemento correntemente aperto"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"È stato chiuso l'elemento \"%s\", ma l'elemento correntemente aperto è \"%s\""
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Il documento era vuoto oppure conteneva unicamente spazi"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Il documento è terminato in modo inatteso subito dopo una parentesi angolare "
"d'apertura '<'"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -515,7 +515,7 @@ msgstr ""
"Il documento è terminato in modo inatteso con elementi ancora aperti - \"%s"
"\" era l'ultimo elemento aperto"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -524,23 +524,23 @@ msgstr ""
"Il documento è terminato in modo inatteso, mancando la parentesi angolare di "
"chiusura per il tag <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr ""
"Il documento è terminato in modo inatteso all'interno di un nome di elemento"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
"Il documento è terminato in modo inatteso all'interno di un nome di attributo"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Il documento è terminato in modo inatteso all'interno di un tag di apertura "
"elemento."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -548,20 +548,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:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Il documento è terminato in modo inatteso all'interno di un valore di "
"attributo"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Il documento è terminato inaspettatamente all'interno del tag di chiusura "
"per l'elemento \"%s\""
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Il documento è terminato in modo inatteso all'interno di un commento o "
@@ -1093,16 +1093,16 @@ msgstr ""
"Lettura di una quantità di dati sufficiente dalla pipe del processo figlio "
"fallita (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Sequenza non valida in ingresso per la conversione"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Carattere fuori dall'intervallo per UTF-16"
@@ -1277,15 +1277,15 @@ msgstr "Impossibile interpretare il valore \"%s\" come un booleano."
# GLIB-2-16
# count (gssize) è un parametro delle funzione
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Valore count troppo largo passato a %s"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Lo stream è già chiuso"
@@ -1359,10 +1359,10 @@ msgid "drive doesn't implement polling for media"
msgstr "l'unità non supporta il sondaggio di supporti"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operazione non supportata"
@@ -1395,24 +1395,24 @@ msgstr "Il file destinazione esiste"
msgid "Can't recursively copy directory"
msgstr "Impossibile copiare la directory ricorsivamente"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Fornito valore di collegamento simbolico non valido"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Cestino non supportato"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "I nomi di file non possono contenere '%c'"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "il volume non implementa il montaggio"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Non risulta registrata alcuna applicazione per gestire questo file"
@@ -1430,6 +1430,15 @@ msgstr "L'enumeratore di file presenta un'operazione in sospeso"
msgid "File enumerator is already closed"
msgstr "L'enumeratore di file è già chiuso"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Un array contenente i nomi delle icone"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1448,7 +1457,7 @@ msgid "Truncate not supported on stream"
msgstr "Troncamento non supportato sullo stream"
# o lasciare write ??
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Lo stream di input non implementa la lettura"
@@ -1459,7 +1468,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Lo stream presenta un'operazione in sospeso"
@@ -1468,7 +1477,7 @@ msgid "Unable to find default local directory monitor type"
msgstr ""
"Impossibile trovare il tipo di monitor predefinito per directory locali"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Nome di file %s non valido"
@@ -1802,35 +1811,35 @@ msgstr "l'oggetto mount non implementa la supposizione del tipo di contenuto"
msgid "mount doesn't implement synchronous content type guessing"
msgstr "l'oggetto mount non implementa la supposizione del tipo di contenuto"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Lo stream di output non implementa la scrittura"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Lo stream sorgente è già chiuso"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "nome"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Il nome dell'icona"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "nomi"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Un array contenente i nomi delle icone"
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "usare alternative predefinite"
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1851,7 +1860,7 @@ msgstr "Errore nel leggere da unix: %s"
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"
diff --git a/po/ja.po b/po/ja.po
index c89ff9b13..f8e73c297 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib trunk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-07-26 15:13+0900\n"
"Last-Translator: Takeshi AIHANA <takeshi.aihana@gmail.com>\n"
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
@@ -101,8 +101,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' から '%s' へのコンバータを開けませんでした"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "変換する入力に無効なバイトの並びがあります"
@@ -112,8 +112,8 @@ msgstr "変換する入力に無効なバイトの並びがあります"
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "入力の最後に不完全な文字シーケンスがあります"
@@ -348,16 +348,16 @@ msgstr ""
"'%-.*s' をパースできません。文字参照には数字が含まれなくてはなりません (例: "
"&#234;) おそらく数字が大きすぎます"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "文字参照 '%-.*s' が使用可能な文字をエンコードしていません"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "空の文字参照です。&#454; のように数字がなくてはなりません"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -367,32 +367,32 @@ msgstr ""
"サンド文字を使っているのかもしれません。アンパサンドは &amp; とエスケープして"
"ください"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "中途半端な実体参照です"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "中途半端な文字参照です"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "UTF-8 として正しくない文字列です (シーケンスが長すぎます)"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "UTF-8 として正しくない文字列です (文字で始まっていません)"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "UTF-8 として正しくない文字列です ('%s' は妥当ではありません)"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ドキュメントは要素 (例 <book>) で始まってなくてはなりません"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -401,7 +401,7 @@ msgstr ""
"'%s' は '<' に続く文字としては正しくありません。おそらく要素名の開始になって"
"いません"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -410,13 +410,13 @@ msgstr ""
"おかしな文字 '%s' があります。空の要素のタグ '%s' の最後は '>' でなくてはなり"
"ません"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "おかしな文字 '%s' です。属性名'%s' (要素 '%s') の後には '=' が必要です"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -427,7 +427,7 @@ msgstr ""
"はなりません。あるいは属性になります。おかしな文字を属性名に使ったのかもしれ"
"ません"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -436,7 +436,7 @@ msgstr ""
"おかしな文字 '%s' です。属性 '%s' (要素 '%s') の値を設定するには等号記号の後"
"は引用記号で始まってなくてはなりません"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -445,7 +445,7 @@ msgstr ""
"'%s' は '</' に続く文字としては正しくありません。'%s' では要素名は始まってま"
"せん"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -454,25 +454,25 @@ msgstr ""
"'%s' は閉じ要素名 '%s' に続く文字としては正しくありあません。'>' のみが使用で"
"きます"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "要素 '%s' は閉じています。要素は何も開かれてません"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "要素'%s' が閉ました。しかし現在開いている要素は '%s' です"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "ドキュメントが空か、空白だけが含まれています"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ドキュメントが開きカギカッコ '<' の直後で終了しています"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -481,7 +481,7 @@ msgstr ""
"ドキュメントが突然終了しています。要素が開きっぱなしです。最後に開いた要素は "
"'%s' です。"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -490,19 +490,19 @@ msgstr ""
"ドキュメントはタグ <%s/> で終了しているものと想定していましたが、突然終了して"
"います。"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "要素名の途中でドキュメントが突然終了しています"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "属性名の途中でドキュメントが突然終了しています"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "要素の開始タグの途中でドキュメントが突然終了しています"
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -510,16 +510,16 @@ msgstr ""
"属性名の後にある等号記号の次でドキュメントが突然終了しています: 属性値があり"
"ません"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ドキュメントが属性値の途中で突然終了しています"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "ドキュメントが要素 '%s' の閉じタグの途中で突然終了しています"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"ドキュメントがコメントあるいはプロセシング指示子の途中で突然終了しています"
@@ -950,16 +950,16 @@ msgstr "子プロセスの実行時に不明なエラー \"%s\""
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "子 pid パイプから十分なデータを読めません (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "変換する入力で無効なシーケンスがあります"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "UTF-16 の範囲外の文字です"
@@ -1125,15 +1125,15 @@ msgstr "値 '%s' を実数値として解釈できません"
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "値 '%s' を論理値として解釈できません"
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "%s に引き渡した値が大きすぎます"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "既にストリームは閉じています"
@@ -1200,10 +1200,10 @@ msgid "drive doesn't implement polling for media"
msgstr "ドライブ側でポーリングによるメディアの検出を実装していません"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "サポートしていない操作です"
@@ -1236,24 +1236,24 @@ msgstr "対象となるファイルが存在しています"
msgid "Can't recursively copy directory"
msgstr "ディレクトリを再帰的にコピーできません"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "指定したシンボリックリンクは間違っています"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "ゴミ箱はサポートしていません"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ファイル名に '%c' を含めることはできません"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "ボリュームはマウントを実装していません"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "このファイルを扱うアプリケーションが登録されていません"
@@ -1270,6 +1270,15 @@ msgstr "File enumerator has outstanding operation"
msgid "File enumerator is already closed"
msgstr "ファイルの Enumerator は既に閉じています"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "アイコンの名前を格納した配列です"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1287,7 +1296,7 @@ msgstr "入力ストリームで切りつめることはできません"
msgid "Truncate not supported on stream"
msgstr "ストリームにおける切りつめはサポートしていません"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "入力ストリームで読み込みを実装していません"
@@ -1297,7 +1306,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Stream has outstanding operation"
@@ -1306,7 +1315,7 @@ msgid "Unable to find default local directory monitor type"
msgstr ""
"ローカル・ディレクトリを監視するデフォルト・モニタの種類が見つかりません"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "ファイル名が無効です: %s"
@@ -1622,35 +1631,35 @@ msgstr "mount にはメディアの種類を推測するような実装はあり
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount には同期させてメディアの種類を推測するような実装はありません"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "出力ストリームは書き込みを実装していません"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "ソース・ストリームは既に閉じています"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "名前"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "アイコンの名前です"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "名前の集合"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "アイコンの名前を格納した配列です"
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "デフォルトのフォールバックを使用する"
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1670,7 +1679,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/ka.po b/po/ka.po
index 3213871a3..666440cc9 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ka\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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-"
@@ -102,8 +102,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "ვერ ხერხდება \"%s\" - \"%s\" გარდამქმნელის გახსნა"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "შეტანილ ტექსტში ბაიტების მიმდევრობა მცდარია"
@@ -113,8 +113,8 @@ msgstr "შეტანილ ტექსტში ბაიტების მ
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "არასრული სიმბოლო შეტანის ტექსტის ბოლოს"
@@ -349,17 +349,17 @@ msgstr ""
"ვერ მუშავდება სტრიქონი '%-.*s', რომელშიც უნდა იყოს სიმბოლოს ნომერი "
"(მაგალითად, &#234;): შესაძლოა რიცხვი მეტისმეტად დიდია"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "სიმბოლოს ნომერი '%-.*s' დაუშვებელია"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"სიმბოლოს დამოწმება ცარიელია; იგი ნომერს უნდა შეიცავდეს, მაგალითად, &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -368,32 +368,32 @@ msgstr ""
"სიმბოლოს ნომერი არ მთავრდება წერტილ-მძიმით; როგორც ჩანს, სახელის დასაწყისში "
"გამოყენებულია სიმბოლო \"&\". გამოსახეთ იგი, როგორც &amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "ერთეულის დამოწმება არაა დასრულებული"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "სიმბოლოს დამოწმება არაა დასრულებული"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "ტექსტი მიუღებელი UTF-8 კოდირებით - overlong sequence"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "ტექსტი მიუღებელი UTF-8 კოდირებით - not a start char"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "ტექსტი მიუღებელი UTF-8 კოდირებით - მიუღებელი '%s'"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "დოკუმენტი უნდა დაიწყოს ელემეტით (მაგალითად <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -402,7 +402,7 @@ msgstr ""
"სიმბოლო \"%s\" დაუშვებელია \"<\" სიმბოლოს შემდეგ; ამ სიმბოლოთი ელემენტის "
"სახელის დაწყება არ შეიძლება"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -411,7 +411,7 @@ msgstr ""
"ზედმეტი სიმბოლო \"%s\", მოსალოდნელია \">\" სიმბოლო ელემენტის \"%s\" ჭდის "
"დასახურად"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -419,7 +419,7 @@ msgstr ""
"ზედმეტი სიმბოლო \"%s\", მოსალოდნელია \"=\"ატრიბუტის სახელის \"%s\" შემდეგ "
"ელემენტისთვის \"%s\""
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -430,7 +430,7 @@ msgstr ""
"გამხსნელი ჭდის დასახურად ან დამატებითი ატრიბუტი; ასევე, შესაძლოა მცდარი "
"სიმბოლო ატრიბუტის სახელში"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -439,7 +439,7 @@ msgstr ""
"ზედმეტი სიმბოლო \"%s\", მოსალოდნელია გახსნილი ბრჭყალები ტოლობის ნიშნის "
"შემდეგ ატრიბუტისთვის \"%s\" მნიშვნელობის მისანიჭებლად ელემენტისთვის \"%s\""
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -448,7 +448,7 @@ msgstr ""
"სიმბოლო \"%s\" დაუშვებელია \"</\" შემდეგ; სიმბოლო \"%s\" არ შეიძლება იყოს "
"ელემენტის სახელის დასაწყისში"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -457,25 +457,25 @@ msgstr ""
"სიმბოლო \"%s\" დაუშვებელია ელემენტის \"%s\" დახურვის ჭდის შემდეგ; დასაშვები "
"სიმბოლოა \">\""
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "ელემენტი \"%s\" დაიხურა, არცერთი ელემენტი არაა გახსნილი"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "ელემენტი \"%s\" დაიხურა, მაგრამ გახსნილია ელემენტი \"%s\""
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "დოკუმენტი ცარიელია ან მხოლოდ ხარეებს შეიცავს"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "დოკუმენტი დასრულდა უშუალოდ კუთხოვანი ფრჩხილის \"<\" შემდეგ"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -484,7 +484,7 @@ msgstr ""
"დოკუმენტი მოულოდნელად დასრულდა გახსნილი ელემენტებით - \"%s\" ბოლო გახსნილი "
"ელემენტია"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -492,19 +492,19 @@ msgid ""
msgstr ""
"დოკუმენტი მოულოდნელად დასრულდა, მოსალოდნელია ჩამკეტი კუთხოვანი ფრჩხილი <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "დოკუმენტი მოულოდნელად დასრულდა ელემენტის სახელის შიგნით"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "დოკუმენტი მოულოდნელად დასრულდა ატრიბუტის სახელის შიგნით"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "დოკუმენტი მოულოდნელად დასრულდა ელემენტის გამხსნელი ჭდის შიგნით."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -512,16 +512,16 @@ msgstr ""
"დოკუმენტი მოულოდნელად დასრულდა ატრიბუტის სახელის შემდგომი ტოლობის ნიშნის "
"შემდეგ; ატრიბუტის მნიშვნელობა არ მითითებულა"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "დოკუმენტი მოულოდნელად დასრულდა ატრიბუტის მნიშვნელობის შიგნით"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "დოკუმენტი მოულოდნელად დასრულდა ელემენტის \"%s\" ჩამკეტი ჭდის შიგნით"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"დოკუმენტი მოულოდნელად დასრულდა კომენტარის ან დამუშავების ინსტრუქციის შიგნით"
@@ -960,16 +960,16 @@ msgstr "ქვეპროცესის უცნობი შეცდომ
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "ქვეპროცესის არხიდან საკმარის მონაცემთა წაკითხვა ვერ მოხერხდა (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "შეტანის ტექსტის გარდაქმნის მცდარი მიმდევრობა"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "სიმბოლო UTF-16 რანგს გარეთაა"
@@ -1138,15 +1138,15 @@ msgstr "მნიშვნელობა '%s' ვერ აღიქმებ
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "მნიშვნელობა '%s' ვერ აღიქმება როგორც ლოგიკური ოპერატორი."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1214,10 +1214,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "სიმბოლური ბმების გამოყენება არაა რეალიზებული"
@@ -1251,25 +1251,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "სიმბოლური ბმების გამოყენება არაა რეალიზებული"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "პროგრამისთვის სახელით '%s' არ მითითებულა სანიშნე '%s'"
@@ -1287,6 +1287,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "URI იდენტიფიკატორის \"%s\" მასპინძლის სახელი მცდარია"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1304,7 +1313,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1314,7 +1323,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1322,7 +1331,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "გასაღების მიუღებელი სახელი: %s"
@@ -1642,36 +1651,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "URI იდენტიფიკატორის \"%s\" მასპინძლის სახელი მცდარია"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1689,7 +1698,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 55820d1dd..69a35937e 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.kn\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -99,8 +99,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' ನಿಂದ '%s'ಗೆ ಪರಿವರ್ತಕವನ್ನು ತೆರೆಯಲಾಗುತ್ತಿಲ್ಲ"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "ಪರಿವರ್ತಿತ ಆದಾನದಲ್ಲಿನ ಬೈಟ್ ಅನುಕ್ರಮ ಅಮಾನ್ಯವಾಗಿದೆ"
@@ -110,8 +110,8 @@ msgstr "ಪರಿವರ್ತಿತ ಆದಾನದಲ್ಲಿನ ಬೈಟ್
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "ಆದಾನದ ಕೊನೆಯಲ್ಲಿ ಆಂಶಿಕ ಅಕ್ಷರ ಅನುಕ್ರಮಣೆ"
@@ -345,16 +345,16 @@ msgstr ""
"'%-.*s' ಅನ್ನು parse ಮಾಡುವಲ್ಲಿ ವಿಫಲ, ಇದು ಒಂದು ಉಲ್ಲೇಖ ಅಕ್ಷರದ ಒಳಗಿನ ಒಂದು "
"ಅಂಕಿಯಾಗಿರಬೇಕಿತ್ತು(&#234; ಉದಾಹರಣೆಗೆ) - ಬಹುಷಃ ಅಂಕಿಯು ಬಹಳ ದೊಡ್ಡದಾಗಿರಬೇಕು"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "ಅಕ್ಷರ ಉಲ್ಲೇಖ '%-.*s' ವು ಒಂದು ಅನುಮತಿ ಇರುವ ಅಕ್ಷರವನ್ನು encode ಮಾಡುವುದಿಲ್ಲ"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ಖಾಲಿ ಉಲ್ಲೇಖ ಅಕ್ಷರ; &#454; ನಂತಹ ಅಂಕಿಗಳನ್ನು ಒಳಗೊಂಡಿರಬೇಕು"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -364,32 +364,32 @@ msgstr ""
"ಘಟಕವನ್ನು ಆರಂಭಿಸುವ ಉದ್ದೇಶವಿಲ್ಲದೇ ampersand ಅಕ್ಷರವನ್ನು ಬಳಸಿದ್ದೀರಿ - ampersand ನಿಂದ "
"ಹೊರಬರಲು &amp; ಎಂದು ಮಾಡಿ"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "ಪೂರ್ಣಗೊಳಿಸದ ಘಟಕ ಉಲ್ಲೇಖ"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "ಪೂರ್ಣಗೊಳಿಸದ ಅಕ್ಷರ ಉಲ್ಲೇಖ"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "ಅಮಾನ್ಯ UTF-8 ಎನ್ಕೋಡ್ ಆದ ಪಠ್ಯ - ಬಹಳ ಉದ್ದವಾದ ಅನುಕ್ರಮ"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "ಅಮಾನ್ಯ UTF-8 ಎನ್ಕೋಡ್ ಆದ ಪಠ್ಯ - ಒಂದು ಆರಂಭ char ಅಲ್ಲ"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "ಅಮಾನ್ಯ UTF-8 ಎನ್ಕೋಡ್ ಆದ ಪಠ್ಯ - ಮಾನ್ಯವಾದ '%s' ಅಲ್ಲ"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ದಸ್ತಾವೇಜುಗಳು ಒಂದು ಅಂಶದಿಂದ ಆರಂಭಗೊಳ್ಳಬೇಕು (e.g. <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -398,7 +398,7 @@ msgstr ""
"'<' ಅಕ್ಷರವು ಬಂದ ನಂತರ, '%s' ವು ಒಂದು ಮಾನ್ಯವಲ್ಲದ ಅಕ್ಷರವಾಗಿದೆ; ಅದು ಒಂದು ಅಂಶದ ಹೆಸರನ್ನು "
"ಆರಂಭಿಸದೇ ಇರಬಹುದು"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -407,7 +407,7 @@ msgstr ""
"ಸರಿಯಲ್ಲದ ಅಕ್ಷರ '%s', '%s' ಅಂಶದ ಟ್ಯಾಗಿನ ಆರಂಭವು ಒಂದು '>' ಅಕ್ಷರದಿಂದ ಕೊನೆಗೊಳ್ಳಬೇಕು "
"ಎಂದು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -415,7 +415,7 @@ msgstr ""
"ಸರಿಯಲ್ಲದ ಅಕ್ಷರ '%s', '%s'ವು '%s' ಅಂಶದ ಗುಣಲಕ್ಷಣ ಹೆಸರಾಗಿದ್ದು ಅದರ ನಂತರ ಒಂದು '=' "
"ಅನ್ನು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -426,7 +426,7 @@ msgstr ""
"ಕೊನೆಗೊಳ್ಳಬೇಕು ಎಂದು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು, ಅಥವ ಆಯ್ಕಾತ್ಮಕವಾಗಿ ಒಂದು ಗುಣಲಕ್ಷಣ; ಬಹುಷಃ ನೀವು "
"ಅಮಾನ್ಯ ಅಕ್ಷರವನ್ನು ಒಂದು ಗುಣಲಕ್ಷಣದ ಹೆಸರಿನಲ್ಲಿ ಬಳಸಿದ್ದೀರೆಂದು ತೋರುತ್ತದೆ"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -435,7 +435,7 @@ msgstr ""
"ಸರಿಯಲ್ಲದ ಅಕ್ಷರ '%s', ಗುಣಲಕ್ಷಣ '%s'ವು '%s' ದ ಅಂಶವಾಗಿದ್ದು, ಇದಕ್ಕೆ ಒಂದು ಮೌಲ್ಯವನ್ನು "
"ಕೊಡುವಾಗ ಸಮ ಚಿಹ್ನೆಯ ನಂತರ ಒಂದು ಮುಕ್ತ ಉದ್ಧರಣ ಚಿಹ್ನೆಯನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -444,7 +444,7 @@ msgstr ""
"'%s' ವು '</' ಗಳಂತಹ ಅಕ್ಷರಗಳ ನಂತರ ಬರುವ ಒಂದು ಮಾನ್ಯವಾದ ಅಕ್ಷರವಲ್ಲ; ಒಂದು ಅಂಶದ ಹೆಸರು '%"
"s' ನಿಂದ ಆರಂಭಗೊಳ್ಳುವುದಿಲ್ಲ"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -453,25 +453,25 @@ msgstr ""
"'%s' ವು ಮುಚ್ಚಲ್ಪಟ್ಟ ಅಂಶ ಹೆಸರು '%s' ನಂತರ ಬರುವ ಒಂದು ಮಾನ್ಯವಾದ ಅಕ್ಷರವಲ್ಲ; '>' ವು "
"ಅನುಮತಿ ಇರುವ ಅಕ್ಷರವಾಗಿರುತ್ತದೆ"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "ಅಂಶವು '%s' was closed, no element is currently open"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "ಅಂಶ '%s' ವು ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ, ಆದರೆ ಪ್ರಸ್ತುತ ಮುಕ್ತವಾಗಿರುವ ಅಂಶವೆಂದರೆ '%s' ಆಗಿದೆ"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "ದಸ್ತಾವೇಜು ಖಾಲಿಯಾಗಿತ್ತು ಅಥವ ಕೇವಲ ಕೇವಲ ಖಾಲಿ ಜಾಗಗಳನ್ನು ಹೊಂದಿತ್ತು"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಮುಕ್ತ ಕೋನ ಆವರಣ ಚಿಹ್ನೆ '<' ಯ ನಂತರ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -480,7 +480,7 @@ msgstr ""
"ಅಂಶಗಳು ತೆರೆದಿರುವಾಗಲೇ ದಸ್ತಾವೇಜು ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ - '%s' ಯು ತೆರೆಯಲ್ಪಟ್ಟ "
"ಕೊನೆಯ ಅಂಶ"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -489,19 +489,19 @@ msgstr ""
"ದಸ್ತಾವೇಜು ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ, <%s/> ಟ್ಯಾಗಿನ ಕೊನೆಯಲ್ಲಿ ಒಂದು ಮುಕ್ತ ಕೋನ ಆವರಣ "
"ಚಿಹ್ನೆಯನ್ನು ಕಾಣಲು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಅಂಶದ ಹೆಸರಿನಲ್ಲಿ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಗುಣಲಕ್ಷಣ ಹೆಸರಿನಲ್ಲಿ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಅಂಶ ತೆರೆಯುವ ಟ್ಯಾಗಿನ ಒಳಗೆ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -509,16 +509,16 @@ msgstr ""
"ದಸ್ತಾವೇಜು ಒಂದು ಗುಣಲಕ್ಷಣದ ಹೆಸರಿನ ನಂತರದ ಸಮ ಚಿಹ್ನೆಯ ನಂತರ ಅನಿರೀಕ್ಷಿತವಾಗಿ "
"ಕೊನೆಗೊಂಡಿದೆ; ಯಾವುದೇ ಗುಣಲಕ್ಷಣ ಮೌಲ್ಯವಿಲ್ಲ"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಗುಣಲಕ್ಷಣ ಮೌಲ್ಯದ ಒಳಗಿರುವಾಗ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಅಂಶ'%s'ದ ಮುಚ್ಚಲ್ಪಟ್ಟ ಟ್ಯಾಗಿನ ಒಳಗೆ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಹೇಳಿಕೆ ಅಥವ ಪ್ರಕ್ರಿಯೆ ಸೂಚನೆಯ ಒಳಗೆ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
@@ -948,16 +948,16 @@ msgstr "child ಪ್ರಕ್ರಿಯೆ \"%s\" ಅನ್ನು ಕಾರ್ಯ
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "child pid pipe (%s) ಇಂದ ಸಾಕಷ್ಟು ದತ್ತಾಂಶವನ್ನು ಓದುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "ಆದಾನ ಪರಿವರ್ತನೆಯಲ್ಲಿ ಅಮಾನ್ಯ ಅನುಕ್ರಮ"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "ಅಕ್ಷರವು UTF-16 ನ ವ್ಯಾಪ್ತಿ ಇಂದ ಹೊರಗಿದೆ"
@@ -1124,15 +1124,15 @@ msgstr "ಮೌಲ್ಯ '%s' ವನ್ನು ಒಂದು ತೇಲು ಸಂಖ
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "ಮೌಲ್ಯ '%s' ವನ್ನು ಒಂದು ಬೂಲಿಯನ್ ಆಗಿ ವಿವರಿಸಲು ಆಗುವುದಿಲ್ಲ."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "%s ಗೆ ಬಹಳ ದೊಡ್ಡದಾದ ಎಣಿಕೆ ಮೌಲ್ಯವನ್ನು ರವಾನಿಸಲಾಗಿದೆ"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "ಸ್ಟ್ರೀಮ್ ಈಗಾಗಲೆ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ"
@@ -1199,10 +1199,10 @@ msgid "drive doesn't implement polling for media"
msgstr "ಮಾಧ್ಯಮಕ್ಕಾಗಿ ಪೋಲ್ ಮಾಡುವುದನ್ನು ಡ್ರೈವ್ ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "ಕಾರ್ಯವು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ"
@@ -1235,24 +1235,24 @@ msgstr "ಸೂಚಿತ ಕಡತವು ಅಸ್ತಿತ್ವದಲ್ಲಿ
msgid "Can't recursively copy directory"
msgstr "ಕೋಶವನ್ನು ಪುನರಾವರ್ತಿತವಾಗಿ ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "ಅಮಾನ್ಯವಾದ ಸಿಮ್‍ಲಿಂಕ್ ಮೌಲ್ಯವನ್ನು ಒದಗಿಸಲಾಗಿದೆ"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "ಟ್ರ್ಯಾಶ್ ಬೆಂಬಲಿತವಾಗಿಲ್ಲ"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ಕಡತದ ಹೆಸರುಗಳು '%c' ಅನ್ನು ಹೊಂದುವಂತಿಲ್ಲ"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "ಪರಿಮಾಣವು ಆರೋಹಿಸುವುದನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "ಈ ಪುಟವನ್ನು ನಿಭಾಯಿಸಲು ಯಾವುದೆ ಅನ್ವಯವು ಅನುಸ್ಥಾಪಿತಗೊಂಡಿಲ್ಲ"
@@ -1269,6 +1269,15 @@ msgstr "ಕಡತ ಎನ್ಯುಮರೇಟರಿನಲ್ಲಿ ಕಾರ್
msgid "File enumerator is already closed"
msgstr "ಕಡತ ಎನ್ಯುಮರೇಟರ್ ಈಗಾಗಲೆ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "URI '%s' ನ ಅತಿಥೇಯದ ಹೆಸರು ಸರಿಯಿಲ್ಲ"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1286,7 +1295,7 @@ msgstr "ಆದಾನ ಸ್ಟ್ರೀಮ್‍ನಲ್ಲಿ ಕಡಿತಗ
msgid "Truncate not supported on stream"
msgstr "ಸ್ಟ್ರೀಮ್‍ನಲ್ಲಿ ಕಡಿತಗೊಳಿಸಲು ಅನುಮತಿಯ ಇಲ್ಲ"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "ಆದಾನ ಸ್ಟ್ರೀಮ್‍ನಲ್ಲಿ ಓದುವುದನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ"
@@ -1296,7 +1305,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "ಸ್ಟ್ರೀಮ್‍ನಲ್ಲಿ ಕಾರ್ಯವು ಬಾಕಿ ಇದೆ"
@@ -1304,7 +1313,7 @@ msgstr "ಸ್ಟ್ರೀಮ್‍ನಲ್ಲಿ ಕಾರ್ಯವು ಬಾ
msgid "Unable to find default local directory monitor type"
msgstr "ಪೂರ್ವನಿಯೋಜಿತವಾದ ಕೋಶ ಮೇಲ್ವಿಚಾರಕ ಬಗೆಯನ್ನು ಪತ್ತೆ ಮಾಡಲಾಗಲಿಲ್ಲ"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "ಅಮಾನ್ಯ ಕಡತದ ಹೆಸರು %s"
@@ -1622,38 +1631,38 @@ msgstr "ಆರೋಹಣವು ಅವರೋಹಣವನ್ನು ಕಾರ್ಯ
msgid "mount doesn't implement synchronous content type guessing"
msgstr "ಆರೋಹಣವು ಅವರೋಹಣವನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "ಪ್ರದಾನ ಸ್ಟ್ರೀಮ್ ಬರೆಯುವುದನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "ಮೂಲ ಸ್ಟ್ರೀಮ್ ಈಗಾಗಲೆ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
#, fuzzy
msgid "name"
msgstr "ಹೆಸರಿಸಲಾಗದ"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "URI '%s' ನ ಅತಿಥೇಯದ ಹೆಸರು ಸರಿಯಿಲ್ಲ"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
#, fuzzy
msgid "names"
msgstr "ಹೆಸರಿಸಲಾಗದ"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1671,7 +1680,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 5734b73af..81d722cc0 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-08-04 22:17+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: GNOME Korea <gnome-kr-hackers@lists.kldp.net>\n"
@@ -100,8 +100,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s'에서 '%s'(으)로 변환하는 변환기를 열 수 없습니다"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "변환 입력에서 잘못된 바이트 순서"
@@ -111,8 +111,8 @@ msgstr "변환 입력에서 잘못된 바이트 순서"
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "입력의 끝에서 부분적인 문자 순서"
@@ -348,16 +348,16 @@ msgstr ""
"'%-.*s'의 구문 해석에 실패했습니다. 문자 참조에는 숫자를 써야 합니다 (예를 "
"들어 &#234;) - 숫자가 너무 클 수도 있습니다"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "문자 참조 '%-*s'에 대응되는 문자는 허용되지 않습니다"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "문자 참조가 비어 있습니다; &#454;처럼 숫자를 써야 합니다"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -367,32 +367,32 @@ msgstr ""
"려고 하지 않은 곳에서 & 기호를 사용한 경우일 것입니다 - 이런 경우 &amp; 라고"
"쓰십시오"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "엔티티 참조가 미완성입니다"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "문자 참조가 미완성입니다"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "잘못된 UTF-8 인코딩된 텍스트 - 너무 시퀀스가 깁니다"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "잘못된 UTF-8 인코딩된 텍스트 - 시작 문자가 아닙니다"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "잘못된 UTF-8 인코딩된 텍스트 - '%s' 부분이 올바르지 않습니다"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "문서는 엘리먼트로 시작하여야 합니다 (예 <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -401,7 +401,7 @@ msgstr ""
"'%s'은(는) '<' 문자 다음에 쓸 수 없습니다; 이 문자로는 엘리먼트 이름을 시작"
"할 수 없습니다"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -409,7 +409,7 @@ msgid ""
msgstr ""
"이상한 문자 '%s'. 빈 엘리먼트 '%s' 태그를 끝내는 '>' 문자가 나타나야 합니다"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -417,7 +417,7 @@ msgstr ""
"이상한 문자 '%1$s'. 엘리먼트 '%3$s'의 애트리뷰트 이름 '%2$s' 다음에 '='이 나"
"타나야 합니다"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -428,7 +428,7 @@ msgstr ""
"나, 애트리뷰트가 나와야 합니다; 아마도 애트리뷰트 이름에 잘못된 문자를 쓴 경"
"우일 것입니다"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -437,7 +437,7 @@ msgstr ""
"이상한 문자 '%1$s'. 엘리먼트 '%3$s'의 애트리뷰트 '%2$s'의 값을 부여할 때 = "
"기호 다음에 따옴표가 나타나야 합니다"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -446,7 +446,7 @@ msgstr ""
"'%s'은(는) '</' 다음에 쓸 수 있는 문자가 아닙니다; '%s'은(는) 엘리먼트 이름"
"을 시작할 수 없습니다"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -455,25 +455,25 @@ msgstr ""
"'%s'은(는) 엘리먼트 '%s'을(를) 닫은 다음에 쓸 수 있는 문자가 아닙니다; '>' 문"
"자를 쓸 수 있습니다"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' 엘리먼트는 닫혔고, 현재 아무 엘리먼트도 열려 있지 않습니다"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' 엘리먼트는 닫혔고, 현재 열려 있는 엘리먼트는 '%s'입니다"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "문서가 비어있거나 공백문자만 들어 있습니다"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "'<' 바로 다음에 문서가 갑작스럽게 끝났습니다"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -482,7 +482,7 @@ msgstr ""
"엘리먼트가 열려 있는 상태로 문서가 갑작스럽게 끝났습니다 - 마지막에 열려 있"
"던 엘리먼트는 '%s'입니다"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -490,19 +490,19 @@ msgid ""
msgstr ""
"문서가 갑작스럽게 끝났습니다. <%s/> 태그를 끝내는 > 기호가 나타나야 합니다"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "엘리먼트 이름에서 문서가 갑작스럽게 끝났습니다"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "에트리뷰트 이름에서 문서가 갑작스럽게 끝났습니다"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "엘리먼트의 열기 태그 안에서 문서가 갑작스럽게 끝났습니다."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -510,17 +510,17 @@ msgstr ""
"애트리뷰트 이름 다음의 = 기호 다음에서 문서가 갑작스럽게 끝났습니다; 애트리뷰"
"트 값이 없습니다"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "애트리뷰트 값 안에서 문서가 갑작스럽게 끝났습니다"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "엘리먼트 '%s'의 닫기 태그 안에서 문서가 갑작스럽게 끝났습니다"
# FIXME: processing instruction?
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "주석문 혹은 처리 안내자 태그 안에서 문서가 갑작스럽게 끝났습니다"
@@ -956,16 +956,16 @@ msgstr "자식 프로세스 \"%s\"을(를) 실행하는 중 알 수 없는 오
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "자식 pid 파이프에서 필요한 데이타를 읽는 데 실패했습니다 (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "변환 입력에서 잘못된 순서"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "UTF-16 범위 밖의 문자"
@@ -1130,15 +1130,15 @@ msgstr "값 '%s'을(를) 단정도 실수로 해석할 수 없습니다."
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "값 '%s'을(를) 불리언 값으로 해석할 수 없습니다."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "%s에 넘긴 카운트 값이 너무 큽니다"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "스트림을 이미 닫았습니다"
@@ -1205,10 +1205,10 @@ msgid "drive doesn't implement polling for media"
msgstr "드라이브가 미디어의 폴링을 구현하지 않았습니다"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "동작을 지원하지 않습니다"
@@ -1241,24 +1241,24 @@ msgstr "대상 파일이 있습니다"
msgid "Can't recursively copy directory"
msgstr "디렉토리를 재귀적으로 복사할 수 없습니다"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "잘못된 심볼릭 링크 값이 주어졌습니다"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "휴지통을 지원하지 않습니다"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "파일 이름에 '%c' 문자가 들어갈 수 없습니다"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "볼륨이 mount를 구현하지 않았습니다"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "이 파일을 처리하는 프로그램을 아무 것도 등록하지 않았습니다"
@@ -1275,6 +1275,15 @@ msgstr "파일 이뉴머레이터에 진행 중인 동작이 있습니다"
msgid "File enumerator is already closed"
msgstr "파일 이뉴머레이터를 이미 닫았습니다"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "아이콘 이름이 들어 있는 배열"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1292,7 +1301,7 @@ msgstr "입력 스트림이 truncate를 허용하지 않습니다"
msgid "Truncate not supported on stream"
msgstr "스트림에서 truncate를 지원하지 않습니다"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "입력 스트림이 read를 구현하지 않았습니다"
@@ -1302,7 +1311,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "스트림에 진행 중인 동작이 있습니다"
@@ -1310,7 +1319,7 @@ msgstr "스트림에 진행 중인 동작이 있습니다"
msgid "Unable to find default local directory monitor type"
msgstr "기본 로컬 디렉토리 모니터 종류를 찾을 수 없습니다"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "잘못된 파일 이름 %s"
@@ -1626,35 +1635,35 @@ msgstr "마운트가 content type guessing을 구현하지 않았습니다"
msgid "mount doesn't implement synchronous content type guessing"
msgstr "마운트가 동기식 content type guessing을 구현하지 않았습니다"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "출력 스트림이 write를 구현하지 않았습니다"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "원본 스트림을 이미 닫았습니다"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "이름"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "아이콘의 이름"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "이름 목록"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "아이콘 이름이 들어 있는 배열"
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "기본값 대체 사용"
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1674,7 +1683,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/ku.po b/po/ku.po
index 4e9bc3109..d4b9b4ac3 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.glib-2-8\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -98,8 +98,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr ""
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr ""
@@ -109,8 +109,8 @@ msgstr ""
msgid "Error during conversion: %s"
msgstr ""
-#: 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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr ""
@@ -334,68 +334,68 @@ msgid ""
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr ""
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr ""
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr ""
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr ""
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr ""
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr ""
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -403,87 +403,87 @@ msgid ""
"character in an attribute name"
msgstr ""
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr ""
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr ""
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -907,16 +907,16 @@ msgstr ""
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr ""
-#: 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr ""
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr ""
@@ -1079,15 +1079,15 @@ msgstr ""
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr ""
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1155,10 +1155,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr ""
@@ -1191,24 +1191,24 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1225,6 +1225,14 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+msgid "The file containing the icon"
+msgstr ""
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1242,7 +1250,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1252,7 +1260,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1260,7 +1268,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Navê bernameyê nederbasdar e: %s"
@@ -1578,35 +1586,35 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr ""
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1624,7 +1632,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 c59d42f70..b9f757531 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: lt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -103,8 +103,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Nepavyko atverti keitiklio iš „%s“ į „%s“"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Klaidinga baitų seka keitimo įvedime"
@@ -114,8 +114,8 @@ msgstr "Klaidinga baitų seka keitimo įvedime"
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Nepilna simbolio seka įvedimo pabaigoje"
@@ -348,16 +348,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:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Simbolio aprašymas „%-.*s“ neatitinka leistinus simbolius"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tuščias simbolio aprašymas; ten turėtų būti skaičiai, pvz. &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -367,32 +367,32 @@ msgstr ""
"ampersendo simbolį nepradėdami elemento įvedimo - apeikite ampersendą "
"įvesdami &amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Nebaigtas elemento aprašymas"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Nebaigtas simbolio aprašymas"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Klaidingai koduotas UTF-8 tekstas – per ilga seka"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Klaidingai koduotas UTF-8 tekstas – ne pradžios simbolis"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Klaidingai koduotas UTF-8 tekstas – netinkamas „%s“"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentas turėtų prasidėti elementu (pvz. <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -400,7 +400,7 @@ msgid ""
msgstr ""
"„%s“ negali būti rašomas po „<“ simbolio; jis nepradeda jokio elemento vardo"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -409,7 +409,7 @@ msgstr ""
"Neįprastas simbolis „%s“, tikėtasi sulaukti „>“ simbolio, užbaigiančio "
"pradinį elementą „%s“"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -417,7 +417,7 @@ msgstr ""
"Neįprastas simbolis „%1$s“, tikėtasi sulaukti „=“ po elemento „%3$s“ požymio "
"vardo „%2$s“"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -428,7 +428,7 @@ msgstr ""
"užbaigiančių elementą „%s“, arba papildomo požymio; gal Jūs panaudojote "
"netinkama simbolį požymio varde"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -437,7 +437,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:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -446,7 +446,7 @@ msgstr ""
"„%s“ negali būti rašomas po simbolių „</“; „%s“ negali būti kokio nors "
"elemento vardu"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -455,29 +455,29 @@ msgstr ""
"„%s“ negali būti rašomas po uždarančio elemento vardo „%s“; leistinas "
"simbolis yra „>“"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
"Elemento „%s“ uždarymo simbolis sutiktas anksčiau už elemento atidarymo "
"simbolį"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Sutiktas elemento „%s“ uždarymo simbolis, tačiau šiuo metu atidarytas kitas "
"elementas „%s“"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentas tuščias arba susideda tik iš tarpų"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentas netikėtai pasibaigė tuoj po atidarančių skliaustų '<'"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -486,7 +486,7 @@ msgstr ""
"Dokumentas netikėtai pasibaigė neuždarius dalies elementų - „%s“ yra "
"paskutinis atviras elementas"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -495,19 +495,19 @@ msgstr ""
"Dokumentas netikėtai pasibaigė, nesulaukta uždarančių skliaustų simbolio <%s/"
">"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentas netikėtai pasibaigė elemento varde"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentas netikėtai pasibaigė požymio varde"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumentas netikėtai pasibaigė elemento atvėrimo žyme."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -515,16 +515,16 @@ msgstr ""
"Dokumentas netikėtai pasibaigė lygybės simboliu einančio po požymio vardo; "
"nerasta požymio reikšmė"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentas netikėtai pasibaigė požymio verte"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokumentas netikėtai pasibaigė elemento „%s“ uždarančiame simbolyje"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumentas netikėtai pasibaigė komentaruose arba apdorojimo instrukcijose"
@@ -960,16 +960,16 @@ 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:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Klaidinga seka keitimo įvestyje"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Simbolis neatitinka UTF-16 simbolių diapazono"
@@ -1138,15 +1138,15 @@ msgstr ""
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Reikšmės „%s“ negalima interpretuoti kaip loginės."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Per didelė skaičiavimo reikšmė perduota %s"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Srautas jau užvertas"
@@ -1213,10 +1213,10 @@ msgid "drive doesn't implement polling for media"
msgstr "įrenginys nerealizuoja laikmenos tikrinimo užklausimo"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operacija nepalaikoma"
@@ -1249,24 +1249,24 @@ msgstr "Nurodytas failas jau egzistuoja"
msgid "Can't recursively copy directory"
msgstr "Negalima rekursyviai kopijuoti aplanko"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Netaisyklinga simbolinės nuorodos reikšmė"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Šiukšlės nepalaikomos"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Failų varduose negali būti '%c'"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "skirsnis nepalaiko prijungimo"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Nėra programos, priregistruotos kaip skaitančios šį failą"
@@ -1283,6 +1283,15 @@ msgstr "Failų enumeratoriui liko neatlikta operacija"
msgid "File enumerator is already closed"
msgstr "Failų enumeratorius jau užvertas"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Masyvas iš piktogramų pavadinimų"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1300,7 +1309,7 @@ msgstr "Trumpinimas įėjimo srauto nepalaikomas"
msgid "Truncate not supported on stream"
msgstr "Trumpinimas srauto nepalaikomas"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Šaltinio srautas nerealizuoja skaitymo"
@@ -1310,7 +1319,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Srautui liko neįvykdyta operacija"
@@ -1318,7 +1327,7 @@ msgstr "Srautui liko neįvykdyta operacija"
msgid "Unable to find default local directory monitor type"
msgstr "Nepavyko rasti įprasto vietinių aplankų stebėjimo tipo"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Netaisyklingas failo vardas %s"
@@ -1636,35 +1645,35 @@ msgstr "prijungimo taškas nepalaiko atjungimo"
msgid "mount doesn't implement synchronous content type guessing"
msgstr "prijungimo taškas nepalaiko atjungimo"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Išvedimo srautas nepalaiko rašymo"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Šaltinio srautas jau užvertas"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "pavadinimas"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Piktogramos pavadinimas"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "pavadinimai"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Masyvas iš piktogramų pavadinimų"
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "naudoti numatytuosius atsarginius variantus"
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1685,7 +1694,7 @@ msgstr "Klaida skaitant unix: %s"
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"
diff --git a/po/lv.po b/po/lv.po
index 4f537e961..b274d98c5 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -97,8 +97,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Nevarēju atvērt konvertātoru no '%s' uz '%s': %s"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Nepareiza baitu secība konversijas ievadē"
@@ -108,8 +108,8 @@ msgstr "Nepareiza baitu secība konversijas ievadē"
msgid "Error during conversion: %s"
msgstr "Kļūda konversējot: %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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Daļēja simbolu secība ievades beigās"
@@ -342,16 +342,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:653
+#: glib/gmarkup.c:650
#, 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:668
+#: glib/gmarkup.c:665
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:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -360,34 +360,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:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Nepabeigta entītijas atsauce"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Nepabeigta rakstzīmes atsauce"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Nepareizi kodēts UTF-8 teksts"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Nepareizi kodēts UTF-8 teksts"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Nepareizi kodēts UTF-8 teksts"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentam jāsākās ar elementu (piem., <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -396,7 +396,7 @@ msgstr ""
"'%s' nav atļauta rakstzīme, sekojoša aiz rakstzīmes '<'; tā nedrīkst iesākt "
"elementa vārdu."
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -405,14 +405,14 @@ msgstr ""
"Savāda rakstzīme '%s', gaidīju '>' rakstzīmi, kas nobeigtu sākuma tagu "
"elementam '%s'"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, 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:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -423,7 +423,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:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -432,7 +432,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:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -441,7 +441,7 @@ msgstr ""
"'%s' nav derīga rakstzīme, sekojot rakstzīmēm '</'; '%s' nevar sākt elementa "
"nosaukumu"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -450,25 +450,25 @@ msgstr ""
"'%s' nav derīga rakstzīme, sekojot aizverošā eementa nosaukumam '%s'; "
"atļautā rakstzīme ir '>'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, 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:1685
+#: glib/gmarkup.c:1682
#, 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:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokuments bija tukšs vai saturēja tikai tukšu atstarpi"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
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:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -477,7 +477,7 @@ msgstr ""
"Dokuments negaidīti izbeidzās ar joprojām atvērtiem elementiem - '%s' bija "
"pēdējais atvērtais elements"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -486,19 +486,19 @@ msgstr ""
"Dokuments negaidīti izbeidzās, cerēju ieraudzīt aizverošo stūra iekavu, "
"beidzoties ar tagu <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokuments negaidīti izbeidzās iekšā elementa nosaukumā"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokuments negaidīti izbeidzās iekšā atribūta nosaukumā"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokuments negaidīti izbeidzās elementa-atverošajā tagā."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -506,16 +506,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:1908
+#: glib/gmarkup.c:1905
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:1924
+#: glib/gmarkup.c:1921
#, 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:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokuments negaidīti izbeidzās iekšā komentārā vai apstrādes instrukcijā"
@@ -950,16 +950,16 @@ msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
"Nevarēju nolasīt pietiekami daudz datus no bērna pid programkanāla (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Rakstzīme nav UTF-8 laukā"
-#: 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Nepareiza secība konversijas ievadē "
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Rakstzīme nav UTF-16 laukā"
@@ -1122,15 +1122,15 @@ msgstr ""
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr ""
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1197,10 +1197,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr ""
@@ -1233,24 +1233,24 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1267,6 +1267,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Hostdatora nosaukuma URI '%s' ir nepareizs"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1284,7 +1293,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1294,7 +1303,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1302,7 +1311,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Nepareizs hostdatora nosaukums"
@@ -1621,36 +1630,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "Hostdatora nosaukuma URI '%s' ir nepareizs"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1668,7 +1677,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 924dcf964..c3af46e97 100644
--- a/po/mg.po
+++ b/po/mg.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GLIB VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -97,8 +97,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Tsy voasokatra ny mpanova rakitra '%s' ho '%s'"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Tsy mitombina filaharan'ny byte amin'ny zavatra ovaina"
@@ -108,8 +108,8 @@ msgstr "Tsy mitombina filaharan'ny byte amin'ny zavatra ovaina"
msgid "Error during conversion: %s"
msgstr "Nisy olana teo am-panovana: %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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Tsy feno ny filaharan'ny marika amin'ny faran'ny zavatra ovaina"
@@ -346,16 +346,16 @@ msgstr ""
"Tsy voazarazara ny '%-.*s' izay tokony ho isa anaty fiantsoana marika "
"(&#234, ohatra). Mety lehibe loatra angamba ilay isa."
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, 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:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Fiantsoana marika foana; tokony hisy isa toy ny &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -365,35 +365,35 @@ msgstr ""
"nihevitra hampiasa esperluette hanombohana ary angamba ianao - esperluette "
"fialana toy ny &amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Fiantsoana ary tsy vita"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Fiantsoana marika tsy vita"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Lahabolana voafango UTF-8 tsy mitombina"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Lahabolana voafango UTF-8 tsy mitombina"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Lahabolana voafango UTF-8 tsy mitombina"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
"Tsy maintsy manomboka amina singantaharo ilay tahirin-kevitra (oh. <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -402,7 +402,7 @@ msgstr ""
"Tsy mety atao aorian'ny marika '<' ny marika '%s'. Tsy mety anombohana "
"anaran-tsingataharo io"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -411,7 +411,7 @@ msgstr ""
"Marika '%s' hafahafa; nanantena marika '>' hamarana ny tag manomboka ny "
"singantaharo '%s'"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -419,7 +419,7 @@ msgstr ""
"Marika '%s' hafahafa; nanantena '=' aorian'ny anaran'ny marika manokana '%s' "
"amin'ny singantaharo '%s'"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -430,7 +430,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:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -439,7 +439,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:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -448,7 +448,7 @@ msgstr ""
"Tsy mety atao aorian'ny marika '</' ny marika '%s'. Tsy mety anombohana "
"anaran-tsingantaharo ny '%s'."
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -457,27 +457,27 @@ msgstr ""
"'%s' dia tsy mety atao aorian'ny anaran'ny singantaharo mamarana ny marika '%"
"s'. '>' no marika mety atao eo"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, 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:1685
+#: glib/gmarkup.c:1682
#, 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:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Foana na tsy misy afa-tsy elanelana ilay tahirin-kevitra"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Nifarana tampoka taoriana fonon-teny kitso loha '<' ilay tahirin-kevitra"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -486,7 +486,7 @@ msgstr ""
"Nifarana tampoka ilay tahirin-kevitra nefa misy singantaharo mbola "
"misokatra; '%s' no singantaharo farany nisokatra"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -495,20 +495,20 @@ msgstr ""
"Nifarana tampoka ilay singantaharo; nanantena fonon-teny kitso loha mamarana "
"ny tag <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Nifarana tampoka tanaty anaran-tsingataharo ilay tahirin-kevitra"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Nifarana tampoka tanaty anarana marika manokana ilay tahirin-kevitra"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Nifarana tampoka tanaty tag manomboka singantaharo ilay tahirin-kevitra."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -516,19 +516,19 @@ msgstr ""
"Nifarana tampoka taorian'ny mira manaraka anarana marika manokana ilay "
"tahirin-kevitra; tsy misy sanda-marika manokana"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Nifarana tampoka ilay tahirin-kevitra raha mbola tanaty sanda-marika manokana"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, 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:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Nifarana tampoka tanaty teny fanampiny na torolàlana fikirakirana ilay "
@@ -971,16 +971,16 @@ msgstr ""
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Tsy nahavaky data ampy tanatin'ny fantsona zanaka pid (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Mihoatra ny fetran'ny UTF-8 ilay marika"
-#: 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Tsy mitombina ny filaharana amin'ny fidiran'ny fanovana"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Mihoatra ny fetran'ny UTF-16 ilay marika"
@@ -1152,15 +1152,15 @@ msgstr "Tsy mety avadika ho isa float mba ho azo ny sanda '%s'."
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Tsy mety avadika ho boleanina mba ho azo ny sanda '%s'."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1228,10 +1228,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Tsy raisina an-tànana ny rohy misolotena"
@@ -1265,25 +1265,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "Tsy raisina an-tànana ny rohy misolotena"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
#, fuzzy
msgid "No application is registered as handling this file"
msgstr ""
@@ -1302,6 +1302,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Tsy mitombina ny anaram-mpampiantranon'ny URI '%s'"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1319,7 +1328,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1329,7 +1338,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1337,7 +1346,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Anaram-pamaha diso: %s"
@@ -1657,36 +1666,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "Tsy mitombina ny anaram-mpampiantranon'ny URI '%s'"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1704,7 +1713,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 f471f1560..772b062db 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.mk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -104,8 +104,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Не можам да го отворам конверторот од „%s“ до „%s“"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Невалидна секвенца на бајти во влезот на конвертирањето"
@@ -115,8 +115,8 @@ msgstr "Невалидна секвенца на бајти во влезот н
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Парцијална секвенца на карактер на крајот од влезот"
@@ -354,16 +354,16 @@ msgstr ""
"внатрешен дигитален карактер (на пример, &#234) - најверојатно бројот е "
"преголем"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Параметарот на карактерот '%-.*s' не енкодира забранет карактер"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Параметар за празен карактер; треба да содржи бројка како што е &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -373,32 +373,32 @@ msgstr ""
"користеле симбол без намера да започнете ентитет - одбегнете го симболот со "
"&amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Недовршен параметар за ентитет"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Недовршен параметар за карактер"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Невалиден UTF-8 енкодиран текст - предолга секвенца"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Невалиден UTF-8 енкодиран текст - нема почетен знак"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Невалиден UTF-8 енкодиран текст - невалидно „%s“"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документите мора да започнуваат со елемент (пр. <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -406,7 +406,7 @@ msgid ""
msgstr ""
"„%s“ не е валиден карактер по '<' карактер; не може да започне име на елемент"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -415,7 +415,7 @@ msgstr ""
"Чуден карактер „%s“, очекував '>' карактер да го заврши почетниот таг на "
"елементот „%s“"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, 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:1397
+#: glib/gmarkup.c:1394
#, 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:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -442,7 +442,7 @@ msgstr ""
"Чуден карактер „%s“, се очекува отворен забележан цитат по еднаквите знаци "
"кога се даваат вредности за атрибутот „%s“· од елементот „%s“·"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -451,7 +451,7 @@ msgstr ""
"„%s“ не е валиден карактер, по карактерите </';·„%s“·не може да започне име "
"на елемент"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -460,26 +460,26 @@ msgstr ""
"„%s“·не е валиден карактер што би можел да доје по името на елементот „%s“, "
"дозволениот карактер е '>'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Елементот „%s“ е затворен. Во моментов не е отворен ниеден елемент"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Елементот „%s“ е затворен, но тековно отворениот елемент е „%s“"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Документот е празен или содржи само празни места"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Документот заврши неочекувано веднаш по заградата за отворениот агол '<'"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -488,7 +488,7 @@ msgstr ""
"Документот заврши неочекувано со сеуште отворени елементи - „%s“ беше "
"последниот отворен елемент"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -497,36 +497,36 @@ msgstr ""
"Документот заврши неочекувано, очекував да видам го видам аголот на "
"заградата за затворање на тагот <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Документот заврши неочекувано внатре во иметп на елементот"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документот заврши неочекувано внатре во името на атрибутот"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документот заврши неочекувано внатре во тагот за отворање на елементи."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "Нема вредност за атрибутот"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Документот заврши неочекувано додека беше внатре во вредноста на атрибутот"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Документот заврши неочекувано внатре во тагот за затворање на елементи „%s“"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Документот заврши неочекувано внатре во коментар или инструкција за "
@@ -962,16 +962,16 @@ msgstr "Непозната грешка при извршувањето на п
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Не успеав да прочитам доволно податоци од pid подцевката (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Невалидна секвенца во излезот од конвертирањето"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Карактерот е надвор од опсег за UTF-16"
@@ -1141,15 +1141,15 @@ msgstr "Вредноста „%s“ неможе да биде препозна
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Вредноста „%s“ не може да биде препознаена како boolean."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Преголема бројна вредност дадена на %s"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Стримот е веќе затворен"
@@ -1217,10 +1217,10 @@ msgid "drive doesn't implement polling for media"
msgstr "уредот нема имплементирано барање за медиум"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Операцијата не е поддржана"
@@ -1253,24 +1253,24 @@ msgstr "Целната датотека постои"
msgid "Can't recursively copy directory"
msgstr "Не можам рекурзивно да го ископирам директориумот"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Дадена е невалидна вредност за симболичката врска"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Ѓубрето не е поддржано"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Имињата на датотеки не можат да содржат „%c“"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "просторот нема имплементирано монтирање"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Не е регистрирана апликација за справување со оваа датотека"
@@ -1287,6 +1287,15 @@ msgstr "Енумераторот на датотеки има преголема
msgid "File enumerator is already closed"
msgstr "Енумераторот за датотеки веќе е затворен"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Името на хостот на URI %s е невалидно"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1304,7 +1313,7 @@ msgstr "Смалувањето не е дозволено на влезен ст
msgid "Truncate not supported on stream"
msgstr "Смалувањето не е поддржано на стрим"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Влезниот стрим нема имплементирано читање"
@@ -1314,7 +1323,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Стримот има преголема операција"
@@ -1322,7 +1331,7 @@ msgstr "Стримот има преголема операција"
msgid "Unable to find default local directory monitor type"
msgstr "Не можам да најдам локален директориум за тип на надгледување"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Невалидно име на датотека %s"
@@ -1642,38 +1651,38 @@ msgstr "mount нема имплементирано одмонтирање"
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount нема имплементирано одмонтирање"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Излезниот стрим нема имплементирано запишување"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Изворот на стримот веќе е затворен"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
#, fuzzy
msgid "name"
msgstr "Неименувано"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "Името на хостот на URI %s е невалидно"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
#, fuzzy
msgid "names"
msgstr "Неименувано"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1691,7 +1700,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 2fa0356ca..dd6cabab7 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.ml\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -101,8 +101,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s'-ല്‍ നിന്നും '%s'-ലേക്ക് വേര്‍തിരിക്കുന്ന സംവിധാനം ലഭ്യമായില്ല"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "മാറ്റം വരുത്തുന്ന ഇന്‍പുട്ടില്‍ തെറ്റായ ബൈറ്റ് ക്രമം"
@@ -112,8 +112,8 @@ msgstr "മാറ്റം വരുത്തുന്ന ഇന്‍പുട
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "ഇന്‍പുട്ടിന്‍റെ അവസാനം ഭാഗികമായ അക്ഷര ക്രമം"
@@ -345,17 +345,17 @@ msgstr ""
"'%-.*s' പാഴ്സ് ചെയ്യുന്നതില്‍ പരാജയപ്പെട്ടു, ഇത് അക്ഷര റഫറന്‍സിനുളളില്‍ ഒരു അക്കം ആയിരിക്കണമാരുന്നു "
"(&#234; ഉദാഹരണത്തിന്) - ഒരു പക്ഷേ അക്കം വളരെ വലുതാവാം"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
"അക്ഷരത്തിന്‍റെ സൂചനയായ '%-.*s' ഒരു അനുവദനീയമായ രഹസ്യ അക്ഷരത്തിലേക്കല്ല വേര്‍തിരിക്കുന്നത്"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ശൂന്യമായ അക്ഷര സൂചനാ; &#454 പോലുളള അക്കം ഉല്‍പ്പെടുത്തേണ്ടതാണ്;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -364,32 +364,32 @@ msgstr ""
"അക്ഷരസൂചകം ഒരു അര്ദ്ധവിരാമത്തില് അവസാനിക്കുന്നില്ല. & എന്ന അക്ഷരം അറിയാതെ ഉള്‍ക്കൊളളാന്‍ "
"ഇടയായോ? & ഒരു സത്ത അല്ലെങ്കില് &amp; എന്ന് പ്രത്യേകം സൂചിപ്പിക്കുക"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "പൂര്‍ണ്ണമാകാത്ത എന്‍റിന്‍റി സൂചനാ"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "പൂര്‍ണ്ണമാകാത്ത അക്ഷര സൂചനാ"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr ""
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr ""
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "സാധുതയില്ലാത്ത UTF-8 രഹസ്യ വാചകം - '%s' തെറ്റാകുന്നു"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "രേഖ തുടങ്ങേണ്ടത് ഒരു എലമെന്‍റിലാണ് (ഉദാ <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -397,7 +397,7 @@ msgid ""
msgstr ""
"'<' അക്ഷരത്തിന് പിന്നിലുളള '%s' ഒരു അസാധുവായ അക്ഷരമാണ്; ഇത് ഒരു എലമെന്‍റ് പേര് തുടങ്ങില്ല"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -406,14 +406,14 @@ msgstr ""
"ഓഡ് അക്ഷരം '%s', എലമെന്‍റ് '%s' ആരംഭിക്കുന്ന ടാഗ് അവസാനിക്കേണ്ടത് '>' അക്ഷരത്തിലാവും എന്ന് "
"പ്രതീക്ഷിക്കുന്നു"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"ഓഡ് അക്ഷരം '%s', എലമെന്‍റ് '%s'-ന്‍റെ സവിശേഷത നാമം '%s'-ന് ശേഷം ഒരു '=' പ്രതീക്ഷിക്കുന്നു"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -424,7 +424,7 @@ msgstr ""
"ആട്റിബ്യൂട്ട് ആണ് '%s' എന്ന എലമെന്‍റിന്‍റെ ആരംഭത്തിലുളള ടാഗ് അവസാനിപ്പിക്കുന്നതിന് പ്രതീക്ഷിച്ചത്; "
"ഒരു പക്ഷേ, ആട്റിബ്യൂട്ടിന്‍റെ പേരില്‍ നിങ്ങള്‍ തെറ്റായ അക്ഷരം ആവാം ഉപയോഗിച്ചത്"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -433,7 +433,7 @@ msgstr ""
"'%s' ഒരു ഓഡ് അക്ഷരം ആണ്, '%s' എന്ന എലമെന്‍റിന്‍റെ ആട്റിബ്യൂട്ട് ആയ '%s'-നുളള മൂല്ല്യം നല്‍കുമ്പോള്‍ "
"സമം‌ എന്ന ചിഹ്നത്തിന് ശേഷം ഒരു തുറന്ന കോട്ട് ആണ് പ്റതീക്ഷിച്ചത്"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -441,7 +441,7 @@ msgid ""
msgstr ""
"'</' അക്ഷരങ്ങള്‍ക്ക് ശേഷം ഉളള '%s', അസാധുവായ അക്ഷരമാണ്; '%s' ഒരു എലമെന്‍റ് നാമം തുടങ്ങുന്നില്ല"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -449,25 +449,25 @@ msgid ""
msgstr ""
"എലമെന്‍റ് നാമം '%s'-ന് ശേഷം ഉളള '%s', ഒരു അസാധുവായ അക്ഷരമാണ്; '>' അക്ഷരമാണ് അനുവദിക്കുന്നത്"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "എലമെന്‍റ് '%s' അടച്ചിരിക്കുന്നു, ഒരു എലമെന്‍റുകളും നിലവില്‍ തുറന്നിട്ടില്ല"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "എലമെന്‍റ് '%s' അടച്ചിരിക്കുന്നു, പക്ഷേ നിലവില്‍ ലഭ്യമായ എലമെന്‍റ് '%s' ആണ്"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "രേഖ ശൂന്യമാണ് അല്ലെങ്കില്‍ അതില്‍ വയിറ്റ് സ്പെയിസ് മാത്രമേ ഉള്ളൂ"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ഒരു '<' ബ്രാക്കറ്റിന് ശേഷം രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചിരിക്കുന്നു "
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -476,7 +476,7 @@ msgstr ""
"എലമെന്‍റുകള്‍ തുറന്നു കിടക്കുന്പോള്‍ തന്നെ രേഖ അപ്രതീക്ഷമായ അടഞ്ഞിരിക്കുന്നു - ഒടുവില്‍ തുറന്ന എലമെന്‍റ് "
"'%s' ആണ്"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -485,19 +485,19 @@ msgstr ""
"തന്നെ രേഖ അപ്രതീക്ഷമായ അടഞ്ഞിരിക്കുന്നു, ടാഗ് <%s/>-ന് അവസാനമായി ഒരു ക്ളോസ് ആങ്കില്‍ ബ്രാക്കറ്റ് "
"പ്രതീക്ഷിക്കുന്നു"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "ഒരു എലമെന്‍റിന്‍റെ നാമത്തിനുളളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "ഒരു സവിശേഷത നാമത്തിനുളളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "ഒരു എലമെന്‍റ്-ഓപ്പണിങ് ടാഗിനുളളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -505,16 +505,16 @@ msgstr ""
"സമം ചിഹ്നത്തിന് ശേഷം ഒരു ആട്റിബ്യൂട്ടിന്‍റെ പേര് ആയതിനാല്‍ അപ്റതീക്ഷിതമായി ഡോക്യുമെന്‍റ് "
"അവസാനിച്ചു; ആട്റിബ്യൂട്ടിന് മൂല്ല്യം ലഭ്യമല്ല"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ഒരു സവിശേഷത നാമത്തിനുളളില്‍ വച്ച് രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "എലമെന്‍റ് '%s'-ന്‍റെ ക്ളോസ് ടാഗിനുള്ളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"ഒരു അഭിപ്രായം അല്ലെങ്കില്‍ ഒരു പ്രക്രിയ നടത്തുന്ന നിര്‍ദ്ദേശത്തിനുള്ളില്‍ രേഖ അപ്രതീക്ഷിതമായി "
@@ -943,16 +943,16 @@ msgstr "ചൈള്‍ഡ് പ്രക്രിയ \"%s\" പ്രവര്
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "ചൈള്‍ഡ് pid പൈപ്പിന്‍ നിന്നും ആവശ്യത്തിനുളള ഡേറ്റാ വായിക്കുന്നതില്‍ പരാജയപ്പെട്ടു (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "ഇന്‍പുട്ട് വേര്‍തിരിക്കുന്നതില്‍ അസാധുവായ ക്രമം"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "UTF-16 പരിധിയില്‍ നിന്നും പുറത്താണ് അക്ഷരം"
@@ -1116,15 +1116,15 @@ msgstr "മൂല്ല്യം '%s' ഒരു ഫ്ളോട്ട് അക
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "മൂല്ല്യം '%s' ഒരു ബൂളിയനായി കണക്കാക്കുവാന്‍ സാധ്യമല്ല."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1191,10 +1191,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "പ്രക്രിയ പിന്തുണയ്ക്കുന്നില്ല"
@@ -1227,24 +1227,24 @@ msgstr "ലക്ഷ്യസ്ഥാനത്തുള്ള ഫയല്‍
msgid "Can't recursively copy directory"
msgstr "ആവര്‍ത്തിച്ച് ഡയറക്ടറി പകര്‍ത്തുവാന്‍ സാധ്യമല്ല"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "ചവറ്റുകുട്ട പിന്തുണയ്ക്കുന്നില്ല"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ഫയലിന്റെ പേരില്‍ '%c' ഉണ്ടാകുവാന്‍ പാടില്ല"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1261,6 +1261,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "URI '%s'-ന്‍റെ ഹോസ്റ്റ് നാമം അസാധുവാണ്"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1278,7 +1287,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1288,7 +1297,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1296,7 +1305,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "തെറ്റായ ഫയല്‍ നാമം %s "
@@ -1612,38 +1621,38 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
#, fuzzy
msgid "name"
msgstr "പേരിടാത്ത"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "URI '%s'-ന്‍റെ ഹോസ്റ്റ് നാമം അസാധുവാണ്"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
#, fuzzy
msgid "names"
msgstr "പേരിടാത്ത"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1661,7 +1670,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 3be9ff6cd..5947b83a9 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -108,8 +108,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "»%s« ээс »%s« рүү хөрвүүлэгч нээгдсэнгүй"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Хөрвүүлэлтийн оролтод хүчингүй байт дараалал байна"
@@ -119,8 +119,8 @@ msgstr "Хөрвүүлэлтийн оролтод хүчингүй байт да
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Оролтын төгсгөлд хагас тэмдэгтийн дараалал"
@@ -355,16 +355,16 @@ msgstr ""
"»%-.*s« тэмдэгтийн дотор тоо байх ёстой (&#234; шиг) , задлан ялгалд "
"танигдсангүй - магадгүй хэтэрхий том тоо байна уу"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "»%-.*s« тэмдэгт холбоос зөвшөөрөгдөөгүй тэмдэгтээр кодлогдсон байна"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Хоосон тэмдэгтийн холбоос; &#454; гэх мэт тоо агуулах ёстой"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -373,34 +373,34 @@ msgstr ""
"Тэмдэгт холбоос цэг таслалаар төгсөөгүй байна; Та магад амперсандыг абтын "
"эхлэл бусаар хэрэглэхийг хүссэн байх - Та &amp; гэж бичнэ үү"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Төгсгөлгүй абт холбоос"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Төгсгөлгүй тэмдэгт холбоос"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Хүчингүй UTF-8-р кодлогдсон текст"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Хүчингүй UTF-8-р кодлогдсон текст"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Хүчингүй UTF-8-р кодлогдсон текст"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Баримт ямар нэгэн элементээр эхлэх ёстой (Ж.нь <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, 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:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -418,7 +418,7 @@ msgstr ""
"Сонин тэмдэгт »%s«, »%s« элементийн эхлэлийн тагийг хаахад »>« тэмдэгт дутуу "
"байна"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, 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:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -437,7 +437,7 @@ msgstr ""
"эсвэл харин »>« эсвэл »/« тэмдэгт хүлээгдэж байна; Магадгүй та аттрибутын "
"нэрэндээ хүчингүй тэмдэгт хэрэглэжээ"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, 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:1625
+#: glib/gmarkup.c:1622
#, 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:1665
+#: glib/gmarkup.c:1662
#, 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:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "»%s« элемент хаагдсан, Одоогоор ямарч элемент нээлттэй бус байна"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "»%s« элемент хаагдсан, харин одоогоор »%s« элемент нээлттэй байна"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Баримт хоосон эсвэл зүгээр цагаан зай агуулж байна"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Баримт нээлттэй өнцөгтэй хаалт »<« -н дараа гэнэт төгсөв"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -491,7 +491,7 @@ msgstr ""
"Баримт нээлттэй элементүүдтэйгээр гэнэтийн байдлаар төгсөв - »%s« сүүлчийн "
"нээлттэй элемент нь"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -500,21 +500,21 @@ msgstr ""
"Баримт гэнэтийн байдлаар төгсөв, таг <%s/> -г хаах өнцөгтэй хаалт "
"»>«хүлээгдэж байна"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Баримт нэгэн элементийн нэрийн дотор гэнэтийн байдлаар төгсөв"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Баримт нэгэн аттрибут нэрийн дотор гэнэтийн байдлаар төгсөв"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Баримт нээгдэж буй тагийн нэгэн элементийн нэрийн дотор гэнэтийн байдлаар "
"төгсөв."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -522,17 +522,17 @@ msgstr ""
"Баримт аттрибут нэрийн дараах тэнцүүгийн тэмдэгийн дараа гэнэтийн байдлаар "
"төгсөв; аттрибутын утга алга"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Баримт нэгэн аттрибутын утгын дотор гэнэтийн байдлаар төгсөв"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Баримт гэнэтийн байдлаар нэгэн хаагдаж буй »%s« элементийн тагийн дотор төгсөв"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Баримт тайлбар эсвэл заавар боловсруулалтын дотор гэнэтийн байдлаар төгсөв"
@@ -972,16 +972,16 @@ msgstr ""
"Хүү процессын процессын дугаарын шугамаас (%s) хангалттай өгөгдөл уншиж "
"чадсангүй"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Хөрвүүлэлтийн оролтод хүчингүй дараалал"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "UTF-16 хязгаараас гаднах тэмдэгт"
@@ -1148,15 +1148,15 @@ msgstr "'%s' утга бүхэл тоогоор илэрхийлэгдэх бо
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "'%s' утга бүүл утгаар дүрслэгдэх боломжгүй ."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1224,10 +1224,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Символик холбоос дэмжигдээгүй"
@@ -1261,25 +1261,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "Символик холбоос дэмжигдээгүй"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1296,6 +1296,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "URI »%s« -н хостын нэр хүчингүй"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1313,7 +1322,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1323,7 +1332,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1331,7 +1340,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Хүчингүй хостын нэр"
@@ -1651,36 +1660,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "URI »%s« -н хостын нэр хүчингүй"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1698,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/mr.po b/po/mr.po
index 91321446e..9f4a48336 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mr\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-07 19:45+0000\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-08-13 19:46+0530\n"
"Last-Translator: Sandeep Shedmake <sandeep.shedmake@gmail.com>\n"
"Language-Team: marathi\n"
@@ -17,294 +17,295 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
"X-Generator: KBabel 1.11.4\n"
-#: ../glib/gbookmarkfile.c:733 ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899 ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
+#: glib/gbookmarkfile.c:946
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "'%s' घटकाकरीता '%s' अनपेक्षित गुणधर्म"
-#: ../glib/gbookmarkfile.c:744 ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833 ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
+#: glib/gbookmarkfile.c:957
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "'%s' घटकाकरीता '%s' गुणधर्म आढळले नाही"
-#: ../glib/gbookmarkfile.c:1127 ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
+#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "अनपेक्षीत टॅग '%s', टॅग '%s' अपेक्षीत"
-#: ../glib/gbookmarkfile.c:1152 ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234 ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
+#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "'%2$s' च्या आत, '%1$s' अनपेक्षीत टॅग"
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1814
msgid "No valid bookmark file found in data dirs"
msgstr "माहिती संचयीकेत वैध ओळखचिन्ह आढळले नाही"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:2015
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI '%s' करीता ओळखचिन्ह आधिपासूनच अस्तित्वात आहे"
-#: ../glib/gbookmarkfile.c:2061 ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304 ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469 ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630 ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751 ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974 ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240 ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494 ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
+#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
+#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
+#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
+#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
+#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
+#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
+#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
+#: glib/gbookmarkfile.c:3712
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI '%s' करीता ओळखचिन्ह आढळले नाही"
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2393
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s' करीता ओळखचिन्हात MIME प्रकार व्याख्यीत नाही"
-#: ../glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2478
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s' करीता ओळखचिन्हात वैयक्तिक बाब व्याख्यीत नाही"
-#: ../glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2857
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s' करीता ओळखचिन्हात गट निश्चित नाही"
-#: ../glib/gbookmarkfile.c:3258 ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "'%s' नामांकीत कुठल्याही अनुप्रयोगाने '%s' करीता ओळखचिन्ह पंजीकृत केले नाही"
-#: ../glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3438
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "'%s' पासून कार्यान्वीत ओळ '%s' विस्तारीत करू शकले नाही"
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "अक्षर संच '%s' पासून '%s' असे रूपांतर समर्थित नाही"
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' पासून '%s' असे रूपांतरक उघडू शकले नाही"
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2216 ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "रूपांतर आगत मध्ये अवैध बाईट श्रृंखला"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "रूपांतर करतेवेळी त्रूटी: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "आगतच्या शेवटी अपूरे अक्षर श्रृंखला"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "फॉलबॅक '%s' ला कोडसंच '%s' असे रूपांतर करू शकत नाही"
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' \"file\" योजना वापरणारी संपूर्ण URI नाही"
-#: ../glib/gconvert.c:1747
+#: glib/gconvert.c:1747
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "स्थानिक फाइल URI '%s' बहुदा '#' समाविष्टीत करणार नाही"
-#: ../glib/gconvert.c:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' अवैध आहे"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI '%s' चे यजमान अवैध आहे"
-#: ../glib/gconvert.c:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' मध्ये अवैध निसटती अक्षरे समाविष्टीत आहे"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "मार्गनाव '%s' संपूर्ण मार्ग नाही"
-#: ../glib/gconvert.c:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "अवैध यजमान"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "संचयीका '%s' उघडतेवेळी त्रूटी: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "वाचतायेण्याजोगी फाइल \"%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:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "फाइल \"%s\" खूप मोठे आहे"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "'%s' फाइल वाचतेवेळी त्रूटी: %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "'%s' फाइल उघडण्यास अपयशी: %s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "फाइल '%s'चे गुणधर्म प्राप्त करण्यास अयशस्वी: fstat() अपयशी: %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "'%s' फाइल उघडण्यास अपयशी: fdopen() अपयशी : %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "फाइलला '%s पासून '%s' असे पुनर्नामांकन करण्यास अपयशी: g_rename() अपयशी: %s"
-#: ../glib/gfileutils.c:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "फाइल बनविण्यास अपयशी '%s': %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "लिहण्यासाठी '%s' फाइल उघडण्यास अपयशी: fdopen() अपयशी: %s"
-#: ../glib/gfileutils.c:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "'%s' फाइलवर लिहण्यास अपयशी: fwrite() अपयशी: %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "'%s' फाइल बंद करण्यास अपयशी: fclose() अपयशी: %s"
-#: ../glib/gfileutils.c:1123
+#: glib/gfileutils.c:1123
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "उपलब्ध फाइल '%s' काढूण टाकल्या जाऊ शकत नाही: g_unlink() अपयशी: %s"
-#: ../glib/gfileutils.c:1367
+#: glib/gfileutils.c:1367
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "आराखडा '%s' अवैध, '%s' समाविष्टीत नसायला हवे"
-#: ../glib/gfileutils.c:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "आराखडा '%s' मध्ये XXXXXX समाविष्टीत नाही"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "बोधचिन्ह लिंक '%s' वाचण्यास अपयशी: %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
msgid "Symbolic links not supported"
msgstr "बोधचिन्ह लिंक समर्थीत नाही"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "'%s' पासून '%s' असे रूपांतरक उघडू शकले नाही: %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "g_io_channel_read_line_string वाचता येऊ शकले नाही"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "वाचन बफरमध्ये उर्वरीत बिनरूपांतरीत माहिती"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "अपूरे अक्षर असल्यास मार्ग बंद होते"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end वाचता येऊ शकले नाही"
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "'%s' फाइल उघडण्यास अपयशी: open() अपयशी: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' फाइल महत्व जुळवू शकले नाही: mmap() f: %s"
-#: ../glib/gmarkup.c:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "ओळ %d अक्षर %d वर त्रूटी आढळली: "
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "ओळ %d वर त्रूटी: %s"
-#: ../glib/gmarkup.c:483
-msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
-msgstr "रिकामी वस्तु '&;' आढळली; वैध वस्तू याप्रकारे आहेत: &amp; &quot; &lt; &gt; &apos;"
+#: glib/gmarkup.c:483
+msgid ""
+"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
+msgstr ""
+"रिकामी वस्तु '&;' आढळली; वैध वस्तू याप्रकारे आहेत: &amp; &quot; &lt; &gt; &apos;"
-#: ../glib/gmarkup.c:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -314,17 +315,17 @@ msgstr ""
"वस्तुच्या सुरवातीस अक्षर '%s' वैध नाही ; वस्तुची सुरवात & अक्षर पासून होते; जर ऐम्परसेंड "
"वस्तु नसल्यास, त्यास &amp; या स्वरूपी करा"
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "वस्तुच्या नावात अक्षर '%s' वैध राहत नाही"
-#: ../glib/gmarkup.c:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "वस्तुचे नाव '%s' अपरिचीत आहे"
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -332,7 +333,7 @@ msgstr ""
"वस्तू सेमीकोलनवर संपत नाही; शक्यतः तुम्ही वस्तुला सुरू करण्याकरीता &amp; स्वरूप न वापरता "
"ऐम्परसेंड अक्षर वापरले असावे"
-#: ../glib/gmarkup.c:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -341,16 +342,16 @@ msgstr ""
"'%-.*s' वाचता आले नाही, जे अक्षर संदर्भच्या आत अंक म्हणून असायला हवे होते (उदाहर्णाथ "
"&#234;) - तसेच अंक खूप मोठे आहे"
-#: ../glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "अक्षर संदर्भ '%-.*s' परवानगीय अक्षरास एनकोड करीत नाही"
-#: ../glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "रिक्त अक्षर संदर्भात; &#454; सारखे अंक समाविष्टीत केले पाहीजे"
-#: ../glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -359,51 +360,52 @@ msgstr ""
"अक्षर संदर्भ सेमीकोलनवर संपत नाही; शक्यतः तुम्ही वस्तुला सुरू करण्याकरीता &amp; स्वरूप न "
"वापरता तुम्ही ऐम्परसेंड अक्षर वापरले असावे"
-#: ../glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "अपूरे वस्तू संदर्भ"
-#: ../glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "अपूरे अक्षर संदर्भ"
-#: ../glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "अवैध UTF-8 ऐनकोड पाठ्य - अतिलांब श्रृंखला"
-#: ../glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "अवैध UTF-8 ऐनकोड पाठ्य - प्रारंभ अक्षर नाही"
-#: ../glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "अवैध UTF-8 ऐनकोड पाठ्य - वैध '%s' नाही"
-#: ../glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "दस्तऐवजची सुरवात घटकाशी व्हावी (उ.दा. <book>)"
-#: ../glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'<' अक्षरानंतर '%s' वैध अक्षर नाही; त्यामुळे घटक नाव सुरू होऊ शकणार नाही"
-#: ../glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr "असाधारण अक्षर '%1$s', रिकामे-घटक टॅग '%2$s' करीता '>' अक्षर अपेक्षीत"
-#: ../glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
-msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
+msgid ""
+"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "'%s' असाधारण अक्षर आहे, घटक '%s' च्या '%s' गुणधर्म नावानंतर '=' अपेक्षीत"
-#: ../glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -414,7 +416,7 @@ msgstr ""
"अक्षर अपेक्षीत, किंवा पर्यायस्वरूपी गुणधर्म अपेक्षीत; तसेच तुम्ही गुणधर्म नावात अवैध अक्षर "
"वापरले"
-#: ../glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -423,46 +425,46 @@ msgstr ""
"'%s' असाधारण अक्षर आहे, घटक '%s' च्या गुणधर्म '%s' करीता मुल्य प्रदान करतेवेळी समांतर "
"चिन्हा नंतर उघडे क्वोट अपेक्षीत"
-#: ../glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr "'</' अक्षरानंतर '%s' वैध अक्षर नाही; त्यामुळे '%s' घटक नाव सुरू करू शकणार नाही"
-#: ../glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "'%s' घटक नावानंतर '%s' वैध अक्षर नाही; परवानगीय अक्षर '>' आहे"
-#: ../glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "घटक '%s' बंद केले गेले,कुठलेही घटक आता उघडे नाही"
-#: ../glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "घटक '%s' बंद केले गेले, पण सद्या '%s' हे घटक उघडे आहे"
-#: ../glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "दस्तऐवज रिकामे होते किंवा फक्त रिक्त जागा समाविष्टीत होती"
-#: ../glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "उघडे कोन कंस '<' नंतरच दस्तऐवज अनपेक्षितरित्या समाप्त झाले"
-#: ../glib/gmarkup.c:1870 ../glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "घटक उघडे असूनही दस्तऐवज अनपेक्षितरित्या समाप्त झाले - '%s'शेवटचे उगडे घटक होते"
-#: ../glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -471,19 +473,19 @@ msgstr ""
"दस्तऐवज अनपेक्षितरित्या समाप्त झाले, टॅग <%s/> ला बंद करण्याकरीता समाप्तीय कोन कंस "
"उपेक्षीत"
-#: ../glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "घटकाच्या नावाअंतर्गत दस्तऐवज अनपेक्षितरित्या समाप्त झाले"
-#: ../glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "गुणधर्माच्या नावाअंतर्गत दस्तऐवज अनपेक्षितरित्या समाप्त झाले"
-#: ../glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "घटकाच्या-खुल्या टॅग अंतर्गत दस्तऐवज अनपेक्षितरित्या समाप्त झाले."
-#: ../glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -491,571 +493,573 @@ msgstr ""
"गुणधर्म नावा पाठोपाठ समांतर चिन्हानंतर दस्तऐवज अनपेक्षितरित्या समाप्त झाले; गुणधर्माचे मुल्य "
"नाही"
-#: ../glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "गुणधर्म मुल्यच्या अंतर्भूत राहतेवेळी दस्तऐवज अनपेक्षितरित्या समाप्त झाले"
-#: ../glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "दस्तऐवज अनपेक्षितरित्या घटक '%s' करीता बंद टॅगच्या आत समाप्त झाले"
-#: ../glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "दस्तऐवज अनपेक्षितरित्या टिप्पणी किंवा सुचनाचे विषलेशन करतेवेळी समाप्त झाले"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "वस्तु भ्रष्ट आहे"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "आंतरीक त्रुटी किंवा भ्रष्ट वस्तु"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "अतिरीक्त स्मृती नाही"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "संयुक्त शोध सीमा पोहचले"
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
msgid "the pattern contains items not supported for partial matching"
msgstr "रचनेत अपूरे जुळवणीकरीता समाविष्टीत घटक जी समर्थित नाही"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
msgid "internal error"
msgstr "आंतरीक त्रूटी"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr "पुनः संदर्भ कारण अपूरे जुळविणीकरीता स्थिती समर्थित नाही"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "पुनःनिर्मीत सीमा पोहचले"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "कार्यक्षेत्र सीमा रिक्त उपअक्षरओळीकरीता पोहचले"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "नविनओळ बाबींचे अवैध संयोग"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "अपरिचीत त्रुटी"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "रचनाच्या शेवटी \\"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "रचनाच्या शेवटी \\c"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "\\ च्या पाठोपाठ अपरिचीत अक्षर"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr "case-changing escapes (\\l, \\L, \\u, \\U) ला येथे वापरू शकत नाही"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "{} quantifier मधील संख्या क्रमात नाही"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "{} quantifier मधील संख्या खूप मोठे आहे"
-#: ../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 assertion मध्ये \\C ला परवानगी नाही"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "recursive call चक्र अनिश्चितरित्या चालू राहू शकते"
-#: ../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
-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 दर्शविले जात नाही"
-#: ../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 "अक्षर %2$d वरील रेगुलर एक्सप्रेशन %1$s जुळवणी कंपाईल करतेवेळी त्रूटी: %3$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 "अक्षर %2$lu वरील बदलाव पाठ्य \"%1$s\" वाचतेवेळी त्रूटी: %3$s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "क्वोट मध्ये असलेले पाठ्य क्वोटेशन चिन्हापासून सुरू होत नाही"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "आदेश ओळ किंवा इतर शेल-क्वोट पाठ्य मध्ये बिनजुळलेली क्वोटेशन चिन्ह"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "पाठ्य '\\' अक्षर संपल्यावर संपते. ('%s' पाठ्य होते)"
-#: ../glib/gshell.c:545
+#: glib/gshell.c:545
#, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "%c करीता जुळते क्वोट आढळण्यापूर्वी पाठ्य समाप्त झाले. ('%s' पाठ्य होते)"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
msgid "Text was empty (or contained only whitespace)"
msgstr "पाठ्य रिकामे होते (किंवा त्यात फक्त रिक्त जागा समाविष्टीत होते)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "उप कार्य पासून माहिती वाचतेवेळी त्रूटी"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "उप कार्य पासून संभाषाणाकरीता पाईप बनविण्यास अपयशी (%s)"
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "उप कार्य (%s) पासून वाचतेवेळी त्रूटी"
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "'%s' संचयीकेत बदल करण्यास अपयशी (%s)"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "उप कार्य (%s) कार्यान्वीत करतेवेळी त्रूटी"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "अवैध कार्यक्रम नाव: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "%1$d वरील बाबी वेक्टर मध्ये अवैध अक्षरमाळा: %2$s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "वातावरणात अवैध अक्षरमाळा: %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "अवैध कार्यक्षम संचयीका: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "मदतीय कार्यक्रम कार्यान्वीत करण्यास अपयशी (%s)"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
-msgstr "g_io_channel_win32_poll() मध्ये उप कार्य पासून माहिती वाचतवेली अपरिचीत त्रूटी आढळली"
+msgstr ""
+"g_io_channel_win32_poll() मध्ये उप कार्य पासून माहिती वाचतवेली अपरिचीत त्रूटी आढळली"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "उप कार्य पासून वाचतेवेळी त्रूटी आढळली (%s)"
-#: ../glib/gspawn.c:325
+#: glib/gspawn.c:325
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "उप कार्य (%s) पासून माहिती वाचतेवेळी select() मध्ये अपरिचीत त्रूटी आढळली"
-#: ../glib/gspawn.c:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "waitpid() (%s) मध्ये अपरिचीत त्रूटी आढळली"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "(%s) विभाजीत करण्यास अपयशी"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "उप कार्य \"%s\" कार्यान्वीत करण्यास अपयशी (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "उप कार्य (%s) चे प्रदान किंवा आगत परत पाठवू शकले नाही"
-#: ../glib/gspawn.c:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "उप कार्य (%s) चे विभाजन करण्यास अपयशी"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "उप कार्य \"%s\" कार्यान्वीत करतेवेळी त्रूटी"
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "उप pid पाईप (%s) पासून वाचतेवेळी त्रूटी"
-#: ../glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "रूपांतर आगत मध्ये अवैध श्रृंखला"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "UTF-16 करीता अक्षर क्षेत्राच्या अंतर्गत नाही"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "वापर:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[पर्याय...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "माहिती पर्याय:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "मदत पर्याय दार्शवा"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "सर्व मदत पर्याय दर्शवा"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "अनुप्रयोग पर्याय:"
-#: ../glib/goption.c:849 ../glib/goption.c:919
+#: glib/goption.c:849 glib/goption.c:919
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "%2$s करीता संख्यात्मक मुल्य '%1$s' वाचता आले नाही"
-#: ../glib/goption.c:859 ../glib/goption.c:927
+#: glib/goption.c:859 glib/goption.c:927
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "%2$s करीता संख्यात्मक मुल्य '%1$s' क्षेत्राच्या अंतर्गत नाही"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "%2$s करीता दुहेरी मुल्य '%1$s' वाचता आले नाही"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "%2$s करीता दुहेरी मुल्य '%1$s' क्षेत्राच्या अंतर्गत नाही"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "%s पर्याय वाचतेवेळी त्रूटी"
-#: ../glib/goption.c:1260 ../glib/goption.c:1371
+#: glib/goption.c:1260 glib/goption.c:1371
#, c-format
msgid "Missing argument for %s"
msgstr "%s करीता बाब आढळले नाही"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "अपरिचीत पर्याय %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
msgid "Valid key file could not be found in search dirs"
msgstr "शोध संचयीकेत वैध किल्ली फाइल आढळली नाही"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
msgid "Not a regular file"
msgstr "नियमीत फाइल नाही"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
msgid "File is empty"
msgstr "फाइल रिकामी आहे"
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
#, c-format
-msgid "Key file contains line '%s' which is not a key-value pair, group, or comment"
+msgid ""
+"Key file contains line '%s' which is not a key-value pair, group, or comment"
msgstr "की फाइल मध्ये ओळ '%s' अंतर्भूत आहे जे की-मुल्य जोड, गट, किंवा टिपप्णी नाही"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "अवैध गट नाव: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
msgid "Key file does not start with a group"
msgstr "की फाइल गटासह सुरू होत नाही"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "अवैध की नाव: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "की फाइल मध्ये असमर्थित ऐनकोडींग '%s' समाविष्टीत आहे"
-#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "की फाइलमध्ये '%s' गट समाविष्टीत नाही"
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "की फाइल मध्ये '%s' की नाही"
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "किल्ली फाइल मध्ये '%1$s' किल्ली समाविष्टीत आहे ज्याचे '%2$s' मुल्य UTF-8 नाही"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
-msgstr "किल्ली फाइल मध्ये '%1$s' किल्ली समाविष्टीत आहे ज्याचे मुल्य विश्लेषीत केल्या जाऊ शकत नाही."
+msgstr ""
+"किल्ली फाइल मध्ये '%1$s' किल्ली समाविष्टीत आहे ज्याचे मुल्य विश्लेषीत केल्या जाऊ शकत नाही."
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1064,122 +1068,119 @@ msgstr ""
"गट '%2$s' मधिल किल्ली फाइल मध्ये '%1$s' किल्ली समाविष्टीत आहे ज्याचे मुल्य विश्लेषीत "
"केल्या जाऊ शकत नाही."
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "गट '%s' मधिल '%s' किल्ली किल्ली फाइल मध्ये समाविष्टीत नाही"
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
msgid "Key file contains escape character at end of line"
msgstr "किल्ली फाइलीत निसटते अक्षर ओळीच्या अखेरस समाविष्टीत आहे"
-#: ../glib/gkeyfile.c:3496
+#: glib/gkeyfile.c:3496
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "किल्ली फाइल मध्ये अवैध '%s' निसटती श्रृंखला समाविष्टीत आहे"
-#: ../glib/gkeyfile.c:3638
+#: glib/gkeyfile.c:3638
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "मुल्य '%s' संख्या म्हणून विश्लेषीत केले जाऊ शकत नाही."
-#: ../glib/gkeyfile.c:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "संख्यात्मक मुल्य '%s' क्षेत्राच्या अंतर्गत नाही"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "मुल्य '%s' फ्लोट संख्या म्हणून विश्लेषीत केले जाऊ शकत नाही."
-#: ../glib/gkeyfile.c:3709
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "मुल्य '%s' बूलीयन म्हणून विश्लेषीत केले जाऊ शकत नाही."
-#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:187
-#: ../gio/ginputstream.c:319 ../gio/ginputstream.c:560
-#: ../gio/ginputstream.c:685 ../gio/goutputstream.c:195
-#: ../gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "%s करीता खूप मोठी प्रमाण संख्या पुरविले गेली"
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:895
-#: ../gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "श्रृंखला आधिपासूनच बंद आहे"
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "कार्य रद्द करण्यात आले"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "अपरिचीत प्रकार"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "%s फाइलप्रकार"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "%s प्रकार"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "अपरिचीत पूर्वरत end-of-stream"
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "अनामीक"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "डेस्कटॉप फाइल मध्ये Exec नोंदणी निश्चित नाही"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "अनुप्रयोगकरीता आवश्यक टर्मिनल आढळले नाही"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "वापरकर्ता अनुप्रयोग संयोजन संचयीका %s बनवू शकले नाही: %s"
-#: ../gio/gdesktopappinfo.c:1136
+#: gio/gdesktopappinfo.c:1136
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "वापरकर्ता MIME संयोजन संचयीका %s बनवू शकले नाही: %s"
-#: ../gio/gdesktopappinfo.c:1475
+#: gio/gdesktopappinfo.c:1475
#, c-format
msgid "Can't create user desktop file %s"
msgstr "वापरकर्ता डेस्कटॉप फाइल %s बनवू शकत नाही"
-#: ../gio/gdesktopappinfo.c:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "%s करीता इच्छिक व्याख्या"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "ड्राइव्ह बाहेर कडा कार्यान्वीत करत नाही"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "ड्राइव्ह मिडीयाकरीता पोलींग कार्यान्वीत करत नाही"
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2682 ../gio/gfile.c:2733
-#: ../gio/gfile.c:2861 ../gio/gfile.c:2901 ../gio/gfile.c:3228
-#: ../gio/gfile.c:3630 ../gio/gfile.c:3714 ../gio/gfile.c:3797
-#: ../gio/gfile.c:3877 ../gio/gfile.c:4207
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "कार्य समर्थित नाही"
@@ -1191,87 +1192,87 @@ msgstr "कार्य समर्थित नाही"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "समाविष्टीत आरोहन अस्तीत्वात नाही"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "संचयीकेवर प्रत बनवू शकत नाही"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "संचयीकेवर संचयीकेची प्रत बनवू शकत नाही"
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "लक्ष्य फाइल अस्तित्वात आहे"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "संचयीकेची पुनः प्रत बनवू शकत नाही"
-#: ../gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "अवैध symlink मुल्य दिले गेले"
-#: ../gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "कचरापेटी समर्थित नाही"
-#: ../gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "फाइल नावात '%c' असू शकत नाही"
-#: ../gio/gfile.c:4975 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "खंड आरोहन कार्यारत करत नाही"
-#: ../gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "ही फाइल हाताळण्याकरीता कुठलेही अनुप्रयोग पंजीकृत नाही"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "ऐन्युमरेटर बंद आहे"
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "फाइल ऐन्युमरेटरची अप्रतिम कार्यक्षमता"
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "फाइल ऐन्युमरेटर आधिपासूनच बंद आहे"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "फाइल"
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr "चिन्ह समाविष्ठीत फाइल"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "श्रृंखला query_info ला समर्थन देत नाही"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "श्रृंखलेवर सीक समर्थित नाही"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "आगत श्रृंखलेवर ट्रंकेट वापरू शकत नाही"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "श्रृंखलेवर ट्रंकेट समर्थित नाही"
-#: ../gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "आगत श्रृंखला वाचतायेण्याजोगी कार्यरत करत नाही"
@@ -1281,419 +1282,420 @@ 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:905 ../gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "श्रृंखलाचे अप्रतिम कार्यक्षमता"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
msgid "Unable to find default local directory monitor type"
msgstr "मुलभूत संचयीका मॉनीटर प्रकार शोधता आली नाही"
-#: ../gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "अवैध फाइलनाव %s"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "फाइलप्रणाली विषयी माहिती मिळवतेवेळी त्रूटी: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "रूट संचयीका पुनःनामांकीत करू शकत नाही"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "फाइल पुनःनामांकीत करू शकत नाही, फाइलनाव आधिपासूनच अस्तित्वात आहे"
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
msgid "Invalid filename"
msgstr "अवैध फाइल नाव"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "फाइल पुनःनामांकीत करतेवेळी त्रूटी: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "फाइल उघडतेवेळी त्रूटी: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "संचयीका उघडू शकत नाही"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "फाइल काढून टाकतेवेळी त्रूटी: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "फाइल कचरापेटीत हलवितेवेळी त्रूटी: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "कचरापेटी संचयीका %1$s निर्माण करती आली नाही: %2$s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "कचरापेटी करीता उच्चस्थरीय संचयीका शोधता आली नाही"
-#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "कचरापेटी करीता उच्चस्थरीय संचयीका शोधता आली नाही"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "कचरापेटी माहिती फाइल बनविता आली नाही: %s"
-#: ../gio/glocalfile.c:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "कचरापेटीकडे फाइल हलवितेवेळी त्रूटी: %s"
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "संचयीका बनवितेवेळी त्रूटी आढळली: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "बोधचिन्ह लिंक बनवितेवेळी त्रूटी: %s"
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "फाइल स्थानांतरन करतेवेळी त्रूटी: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "संचयीकेवर संचयीका हलवू शकत नाही"
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
msgid "Backup file creation failed"
msgstr "प्रतिकृत फाइल निर्माण अपयशी"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "लक्ष्य फाइल काढून टाकतेवेळी त्रूटी: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "आरोहन मधिल स्थानांतरन समर्थीत नाही"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "गुणधर्म मुल्य शून्य नसायला हवे"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "अवैध गुणधर्म प्रकार (अक्षरमाळा अपेक्षीत)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "अवैध विस्तारीत गुणधर्म नाव"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "विस्तारीत गुणधर्म निश्चित करतेवेळी त्रूटी '%s': %s"
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "फाइल '%s' सुरू करतेवेळी त्रूटी: %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (अवैध ऐंकोडींग)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "फाइल व्याख्यक निश्चित करतेवेळी त्रूटी: %s"
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "अवैध गुणधर्म प्रकार (uint32 अपेक्षीत)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "अवैध गुणधर्म प्रकार (uint64 अपेक्षीत)"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "अवैध गुणधर्म प्रकार (बाईट अक्षरमाळा अपेक्षीत)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "परवानगी स्थापित करतेवेळी त्रूटी: %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "मालक स्थापित करतेवेळी त्रूटी: %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "symlink शून्य नसायला हवे"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "symlink स्थापीत करतेवेळी त्रूटी: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
msgid "Error setting symlink: file is not a symlink"
msgstr "symlink निश्चित करतेवेळी त्रूटी: फाइल symlink नाही"
-#: ../gio/glocalfileinfo.c:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "SELinux संदर्भ विना-शून्य असायला हवे"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "SELinux संदर्भ संयोजीत करतेवेळी त्रूटी: %s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "SELinux या प्रणालीवर कार्यान्वीत नाही"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s गुणधर्म स्थापित करणे समर्थित नाही"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c: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:198
+#: gio/glocalfilemonitor.c:198
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
msgid "Target file is a directory"
msgstr "लक्ष्य फाइल संचयीका आहे"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
msgid "Target file is not a regular file"
msgstr "लक्ष्य फाइल सामान्य फाइल नाही"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
msgid "The file was externally modified"
msgstr "फाइल बाहेरुन संपादित करण्यात आली"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "अवैध GSeekType पुरविले गेले"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "अवैध संचयन विनंती"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "GMemoryInputStream ट्रंकेट करू शकत नाही"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "कमाल माहिती अर्रे मर्यादा पोहचले"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "स्मृती आउटपुट श्रृंखला पुन्हआकार देण्यजोगी नाही"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
msgstr "स्मृती आउटपुट स्ट्रीम पुन्ह आकार देण्यास अपयशी"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr "आरोहन अनारोहन कार्यान्वीत करीत नाही"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr "आरोहन बाहेर पडा कार्यान्वीत करत नाही"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "आरोहन पुनःआरोहन कार्यान्वीत करत नाही"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "माउन्ट अनुक्रम प्रकार अंदाज लागू करत नाही"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr "माउन्ट समजुळवणी अनुक्रम प्रकार अंदाज लागू करत नाही"
-#: ../gio/goutputstream.c:204 ../gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "आगत श्रृंखला लिहीतायेण्याजोगी कार्यरत करत नाही"
-#: ../gio/goutputstream.c:365 ../gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "स्त्रोत श्रृंखला आधिपासून बंद"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "नाव"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "चिन्हाचे नाव"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "नाव"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "चिन्ह नाव समाविष्ठीत अर्रे"
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "मुलभूत फॉलबॅक वापरा"
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
-msgstr "'-' चा वापर करून आढळलेले संकुचीत नाव करीता मुलभूत फॉलबॅक वापरायचे. एकापेक्षा जास्त नाव प्रविष्ट केले असल्यास प्रथम नावानंतर आढळलेली नाव दुर्लक्ष करा."
+msgstr ""
+"'-' चा वापर करून आढळलेले संकुचीत नाव करीता मुलभूत फॉलबॅक वापरायचे. एकापेक्षा जास्त नाव "
+"प्रविष्ट केले असल्यास प्रथम नावानंतर आढळलेली नाव दुर्लक्ष करा."
-#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "युनीक्स पासून वाचतेवेळी त्रूटी: %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "युनीक्स बंद करतेवेळी त्रूटी: %s"
-#: ../gio/gunixmounts.c:1778 ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "रूट फाइलप्रणाली"
-#: ../gio/gunixoutputstream.c:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "युनीक्सकरीता लिहितेवेळी त्रूटी: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "खंड बाहेर कडा कार्यन्वीत होत नाही"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "अनुप्रयोग आढळले नाही"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "अनुप्रयोग प्रक्षेपीत करतेवेळी त्रूटी: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
msgid "URIs not supported"
msgstr "URI समर्थित नाही"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
msgid "association changes not supported on win32"
msgstr "संबंधीत बदल win32 वर समर्थित नाही"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
msgid "Association creation not supported on win32"
msgstr "win32 वर ग निर्माण समर्थित नाही"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "नोंदणी लपवू नका"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "लांब यादी स्वरूप वापरा"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[FILE...]"
-
diff --git a/po/ms.po b/po/ms.po
index 391626adb..06aab6700 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -97,8 +97,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "tak dapat membuka penukar daripada '%s' kepada '%s': %s"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Turutan byte tidak sah pada penukaran iput"
@@ -108,8 +108,8 @@ msgstr "Turutan byte tidak sah pada penukaran iput"
msgid "Error during conversion: %s"
msgstr "Ralat semasa penukaran: %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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Sebahagian turutan aksara berada di penghujung input"
@@ -342,16 +342,16 @@ msgstr ""
"gagal menghantar '%s', yang sepatutnya satu digit didalam satu rujukan "
"aksara (&#234; sebagai contoh) - mungkin digit terlalu besar"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, 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:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Rujukan aksara kosong; sepatutnya disertakan digit seperti &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -360,34 +360,34 @@ msgstr ""
"Rujukan aksara tidak berakhir dengan semicolon; agaknya anda menggunakan "
"aksara '&' tanpa niat untuk memulakan entiti - escapekan & sebagai &amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Rujukan entiti tidak tamat"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Rujukan aksara tidak tamat"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Teks terenkod UTF-8 tidak sah"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Teks terenkod UTF-8 tidak sah"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Teks terenkod UTF-8 tidak sah"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumen mesti dimulakan dengan unsur (e.g. <buku>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -396,7 +396,7 @@ msgstr ""
"'%s' adalah bukan aksara sah diikuti sengan aksara '<'; ia tidak sepatutnya "
"bermula dengan nama unsur"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -405,14 +405,14 @@ msgstr ""
"Aksara ganjil '%s', dijangkakan aksara '>' untuk mengakhiri tag permulaan "
"unsur '%s'"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, 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:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -423,7 +423,7 @@ msgstr ""
"permulaan unsur '%s', atau atribut; meungkin anda gunakan aksara tidak sah "
"pada nama atribut"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -432,7 +432,7 @@ msgstr ""
"Aksara ganjil '%s', menjangka tanda petikan membuka selepas tanda = bila "
"memberi nilai atribut untuk '%s' unsur '%s' "
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -441,7 +441,7 @@ msgstr ""
"'%s' adalah bukan aksara sah diikuti aksara '</'; '%s' tak boleh memulakan "
"nama unsur"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -450,25 +450,25 @@ msgstr ""
"'%s' adalah bukan aksara sah diikuti dengan nama unsur penutup '%s'; aksara "
"yang diizinkan ialah '>'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Unsur '%s' telah ditutup, tiada unsur yang dibuka"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, 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:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokumen kosong atau hanya menandungi ruangputih"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumen berakhir tanpa diduga sebaik selepas membuka '<'"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -477,26 +477,26 @@ msgstr ""
"Dokumen berakhir tanpa diduga dengan unsur yang masih dibuka - '%s' adalah "
"unsur dibuka"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, 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:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumen berakhir tanpa diduga di dalam nama unsur"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumen berakhir tanpa diduga di dalam nama atribut"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumen berakhir tanpa diduga di dalam tag element-opening"
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -504,16 +504,16 @@ msgstr ""
"Dokumen berakhir tanpa diduga selepas tanda '=' diikuti dengan nama atribut; "
"tiana nilai atribut"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumen berakhir tanpa diduga semasa di dalam nilai atribut"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, 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:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokumen berakhir tanpa diduga di dalam komen atau memproses arahan"
@@ -948,16 +948,16 @@ msgstr "Ralat misteri ketika melaksanakan proses anak \"%s\""
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Gagal membaca data yang cukup daripada paip pid anaki(%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Aksara di luar julat 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Turutan tidak sah semasa penukaran input"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Aksara di luar julat UTF-16"
@@ -1120,15 +1120,15 @@ msgstr ""
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr ""
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1195,10 +1195,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Pautan simbolik tidak disokong"
@@ -1232,25 +1232,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "Pautan simbolik tidak disokong"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1267,6 +1267,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Namahos URI '%s' tidak sah"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1284,7 +1293,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1294,7 +1303,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1302,7 +1311,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Namahos tidak sah"
@@ -1621,36 +1630,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "Namahos URI '%s' tidak sah"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1668,7 +1677,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 857b906af..bd3e9b99a 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.13.x\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-15 13:16+0200\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-08-15 13:01+0200\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian bokmal <i18n-nb@lister.ping.uio.no>\n"
@@ -17,296 +17,295 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../glib/gbookmarkfile.c:733 ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899 ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
+#: glib/gbookmarkfile.c:946
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Uventet attributt «%s» for element «%s»"
-#: ../glib/gbookmarkfile.c:744 ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833 ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
+#: glib/gbookmarkfile.c:957
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Attributt «%s» i element «%s» ble ikke funnet"
-#: ../glib/gbookmarkfile.c:1127 ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
+#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Uventet tagg «%s», tagg «%s» forventet"
-#: ../glib/gbookmarkfile.c:1152 ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234 ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
+#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Uventet tagg «%s» i «%s»"
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1814
msgid "No valid bookmark file found in data dirs"
msgstr "Ingen gyldig bokmerkefil ble funnet i datakatalogene"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:2015
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Et bokmerke eksisterer allerede for URI «%s»"
-#: ../glib/gbookmarkfile.c:2061 ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304 ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469 ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630 ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751 ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974 ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240 ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494 ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
+#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
+#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
+#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
+#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
+#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
+#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
+#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
+#: glib/gbookmarkfile.c:3712
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Ingen bokmerker funnet for URI «%s»"
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2393
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Ingen MIME-type definert i bokmerke for URI «%s»"
-#: ../glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2478
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Ingen private flagg er definert i bokmerke for URI «%s»"
-#: ../glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2857
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Ingen grupper satt i bokmerke for URI «%s»"
-#: ../glib/gbookmarkfile.c:3258 ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Ingen program med navn «%s» har registrert et bokmerke for «%s»"
-#: ../glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3438
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Feil under utvidelse av exec-linje «%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 fra tegnsett «%s» til «%s» er ikke støttet"
-#: ../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 "Kunne ikke åpne program for å konvertere fra «%s» til «%s»"
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2216 ../glib/gutf8.c:955
-#: ../glib/gutf8.c:1404
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Ugyldig bytesekvens i inndata for konvertering"
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "Feil under konvertering: %s"
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:951 ../glib/gutf8.c:1155
-#: ../glib/gutf8.c:1296 ../glib/gutf8.c:1400
+#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Ufullstendig tegnsekvens ved slutten på inndata"
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Kan ikke konvertere \"fallback\" «%s» til tegnsett «%s»"
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI «%s» er ikke en absolutt URI som bruker skjema for filer"
-#: ../glib/gconvert.c:1747
+#: glib/gconvert.c:1747
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Lokal fil-URI «%s» kan ikke inneholde en «#»"
-#: ../glib/gconvert.c:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI «%s» er ugyldig"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Vertsnavnet for URI «%s» er ugyldig"
-#: ../glib/gconvert.c:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Vertsnavnet for URI «%s» inneholder ugyldige escape-tegn"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Stinavnet «%s» er ikke en absolutt sti"
-#: ../glib/gconvert.c:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "Ugyldig vertsnavn"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Feil under åpning av katalog «%s»: %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Kunne ikke allokere %lu bytes til lest fil «%s»"
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Feil under lesing av fil «%s»: %s"
-#: ../glib/gfileutils.c:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "Fil «%s» er for stor"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Feil under lesing fra fil «%s»: %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Feil under åpning av fil «%s»: %s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Feil ved uthenting av attributter for fil «%s»: fstat() feilet: %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Feil under åpning av fil «%s»: fdopen() feilet: %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Feil under endring av navn på filen «%s» til «%s»: g_rename() feilet: %s"
-#: ../glib/gfileutils.c:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Feil under oppretting av fil «%s»: %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Feil under åpning av filen «%s» for skriving: fdopen() feilet: %s"
-#: ../glib/gfileutils.c:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Kunne ikke skrive fil «%s»: fwrite() feilet: %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Kunne ikke lukke fil «%s»: fclose() feilet: %s"
-#: ../glib/gfileutils.c:1123
+#: glib/gfileutils.c:1123
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Eksisterende fil «%s» kunne ikke bli fjernet: g_unlink() feilet: %s"
-#: ../glib/gfileutils.c:1367
+#: glib/gfileutils.c:1367
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Mal «%s» er ugyldig, må ikke inneholde «%s»"
-#: ../glib/gfileutils.c:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Mal «%s» inneholder ikke XXXXXX"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Feil under lesing av symbolsk lenke «%s»: %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
msgid "Symbolic links not supported"
msgstr "Symbolske lenker er ikke støttet"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Kunne ikke åpne konverterer fra «%s» til «%s»: %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Kan ikke utføre rå avlesing i g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "Overflødig ikke-konvertert data i innlesingsbuffer"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "Kanalen terminerer i et oppdelt tegn"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Kan ikke utføre rå avlesing 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 "Kunne ikke åpne fil «%s»: open() feilet: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Kunne ikke lese fil «%s» inn i minnet: mmap() feilet: %s"
-#: ../glib/gmarkup.c:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "Feil på linje %d tegn %d: "
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "Feil på linje %d: %s"
-#: ../glib/gmarkup.c:483
+#: glib/gmarkup.c:483
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:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -317,17 +316,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:527
+#: glib/gmarkup.c:527
#, 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:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitetsnavn «%s» er ikke kjent"
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -336,7 +335,7 @@ msgstr ""
"tegn uten at det var ment å starte en entitet - ungå ved å bruke &amp; i "
"stedet"
-#: ../glib/gmarkup.c:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -345,16 +344,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:650
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Tegnreferanse «%-.*s» koder ikke et tillatt tegn"
-#: ../glib/gmarkup.c:665
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tom tegnreferanse; skulle inkludert et tall slik som &#454;"
-#: ../glib/gmarkup.c:675
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -364,32 +363,32 @@ msgstr ""
"og-tegn uten at det var ment å starte en entitet - unngå ved å bruke &amp; i "
"stedet"
-#: ../glib/gmarkup.c:761
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Uferdig referanse til entitet"
-#: ../glib/gmarkup.c:767
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Uferdig referanse til tegn"
-#: ../glib/gmarkup.c:1053
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ugyldig UTF-8 kodet tekst - for lang sekvens"
-#: ../glib/gmarkup.c:1081
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ugyldig UTF-8 kodet tekst - ikke et starttegn"
-#: ../glib/gmarkup.c:1117
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ugyldig UTF-8 kodet tekst - ikke gyldig «%s»"
-#: ../glib/gmarkup.c:1155
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentet må starte med et element (f.eks <book>)"
-#: ../glib/gmarkup.c:1195
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -398,7 +397,7 @@ msgstr ""
"«%s» er ikke et gyldig tegn etter en «<» tegn; det kan ikke være begynnelsen "
"på et elementnavn"
-#: ../glib/gmarkup.c:1263
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -407,13 +406,13 @@ msgstr ""
"Rart tegn «%s», forventet et «>» tegn for å avslutte start-taggen til det "
"tomme elementet «%s»"
-#: ../glib/gmarkup.c:1352
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "Rart tegn «%s», forventet et «=» etter attributtnavn «%s» for element «%s»"
-#: ../glib/gmarkup.c:1394
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -424,7 +423,7 @@ msgstr ""
"element «%s», eller alternativt en attributt; kanskje du brukte et ugyldig "
"tegn i attributtnavnet"
-#: ../glib/gmarkup.c:1480
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -433,7 +432,7 @@ msgstr ""
"Rart tegn «%s», ventet et åpent sitattegn etter likhetstegnet når verdi for "
"attributt «%s» for element «%s» oppgis"
-#: ../glib/gmarkup.c:1622
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -442,7 +441,7 @@ msgstr ""
"«%s» er ikke et gyldig tegn etter tegnene «</»; «%s» er kanskje ikke "
"begynnelsen på et elementnavn"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -451,25 +450,25 @@ msgstr ""
"«%s» er ikke et gyldig tegn etter element for lukking med navn «%s»; tillatt "
"tegn er «>»"
-#: ../glib/gmarkup.c:1673
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element «%s» ble lukket, ingen åpne elementer nå"
-#: ../glib/gmarkup.c:1682
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element «%s» ble lukket, men aktivt åpent element er «%s»"
-#: ../glib/gmarkup.c:1845
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentet var tomt eller inneholdt kun blanke tegn"
-#: ../glib/gmarkup.c:1859
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentet sluttet uventet rett etter en åpen vinkelparantes «<»"
-#: ../glib/gmarkup.c:1867 ../glib/gmarkup.c:1912
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -477,7 +476,7 @@ msgid ""
msgstr ""
"Dokumentet sluttet uventet med åpne elementer - «%s» var siste åpne element"
-#: ../glib/gmarkup.c:1875
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -486,19 +485,19 @@ msgstr ""
"Dokumentet sluttet uventet, forventet å se en vinkelparantes for å slutte av "
"den siste taggen <%s/>"
-#: ../glib/gmarkup.c:1881
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentet sluttet uventet inni et elementnavn"
-#: ../glib/gmarkup.c:1887
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentet sluttet uventet inni et attributtnavn"
-#: ../glib/gmarkup.c:1892
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumentet sluttet uventet inni en tagg for åpning av element."
-#: ../glib/gmarkup.c:1898
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -506,395 +505,393 @@ msgstr ""
"Dokumentet sluttet uventet etter likhetstegnet som følger et attributtnavn; "
"ingen attributtverdi"
-#: ../glib/gmarkup.c:1905
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentet sluttet uventet inni en attributtverdi"
-#: ../glib/gmarkup.c:1921
+#: glib/gmarkup.c:1921
#, 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:1927
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumentet sluttet uventet inni en kommentar eller prosesseringsinstruksjon"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "korrupt objekt"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "intern feil eller korrupt objekt"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "ikke mer minne"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "grense for liste av funksjonskall 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ønsteret inneholder oppføringer som ikke støttes for delvise treff"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
msgid "internal error"
msgstr "intern feil"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr "bakoverreferanser som betingelser er ikke støttet for delvise treff"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "rekursjonsgrense nådd"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "grense for tomme understrenger nådd"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "ugyldig kombinasjon av flagg for nye linjer"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "ukjent feil"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ på slutten av mønsteret"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c på slutten av mønsteret"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "ugjenkjennelig tegn følger \\"
-#: ../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 "tall ute av rekkefølge i {}-kvantifikator"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "for stort tall i {}-kvantifikator"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "mangler terminerende ] for tegnklassen"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "ugyldig escape-sekvens i tegnklassen"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "område utenfor rekkefølge i tegnklassen"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "ingenting å gjenta"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "ikke gjenkjent tegn etter (?"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "ikke gjenkjent tegn etter (?<"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "ikke gjenkjent tegn etter (?P"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "klasser med POSIX-navngivning støttes kun innen en klasse"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "mangler terminerende )"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") uten åpnende ("
#. 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 (?[+-]tall må følges av )"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "referanse til ikke-eksisterende undermønster"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "mangler ) etter kommentar"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "vanlig uttrykk for stort"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "ikke nok minne"
-#: ../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 "ugyldig tall eller navn etter (?("
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "betinget gruppe inneholder mer enn to grener"
-#: ../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 "ukjent navn på POSIX-klasse"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "POSIX elementer for sammenslåing er ikke støttet"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "tegnverdi i \\x{...} sekvens er for stor"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "ugyldig betingelse (?(0)"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "\\C er ikke tillatt i «lookbehind assertion»"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "rekursivt kall kunne gå i uendelig løkke"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "mangler terminering av navn på undermønster"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "to navngitte undermønster har samme navn"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "ugyldig \\P- eller \\p-sekvens"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "ukjent navn på egenskap etter \\P eller \\p"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "navn på undermønster er for langt (maks 32 tegn)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "for mange navngitte undermønster (maks 10.000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "oktal verdi er større enn \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "DEFINE-gruppe inneholder mer enn en gren"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "repetering av en DEFINE-gruppe er ikke tillatt"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "inkonsistente NEWLINE-alternativer"
-#: ../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 etterfølges ikke av et navn, eller tall større enn null, i "
"klammeparanteser"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "uventet gjentagelse"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "kodeoverflyt"
-#: ../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 "Feil under treff på regulært uttrykk %s: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "PCRE-biblioteket er kompilert uten støtte for UTF8"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "PCRE-biblioteket er kompilert uten støtte for UTF8-egenskaper"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Feil under sammensetting av regulært utrykk %s ved tegn %d: %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Feil under optimering av reguært utrykk %s: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "heksadesimalt tall eller «}» forventet"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "heksadesimalt tall forventet"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "mangler «<» i symbolsk referanse"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "uferdig symbolsk referanse"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "symbolsk referanse med null lengde"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "tall forventet"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "ugyldig symbolsk referanse"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "feilplassert siste «\\\\»"
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "ukjent escapesekvens"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Feil under tolking av erstatningstekst «%s» ved tegn %lu: %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Sitert tekst begynner ikke med sitattegn"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Ubalansert sitattegn i kommandolinje eller annen skall-sitert tekst"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Tekst sluttet rett etter et «\\» tegn. (Teksten 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 ""
"Teksten sluttet før likt sitattegn ble funnet for %c. (Teksten var «%s»)"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
msgid "Text was empty (or contained only whitespace)"
msgstr "Teksten var tom (eller inneholdt kun blanke tegn)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "Feil under lesing av data fra underprosess"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Feil under oppretting av rør for kommunikasjon med underprosess (%s)"
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Feil under lesing fra \"child pipe\" (%s)"
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Feil ved skifte til katalog «%s» (%s)"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Feil under kjøring av underprosess (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "Ugyldig programnavn: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Ugyldig streng i argumentvektor på %d: %s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Ugyldig streng i miljø: %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "Ugyldig arbeidsmappe: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Feil under kjøring av hjelpeprogram (%s)"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -902,136 +899,136 @@ msgstr ""
"Uventet feil i g_io_channel_win32_poll() under lesing av data fra en "
"underprosess"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Feil under lesing av data fra underprosess (%s)"
-#: ../glib/gspawn.c:325
+#: glib/gspawn.c:325
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Uventet feil i select() ved lesing av data fra underprosess (%s)"
-#: ../glib/gspawn.c:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Uventet feil i waitpid() (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "Feil under kjøring av fork (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Feil under kjøring av underprosess «%s» (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Feil under omdirigering av utdata eller inndata for underprosess (%s)"
-#: ../glib/gspawn.c:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Feil under kjøring av fork() for underprosess (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Ukjent feil under kjøring av underprosess «%s»"
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Klarte ikke å lese nok data fra underprosessens pid-rør (%s)"
-#: ../glib/gutf8.c:1029
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Tegn utenfor gyldig område for UTF-8"
-#: ../glib/gutf8.c:1123 ../glib/gutf8.c:1132 ../glib/gutf8.c:1264
-#: ../glib/gutf8.c:1273 ../glib/gutf8.c:1414 ../glib/gutf8.c:1510
+#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Ugyldig sekvens i inndata for konvertering"
-#: ../glib/gutf8.c:1425 ../glib/gutf8.c:1521
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Tegn utenfor gyldig område for UTF-16"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Bruk:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[FLAGG...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Flagg for hjelp:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Vis flagg for hjelp"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Vis alle flagg for hjelp"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Flagg for applikasjonen"
-#: ../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 ikke lese heltallsverdi «%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 "Heltallsverdi «%s» for %s er utenfor gyldig område"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Kan ikke lese verdi for double «%s» for %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "Double-verdi «%s» for %s er utenfor gyldig område"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Feil under tolking av flagg %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 "Mangler argument for %s"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Ukjent flagg %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
msgid "Valid key file could not be found in search dirs"
msgstr "Gyldig nøkkelfil ble ikke funnet i søkemapper"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
msgid "Not a regular file"
msgstr "Ikke en vanlig fil"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
msgid "File is empty"
msgstr "Filen er 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"
@@ -1039,49 +1036,49 @@ msgstr ""
"Nøkkelfil inneholder linjen «%s» som ikke er et par med nøkkelverdier, gruppe "
"eller kommentar"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Ugyldig navn på gruppe: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
msgid "Key file does not start with a group"
msgstr "Nøkkelfil starter ikke med en gruppe"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Ugyldig navn på nøkkel: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Nøkkelfil inneholder ustøttet tegnkoding «%s»"
-#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Nøkkelfil har ikke gruppe «%s»"
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Nøkkelfil har ikke nøkkelen «%s»"
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "Nøkkelfilen inneholder nøkkelen «%s» med verdi «%s» som ikke er UTF-8"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
"Nøkkelfilen inneholder nøkkelen «%s» som har en verdi som ikke kan bli tolket"
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1090,122 +1087,119 @@ msgstr ""
"Nøkkelfilen inneholder nøkkelen «%s» i gruppen «%s» som har en verdi som ikke "
"kan bli tolket."
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Nøkkelfilen har ikke nøkkelen i «%s» i gruppen «%s»"
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
msgid "Key file contains escape character at end of line"
msgstr "Nøkkelfilen inneholder skiftetegn ved linjeslutt"
-#: ../glib/gkeyfile.c:3496
+#: glib/gkeyfile.c:3496
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Nøkkelfil inneholder ugyldig skiftesekvens «%s»"
-#: ../glib/gkeyfile.c:3638
+#: glib/gkeyfile.c:3638
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Vedien «%s» kan ikke bli tolket som et tall."
-#: ../glib/gkeyfile.c:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Heltallsverdi «%s» er utenfor gyldig område"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Verdi «%s» kan ikke tolkes som et flyttall."
-#: ../glib/gkeyfile.c:3709
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Verdi «%s» kan ikke tolkes som en bolsk verdi."
-#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:193
-#: ../gio/ginputstream.c:325 ../gio/ginputstream.c:566
-#: ../gio/ginputstream.c:691 ../gio/goutputstream.c:202
-#: ../gio/goutputstream.c:656
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Tellerverdi gitt til %s er for stor"
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:901
-#: ../gio/goutputstream.c:1085
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Strømmen er allerede lukket"
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Operasjonen ble avbrutt"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Ukjent type"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "filtype %s"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "type %s"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "Uventet tidlig slutt på strøm"
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Uten navn"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "Desktop-filen hadde ingen verdi i Exec-feltet"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "Kan ikke finne terminalen som kreves for programmet"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Kan ikke opprette konfigurasjonsmappe %s for brukers program: %s"
-#: ../gio/gdesktopappinfo.c:1136
+#: gio/gdesktopappinfo.c:1136
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Kan ikke opprette brukers konfigurasjonsmappe %s for MIME: %s"
-#: ../gio/gdesktopappinfo.c:1475
+#: gio/gdesktopappinfo.c:1475
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Kan ikke opprette brukers desktop-fil %s"
-#: ../gio/gdesktopappinfo.c:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "Egendefinert definisjon for %s"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "stasjonen implementerer ikke utløsing"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "stasjonen implementerer ikke sjekk om medie er satt inn"
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2686 ../gio/gfile.c:2740
-#: ../gio/gfile.c:2871 ../gio/gfile.c:2911 ../gio/gfile.c:3238
-#: ../gio/gfile.c:3640 ../gio/gfile.c:3724 ../gio/gfile.c:3807
-#: ../gio/gfile.c:3887 ../gio/gfile.c:4217 ../gio/win32/gwinhttpfile.c:427
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operasjonen er ikke støttet"
@@ -1217,87 +1211,87 @@ msgstr "Operasjonen er ikke støttet"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "Omsluttende monteringspunkt finnes ikke"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "Kan ikke kopiere over katalog"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "Kan ikke kopiere katalog over katalog"
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "Målfilen eksisterer"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "Kan ikke kopiere katalog rekursivt"
-#: ../gio/gfile.c:2861
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Ugyldig verdi oppgitt for symbolsk lenke"
-#: ../gio/gfile.c:2954
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Papirkurv er ikke støttet"
-#: ../gio/gfile.c:3003
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Filnavn kan ikke inneholde «%c»"
-#: ../gio/gfile.c:4985 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "volumet implementerer ikke montering"
-#: ../gio/gfile.c:5093
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Ingen program registrert for å håndtere denne filen"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "Enumerator er lukket"
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "Filenumerator har utestående operasjon"
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "Filenumerator er allerede lukket"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "fil"
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr "Filen med navnet på ikonet"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "Strømmen støtter ikke query_info"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "Søking ikke støttet på strøm"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "Avkorting er ikke tillatt på en inndatastrøm"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "Avkorting er ikke støttet på strømmen"
-#: ../gio/ginputstream.c:202
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Inndatastrøm implementerer ikke lesing"
@@ -1307,418 +1301,418 @@ msgstr "Inndatastrøm implementerer ikke lesing"
#. Translators: This is an error you get if there is
#. * already an operation running against this stream when
#. * you try to start one
-#: ../gio/ginputstream.c:911 ../gio/goutputstream.c:1095
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Strømmen har utestående operasjoner"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
msgid "Unable to find default local directory monitor type"
msgstr "Klarte ikke å finne forvalgt type overvåker for lokal katalog"
-#: ../gio/glocalfile.c:601 ../gio/win32/gwinhttpfile.c:410
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Ugyldig filnavn %s"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Feil under lesing av informasjon om filsystem: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "Kan ikke endre navn på rotkatalogen"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "Kan ikke endre navn på filen. Filnavnet eksisterer allerede"
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
msgid "Invalid filename"
msgstr "Ugyldig filnavn"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "Feil under endring av navn på fil: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "Feil under åpning av fil: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "Kan ikke åpne mappe"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "Feil ved fjerning av fil: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "Feil ved plassering av fil i papirkurv: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Kan ikke legge katalog %s i papirkurven: %s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "Kan ikke finne toppnivå for papirkurv"
-#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "Kan ikke finne eller opprette mappe for papirkurv"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Kan ikke opprette informasjonsfil for papirkurv: %s"
-#: ../gio/glocalfile.c:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "Kan ikke legge fil i papirkurven: %s"
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "Feil under oppretting av katalog: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Feil ved oppretting av symbolsk lenke: %s"
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "Feil under flytting av fil: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "Kan ikke flytte katalog over katalog"
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
msgid "Backup file creation failed"
msgstr "Oppretting av sikkerhetskopi feilet"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "Feil under fjerning av målfil: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "Flytting mellom monteringspunkter er ikke støttet"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "Attributtverdi må ikke være NULL"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "Ugyldig type attributt (streng forventet)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "Ugyldig navn på utvidet attributt"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Feil under setting av utvidet attributt «%s»: %s"
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Feil ved henting av informasjon om fil «%s»: %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (ugyldig koding)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Feil ved henting av informasjon om fildeskriptor: %s"
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ugyldig type attributt (uint32 forventet)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ugyldig type attributt (uint64 forventet)"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Ugyldig type attributt (byte-streng forventet)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "Feil ved setting av rettigheter: %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "Feil ved setting av eier: %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "symbolsk lenke kan ikke være NULL"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "Feil ved setting av symbolsk lenke: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
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:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "SELinux-kontekst kan ikke være NULL"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Feil ved setting av SELinux-kontekst: %s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "SELinux er ikke slått på på dette systemet"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Støtter ikke å sette attributt %s"
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
#, c-format
msgid "Error reading from file: %s"
msgstr "Feil under lesing fra fil: %s"
-#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203
-#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372
-#: ../gio/glocalfileoutputstream.c:854
+#: gio/glocalfileinputstream.c: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 "Feil under søking 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 "Feil under lukking av fil: %s"
-#: ../gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:198
msgid "Unable to find default local file monitor type"
msgstr "Kan ikke finne forvalgt lokal filovervåkingstype"
-#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591
#, c-format
msgid "Error writing to file: %s"
msgstr "Feil under skriving til fil: %s"
-#: ../gio/glocalfileoutputstream.c:213
+#: gio/glocalfileoutputstream.c:213
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Feil ved fjerning av gammel sikkerhetskopi av lenke: %s"
-#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Feil under oppretting av sikkerhetskopi: %s"
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:258
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Feil ved endring av navn på midlertidig fil: %s"
-#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871
#, c-format
msgid "Error truncating file: %s"
msgstr "Feil under avkorting av fil: «%s»"
-#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523
-#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931
+#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Feil under åpning av fil «%s»: %s"
-#: ../gio/glocalfileoutputstream.c:679
+#: gio/glocalfileoutputstream.c:679
msgid "Target file is a directory"
msgstr "Målfilen er en katalog"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
msgid "Target file is not a regular file"
msgstr "Målfilen er ikke en vanlig fil"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
msgid "The file was externally modified"
msgstr "Filen ble endret eksternt"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "Ugyldig GSeekType oppgitt"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "Ugyldig søkeforespørsel"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "Kan ikke avkorte GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "Maksimumsgrense for data er nådd"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "Kan ikke endre størrelse på utdatastrøm for minne"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
msgstr "Klarte ikke å endre størrelse på utdatastrøm for minne"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr "monteringspunktet implementerer ikke avmontering"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr "montering implementerer ikke utløsing"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "montering implementerer ikke remontering"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "montering implementerer ikke gjetting av innholdstype"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr "montering implementerer ikke synkron gjetting av innholdstype"
-#: ../gio/goutputstream.c:211 ../gio/goutputstream.c:412
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Ut-strømmen implementerer ikke skriving"
-#: ../gio/goutputstream.c:372 ../gio/goutputstream.c:780
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Kildestrømmen er allerede lukket"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "navn"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Navn på ikonet"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "navn"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "En tabell som inneholder navn på ikoner"
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "bruk forvalgte reserveverdier"
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
msgstr ""
-#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "Feil under lesing fra unix: %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "Feil ved lukking av unix: %s"
-#: ../gio/gunixmounts.c:1779 ../gio/gunixmounts.c:1816
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Filsystemrot"
-#: ../gio/gunixoutputstream.c:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "Feil ved skriving til unix: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "volumet implementerer ikke utløsing"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "Kan ikke finne program"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Feil ved oppstart av program: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
msgid "URIs not supported"
msgstr "URIer er ikke støttet"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
msgid "association changes not supported on win32"
msgstr "endringer i assosiasjon er ikke støttet på win32"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
msgid "Association creation not supported on win32"
msgstr "Oppretting av assosiasjon er ikke støttet på win32"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "ikke skjul oppføringer"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "bruk langt listeformat"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[FIL...]"
diff --git a/po/ne.po b/po/ne.po
index 60d62f54d..4723071fc 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.glib-2-10.ne\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -104,8 +104,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' बाट '%s'मा रूपान्तरणकर्ता खोल्न सकेन"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "रूपान्तरण आगतमा अवैध बाइट अनुक्रम"
@@ -115,8 +115,8 @@ msgstr "रूपान्तरण आगतमा अवैध बाइट
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "आगतको अन्त्यमा आंशिक क्यारेक्टर"
@@ -348,16 +348,16 @@ msgstr ""
"'%-*s' पद वर्णन गर्न सकिएन, जुन एउटा क्यारेक्टर सन्दर्भ (उदाहरणका लागि; &#234) हुनु "
"पर्थ्यो - संभवत अङ्क ज्यादै ठूलो छ"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "क्यारेक्टर सन्दर्भ '%-.*s' ले स्वीकृत क्यारेक्टरको सङ्केतन गर्दैन "
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "खाली क्यारेक्टर सन्दर्भ, &#454 जस्तो अङ्क समाहित हुनुपर्छ"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -366,34 +366,34 @@ msgstr ""
"क्यारेक्टर सन्दर्भ अर्धविराममा सकिएन;तपाईँले धेरैजसो ऐम्परसेण्ड क्यारेक्टरबाट एउटा अस्तित्व सुरु "
"गर्नका लागि प्रयास नगरिकन सुरु गर्नुभयो - &amp; को रूपमा ऐम्परसेंन्ड निकास गर्नुहोस्"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "अधुरो अस्तित्व सन्दर्भ"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "अधुरो क्यारेक्टर सन्दर्भ"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "अवैध UTF-8 सङ्केतन गरिएको पाठ"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "अवैध UTF-8 सङ्केतन गरिएको पाठ"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "अवैध UTF-8 सङ्केतन गरिएको पाठ"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "कागजात एउटा तत्व बाट सुरु हुनैपर्छ (जस्तै: <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -402,7 +402,7 @@ msgstr ""
"एउटा '<' क्यारेक्टर पछ्याउन '%s' वैधानिक क्यारेक्टर होइन; यस्ले एउटा तत्व नाम प्रारम्भ "
"नगर्न सक्छ"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -411,13 +411,13 @@ msgstr ""
"बिजोड क्यारेक्टर '%s', एउटा अपेक्षा गरिएको क्यारेक्टर '>', '%s' को सुरु ट्याग अन्त्य "
"गर्नलाइ"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "विजोड क्यारेक्टर '%s' ले,'%s' तत्वको गुण नाम '%s' पछि अपेक्षा गरिएको एउटा '=' "
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -428,7 +428,7 @@ msgstr ""
"'/' क्यारेक्टर, वा वैकल्पिक रूपमा एउटा विशेषता ,सायद तपाईँले एउटा विशेषता नाममा अवैध "
"क्यारेक्टर प्रयोग गर्नुभयो"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -437,7 +437,7 @@ msgstr ""
"बिजोड क्यारेक्टर '%s',तत्व '%s' को '%s' विशेषताका लागि मान दिइएको बेला बराबर चिन्ह "
"पछि खुला उद्धरण चिन्हको अपेक्षा गरेको हुन्छ।"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -446,7 +446,7 @@ msgstr ""
"'%s' एउटा वैध क्यारेक्टर होइन निम्न क्यारेक्टरहरू '</'; '%s' एउटा तत्व नाम प्रारम्भ नगर्न "
"सक्छन"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -455,32 +455,32 @@ msgstr ""
"बन्द तत्व नाम '%s' को पछि लाग्ने '%s' मान्य क्यारेक्टर होइन; अनुमति पाएको क्यारेक्टर '>' "
"हो।"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "तत्व '%s' बन्द थियो, हाल कुनै तत्व खुलेको छैन"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "तत्व '%s' बन्द थियो, तर हाल खुला तत्व '%s' हो"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "कागजात खाली छ वा सेतो खाली स्थान मात्र राखिएको छ"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "एउटा खुल्ला कोण कोष्ठ पछि '<' कागजात अनपेक्षित रूपले समाप्त भयो।"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "'%s' खोलिएको अन्तिम तत्व संगकागजात अप्रत्याशित रूपले समाप्त भयो।"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -489,19 +489,19 @@ msgstr ""
"कागजपत्र अप्रत्याशित रूपले समाप्त भयो, ट्याग <%s/> को अन्तमा बन्द कोण कोष्ठको अपेक्षा "
"गर्दछ।"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "तत्व नाम भित्र कागजात अपेक्षित रूपले समाप्त भयो।"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "विशेषता नाम भित्र कागजात अपेक्षित रूपले समाप्त भयो।"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "तत्व-खुल्ला ट्याग भित्र कागजात अपेक्षित रूपले समाप्त भयो।"
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -509,16 +509,16 @@ msgstr ""
"बिशेषता नाम पछ्याउन बराबर चिन्ह पछि कागजातपत्र अप्रत्याशित रूपले समाप्त भयो; गुण मान "
"होइन"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "गुण मान भित्र भएको बेला कागजपत्र अप्रत्याशित रूपले समाप्त भयो"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "तत्व '%s' का लागि बन्द ट्याग भित्र कागजात अनपेक्षित रूपले समाप्त भयो।"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "एउटा टिप्पणी वा प्रक्रिया निर्देशन भित्र कागजपत्र अप्रत्याशित रूपले समाप्त भयो"
@@ -949,16 +949,16 @@ msgstr "शाखा प्रक्रिया \"%s\" कार्यान्
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "शाखा पिड पाईप (%s) बाट प्रशस्त डेटाहरू पढ्न असफल"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "रूपान्तरण आगतमा अवैध अनुक्रम"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "UTF-16 का लागि क्यारेक्टर दायरा भन्दा बाहिर छ"
@@ -1123,15 +1123,15 @@ msgstr "मान '%s' लाई सङ्ख्याको रूपमा व
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "मान '%s' एउटा बुलिएनको रूपमा व्याख्या गर्न सकिँदैन।"
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1199,10 +1199,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन"
@@ -1236,25 +1236,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1271,6 +1271,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "URI '%s' को होस्टनाम अवैध छ"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1288,7 +1297,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1298,7 +1307,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1306,7 +1315,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "अवैध कार्यक्रम नाम : %s"
@@ -1626,36 +1635,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "URI '%s' को होस्टनाम अवैध छ"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1673,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/nl.po b/po/nl.po
index eec1348bd..244827985 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-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -111,8 +111,8 @@ msgstr ""
"Kon het conversieprogramma voor het omzetten van ‘%s’ naar ‘%s’ niet openen"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Ongeldige bytereeks in conversie-invoer"
@@ -122,8 +122,8 @@ msgstr "Ongeldige bytereeks in conversie-invoer"
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Onvolledige tekenreeks aan het eind van de invoer"
@@ -370,16 +370,16 @@ msgstr ""
"zou moeten zijn (bijvoorbeeld &#234;) - misschien is het getal te groot"
# niet geoorloofd/toegestaan/ongeoorloofd
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Tekenreferentie ‘%-.*s’ staat niet voor een geoorloofd teken"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Lege tekenreferentie; ze zou een getal moeten bevatten, zoals &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -389,33 +389,33 @@ msgstr ""
"ampersand-teken gebruikt zonder daarmee een entiteit te willen beginnen - "
"gebruik in plaats daarvan &amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Onbeëindigde entiteitreferentie"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Onbeëindigde tekenreferentie"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ongeldige UTF-8-gecodeerde tekst - de reeks is te lang"
# het is geen startteken/er is geen startteken
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ongeldige UTF-8-gecodeerde tekst - geen startteken"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ongeldige UTF-8-gecodeerde tekst - niet geldig ‘%s’"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Het document moet beginnen met een element (bijv. <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -423,7 +423,7 @@ msgid ""
msgstr ""
"‘%s’ is geen geldig teken na ‘<’; een elementnaam mag er niet mee beginnen"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -432,7 +432,7 @@ msgstr ""
"Onverwacht teken ‘%s’, er werd een ‘>’-teken verwacht om de start-tag van "
"het element ‘%s’ af te sluiten"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -440,7 +440,7 @@ msgstr ""
"Onverwacht teken ‘%s’, er werd een ‘=’ verwacht na de attribuutnaam ‘%s’ van "
"element ‘%s’"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -451,7 +451,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:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -460,7 +460,7 @@ msgstr ""
"Onverwacht teken ‘%s’, er werd een ‘\"’-teken verwacht na het ‘=’-teken bij "
"de attribuutwaarde van ‘%s’ in element ‘%s’"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -468,7 +468,7 @@ msgid ""
msgstr ""
"‘%s’ is geen geldig teken na ‘</’; een elementnaam mag niet met ‘%s’ beginnen"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -477,25 +477,25 @@ msgstr ""
"‘%s’ is geen geldig teken na de elementnaam ‘%s’ in de afluitingstag; het "
"teken dat toegestaan is is ‘>’ "
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element ‘%s’ is afgesloten, er is nu geen enkel element open"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element ‘%s’ is afgesloten, maar op dit moment is element ‘%s’ open"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Het document was leeg of bevatte slechts lege ruimte"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Het document eindigde onverwacht na een openingshaakje: ‘<’"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -504,7 +504,7 @@ msgstr ""
"Het document eindigde onverwacht met niet-afgesloten elementen - ‘%s’ is het "
"laatstgeopende element"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -513,19 +513,19 @@ msgstr ""
"Het document eindigde onverwacht, er werd een sluithaakje (‘>’) verwacht "
"voor de tag <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Het document eindigde onverwacht in een elementnaam"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Het document eindigde onverwacht in een attribuutnaam"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Het document eindigde onverwacht in een element-openingstag."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -533,17 +533,17 @@ msgstr ""
"Het document eindigde onverwacht na een ‘=’-teken dat op een attribuutnaam "
"volgde; geen attribuutwaarde"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Het document eindigde onverwacht in een attribuutwaarde"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Het document eindigde onverwacht in een een afsluitingstag voor element ‘%s’"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Het document eindigde onverwacht in commentaar of een bewerkingsinstructie"
@@ -1001,16 +1001,16 @@ msgstr "Onbekende fout bij het uitvoeren van dochterproces ‘%s’"
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:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Ongeldige reeks in conversieinvoer"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Teken valt buiten het bereik van UTF-16"
@@ -1184,15 +1184,15 @@ msgstr ""
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "De waarde ‘%s’ kan niet geïnterpreteerd worden als een boolese."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "De telwaarde die aan %s werd gegeven is te groot"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "De stroom is al gesloten"
@@ -1263,10 +1263,10 @@ msgstr "dit station kan niet onderzocht worden op de aanwezigheid van media"
# niet ondersteund/niet mogelijk
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "De bewerking is niet mogelijk"
@@ -1303,27 +1303,27 @@ msgstr "Doelbestand bestaat al"
msgid "Can't recursively copy directory"
msgstr "Kan map niet recursief kopiëren"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Ongeldige symbolische verwijzing gegeven"
# wordt hier niet ondersteund
# (dus bijv. op een aangekoppelde externe opslag?)
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Prullenbak wordt ondersteund"
# Een bestandsnaam mag het teken / niet bevatten
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Het teken ‘%c’ mag niet in een bestandsnaam voorkomen"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "volumen begrijpt de opdracht ‘aankoppelen’ niet"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Er is geen programma toegewezen om dit bestand te openen"
@@ -1342,6 +1342,15 @@ msgstr "Bestandsteller bevat een lopende bewerking"
msgid "File enumerator is already closed"
msgstr "Bestandsteller is al gesloten"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Een lijst met de pictogramnamen"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1360,7 +1369,7 @@ msgid "Truncate not supported on stream"
msgstr "Afkappen wordt niet ondersteund op een datastroom"
# huh?
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Invoerdatastroom begrijpt de opdracht ‘lezen’ niet"
@@ -1371,7 +1380,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Datastroom is nog bezig"
@@ -1379,7 +1388,7 @@ msgstr "Datastroom is nog bezig"
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Ongeldige bestandsnaam: %s"
@@ -1710,38 +1719,38 @@ msgstr "ontkoppelen niet ondersteund door koppeling"
msgid "mount doesn't implement synchronous content type guessing"
msgstr "ontkoppelen niet ondersteund door koppeling"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Uitvoerdatastroom begrijpt de opdracht ‘schrijven’ niet"
# bronstroom/datastroom van de bron
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Datastroom is al gesloten"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "naam"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Naam van het pictogram"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "namen"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Een lijst met de pictogramnamen"
# Vrij vertaald (Wouter Bolsterlee)
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "standaard terugvalmechanisme gebruiken"
# Vrij vertaald (Wouter Bolsterlee)
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1763,7 +1772,7 @@ 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"
diff --git a/po/nn.po b/po/nn.po
index 7894fd9ec..37a4259dc 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: nn\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -100,8 +100,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Kunne ikkje opna konverterar frå «%s» til «%s»"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Ugyldig bytesekvens i inndata for konvertering"
@@ -111,8 +111,8 @@ msgstr "Ugyldig bytesekvens i inndata for konvertering"
msgid "Error during conversion: %s"
msgstr "Feil under 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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Delvis teiknsekvens på slutten av inndata"
@@ -343,16 +343,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:653
+#: glib/gmarkup.c:650
#, 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:668
+#: glib/gmarkup.c:665
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:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -361,32 +361,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:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Referansen til entiteten er uferdig"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Referansen til teiknet er uferdig"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ugyldig UTF-8-koda tekst - for lang sekvens"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ugyldig UTF-8-koda tekst - ikkje eit startteikn"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ugyldig UTF-8-koda tekst - ikkje gyldig «%s»"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentet må byrja med eit element (t.d. <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -395,7 +395,7 @@ msgstr ""
"«%s» er ikkje eit gyldig teikn etter ein «<»-teikn. Det kan ikkje vera det "
"fyrste teiknet i eit elementnamn"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -404,14 +404,14 @@ msgstr ""
"Merkeleg teikn «%s», venta eit «>»-teikn for å avslutta startmerket av "
"elementet «%s»"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, 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:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -422,7 +422,7 @@ msgstr ""
"startmerket av elementet «%s», eller ein valfri attributt. Kan henda du "
"brukte eit ugyldig teikn i attributtnamnet"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -431,7 +431,7 @@ msgstr ""
"Merkeleg teikn «%s», venta eit ope siteringsmerke etter likskapsteiknet for å "
"gje ein verdi for attributten «%s» av elementet «%s»"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -440,7 +440,7 @@ msgstr ""
"«%s» er ikkje eit gyldig teikn etter teikna «<» eller «/». «%s» kan ikkje starta "
"eit elementnamn"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -449,25 +449,25 @@ msgstr ""
"«%s» er ikkje eit gyldig teikn etter avsluttande merket «%s»; det tillatne "
"teiknet er «>»"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, 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:1685
+#: glib/gmarkup.c:1682
#, 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:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentet var tomt eller innheldt berre tomme teikn"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument avslutta uventa rett etter ei open vinkelhake «<»"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -476,7 +476,7 @@ msgstr ""
"Dokumentet slutta uventa med element framleis opne. «%s» var det siste "
"elementet som vart opna"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -485,20 +485,20 @@ msgstr ""
"Dokumentet slutta uventa, venta å sjå at ei vinkelhake lukka det avsluttande "
"merket <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentet tok uventa slutt inni eit elementnamn"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentet tok uventa slutt inni eit attributtnamn"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
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:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -506,16 +506,16 @@ msgstr ""
"Dokumentet slutta uventa etter likskapsteiknet etter attributtnamnet; ingen "
"attributtverdi"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentet avslutta uventa medan det var inne i ein attributtverdi"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, 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:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumentet avslutta uventa inne i ein merknad eller prosseseringsinstruksjon"
@@ -947,16 +947,16 @@ msgstr "Ukjend feil ved køyring av barneprosess «%s»"
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Klarte ikkje å lesa nok data frå pid-røyr frå barn (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Teikn ikkje gyldig 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Ugyldig sekvens i inndata-konvertering"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Teikn ikkje gyldig for UTF-16"
@@ -1122,15 +1122,15 @@ msgstr "Verdien «%s» kan ikkje tolkast som eit flyttal."
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Verdien «%s» kan ikkje tolkast som ein boolsk verdi."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "For stor teljingsverdi sendt til %s"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Straumen er allereie stengt"
@@ -1197,10 +1197,10 @@ msgid "drive doesn't implement polling for media"
msgstr "stasjonen støttar ikkje å spørja etter media"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operasjonen er ikkje støtta"
@@ -1233,24 +1233,24 @@ msgstr "Målfila finst"
msgid "Can't recursively copy directory"
msgstr "Kan ikkje kopiera katalog rekursivt"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Ugyldig symlink-verdi oppgjeven"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Papirkorg er ikkje støtta"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Filnamn kan ikkje innehalda «%c»"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "volumet støttar ikkje montering"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Ingen program er registrert til å handtera denne fila"
@@ -1267,6 +1267,15 @@ msgstr "Filteljaren har ventande operasjon"
msgid "File enumerator is already closed"
msgstr "Filteljaren er allereie lukka"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Vertsnamnet i URIen «%s» er ugyldig"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1284,7 +1293,7 @@ msgstr "Trunkering ikkje tillate på innstraumen"
msgid "Truncate not supported on stream"
msgstr "Trunkerung ikkje tillate på straumen"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Innstraumen støttar ikkje lesing"
@@ -1294,7 +1303,7 @@ msgstr "Innstraumen støttar ikkje lesing"
#. 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Straumen har ventande operasjon"
@@ -1302,7 +1311,7 @@ msgstr "Straumen har ventande operasjon"
msgid "Unable to find default local directory monitor type"
msgstr "Klarer ikkje å finna typen standard lokal mappeovervakar"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Ugyldig filnamn %s"
@@ -1621,38 +1630,38 @@ msgstr "monteringspunktet støttar ikkje avmontering"
msgid "mount doesn't implement synchronous content type guessing"
msgstr "monteringspunktet støttar ikkje avmontering"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "utstraumen støttar ikkje skriving"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Kjeldestraumen er allereie stengt"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
#, fuzzy
msgid "name"
msgstr "Utan namn"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "Vertsnamnet i URIen «%s» er ugyldig"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
#, fuzzy
msgid "names"
msgstr "Utan namn"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1670,7 +1679,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 65446980a..b395a75b0 100644
--- a/po/oc.po
+++ b/po/oc.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: oc\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-04-23 10:42+0200\n"
"Last-Translator: Yannig Marchegay (Kokoyaya) <yannig@marchegay.org>\n"
"Language-Team: Occitan <ubuntu-l10n-oci@lists.ubuntu.com>\n"
@@ -99,8 +99,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr ""
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr ""
@@ -110,8 +110,8 @@ msgstr ""
msgid "Error during conversion: %s"
msgstr ""
-#: 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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr ""
@@ -335,68 +335,68 @@ msgid ""
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr ""
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr ""
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr ""
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr ""
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr ""
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr ""
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -404,87 +404,87 @@ msgid ""
"character in an attribute name"
msgstr ""
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr ""
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr ""
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -908,16 +908,16 @@ msgstr ""
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr ""
-#: 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr ""
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr ""
@@ -1080,15 +1080,15 @@ msgstr ""
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr ""
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1155,10 +1155,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr ""
@@ -1191,24 +1191,24 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1225,6 +1225,14 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+msgid "The file containing the icon"
+msgstr ""
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1242,7 +1250,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1252,7 +1260,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1260,7 +1268,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr ""
@@ -1576,35 +1584,35 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "nom"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr ""
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "noms"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1622,7 +1630,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 ed2b391c8..627ad29be 100644
--- a/po/or.po
+++ b/po/or.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.or\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -105,8 +105,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s'ରୁ '%s'ର ରୁପାନ୍ତରକ ଖୋଲି ହେଲା ନାହିଁ"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "ରୁପାନ୍ତରଣ ନିବେଶେର ଅବୈଧ ବାଇଟ୍ ଅନୁକ୍ରମ"
@@ -116,8 +116,8 @@ msgstr "ରୁପାନ୍ତରଣ ନିବେଶେର ଅବୈଧ ବାଇ
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "ନିବେଶର ସମାପ୍ତିରେ ଆଶିଂକ ଅକ୍ଷର ଅନୁକ୍ରମ"
@@ -347,16 +347,16 @@ msgstr ""
"'%-.*s' କୁ ବିଶ୍ଳେଷଣ କରିବାରେ ଅସଫଳ, ଯାହାକି ଗୋଟିଏ ଅକ୍ଷର ରେଫରେନ୍ସ ମଦ୍ଧ୍ଯରେ ଏକ ଅଙ୍କ ହେବା ଉଚିତ "
"ଥିଲା(ଉଦାହରଣ ସ୍ବରୂପେ &#୨୩୪;) - ବୋଧହୁଏ ଅଙ୍କଟି ବହୁତ ବଡ଼ ଅଟେ"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "'%-.*s' ଅକ୍ଷର ରେଫରେନ୍ସ ଟି ଗୋଟିଏ ଅନୁମତ ଅକ୍ଷରକୁ ସଙ୍କେତ କରୁ ନାହିଁ"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ଖାଲି ଅକ୍ଷର ରେଫରେନ୍ସ; ଗୋଟିଏ ଅଙ୍କକୁ ଅନୁର୍ଭୁକ୍ତ କରିବା ଉଚିତ, ଯେପରିକି &#୪୫୪;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -365,34 +365,34 @@ msgstr ""
"ଅକ୍ଷର ରେଫରେନ୍ସ ସେମିକୋଲନରେ ସମାପ୍ତ ହେଉ ନାହିଁ; ସମ୍ଭବତଃ ଆପଣ ଗୋଟିଏ ବସ୍ତୁ ଆରମ୍ଭ କରିବାକୁ ନ ଚାହିଁ, "
"ଏକ ଆମ୍ପର୍ସେଣ୍ଡ୍ ଅକ୍ଷର ବ୍ଯବହାର କରିଛନ୍ତି - ତାହାକୁ &amp; ଭାବରେ ଏସ୍କେପ୍ କରନ୍ତୁ"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "ଅସମାପ୍ତ ବସ୍ତୁ ରେଫରେନ୍ସ"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "ଅସମାପ୍ତ ଅକ୍ଷର ରେଫରେନ୍ସ"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "ଅବୈଧ ଇଉ.ଟି.ଏଫ.-୮ ସାଙ୍କେତିକ ପାଠ୍ଯ"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "ଅବୈଧ ଇଉ.ଟି.ଏଫ.-୮ ସାଙ୍କେତିକ ପାଠ୍ଯ"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "ଅବୈଧ ଇଉ.ଟି.ଏଫ.-୮ ସାଙ୍କେତିକ ପାଠ୍ଯ"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ଦଲିଲ ଗୋଟିଏ ଉପାଦାନରେ ଆରମ୍ଭ ହେବା ଉଚିତ (ଉଦାହରଣ ସ୍ବରୂପ <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -400,7 +400,7 @@ msgid ""
msgstr ""
"'<' ଅକ୍ଷର ପଛରେ ଆସୁଥିବା '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଏହା ଗୋଟିଏ ବସ୍ତୁର ନାମକୁ ଆରମ୍ଭ କରିପାରିବ ନାହିଁ"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -408,14 +408,14 @@ msgid ""
msgstr ""
"ବିଚିତ୍ର ଅକ୍ଷର '%s', '%s' ଉପାଦାନର ପ୍ରାରମ୍ଭ ସୂଚକକୁ ସମାପ୍ତ କରିବା ପାଇଁ '>' ଅକ୍ଷର ପ୍ରତ୍ଯାଶିତ ଥିଲା"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, 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:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -426,7 +426,7 @@ msgstr ""
"ପ୍ରତ୍ଯାଶିତ ଥିଲା, ଅଥବା ଇଚ୍ଛାଧୀନ ଭାବରେ ଗୋଟିଏ ଗୁଣ; ବୋଧହୁଏ ଆପଣ ଗୋଟିଏ ଗୁଣର ନାମରେ ଏକ ଅବୈଧ "
"ଅକ୍ଷର ବ୍ଯବହାର କରିଛନ୍ତି"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -435,7 +435,7 @@ msgstr ""
"ବିଚିତ୍ର ଅକ୍ଷର '%1$s', ସମାନ ଚିହ୍ନ ପରେ '%3$s' ଉପାଦାନର '%2$s' ଗୁଣର ମୂଲ୍ଯ ଦେବା ପାଇଁ ଗୋଟିଏ "
"ଖୋଲା ଉଦ୍ଧ୍ରୁତି ଚିହ୍ନ ପ୍ରତ୍ଯାଶିତ ଥିଲା"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -444,7 +444,7 @@ msgstr ""
"'</' ଅକ୍ଷରଗୁଡ଼ିକ ପଛରେ ଆସୁଥିବା '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; '%s' ଗୋଟିଏ ଉପାଦାନର ନାମର ଆରମ୍ଭ "
"କରିପାରିବ ନାହିଁ"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -452,25 +452,25 @@ msgid ""
msgstr ""
"ବନ୍ଦ ଉପାଦାନ ନାମ '%2$s' ପଛରେ ଆସୁଥିବା '%1$s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଅନୁମତ ଅକ୍ଷର ହେଲା '>'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "ଉପାଦାନ '%s' ବନ୍ଦ କରାଯାଇଥିଲା, ବର୍ତ୍ତମାନ କୌଣସି ଉପାଦାନ ଖୋଲା ନାହିଁ"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "ଉପାଦାନ '%s' ବନ୍ଦ କରାଯାଇଥିଲା, କିନ୍ତୁ ବର୍ତ୍ତମାନ '%s' ଉପାଦାନଟି ଖୋଲା ଅଛି"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "ଦଲିଲ ଖାଲି ଥିଲା ବା କେବଳ ଖାଲି ଯାଗା ଧାରଣ କରିଥିଲା"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ଦଲିଲଟି ଗୋଟିଏ କୌଣିକ ବନ୍ଧନୀ '<'ର ଠିକ ପରେ ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -479,7 +479,7 @@ msgstr ""
"ଉପାଦାନଗୁଡ଼ିକ ଖୋଲା ଥାଇ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା'%s' ଉପାଦାନ ସର୍ବଶେଷ ଖୋଲା "
"ଥିଲା"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -488,19 +488,19 @@ msgstr ""
"ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା, <%s/> ସୂଚକ ସମାପ୍ତ କରିବା ପାଇଁ ଗୋଟିଏ ବନ୍ଦ କୌଣିକ "
"ବନ୍ଧନୀ ପ୍ରତ୍ଯାଶିତ ଥିଲା"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "ଉପାଦାନର ନାମ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "ଗୁଣର ନାମ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "ଉପାଦାନ ଆରମ୍ଭର ସୂଚକ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -508,16 +508,16 @@ msgstr ""
"ଗୁଣର ନାମ ପଛରେ ଆସୁଥିବା ସମାନ ଚିହ୍ନ ପରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା; ଗୁଣର କିଛି "
"ମୂଲ୍ଯ ନାହିଁ"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ଗୁଣର ମୂଲ୍ଯ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "'%s' ଉପାଦାନର ବନ୍ଦ ସୂଚକ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ଟିପ୍ପଣୀ ବା ସଂସାଧନ ସାଧନ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
@@ -949,16 +949,16 @@ msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟାକୁ ନିଷ୍ପ
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "ନିର୍ଭରକ ପି.ଆଇ.ଡି. ପାଇପ୍ ରୁ ପର୍ଯ୍ଯାପ୍ତ ତଥ୍ଯ ପଢି଼ବାରେ ଅସଫଳ (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "ଇ.ଉ.ଟିଏଫ୍.-୮ ପାଇଁ ଅକ୍ଷରଟି ପରିସର ବାହାରେ"
-#: 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "ରୁପାନ୍ତରଣ ନିବେଶେର ଅବୈଧ ଅନୁକ୍ରମ"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "ଇ.ଉ.ଟିଏଫ୍.-୧୬ ପାଇଁ ଅକ୍ଷରଟି ପରିସର ବାହାରେ"
@@ -1122,15 +1122,15 @@ msgstr "'%s' ମୂଲ୍ଯକୁ ଗୋଟିଏ ଭାସମାନ ସଂଖ
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "'%s' ର ମୂଲ୍ଯ ଗୋଟିଏ ବୁଲିଆନ୍ ଭାବରେ ନିରୂପଣ କରିହେବ ନାହିଁ"
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1198,10 +1198,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ"
@@ -1235,25 +1235,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "'%s' ନାମରେ ନାମିତ କୌଣସି ପ୍ରୟୋଗ '%s' ପାଇଁ ଗୋଟିଏ ବୁକ୍ ମାର୍କକୁ ପଞ୍ଜିକ୍ରୁତ କରିନାହିଁ"
@@ -1271,6 +1271,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "'%s' ୟୁ.ଆର୍.ଆଇ.ର ଆଧାର ନାମ ଅବୈଧ ଅଟେ"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1288,7 +1297,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1298,7 +1307,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1306,7 +1315,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "ଅବୈଧ ଚାବି ନାମ: %s"
@@ -1626,36 +1635,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "'%s' ୟୁ.ଆର୍.ଆଇ.ର ଆଧାର ନାମ ଅବୈଧ ଅଟେ"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1673,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/pa.po b/po/pa.po
index 58fcb266e..0dd027e84 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -106,8 +106,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' ਤੋੱ '%s' ਵਿੱਚ ਬਦਲਣ ਵਾਲਾ ਉਪਲਬਧ ਨਹੀਂ ਹੈ"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "ਬਦਲਣ ਲਈ ਦਿੱਤੀ ਸਤਰ ਵਿੱਚ ਬਾਇਟ ਦਾ ਸਰੂਪ ਠੀਕ ਨਹੀਂ ਹੈ"
@@ -117,8 +117,8 @@ msgstr "ਬਦਲਣ ਲਈ ਦਿੱਤੀ ਸਤਰ ਵਿੱਚ ਬਾਇਟ
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "ਸਤਰ ਦੇ ਅਖੀਰ ਤੇ ਅੱਖਰਾਂ ਦਾ ਸਰੂਪ ਅਧੂਰਾ ਹੈ"
@@ -348,16 +348,16 @@ msgstr ""
" '%-.*s' ਪਾਰਸ ਕਰਨ ਵਿੱਚ ਫੇਲ੍ਹ, ਜੋ ਕਿ ਅੱਖਰ ਵਿੱਚ ਨੰਬਰ ਹੋਣ ਚਾਹੀਦਾ ਹੈ ਵੇਖੋ (&#234; ਉਦਾਹਰਨ "
"ਲਈ) - ਅੱਖਰ ਬਹੁਤ ਲੰਮਾ ਹੋ ਗਿਆ ਹੈ"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "ਅੱਖਰ ਰੈਫਰੈਂਸ '%-.*s' ਇਕ ਚੁਣੇ ਅੱਖਰ ਨੂੰ ਇਨਕੋਡ ਨਹੀਂ ਕਰ ਸਕਦਾ"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ਖਾਲੀ ਅੱਖਰ ਰੈਫਰੈਂਸ, ਕੋਈ ਨੰਬਰ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ ਜਿਵੇਂ ਕਿ &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -366,32 +366,32 @@ msgstr ""
"ਅੱਖਰੀ ਰੈਫਰੈਂਸ ਸੈਮੀਕਾਲਨ ਨਾਲ ਖਤਮ ਨਹੀਂ ਹੋ ਸਕਦਾ ਹੋ ਕਿ ਤੁਸੀ ਇੱਕ ਐਪਰਸੈਨਡ ਅੱਖਰ ਬਿਨਾਂ ਐਂਟਟੀ ਸ਼ੁਰੂ ਕੀਤੇ "
"ਹੀ ਵਰਤ ਰਹੇ ਹੋ, ਐਪਰਸੈਨਡ ਇੰਝ &amp; ਛੱਡੋ"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "ਅਧੂਰਾ ਐਂਟਟੀ ਰੈਫਰੈਂਸ"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "ਅਧੂਰਾ ਅੱਖਰੀ ਰੈਫਰੈਂਸ"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "ਗਲਤ UTF-8 ਇੰਕੋਡ ਟੈਕਸਟ - ਓਵਰਲਾਂਗ ਕ੍ਰਮ"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "ਗਲਤ UTF-8 ਇੰਕੋਡ ਟੈਕਸਟ - ਇੱਕ ਸ਼ੁਰੂਆਤੀ ਅੱਖਰ ਨਹੀਂ"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "ਗਲਤ UTF-8 ਇੰਕੋਡ ਅੱਖਰ - ਵੈਧ '%s' ਨਹੀਂ"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ਦਸਤਾਵੇਜ਼ ਇਕ ਐਲੀਮਿੰਟ (ਜਿਵੇਂ ਕਿ <book>) ਨਾਲ ਸ਼ੁਰੂ ਹੋਣਾ ਜਰੂਰੀ ਹੈ"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -400,7 +400,7 @@ msgstr ""
"ਇਹ '%s' ਜਾਇਜ ਅੱਖਰ ਨਹੀਂ ਹੈ ਜੋ ਕਿ '<' ਅੱਖਰ ਤੋਂ ਮਗਰ ਹੈ, ਇਹ ਕਿਸੇ ਐਲੀਮਿੰਟ ਦੇ ਨਾਂ ਨਾਲ ਆਰੰਭ ਨਹੀਂ "
"ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -409,13 +409,13 @@ msgstr ""
"ਅਨਿਸ਼ਚਿਤਅੱਖਰ '%s', ਇਹ '>' ਅੱਖਰ ਦੀ ਉਮੀਦ ਸੀ ਤਾਂ ਕਿ ਐਲੀਮਿੰਟ '%s' ਦੇ ਸ਼ੁਰੂ ਟੈਗ ਨੂੰ ਬੰਦ ਕੀਤਾ "
"ਜਾ ਸਕੇ"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, 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:1397
+#: glib/gmarkup.c:1394
#, 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:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -434,7 +434,7 @@ msgstr ""
"ਅਨਿਸ਼ਚਿਤ ਅੱਖਰ '%1$s', ਬਰਾਬਰ ਦੇ ਨਿਸ਼ਾਨ ਮਗਰੋਂ ਇਕ ਖੁੱਲਾ ਹਵਾਲਾ ਨਿਸ਼ਾਨ ਜ਼ਰੂਰੀ ਹੈ, ਜਦੋਂ ਕਿ ਤੁਸੀਂ "
"ਇੱਕ ਐਲੀਮਿੰਟ '%3$s' ਦੀ ਵਿਸ਼ੇਸ਼ਤਾ '%2$s' ਲਈ ਮੁੱਲ ਦੇ ਰਹੇ ਹੋ।"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -443,39 +443,39 @@ msgstr ""
"ਇਸ '</' ਅੱਖਰ ਮਗਰੋਂ ਇਹ %s' ਅੱਖਰ ਜ਼ਾਇਜ ਨਹੀਂ ਹੈ, '%s' ਇੱਕ ਐਲੀਮਿੰਟ ਦੇ ਨਾਂ ਨਾਲ ਸ਼ੁਰੂ ਨਹੀਂ ਹੋ ਸਕਦਾ "
"ਹੈ।"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "ਇਹ '%s' ਅੱਖਰ '%s' ਐਲੀਮਿੰਟ ਨਾਂ ਮਗਰੋਂ ਜਾਇਜ ਨਹੀਂ ਹੈ ; ਸਿਰਫ '>' ਅੱਖਰ ਹੀ ਮਨਜ਼ੂਰ ਹੈ"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "ਇਹ ਐਲੀਮਿੰਟ '%s' ਬੰਦ ਸੀ, ਕੋਈ ਐਲੀਮਿੰਟ ਖੁੱਲ੍ਹਾ ਨਹੀਂ ਹੈ"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "ਇਹ ਐਲੀਮਿੰਟ '%s' ਬੰਦ ਸੀ, ਪਰ ਅਜੇ '%s' ਐਲੀਮਿੰਟ ਖੁੱਲਾ ਹੈ"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "ਦਸਤਾਵੇਜ਼ ਖਾਲੀ ਹੈ ਜਾਂ ਕੇਵਲ ਖਾਲੀ ਥਾਂ ਹੀ ਰੱਖਦਾ ਹੈ"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਇਕ ਖੁੱਲੀ ਬਰੈਕਟ '<' ਪਾਉਣ ਮਗਰੋਂ"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਜਦੋਂ ਕਿ-ਇਹ '%s' ਆਖਰੀ ਐਲੀਮਿੰਟ ਖੁੱਲਾ ਹੈ"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -483,19 +483,19 @@ msgid ""
msgstr ""
"ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਇਕ ਬੰਦ ਬਰੈਕਟ <%s/> ਜੋ ਕਿ ਪੱਟੀ ਨੂੰ ਬੰਦ ਕਰਦੀ ਹੈ, ਦੀ ਉਮੀਦ ਸੀ"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "ਇਕ ਐਲੀਮਿੰਟ ਦੇ ਨਾਂ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "ਇਕ ਗੁਣ ਦੇ ਨਾਂ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "ਇਕ ਐਲੀਮਿੰਟ-ਖੋਲ੍ਹਣ ਟੈਗ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -503,16 +503,16 @@ msgstr ""
"ਇਕ ਗੁਣ ਦੇ ਨਾਂ ਤੋਂ ਪਹਿਲਾਂ ਬਰਾਬਰ ਦੇ ਨਿਸ਼ਾਨ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਗੁਣ ਦਾ ਕੋਈ ਮੁੱਲ "
"ਨਹੀਂ ਹੈ"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ਇਕ ਗੁਣ ਦੇ ਮੁੱਲ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "ਇਕ ਐਲੀਮਿੰਟ '%s' ਦੇ ਟੈਗ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ਇਕ ਟਿੱਪਣੀ ਜਾਂ ਹਦਾਇਤ ਚਲਾਉਣ ਦੌਰਾਨ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
@@ -937,16 +937,16 @@ msgstr "ਚਾਈਲਡ ਪਰੋਸੈਸ \"%s\" ਚਾਲੂ ਕਰਨ ਵਿ
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "ਚਾਈਲਡ pid ਪਾਇਪ (%s) ਤੋਂ ਚਾਹੀਦਾ ਡਾਟਾ ਪੜ੍ਹਨ ਲਈ ਫੇਲ੍ਹ"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "ਬਦਲਾਉ ਇੰਪੁੱਟ ਵਿੱਚ ਤਰਤੀਬ ਜਾਇਜ਼ ਨਹੀਂ ਹੈ"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "UTF-16 ਲਈ ਅੱਖਰ ਰੇਜ਼ ਤੋਂ ਬਾਹਰ"
@@ -1110,15 +1110,15 @@ msgstr "ਮੁੱਲ '%s' ਨੂੰ ਇੱਕ ਦਸ਼ਮਲਵ ਅੰਕ ਦ
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "ਮੁੱਲ '%s' ਨੂੰ ਬੂਲੀਅਨ ਵਾਂਗ ਇੰਟਰਪਰੇਟ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ।"
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "%s ਨੂੰ ਬਹੁਤ ਵੱਧ ਗਿਣਤੀ ਪਾਸ ਕੀਤੀ ਗਈ"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "ਸਟਰੀਮ ਪਹਿਲਾਂ ਹੀ ਬੰਦ ਹੈ"
@@ -1185,10 +1185,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "ਓਪਰੇਸ਼ਨ ਸਹਾਇਕ ਨਹੀਂ"
@@ -1221,24 +1221,24 @@ msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਮੌਜੂਦ ਹੈ"
msgid "Can't recursively copy directory"
msgstr "ਡਾਇਰੈਕਟਰੀ ਲਗਾਤਾਰ ਕਾਪੀ ਨਹੀਂ ਹੋ ਸਕਦੀ"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "ਗਲਤ ਸਿੰਬੋਲਿੰਕ ਮੁੱਲ ਦਿੱਤਾ"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "ਰੱਦ ਸਹਾਇਕ ਨਹੀਂ"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ਫਾਇਲ ਨਾਂ ਵਿੱਚ ' %c' ਮੌਜੂਦ ਨਹੀਂ ਹੋ ਸਕਦਾ"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "ਵਾਲੀਅਮ ਲਈ ਮਾਊਂਟ ਸਥਾਪਤ ਨਹੀਂ ਹੈ"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "ਇਹ ਫਾਈਲ ਹੈਂਡਲ ਕਰਨ ਲਈ ਕੋਈ ਐਪਲੀਕੇਸ਼ਨ ਰਜਿਸਟਰ ਨਹੀਂ ਹੈ"
@@ -1255,6 +1255,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "URI '%s' ਦੇ ਮੇਜ਼ਬਾਨ ਦਾ ਨਾਂ ਜਾਇਜ਼ ਨਹੀਂ ਹੈ"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1272,7 +1281,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1282,7 +1291,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1290,7 +1299,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr "ਡਿਫਾਲਟ ਲੋਕਲ ਡਾਇਰੈਕਟਰੀ ਮਾਨੀਟਰ ਟਾਈਪ ਲੱਭਣ ਲਈ ਅਸਮਰੱਥ"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "ਗਲਤ ਫਾਇਲ ਨਾਂ %s"
@@ -1608,38 +1617,38 @@ msgstr "ਵਾਲੀਅਮ ਲਈ ਮਾਊਂਟ ਸਥਾਪਤ ਨਹੀਂ
msgid "mount doesn't implement synchronous content type guessing"
msgstr "ਵਾਲੀਅਮ ਲਈ ਮਾਊਂਟ ਸਥਾਪਤ ਨਹੀਂ ਹੈ"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "ਸਰੋਤ ਸਟਰੀਮ ਬੰਦ ਕੀਤਾ ਗਿਆ ਹੈ"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
#, fuzzy
msgid "name"
msgstr "ਬਿਨ-ਨਾਂ"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "URI '%s' ਦੇ ਮੇਜ਼ਬਾਨ ਦਾ ਨਾਂ ਜਾਇਜ਼ ਨਹੀਂ ਹੈ"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
#, fuzzy
msgid "names"
msgstr "ਬਿਨ-ਨਾਂ"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1657,7 +1666,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 05f318647..7ed549c15 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.pl\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -106,8 +106,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Nie można otworzyć konwertera z \"%s\" na \"%s\""
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Niepoprawna sekwencja bajtów na wejściu konwersji"
@@ -117,8 +117,8 @@ msgstr "Niepoprawna sekwencja bajtów na wejściu konwersji"
msgid "Error during conversion: %s"
msgstr "Błąd podczas konwersji: %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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Na końcu wejścia występuje sekwencja odpowiadająca części znaku"
@@ -360,16 +360,16 @@ msgstr ""
"będąca częścią odniesienia do znaku (np. &#234;) - być może liczba jest zbyt "
"duża"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, 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:668
+#: glib/gmarkup.c:665
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:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -379,33 +379,33 @@ msgstr ""
"został użyty znak &, który nie miał oznaczać jednostki - należy go zapisać "
"jako &amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Niezakończone odniesienie do jednostki"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Niezakończone odniesienie do znaku"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Tekst nie jest poprawnym łańcuchem UTF-8 - za długa sekwencja"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
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:1120
+#: glib/gmarkup.c:1117
#, 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:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument musi rozpoczynać się jakimś elementem (np. <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -414,7 +414,7 @@ msgstr ""
"Znak \"%s\" nie powinien występować po znaku \"<\"; nie może on rozpoczynać "
"nazwy elementu"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -423,7 +423,7 @@ msgstr ""
"Niespodziewany znak \"%s\"; oczekiwano znaku \">\", kończącego początkowy "
"znacznik elementu \"%s\""
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -431,7 +431,7 @@ msgstr ""
"Niespodziewany znak \"%s\"; po nazwie atrybutu \"%s\" elementu \"%s\" "
"oczekiwano znaku \"=\""
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -442,7 +442,7 @@ msgstr ""
"znacznik początkowy elementu \"%s\" lub opcjonalnie atrybutu; być może w "
"nazwie atrybutu został użyty niepoprawny znak"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -451,7 +451,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:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -460,7 +460,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:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -469,28 +469,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:1676
+#: glib/gmarkup.c:1673
#, 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:1685
+#: glib/gmarkup.c:1682
#, 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:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokument jest pusty lub zawiera tylko separatory"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Zaraz po znaku \"%s\" nastąpił nieoczekiwany koniec dokumentu"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -499,7 +499,7 @@ msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu, gdy pewne elementy są wciąż otwarte "
"- \"%s\" był ostatnim otwartym elementem"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -508,21 +508,21 @@ msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu; oczekiwano znaku \">\", kończącego "
"znacznik <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz nazwy elementu"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz nazwy atrybutu"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu wewnątrz znacznika otwierającego "
"element."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -530,18 +530,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:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz wartości atrybutu"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, 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:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Nastąpił nieoczekiwany koniec dokumentu wewnątrz komentarza lub instrukcji "
@@ -986,16 +986,16 @@ msgstr ""
"Nie można odczytać odpowiedniej liczby danych z potoku do odczytu PID-u od "
"procesu potomnego (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Znak jest poza zakresem dopuszczalnym dla 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Niepoprawna sekwencja na wejściu konwersji"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Znak jest poza zakresem dopuszczalnym dla UTF-8"
@@ -1167,15 +1167,15 @@ msgstr "Nie można zinterpretować \"%s\" jako wartości zmiennoprzecinkowej."
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Nie można zinterpretować \"%s\" jako wartości logicznej."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1243,10 +1243,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Dowiązania symboliczne nie są obsługiwane"
@@ -1280,25 +1280,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "Dowiązania symboliczne nie są obsługiwane"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "Żadna aplikacja o nazwie \"%s\" nie zarejestrowała zakładki dla \"%s\""
@@ -1316,6 +1316,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Nazwa komputera w URI \"%s\" jest niepoprawna"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1333,7 +1342,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1343,7 +1352,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1351,7 +1360,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Niepoprawna nazwa klucza: %s"
@@ -1671,36 +1680,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "Nazwa komputera w URI \"%s\" jest niepoprawna"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1718,7 +1727,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/ps.po b/po/ps.po
index b6de094e7..a0d03f1c6 100644
--- a/po/ps.po
+++ b/po/ps.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.head\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-07-14 19:07-0800\n"
"Last-Translator: Zabeeh Khan <zabeehkhan@gmail.com>\n"
"Language-Team: Pashto <pathanisation@googlegroups.com>\n"
@@ -99,8 +99,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr ""
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr ""
@@ -110,8 +110,8 @@ msgstr ""
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr ""
@@ -335,68 +335,68 @@ msgid ""
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr ""
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr ""
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr ""
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr ""
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr ""
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr ""
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -404,87 +404,87 @@ msgid ""
"character in an attribute name"
msgstr ""
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr ""
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr ""
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -908,16 +908,16 @@ msgstr ""
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr ""
-#: 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr ""
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr ""
@@ -1080,15 +1080,15 @@ msgstr ""
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr ""
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1155,10 +1155,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "چار نه منل کيږي"
@@ -1191,24 +1191,24 @@ msgstr "موخه دوتنه شتون لري"
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "ناسم پېلامتړنې ارزښت ورکړل شوی"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "نه شي لرلی '%c' دوتنه نومونه"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1225,6 +1225,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "د انځورن نوم"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1242,7 +1251,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1252,7 +1261,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1260,7 +1269,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "%s ناسم دوتنه نوم"
@@ -1576,35 +1585,35 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "نوم"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "د انځورن نوم"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "نومونه"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1622,7 +1631,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/pt.po b/po/pt.po
index 50ac0a265..853233d84 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.24\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-09 09:23+0100\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-08-09 09:25+0000\n"
"Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n"
"Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n"
@@ -16,301 +16,300 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:733 ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899 ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
+#: glib/gbookmarkfile.c:946
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Atributo '%s' inesperado para o elemento '%s'"
-#: ../glib/gbookmarkfile.c:744 ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833 ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
+#: glib/gbookmarkfile.c:957
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Atributo '%s' do elemento '%s' não foi encontrado"
-#: ../glib/gbookmarkfile.c:1127 ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
+#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Etiqueta '%s' inesperada, esperada a etiqueta '%s'"
-#: ../glib/gbookmarkfile.c:1152 ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234 ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
+#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Etiqueta '%s' inesperada dentro de '%s'"
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1814
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Não foi encontrado nenhum ficheiro de marcador válido nos directórios de "
"dados"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:2015
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Já existe um marcador para o URI '%s'"
-#: ../glib/gbookmarkfile.c:2061 ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304 ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469 ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630 ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751 ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974 ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240 ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494 ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
+#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
+#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
+#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
+#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
+#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
+#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
+#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
+#: glib/gbookmarkfile.c:3712
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Não foi encontrado nenhum marcador para o URI '%s'"
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2393
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Nenhum tipo MIME definido no marcador para o URI '%s'"
-#: ../glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2478
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Nenhum sinal privado definido no marcador para o URI '%s'"
-#: ../glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2857
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Nenhum grupo definido no marcador para o URI '%s'"
-#: ../glib/gbookmarkfile.c:3258 ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Nenhuma aplicação denominada '%s' registou um marcador para '%s'"
-#: ../glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3438
#, 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:2216 ../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:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
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:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
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:1737
+#: glib/gconvert.c:1737
#, 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:1747
+#: glib/gconvert.c:1747
#, 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:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "O URI '%s' é inválido"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, 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:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "O URI '%s' contém caracteres incorrectamente mascarados"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, 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:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "Nome de máquina inválido"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Erro ao abrir o directório '%s': %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "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:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "Ficheiro \"%s\" é demasiado grande"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Falha ao ler do ficheiro '%s': %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Falha ao abrir o ficheiro '%s': %s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Falha ao obter atributos do ficheiro '%s': falha no fstat(): %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, 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:905
+#: glib/gfileutils.c:905
#, 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:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Falha ao criar o ficheiro '%s': %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, 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:986
+#: glib/gfileutils.c:986
#, 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:1005
+#: glib/gfileutils.c:1005
#, 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:1123
+#: glib/gfileutils.c:1123
#, 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:1367
+#: glib/gfileutils.c:1367
#, 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:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Modelo '%s' não contém XXXXXX"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Falha ao ler o atalho '%s': %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
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
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:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "Dados residuais não convertidos no buffer de leitura"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "Canal termina num caracter parcial"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
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:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "Erro na linha %d caracter %d: "
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "Erro na linha %d: %s"
-#: ../glib/gmarkup.c:483
+#: glib/gmarkup.c:483
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:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -321,17 +320,17 @@ msgstr ""
"inicia uma entidade; se este 'i comercial' não é suposto ser uma entidade, "
"mascare-o como &amp;"
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, 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:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nome de entidade '%s' desconhecido"
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -340,7 +339,7 @@ msgstr ""
"caracter 'i comercial' sem intenção de iniciar uma entidade - mascare-o como "
"&amp;"
-#: ../glib/gmarkup.c:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -350,16 +349,16 @@ msgstr ""
"referência de caracter (&#234; por exemplo) - talvez o dígito seja demasiado "
"grande"
-#: ../glib/gmarkup.c:650
+#: glib/gmarkup.c:650
#, 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:665
+#: glib/gmarkup.c:665
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:675
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -369,32 +368,32 @@ msgstr ""
"utilizado um caracter 'i comercial' sem intenção de iniciar uma entidade - "
"mascare-o como &amp;"
-#: ../glib/gmarkup.c:761
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Referência de entidade por terminar"
-#: ../glib/gmarkup.c:767
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Referência de caracter por terminar"
-#: ../glib/gmarkup.c:1053
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Texto codificado UTF-8 inválido - sequência demasiado extensa"
-#: ../glib/gmarkup.c:1081
+#: glib/gmarkup.c:1081
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:1117
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Texto codificado UTF-8 inválido - '%s' inválido"
-#: ../glib/gmarkup.c:1155
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Documento tem de começar com um elemento (ex. <book>)"
-#: ../glib/gmarkup.c:1195
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -403,7 +402,7 @@ msgstr ""
"'%s' não é um caracter válido após um caracter '<'; não pode iniciar um nome "
"de elemento"
-#: ../glib/gmarkup.c:1263
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -412,7 +411,7 @@ msgstr ""
"Caracter estranho '%s', era esperado um caracter '>' para terminar a "
"etiqueta de elemento vazio '%s'"
-#: ../glib/gmarkup.c:1352
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -420,7 +419,7 @@ msgstr ""
"Caracter estranho '%s', era esperado um '=' após o nome do atributo '%s' do "
"elemento '%s'"
-#: ../glib/gmarkup.c:1394
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -431,7 +430,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:1480
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -440,7 +439,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:1622
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -449,7 +448,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:1662
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -458,25 +457,25 @@ msgstr ""
"'%s' não é um caracter válido após o nome do elemento de fecho '%s'; o "
"caracter permitido é '>'"
-#: ../glib/gmarkup.c:1673
+#: glib/gmarkup.c:1673
#, 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:1682
+#: glib/gmarkup.c:1682
#, 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:1845
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Documento estava vazio ou apenas continha espaços"
-#: ../glib/gmarkup.c:1859
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Documento terminou inesperadamente logo após um caracter menor que '<'"
-#: ../glib/gmarkup.c:1867 ../glib/gmarkup.c:1912
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -485,7 +484,7 @@ msgstr ""
"Documento terminou inesperadamente com elementos ainda abertos - '%s' foi o "
"último elemento aberto"
-#: ../glib/gmarkup.c:1875
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -494,21 +493,21 @@ msgstr ""
"Documento terminou inesperadamente, era esperado um maior que '>' para "
"terminar a etiqueta <%s/>"
-#: ../glib/gmarkup.c:1881
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Documento terminou inesperadamente dentro do nome de um elemento"
-#: ../glib/gmarkup.c:1887
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Documento terminou inesperadamente dentro do nome de um atributo"
-#: ../glib/gmarkup.c:1892
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Documento terminou inesperadamente dentro da etiqueta de abertura de um "
"elemento."
-#: ../glib/gmarkup.c:1898
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -516,401 +515,401 @@ msgstr ""
"Documento terminou inesperadamente após o sinal de igual posterior a um nome "
"de atributo; nenhum valor de atributo"
-#: ../glib/gmarkup.c:1905
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Documento terminou inesperadamente dentro do valor de um atributo"
-#: ../glib/gmarkup.c:1921
+#: glib/gmarkup.c:1921
#, 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:1927
+#: glib/gmarkup.c:1927
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:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
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 processar 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
msgid "Text was empty (or contained only whitespace)"
msgstr "Texto estava vazio (ou apenas continha espaços)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "Falha ao ler dados de processo filho"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Falha ao criar canal para comunicar com processo filho (%s)"
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Falha ao ler de canal filho (%s)"
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Falha ao ir para directório '%s' (%s)"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Falha ao executar processo filho (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "Nome de aplicação inválido: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Expressão inválida no vector de argumentos na posição %d: %s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Expressão inválida no ambiente: %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "Directório de trabalho inválido: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Falha ao executar aplicação auxiliar (%s)"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -918,137 +917,137 @@ msgstr ""
"Erro inesperado no g_io_channel_win32_poll() ao ler dados de um processo "
"filho"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Falha ao ler dados de processo filho (%s)"
-#: ../glib/gspawn.c:325
+#: glib/gspawn.c:325
#, 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:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Erro inesperado em waitpid() (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "Falha ao efectuar fork (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Falha ao executar o processo filho \"%s\" (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, 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:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Falha ao efectuar fork de processo filho (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Erro desconhecido ao executar processo filho \"%s\""
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, 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:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Sequência inválida na conversão da entrada"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
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 processar 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 processar 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 processar 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
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
msgid "Not a regular file"
msgstr "Não é um ficheiro comum"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
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"
@@ -1056,48 +1055,48 @@ 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
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:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Ficheiro de chave não possui um grupo '%s'"
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Ficheiro de chave não contém a chave '%s'"
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "Ficheiro de chave contém a chave '%s' com o valor '%s' que não é UTF-8"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "Ficheiro de chave contém a chave '%s' cujo valor não é interpretável."
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1106,125 +1105,122 @@ msgstr ""
"Ficheiro de chave contém a chave '%s' no grupo '%s' cujo valor não é "
"interpretável."
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Ficheiro de chave não possui a chave '%s' no grupo '%s'"
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
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:3496
+#: glib/gkeyfile.c:3496
#, 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:3638
+#: glib/gkeyfile.c:3638
#, 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:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Valor inteiro '%s' para além do limite permitido"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, 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:3709
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Incapaz de interpretar o valor '%s' como uma boleana."
-#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:187
-#: ../gio/ginputstream.c:319 ../gio/ginputstream.c:560
-#: ../gio/ginputstream.c:685 ../gio/goutputstream.c:195
-#: ../gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Valor de contagem demasiado grande passado para %s"
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:895
-#: ../gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "O fluxo já se encontra fechado"
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "A operação foi cancelada"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Tipo desconhecido"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "Tipo de ficheiro %s"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "Tipo %s"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "Final precoce de fluxo inesperado"
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Sem nome"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "Ficheiro de área de trabalho não especifica campo Exec"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "Incapaz de encontrar a consola necessária à aplicação"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, 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:1136
+#: gio/gdesktopappinfo.c:1136
#, 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:1475
+#: gio/gdesktopappinfo.c:1475
#, 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:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "Definição personalizada de %s"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "a unidade não implementa a ejecção"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
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:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2682 ../gio/gfile.c:2733
-#: ../gio/gfile.c:2861 ../gio/gfile.c:2901 ../gio/gfile.c:3228
-#: ../gio/gfile.c:3630 ../gio/gfile.c:3714 ../gio/gfile.c:3797
-#: ../gio/gfile.c:3877 ../gio/gfile.c:4207
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operação não suportada"
@@ -1236,87 +1232,87 @@ 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:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "Montagem contida não existe"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "Incapaz de copiar sobre um directório"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "Incapaz de copiar um directório sobre um directório"
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "Ficheiro de destino já existe"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "Incapaz de copiar directório recursivamente"
-#: ../gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Dado um valor de atalho inválido"
-#: ../gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Não existe suporte para o Lixo"
-#: ../gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Nomes de ficheiros não podem conter '%c'"
-#: ../gio/gfile.c:4975 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "unidade não implementa a montagem"
-#: ../gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Não existe nenhuma aplicação registada para gerir este ficheiro"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "Enumerador está fechado"
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "Enumerador de ficheiro tem uma operação por terminar"
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "Enumerador de ficheiro já está fechado"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "ficheiro"
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr "O ficheiro que contém o ícone"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "Fluxo não suporta query_info"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "Fluxo não suporta procura"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "Fluxo de entrada não permite truncar"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "Fluxo não suporta truncar"
-#: ../gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Fluxo de entrada não implementa a leitura"
@@ -1326,356 +1322,359 @@ 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:905 ../gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Fluxo tem uma operação por terminar"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
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:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Nome de ficheiro %s inválido"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Erro ao obter a informação do sistema de ficheiros: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "Incapaz de renomear o directório raiz"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "Incapaz de renomear o ficheiro, o nome já existe"
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
msgid "Invalid filename"
msgstr "Nome de ficheiro inválido"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "Erro ao renomear o ficheiro: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "Erro ao abrir o ficheiro: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "Incapaz de abrir o directório"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "Erro ao remover o ficheiro: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "Erro ao enviar o ficheiro para o Lixo: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Incapaz de criar o directório de Lixo %s: %s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "Incapaz de encontrar o directório de topo para o Lixo"
-#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "Incapaz de encontrar ou criar o directório de Lixo"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, 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:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "Incapaz de enviar o ficheiro para o Lixo: %s"
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "Erro ao criar o directório: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Erro ao criar atalho: %s"
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "Erro ao mover o ficheiro: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "Incapaz de mover um directório sobre um directório"
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
msgid "Backup file creation failed"
msgstr "Falha ao criar o ficheiro de cópia de segurança"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "Erro ao remover o ficheiro de destino: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "Não é suportado mover entre montados"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "Valor do atributo tem de ser não-NULL"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "Tipo de atributo inválido (esperada uma expressão)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "Nome de atributo extendido inválido"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Erro ao definir o atributo extendido '%s': %s"
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Erro ao verificar o ficheiro '%s': %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (codificação inválida)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Erro ao verificar o descritor do ficheiro: %s"
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tipo de atributo inválido (esperado um uint32)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tipo de atributo inválido (esperado um uint64)"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
+#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Tipo de atributo inválido (esperado uma expressão byte)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "Erro ao definir as permissões: %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "Erro ao definir o dono: %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "atalho tem de ser não-NULL"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "Erro ao definir o atalho: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
msgid "Error setting symlink: file is not a symlink"
msgstr "Erro ao definir o atalho: ficheiro não é um atalho"
-#: ../gio/glocalfileinfo.c:2063
+#: gio/glocalfileinfo.c:2063
+#, c-format
msgid "SELinux context must be non-NULL"
msgstr "O contexto SELinux tem de ser não-NULL"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Erro ao definir o contexto SELinux: %s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
+#, c-format
msgid "SELinux is not enabled on this system"
msgstr "O SELinux não está activo neste sistema"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, 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:198
+#: gio/glocalfilemonitor.c:198
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
msgid "Target file is a directory"
msgstr "Ficheiro de destino é um directório"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
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
msgid "The file was externally modified"
msgstr "O ficheiro foi alterado externamente"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "Fornecido um GSeekType inválido"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "Pedido de procura inválido"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "Incapaz de truncar um GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "Atingido o limite de dados de uma matriz"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "Fluxo de saída de memória não é redimensionável"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
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:360
+#: gio/gmount.c:360
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:435
+#: gio/gmount.c:435
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:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "montar não implementa remontar"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "montar não implementa detecção do tipo de conteúdo"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr "montar não implementa detecção síncrona do tipo de conteúdo"
-#: ../gio/goutputstream.c:204 ../gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Fluxo de saída não implementa a escrita"
-#: ../gio/goutputstream.c:365 ../gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Fluxo de origem já está fechado"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "nome"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "O nome do ícone"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "nomes"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Uma matriz contendo os nomes dos ícones"
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "utilizar nomes de recurso por omissão"
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1683,61 +1682,61 @@ 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."
-#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "Erro ao ler de unix: %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "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:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "Erro ao escrever no unix: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "unidade não implementa a ejecção"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
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
msgid "URIs not supported"
msgstr "Não são suportados URIs"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
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
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 aa481b4f6..c875f58eb 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-07 19:45+0000\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-08-13 23:23-0300\n"
"Last-Translator: Henrique P Machado <zehrique@gmail.com>\n"
"Language-Team: Brazilian Portuguese <gnome-l10n-br@listas.cipsga.org.br>\n"
@@ -23,302 +23,301 @@ msgstr ""
"X-Poedit-Country: BRAZIL\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: ../glib/gbookmarkfile.c:733 ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899 ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
+#: glib/gbookmarkfile.c:946
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Atributo \"%s\" inesperado para elemento \"%s\""
-#: ../glib/gbookmarkfile.c:744 ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833 ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
+#: glib/gbookmarkfile.c:957
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Não foi localizado atributo \"%s\" do elemento \"%s\""
-#: ../glib/gbookmarkfile.c:1127 ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
+#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Marca \"%s\" inesperada, esperava marca \"%s\""
-#: ../glib/gbookmarkfile.c:1152 ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234 ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
+#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Marca \"%s\" inesperada dentro de \"%s\""
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1814
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Não foi localizado arquivo de marcadores válido nos diretórios de dados"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:2015
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Já existe um marcador para o URI \"%s\""
-#: ../glib/gbookmarkfile.c:2061 ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304 ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469 ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630 ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751 ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974 ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240 ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494 ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
+#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
+#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
+#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
+#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
+#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
+#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
+#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
+#: glib/gbookmarkfile.c:3712
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Não foi localizado marcador para o URI \"%s\""
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2393
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Não foi definido tipo MIME no marcador para o URI \"%s\""
-#: ../glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2478
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Não foi definido sinal de particular no marcador para o URI \"%s\""
-#: ../glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2857
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Não há grupos definidos no marcador para o URI \"%s\""
-#: ../glib/gbookmarkfile.c:3258 ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Nenhum aplicativo chamado \"%s\" registrou um marcador para \"%s\""
-#: ../glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3438
#, 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:2216 ../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:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
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:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
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:1737
+#: glib/gconvert.c:1737
#, 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:1747
+#: glib/gconvert.c:1747
#, 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:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "O URI \"%s\" é inválido"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "O nome de servidor do URI \"%s\" é inválido"
-#: ../glib/gconvert.c:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "O URI \"%s\" contém caracteres com escape inválido"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, 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:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "Nome de servidor inválido"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Erro ao abrir o diretório \"%s\": %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "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:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "Arquivo \"%s\" é muito grande"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Falha ao ler do arquivo \"%s\": %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Falha ao abrir arquivo \"%s\": %s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Falha ao obter atributos do arquivo \"%s\": fstat() falhou: %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Falha ao abrir arquivo \"%s\": fdopen() falhou: %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, 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:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Falha ao criar arquivo \"%s\": %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, 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:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Falha ao escrever no arquivo \"%s\": fwrite() falhou: %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Falha ao fechar arquivo \"%s\": fclose() falhou: %s"
-#: ../glib/gfileutils.c:1123
+#: glib/gfileutils.c:1123
#, 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:1367
+#: glib/gfileutils.c:1367
#, 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:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Modelo \"%s\" não contém XXXXXX"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Falha ao ler link simbólico \"%s\": %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
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
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:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "Dados residuais não convertidos no buffer de leitura"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "Canal termina num caractere parcial"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
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:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "Erro na linha %d caractere %d: "
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "Erro na linha %d: %s"
-#: ../glib/gmarkup.c:483
+#: glib/gmarkup.c:483
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:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -329,17 +328,17 @@ msgstr ""
"inicia uma entidade; se este \"e\" comercial não é suposto ser uma entidade, "
"escape-o como &amp;"
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, 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:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nome de entidade \"%s\" não é conhecido"
-#: ../glib/gmarkup.c:575
+#: glib/gmarkup.c:575
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -347,7 +346,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:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -357,17 +356,17 @@ msgstr ""
"referência de caractere (&#234; por exemplo) - talvez o dígito seja grande "
"demais"
-#: ../glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, 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:668
+#: glib/gmarkup.c:665
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:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -377,32 +376,32 @@ msgstr ""
"utilizou um caractere \"e\" comercial sem desejar iniciar uma entidade - "
"escape-o com &amp;"
-#: ../glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Referência de entidade inacabada"
-#: ../glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Referência de caractere inacabada"
-#: ../glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Texto codificado em UTF-8 inválido - seqüência muito extensa"
-#: ../glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
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:1120
+#: glib/gmarkup.c:1117
#, 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:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Documento tem de começar com um elemento (ex. <book>)"
-#: ../glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -411,7 +410,7 @@ msgstr ""
"\"%s\" não é um caractere válido após um caractere \"<\"; não poderá começar "
"um nome de elemento"
-#: ../glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -420,7 +419,7 @@ msgstr ""
"Caractere estranho \"%s\", esperado um caractere \">\" para finalizar a "
"marca \"%s\" de elemento vazio"
-#: ../glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -428,7 +427,7 @@ msgstr ""
"Caractere estranho \"%s\", esperava-se um \"=\" após o nome do atributo \"%s"
"\" do elemento \"%s\""
-#: ../glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -439,7 +438,7 @@ msgstr ""
"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:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -448,7 +447,7 @@ msgstr ""
"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:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -457,7 +456,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:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -466,25 +465,25 @@ msgstr ""
"\"%s\" não é um caractere válido após o nome do elemento de fecho \"%s\"; o "
"caractere permitido é \">\""
-#: ../glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, 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:1685
+#: glib/gmarkup.c:1682
#, 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:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Documento estava vazio ou apenas continha espaços"
-#: ../glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Documento terminou inesperadamente logo após um menor que \"<\""
-#: ../glib/gmarkup.c:1870 ../glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -493,7 +492,7 @@ msgstr ""
"Documento terminou inesperadamente com elementos ainda abertos - \"%s\" foi "
"o último elemento aberto"
-#: ../glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -502,21 +501,21 @@ msgstr ""
"Documento terminou inesperadamente, esperava-se ver um maior que (\">\") "
"para terminar a marca <%s/>"
-#: ../glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Documento terminou inesperadamente dentro de um nome de elemento"
-#: ../glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Documento terminou inesperadamente dentro de um nome de atributo"
-#: ../glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Documento terminou inesperadamente dentro de uma marca de abertura de "
"elemento."
-#: ../glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -524,403 +523,401 @@ 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:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Documento terminou inesperadamente dentro de um valor de atributo"
-#: ../glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, 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:1930
+#: glib/gmarkup.c:1927
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:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
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 console"
-#: ../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
msgid "Text was empty (or contained only whitespace)"
msgstr "Texto estava vazio (ou apenas continha espaços)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "Falha ao ler dados de processo filho"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Falha ao criar canal para comunicar com processo filho (%s)"
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Falha ao ler de canal filho (%s)"
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Falha ao ir para diretório \"%s\" (%s)"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Falha ao executar processo filho (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "Nome de programa inválido: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "String inválida no vetor de argumentos em %d: %s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "String inválida no ambiente: %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "Diretório de trabalho inválido: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Falha ao executar programa auxiliar (%s)"
-#: ../glib/gspawn-win32.c:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -928,138 +925,138 @@ msgstr ""
"Erro inesperado no g_io_channel_win32_poll() ao ler dados de um processo "
"filho"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Falha ao ler dados de processo filho (%s)"
-#: ../glib/gspawn.c:325
+#: glib/gspawn.c:325
#, 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:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Erro inesperado em waitpid() (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "Falha no fork (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Falha ao executar processo filho \"%s\" (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, 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:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Falha no fork de processo filho (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Erro desconhecido ao executar processo filho \"%s\""
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, 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:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Seqüência inválida na conversão da entrada"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
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 aplicativo:"
-#: ../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
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
msgid "Not a regular file"
msgstr "Não é um arquivo comum"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
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"
@@ -1067,50 +1064,50 @@ 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
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:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Arquivo de chave não tem grupo \"%s\""
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Arquivo de chave não tem chave \"%s\""
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "Arquivo de chave contém chave \"%s\" com valor \"%s\" que não é UTF-8"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr ""
"Arquivo de chave contém chave \"%s\" que tem valor que não pode ser "
"interpretado."
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1119,123 +1116,120 @@ msgstr ""
"Arquivo de chave contém chave \"%s\" no grupo \"%s\" que tem valor que não "
"pode ser interpretado."
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Arquivo de chave não tem chave \"%s\" no grupo \"%s\""
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
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:3496
+#: glib/gkeyfile.c:3496
#, 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:3638
+#: glib/gkeyfile.c:3638
#, 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:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Valor inteiro \"%s\" fora dos limites"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, 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:3709
+#: glib/gkeyfile.c:3709
#, 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:485 ../gio/ginputstream.c:187
-#: ../gio/ginputstream.c:319 ../gio/ginputstream.c:560
-#: ../gio/ginputstream.c:685 ../gio/goutputstream.c:195
-#: ../gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Valor muito alto passado para %s"
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:895
-#: ../gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "O fluxo já está fechado"
-#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "A operação foi cancelada"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Tipo desconhecido"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "tipo de arquivo %s"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "tipo %s"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "Fim do fluxo precoce não esperado"
-#: ../gio/gdesktopappinfo.c:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Não nomeado"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "O arquivo da área de trabalho não especifica o campo Exec"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "Não foi possível localizar o terminal requerido para o aplicativo"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
"Não foi possível criar pasta de configuração do aplicativo do usuário %s: %s"
-#: ../gio/gdesktopappinfo.c:1136
+#: gio/gdesktopappinfo.c:1136
#, 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:1475
+#: gio/gdesktopappinfo.c:1475
#, 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:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "Definição personalizada para %s"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "drive não implementa ejetar"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "drive não implementa verificação por mídia"
-#: ../gio/gfile.c:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2682 ../gio/gfile.c:2733
-#: ../gio/gfile.c:2861 ../gio/gfile.c:2901 ../gio/gfile.c:3228
-#: ../gio/gfile.c:3630 ../gio/gfile.c:3714 ../gio/gfile.c:3797
-#: ../gio/gfile.c:3877 ../gio/gfile.c:4207
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operação sem suporte"
@@ -1247,87 +1241,87 @@ 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:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "Ponto de montagem contido não existe"
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "Não foi possível copiar sobre diretório"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "Não foi possível copiar diretório sobre diretório"
-#: ../gio/gfile.c:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "Arquivo alvo existe"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "Não foi possível copiar o diretório recursivamente"
-#: ../gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Valor fornecido de link simbólico inválido"
-#: ../gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Não há suporte para lixeira"
-#: ../gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Nomes de arquivo não podem conter \"%c\""
-#: ../gio/gfile.c:4975 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "volume não implementa montagem"
-#: ../gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Nenhum aplicativo está registrado como manipulador deste arquivo"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "O enumerador está fechado"
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "O enumerador do arquivo tem operação pendente"
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "O enumerador do arquivo já está fechado"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "arquivo"
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr "O arquivo contendo o ícone"
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "Fluxo não tem suporte para query_info"
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "Não há suporte à busca no fluxo"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "Truncar não permitido no fluxo de entrada"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "Não há suporte a truncar no fluxo"
-#: ../gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Fluxo de entrada não implementa leitura"
@@ -1337,360 +1331,360 @@ 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:905 ../gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "O fluxo tem operação pendente"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
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:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Nome de arquivo inválido: %s"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Erro ao obter informações do sistema de arquivos: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "Não foi possível renomear o diretório root"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "Não foi possível renomear o arquivo, o nome do arquivo já existe"
-#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
msgid "Invalid filename"
msgstr "Nome de arquivo inválido"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "Erro ao renomear arquivo: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "Erro ao abrir arquivo: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "Não foi possível abrir diretório"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "Erro ao remover arquivo: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "Erro ao mover arquivo para a lixeira: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, 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:1740
+#: gio/glocalfile.c:1740
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:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
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:1873
+#: gio/glocalfile.c:1873
#, 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:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "Não foi possível mover arquivo para a lixeira: %s"
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "Erro ao criar o diretório: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Erro ao criar link simbólico: %s"
-#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "Erro ao mover arquivo: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "Não foi possível mover diretório sobre diretório"
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
msgid "Backup file creation failed"
msgstr "Falha ao criar arquivo de backup"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "Erro ao remover arquivo alvo: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "Não há suporte a mover entre montagens"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "Valor de atributo deve ser não-NULO"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "Tipo de atributo inválido (esperava-se expressão)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "Nome de atributo estendido inválido"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Erro ao definir atributo estendido \"%s\": %s"
-#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Erro ao iniciar arquivo \"%s\": %s"
-#: ../gio/glocalfileinfo.c:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr "(codificação inválida)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Erro ao iniciar descritor de arquivo: %s"
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tipo de atributo inválido (esperado uint32)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tipo de atributo inválido (esperado uint64)"
-#: ../gio/glocalfileinfo.c:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Tipo de atributo inválido (expressão de byte esperada)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "Erro ao definir permissões: %s"
-#: ../gio/glocalfileinfo.c:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "Erro ao definir proprietário: %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "o link simbólico deve ser não-NULO"
-#: ../gio/glocalfileinfo.c:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "Erro ao definir link simbólico: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
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:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "O contexto SELinux deve ser não-NULO"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Erro ao definir o contexto SELinux: %s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "SELinux não está habilitado neste sistema"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, 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:198
+#: gio/glocalfilemonitor.c:198
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
msgid "Target file is a directory"
msgstr "Arquivo alvo é um diretório"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
msgid "Target file is not a regular file"
msgstr "Arquivo alvo não é um arquivo comum"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
msgid "The file was externally modified"
msgstr "O arquivo foi modificado externamente"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "GSeekType fornecido inválido"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "Solicitação de busca inválida"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "Não foi possível truncar GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "Foi alcançado o limite máximo de matriz de dados"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "Fluxo de saída da memória não redimensionável"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
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:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr "objeto de montagem não implementa desmontar"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr "objeto de montagem não implementa ejetar"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "objeto de montagem não implementa remontar"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "objeto de montagem não implementa estimativa de tipo de conteúdo"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
"objeto de montagem não implementa estimativa de tipo de conteúdo síncrono"
-#: ../gio/goutputstream.c:204 ../gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Fluxo de saída não implementa escrita"
-#: ../gio/goutputstream.c:365 ../gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "A fonte do fluxo já está fechada"
-#: ../gio/gthemedicon.c:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "nome"
-#: ../gio/gthemedicon.c:211
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "O nome do ícone"
-#: ../gio/gthemedicon.c:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "nomes"
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Um array contendo os nomes dos ícones"
-#: ../gio/gthemedicon.c:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "usa os fallbacks padrões"
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1698,61 +1692,61 @@ 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:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "Erro ao ler do unix: %s"
-#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "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:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "Erro ao escrever para unix: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "volume não implementa ejetar"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "Não foi possível localizar o aplicativo"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Erro ao lançar o aplicativo: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
msgid "URIs not supported"
msgstr "Não há suporte a URIs"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
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
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 3a4fdf227..5b62411cc 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -100,8 +100,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Nu s-a putut iniţia conversia de la „%s” la „%s”"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Secvenţă de octeţi invalidă în intrarea conversiei"
@@ -111,8 +111,8 @@ msgstr "Secvenţă de octeţi invalidă în intrarea conversiei"
msgid "Error during conversion: %s"
msgstr "Eroare în timpul conversiei: %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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Secvenţă parţială de caractere la sfârşitul intrării"
@@ -346,16 +346,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:653
+#: glib/gmarkup.c:650
#, 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:668
+#: glib/gmarkup.c:665
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:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -364,32 +364,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:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Referinţă neterminată la o entitate"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Referinţă caracter neterminată"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Text codat UTF-8 invalid - secvenţă prea lungă"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
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:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Text codat UTF-8 invalid - „%s” invalid"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Documentul trebuie să înceapă cu un element (de ex. <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -398,7 +398,7 @@ msgstr ""
"„%s” nu este un caracter valid după caracterul „<”. Nu poate începe cu "
"numele unui element"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -407,7 +407,7 @@ msgstr ""
"Caracter neobişnuit „%s”, se aştepta un „>” pentru a termina eticheta de "
"început a elementului „%s”"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -415,7 +415,7 @@ msgstr ""
"Caracter neobişnuit „%s”, se aştepta un „=” după numele atributului „%s” al "
"elementului „%s”"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -426,7 +426,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:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -435,7 +435,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:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -444,7 +444,7 @@ msgstr ""
"„%s” nu este un caracter valid după caracterele „</”. „%s” nu poate începe "
"un nume de element"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -453,25 +453,25 @@ msgstr ""
"„%s” nu este un caracter valid după numele elementului de închidere „%s”. "
"Caracterul permis este „>”"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, 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:1685
+#: glib/gmarkup.c:1682
#, 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:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Documentul era gol sau conţinea doar spaţiu gol"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
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:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -480,7 +480,7 @@ msgstr ""
"Documentul s-a terminat în mod neaşteptat cu unele elemente încă deschise. „%"
"s” a fost ultimul element deschis"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -489,23 +489,23 @@ msgstr ""
"Documentul s-a terminat în mod neaşteptat, se aştepta un caracter „>” care "
"să încheie eticheta <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
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:1890
+#: glib/gmarkup.c:1887
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:1895
+#: glib/gmarkup.c:1892
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:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -513,19 +513,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:1908
+#: glib/gmarkup.c:1905
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:1924
+#: glib/gmarkup.c:1921
#, 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:1930
+#: glib/gmarkup.c:1927
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 "
@@ -964,16 +964,16 @@ msgstr "Eroare necunoscută la lansarea în execuţie a procesului copil „%s
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Nu s-au putut citi date suficiente de la procesul copil (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Caracter în afara limitelor standardului 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Secvenţă invalidă în intrarea conversiei"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Caracter în afara limitelor standardului UTF-16"
@@ -1140,15 +1140,15 @@ msgstr "Valoarea „%s” nu poate fi interpretată ca un număr flotant."
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Valoarea „%s” nu poate fi interpretată ca o valoare booleană."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "S-a pasat o valoare prea mare către %s"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Flux deja închis"
@@ -1216,10 +1216,10 @@ msgid "drive doesn't implement polling for media"
msgstr "unitatea nu poate verifica ciclic pentru discuri noi"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operaţiune neimplementată"
@@ -1252,24 +1252,24 @@ msgstr "Fişierul destinaţie există deja"
msgid "Can't recursively copy directory"
msgstr "Nu se poate copia recursiv directorul"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "S-a primit o valoare invalidă pentru legătura simbolică"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Nu există o implementare pentru coşul de gunoi"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Numele de fişiere nu pot conţine „%c”"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "volumul nu implementează montarea"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Nu există o aplicaţie înregistrată pentru deschiderea acestui fişier"
@@ -1286,6 +1286,15 @@ msgstr "Enumeratorul fişierului este deja deschis de o terţă operaţiune"
msgid "File enumerator is already closed"
msgstr "Enumeratorul fişierului este deja închis"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Gazda URI-ului „%s” este invalidă"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1303,7 +1312,7 @@ msgstr "Nu se permite trunchierea fluxului de intrare"
msgid "Truncate not supported on stream"
msgstr "Trunchierea fluxului nu este implementată"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Fluxul de intrare nu are implementată o funcţie de citire"
@@ -1313,7 +1322,7 @@ msgstr "Fluxul de intrare nu are implementată o funcţie de citire"
#. 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Asupra fluxului se execută deja o operaţiune"
@@ -1322,7 +1331,7 @@ msgid "Unable to find default local directory monitor type"
msgstr ""
"Nu s-a putut identifica tipul implicit de monitorizare a directoarelor locale"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Nume invalid de fişier: %s"
@@ -1643,38 +1652,38 @@ msgstr "obiectul montat nu implementează demontarea"
msgid "mount doesn't implement synchronous content type guessing"
msgstr "obiectul montat nu implementează demontarea"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Fluxul de ieşire nu implementează scriere"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Sursa fluxului este deja închisă"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
#, fuzzy
msgid "name"
msgstr "Nedenumit"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "Gazda URI-ului „%s” este invalidă"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
#, fuzzy
msgid "names"
msgstr "Nedenumit"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1692,7 +1701,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 d9c8597dd..a9468259b 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib trunk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -103,8 +103,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Не удалось открыть преобразователь из «%s» в «%s»"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr ""
"Недопустимая последовательность байтов содержится во входной строке для "
@@ -116,8 +116,8 @@ msgstr ""
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr ""
"Неполная символьная последовательность содержится в конце входной строки"
@@ -358,16 +358,16 @@ msgstr ""
"Не удалось разобрать строку «%-.*s», которая должна быть числом внутри ссылки "
"на символ (например &#234;) — возможно, номер слишком велик"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Ссылка на символ «%-.*s» не определяет допустимый символ"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Ссылка на символ пуста; она должна включать номер, например &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -377,38 +377,38 @@ msgstr ""
"использован не для обозначения начала конструкции — экранируйте его как "
"«&amp;»"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Ссылка на конструкцию не закончена"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Ссылка на символ не закончена"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr ""
"Текст закодирован как UTF-8 недопустимым образом — слишком длинная "
"последовательность"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr ""
"Текст закодирован как UTF-8 недопустимым образом — неправильный начальный "
"символ"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr ""
"Текст закодирован как UTF-8 недопустимым образом — недопустимая "
"последовательность «%s»"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документ должен начинаться с элемента (например <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, 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:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -426,7 +426,7 @@ msgstr ""
"Встретился лишний символ «%s», ожидался символ «>» для завершения открывающего "
"тэга элемента «%s»"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -434,7 +434,7 @@ msgstr ""
"Встретился лишний символ «%s», ожидался символ «=» после имени атрибута «%s» "
"элемента «%s»"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -445,7 +445,7 @@ msgstr ""
"открывающего тэга элемента «%s», либо, возможно, атрибут; может быть, был "
"использован недопустимый символ в имени атрибута"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, 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:1625
+#: glib/gmarkup.c:1622
#, 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:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -472,27 +472,27 @@ msgstr ""
"Символ «%s» недопустим после закрывающего элемента имени «%s»; допустимым "
"символом является «>»"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Элемент «%s» был закрыт, ни один элемент в настоящий момент не открыт"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Элемент «%s» был закрыт, но открытым в настоящий момент является элемент «%s»"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Документ был пуст или содержал только пробелы"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Документ неожиданно окончился сразу же после открывающей угловой скобки «<»"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -501,7 +501,7 @@ msgstr ""
"Документ неожиданно окончился, когда ещё были открыты элементы — «%s» был "
"последним открытым элементом"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -509,19 +509,19 @@ msgid ""
msgstr ""
"Документ неожиданно окончился, ожидалась закрывающая тэг <%s/> угловая скобка"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Документ неожиданно окончился внутри имени элемента"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документ неожиданно окончился внутри имени атрибута"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документ неожиданно окончился внутри открывающего элемент тэга"
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -529,16 +529,16 @@ msgstr ""
"Документ неожиданно окончился после знака равенства, следующего за именем "
"атрибута; значение атрибута не указано"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Документ неожиданно окончился внутри значения атрибута"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Документ неожиданно окончился внутри тэга, закрывающего элемент «%s»"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Документ неожиданно окончился внутри комментария или инструкции обработки"
@@ -984,18 +984,18 @@ msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
"Не удалось прочитать нужное количество данных из канала процесса-потомка (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr ""
"Во входной строке для преобразования обнаружена недопустимая "
"последовательность"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Символ находится вне диапазона для UTF-16"
@@ -1164,15 +1164,15 @@ msgstr "Не удалось преобразовать «%s» в число с
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Не удалось преобразовать «%s» в булево значение."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Слишком большое значение количества передано в %s"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Поток уже закрыт"
@@ -1239,10 +1239,10 @@ msgid "drive doesn't implement polling for media"
msgstr "привод не реализует опрос носителя"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Действие не поддерживается"
@@ -1275,24 +1275,24 @@ msgstr "Целевой файл существует"
msgid "Can't recursively copy directory"
msgstr "Не удалось рекурсивно скопировать каталог"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Дано неверное значение символьной ссылки"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Корзина не поддерживается"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Имена файлов не могут содержать «%c»"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "том не реализует присоединение"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Нет зарегистрированного приложения для обработки данного файла"
@@ -1309,6 +1309,15 @@ msgstr "Перечислитель файлов имеет незавершён
msgid "File enumerator is already closed"
msgstr "Перечислитель файлов уже закрыт"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Массив, содержащий названия значков"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1326,7 +1335,7 @@ msgstr "Усечение на входном потоке не разрешен
msgid "Truncate not supported on stream"
msgstr "Усечение не поддерживается на потоке"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Входной поток не реализует чтение"
@@ -1336,7 +1345,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Поток имеет незавершённое действие"
@@ -1344,7 +1353,7 @@ msgstr "Поток имеет незавершённое действие"
msgid "Unable to find default local directory monitor type"
msgstr "Не удалось найти тип монитора локальных каталогов по умолчанию"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Недопустимое имя файла %s"
@@ -1664,35 +1673,35 @@ msgstr "точка монтирования не реализует отсоед
msgid "mount doesn't implement synchronous content type guessing"
msgstr "точка монтирования не реализует отсоединение"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Выходной поток не реализует запись"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Исходный поток уже закрыт"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "название"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Название значка"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "названия"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Массив, содержащий названия значков"
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "использовать названия по умолчанию"
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1713,7 +1722,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/rw.po b/po/rw.po
index 022d74dad..b3d8735f4 100644
--- a/po/rw.po
+++ b/po/rw.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.12\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -106,8 +106,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "OYA Gufungura Bivuye Kuri"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
#, fuzzy
msgid "Invalid byte sequence in conversion input"
msgstr "Bayite in Ihindurangero Iyinjiza"
@@ -118,8 +118,8 @@ msgstr "Bayite in Ihindurangero Iyinjiza"
msgid "Error during conversion: %s"
msgstr "Ihindurangero"
-#: 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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
#, fuzzy
msgid "Partial character sequence at end of input"
msgstr "Inyuguti ku Impera Bya Iyinjiza"
@@ -353,17 +353,17 @@ msgid ""
"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:653
+#: glib/gmarkup.c:650
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Indango OYA a Inyuguti"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
#, fuzzy
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Inyuguti Indango Gushyiramo a Nka"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
#, fuzzy
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
@@ -371,44 +371,44 @@ msgid ""
"as &amp;"
msgstr "Indango OYA Impera Na: a Akabago n'Akitso Inyuguti Kuri Gutangira Nka"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
#, fuzzy
msgid "Unfinished entity reference"
msgstr "Indango"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
#, fuzzy
msgid "Unfinished character reference"
msgstr "Inyuguti Indango"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "8 Umwandiko"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "8 Umwandiko"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "8 Umwandiko"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
#, fuzzy
msgid "Document must begin with an element (e.g. <book>)"
msgstr "g."
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, 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:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -416,13 +416,13 @@ msgid ""
msgstr ""
"Inyuguti Ikitezwe: a Inyuguti Kuri Impera Gutangira Itagi: Bya Ikigize:"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, 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:1397
+#: glib/gmarkup.c:1394
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -432,7 +432,7 @@ msgstr ""
"Inyuguti Ikitezwe: a Cyangwa Inyuguti Kuri Impera Gutangira Itagi: Bya "
"Ikigize: Cyangwa Ikiranga Sibyo Inyuguti in Ikiranga Izina:"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -441,87 +441,87 @@ msgstr ""
"Inyuguti Ikitezwe: Gufungura Gushyiraho akugarizo Ikimenyetso Nyuma "
"IKIMENYETSO Ryari: Agaciro kugirango Ikiranga Bya Ikigize:"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, 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:1665
+#: glib/gmarkup.c:1662
#, 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:1676
+#: glib/gmarkup.c:1673
#, fuzzy, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Oya Ikigize: ni Gufungura"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, fuzzy, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Gufungura Ikigize: ni"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
#, fuzzy
msgid "Document was empty or contained only whitespace"
msgstr "ubusa Cyangwa"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
#, fuzzy
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Nyuma Gufungura Imfuruka"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, 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:1878
+#: glib/gmarkup.c:1875
#, 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:1884
+#: glib/gmarkup.c:1881
#, fuzzy
msgid "Document ended unexpectedly inside an element name"
msgstr "Mo Imbere Ikigize: Izina:"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
#, fuzzy
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Mo Imbere Ikiranga Izina:"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
#, fuzzy
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Mo Imbere Ikigize: Gufungura%S Itagi:"
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
#, 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:1908
+#: glib/gmarkup.c:1905
#, fuzzy
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Mo Imbere Ikiranga Agaciro"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, fuzzy, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Mo Imbere Gufunga Itagi: kugirango Ikigize:"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
#, fuzzy
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Mo Imbere a Icyo wongeraho Cyangwa Inonosora"
@@ -958,18 +958,18 @@ msgstr "Ikosa Gukora: %s%s"
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Kuri Gusoma Ibyatanzwe Bivuye"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
#, fuzzy
msgid "Character out of range for UTF-8"
msgstr "Inyuma Bya Urutonde kugirango 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
#, fuzzy
msgid "Invalid sequence in conversion input"
msgstr "in Ihindurangero Iyinjiza"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
#, fuzzy
msgid "Character out of range for UTF-16"
msgstr "Inyuma Bya Urutonde kugirango"
@@ -1143,15 +1143,15 @@ msgstr "Nka a Umubare"
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Nka a Icyungo"
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1219,10 +1219,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "amahuza OYA"
@@ -1256,25 +1256,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "amahuza OYA"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1291,6 +1291,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Izina ry'inturo: Bya ni Sibyo"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1308,7 +1317,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1318,7 +1327,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1326,7 +1335,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Izina ry'inturo:"
@@ -1663,36 +1672,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "Izina ry'inturo: Bya ni Sibyo"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1711,7 +1720,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 e773324df..4f0b9e648 100644
--- a/po/si.po
+++ b/po/si.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.si\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -99,8 +99,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' සිට '%s' දක්වා පරිවර්තකය විවෘත කළ නොහැකි විය"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "පරිවර්තන ප්‍රධාධා තුළ සාවද්‍ය බයිට් පිළිවෙළක්යේ"
@@ -110,8 +110,8 @@ msgstr "පරිවර්තන ප්‍රධාධා තුළ සාවද
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr ""
@@ -335,70 +335,70 @@ msgid ""
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "අවසන් නොකළ වස්තු යොමුව"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "අවසන් නොකළ අක්‍ෂර යොමුව"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "සාවද්‍ය UTF-8 සංකේතාංකන පෙළ"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "සාවද්‍ය UTF-8 සංකේතාංකන පෙළ"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "සාවද්‍ය UTF-8 සංකේතාංකන පෙළ"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ලේඛණය මූලයකින්ම ආරම්භ කළ යුතුම වේ (උදා. <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr ""
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -406,88 +406,88 @@ msgid ""
"character in an attribute name"
msgstr ""
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' මූලය වසා ඇති අතර කිසිම මූලයක් විවෘතව ඇත"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' මූලය වසා ඇති අතර දැනට'%s' මූලය විවෘතව ඇත"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
#, fuzzy
msgid "Document was empty or contained only whitespace"
msgstr "ලේඛණය හිස්ව තිබුනි හෝ තිබුනේ සුදුඉඩ පමණි"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr ""
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -916,16 +916,16 @@ msgstr ""
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr ""
-#: 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr ""
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr ""
@@ -1088,15 +1088,15 @@ msgstr ""
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr ""
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1164,10 +1164,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත"
@@ -1201,25 +1201,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1236,6 +1236,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "'%s' URI හි ධාරක නාමය සාවද්‍ය වේ"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1253,7 +1262,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1263,7 +1272,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1271,7 +1280,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "සාවද්‍ය යතුරු නම: %s"
@@ -1589,36 +1598,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "'%s' URI හි ධාරක නාමය සාවද්‍ය වේ"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1636,7 +1645,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 497f40d40..c3dba6bb7 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -102,8 +102,8 @@ 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:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Neplatná sekvencia bajtov na vstupe prevodu"
@@ -113,8 +113,8 @@ msgstr "Neplatná sekvencia bajtov na vstupe prevodu"
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Čiastočná sekvencia znakov na konci vstupu"
@@ -348,17 +348,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:653
+#: glib/gmarkup.c:650
#, 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:668
+#: glib/gmarkup.c:665
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:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -367,40 +367,40 @@ msgstr ""
"Odkaz na znak neskončil bodkočiarkou. Asi ste použili & a nezadali ste ho "
"ako &amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Neukončený odkaz na entitu"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Neukončený odkaz na znak"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Neplatný text v kódovaní UTF-8"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
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:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Neplatný text v kódovaní UTF-8 - neplatné '%s'"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument musí začínať elementom (napr. <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'%s' nie je platný znak za znakom '<', nesmie začínať meno elementu"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -409,7 +409,7 @@ msgstr ""
"Prebytočný znak '%s'. Bol očakávaný znak '>', aby skončil začiatočnú značku "
"elementu '%s'"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -417,7 +417,7 @@ msgstr ""
"Prebytočný znak '%s'. Bol očakávaný znak '=' za menom atribútu '%s' elementu "
"'%s'"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -428,7 +428,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:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -437,7 +437,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:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -445,7 +445,7 @@ msgid ""
msgstr ""
"'%s' nie je platný znak po znakoch '</'. '%s' nesmie začínať meno elementu"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -453,25 +453,25 @@ msgid ""
msgstr ""
"'%s' nie je platný znak po koncovom mene elementu '%s'. Povolený znak je '>'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, 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:1685
+#: glib/gmarkup.c:1682
#, 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:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je prázdny alebo obsahuje iba medzery"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
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:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -480,7 +480,7 @@ msgstr ""
"Dokument neočakávane skončil s otvorenými elementami - '%s' bol posledný "
"otvorený element."
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -488,35 +488,35 @@ msgid ""
msgstr ""
"Dokument neočakávane skončil, očakával sa znak '>' pre ukončenie značky <%s>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument neočakávane skončil v mene elementu"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument neočakávane skončil v mene atribútu"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
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:1901
+#: glib/gmarkup.c:1898
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:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument neočakávane skončil v hodnote atribútu"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, 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:1930
+#: glib/gmarkup.c:1927
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"
@@ -949,16 +949,16 @@ msgstr "Neznáma chyba počas behu procesu potomka \"%s\""
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:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Neplatná sekvencia na vstupe prevodu"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Znak mimo rozsah UTF-16"
@@ -1128,15 +1128,15 @@ msgstr "Hodnota '%s' nemohla byť interpretovaná ako reálne číslo."
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Hodnota '%s' nemohla byť interpretovaná ako booleovská."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Prúd je už zatvorený"
@@ -1203,10 +1203,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Nepodporovaná operácia"
@@ -1239,25 +1239,25 @@ msgstr "Cieľový súbor existuje"
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "Symbolické odkazy nepodporované"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1274,6 +1274,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Pole obsahujúce názvy ikon"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1291,7 +1300,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1301,7 +1310,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1309,7 +1318,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Neplatný názov programu: %s"
@@ -1629,35 +1638,35 @@ msgstr "pripojenie neimplementuje odpojenie"
msgid "mount doesn't implement synchronous content type guessing"
msgstr "pripojenie neimplementuje odpojenie"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Výstupný prúd neimplementuje zápis"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Zdrojový prúd je už zatvorený"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "názov"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Názov ikony"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "názvy"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Pole obsahujúce názvy ikon"
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1675,7 +1684,7 @@ msgstr "Chyba pri čítaní z unixu: %s"
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"
diff --git a/po/sl.po b/po/sl.po
index cc87e42f2..92d58c144 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -103,8 +103,8 @@ 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:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Neveljavno zaporedje bajtov na vhodu pretvorbe"
@@ -114,8 +114,8 @@ msgstr "Neveljavno zaporedje bajtov na vhodu pretvorbe"
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Delno (nedokončano) zaporedje znakov na koncu vhoda"
@@ -347,16 +347,16 @@ 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:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Referenca znaka '%-.*s' ne šifrira dovoljenega znaka"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Prazna referenca znaka; vsebovati bi morala številko kot &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -365,32 +365,32 @@ 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:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Nedokončano nanašanje na entiteto"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Nedokončano nanašanje na znak"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Neveljavno UTF-8 kodirano besedilo - predolgo zaporedje"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Neveljavno UTF-8 kodirano besedilo - ni začetnega znaka"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Neveljavno UTF-8 kodirano besedilo - neveljaven '%s'"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument se mora začeti z elementom (na primer <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -399,7 +399,7 @@ msgstr ""
"'%s' ni veljaven znak, kadar sledi znaku '<'; morda se ne začne z imenom "
"elementa"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -408,7 +408,7 @@ msgstr ""
"Nenavaden znak '%s'. Pričakovan znak je '>', da se zaključi oznako elementa "
"'%s'"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -416,7 +416,7 @@ msgstr ""
"Nenavaden znak '%s'. Za imenom atributa '%s' (elementa '%s') je pričakovan "
"znak '='"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -427,7 +427,7 @@ msgstr ""
"elementa '%s' ali atribut; morda ste uporabili neveljaven znak v imenu "
"atributa'"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -436,7 +436,7 @@ msgstr ""
"Nenavaden znak '%s'. Za enačajem je pričakovan narekovaj znotraj katerega je "
"podana vrednost atributa '%s' elementa '%s'"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -444,7 +444,7 @@ msgid ""
msgstr ""
"'%s' ni veljaven znak za znakoma '</'; ime elementa se ne sme začeti z '%s'"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -453,25 +453,25 @@ msgstr ""
"Znak '%s' ni veljaven kadar sledi zaprtju imena elementa '%s'; dovoljen znak "
"je '>'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' je zaprt, trenutno ni odprtega elementa"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, 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:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je prazen ali pa vsebuje le presledke"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument nepričakovano zaključen takoj za odprtjem predmeta '<'"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -480,7 +480,7 @@ msgstr ""
"Dokument nepričakovano zaključen s še odprtimi elementi - '%s' je zadnji "
"odprt element"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -489,19 +489,19 @@ msgstr ""
"Dokument nepričakovano zaključen, pričakovan je zaključni zaklepaj oznake <%"
"s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument nepričakovano zaključen sredi imena elementa"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument nepričakovano zaključen sredi imena atributa"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument nepričakovano zaključen sredi oznake za odprtje elementa."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -509,16 +509,16 @@ msgstr ""
"Dokument nepričakovano zaključen za enačajem, ki sledil imenu atributa; ni "
"določena vrednosti atributa"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument nepričakovano zaključen sredi vrednosti atributa"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, 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:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokument nepričakovano zaključen sredi komentarja ali ukaza"
@@ -952,16 +952,16 @@ msgstr "Neznana napaka med izvajanjem podrejenega procesa \"%s\""
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:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Neveljavno zaporedje na vhodu pretvorbe"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Znak izven intervala za UTF-16"
@@ -1132,15 +1132,15 @@ msgstr "Vrednosti '%s' ni mogoče obravnavati kot število s plavajočo vejico."
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Vrednosti '%s' ni mogoče obravnavati kot Boolovo vrednost."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Prevelika vrednost štetja poslana na %s"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Pretok je že zaprt"
@@ -1207,10 +1207,10 @@ msgid "drive doesn't implement polling for media"
msgstr "pogon ne podpira preverjanja enote"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operacija ni podprta"
@@ -1243,24 +1243,24 @@ msgstr "Ciljna datoteka obstaja"
msgid "Can't recursively copy directory"
msgstr "Ni mogoče kopirati drevesne strukture mape"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Neveljavna vrednost simbolne povezave"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Smeti niso podprte"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Ni mogoče uporabiti '%c' v imenu datoteke"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "enota ne podpira priklopa"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Na voljo ni programa z a upravljanje s to datoteko"
@@ -1277,6 +1277,15 @@ msgstr "Številčnik izvaja izredno operacijo"
msgid "File enumerator is already closed"
msgstr "Številčnik datotek je že zaprt"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Vrsta, ki vsebuje imena ikon"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1294,7 +1303,7 @@ msgstr "Razčlenitev ni dovoljena na dovodnem pretoku"
msgid "Truncate not supported on stream"
msgstr "Razčlenitev ni podprta na pretoku"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Vhodni pretok ne podpira branja"
@@ -1304,7 +1313,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Pretok izvaja izredno operacijo"
@@ -1312,7 +1321,7 @@ msgstr "Pretok izvaja izredno operacijo"
msgid "Unable to find default local directory monitor type"
msgstr "Ni mogoče najti privzete vrste nadzora mape"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Neveljavno ime datoteke %s"
@@ -1631,35 +1640,35 @@ msgstr "enota ne podpira odklopa"
msgid "mount doesn't implement synchronous content type guessing"
msgstr "enota ne podpira odklopa"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Odvodni pretok ne podpira pisanja"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Izvorni pretok je že zaprt"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "ime"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Ime ikone"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "imena"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Vrsta, ki vsebuje imena ikon"
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "uporabi privzete povrnitve"
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1679,7 +1688,7 @@ msgstr "Napaka med branjem unix-a: %s"
msgid "Error closing unix: %s"
msgstr "Napaka med zapiranjem unix-a: %s"
-#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Koren datotečnega sistema"
diff --git a/po/sq.po b/po/sq.po
index ccfb54535..08186dad6 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-07 19:45+0000\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-08-18 10:19+0200\n"
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
"Language-Team: albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n"
@@ -15,288 +15,287 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:733 ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899 ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
+#: glib/gbookmarkfile.c:946
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Atribut i papritur '%s' për elementin '%s'"
-#: ../glib/gbookmarkfile.c:744 ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833 ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
+#: glib/gbookmarkfile.c:957
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Atributi '%s' i elementit '%s' nuk u gjet"
-#: ../glib/gbookmarkfile.c:1127 ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
+#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Tag '%s' i papritur, pritej tag '%s'"
-#: ../glib/gbookmarkfile.c:1152 ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234 ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
+#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Tag '%s' i papritur në brendësi të '%s'"
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1814
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Nuk u gjet asnjë file i vlefshëm libërshënimesh tek directory e të dhënave"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:2015
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Një libërshënim për URI '%s' ekziston rregullisht"
-#: ../glib/gbookmarkfile.c:2061 ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304 ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469 ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630 ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751 ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974 ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240 ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494 ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
+#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
+#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
+#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
+#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
+#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
+#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
+#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
+#: glib/gbookmarkfile.c:3712
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Nuk u gjet asnjë libërshënim për URI '%s'"
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2393
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Asnjë përcaktim i llojit të MIME në libërshënimin për URI '%s'"
-#: ../glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2478
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Nuk është përcaktuar asnjë flag privat në libërshënimin për URI '%s'"
-#: ../glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2857
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Nuk është përcaktuar asnjë grup për URI '%s'"
-#: ../glib/gbookmarkfile.c:3258 ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Asnjë aplikativ me emrin '%s' ka regjistruar një libërshënues për '%s'"
-#: ../glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3438
#, 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:2216 ../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:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
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:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
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:1737
+#: glib/gconvert.c:1737
#, 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:1747
+#: glib/gconvert.c:1747
#, 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:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' është e pasaktë"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Emri i host të URI '%s' është i pasaktë"
-#: ../glib/gconvert.c:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' përmban simbole escape të pavlefshëm"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, 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:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "Emër host i pasaktë"
-#: ../glib/gdir.c:110 ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Gabim gjatë hapjes së directory '%s': %s"
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "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:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "File \"%s\" është tepër i madh"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "I pamundur leximi nga file '%s': %s"
-#: ../glib/gfileutils.c:720 ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "E pamundur hapja e file '%s': %s"
-#: ../glib/gfileutils.c:737 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "E pamundur marrja e pronësive të file '%s': fstat() dështoi: %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, 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:905
+#: glib/gfileutils.c:905
#, 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"
-#: ../glib/gfileutils.c:947 ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Dështoi krijimi i file '%s': %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Hapja e file '%s' për shkrim dështoi: fdopen() dështoi: %s"
# (pofilter) puncspacing: checks for bad spacing after punctuation
-#: ../glib/gfileutils.c:986
+#: glib/gfileutils.c:986
#, 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:1005
+#: glib/gfileutils.c:1005
#, 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:1123
+#: glib/gfileutils.c:1123
#, 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:1367
+#: glib/gfileutils.c:1367
#, 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:1380
+#: glib/gfileutils.c:1380
#, 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:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "I pamundur leximi i lidhjes simbolike '%s': %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
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
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:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "Kanë tepruar të dhëna të pakonvertuara tek buffer i leximit"
-#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "Kanali përfundon me një simbol të pjesëshëm"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
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"
-#: ../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"
@@ -305,25 +304,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:269 ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "Gabim tek rreshti %d simboli %d: "
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, 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:483
+#: glib/gmarkup.c:483
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:493
+#: glib/gmarkup.c:493
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -334,18 +333,18 @@ msgstr ""
"një entitet; nëse ky simbol nuk do të jetë fillimi i një entiteti, përdore "
"si &amp;"
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, 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:564
+#: glib/gmarkup.c:564
#, 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:575
+#: glib/gmarkup.c:575
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -355,7 +354,7 @@ msgstr ""
# (pofilter) puncspacing: checks for bad spacing after punctuation
# (pofilter) sentencecount: The number of sentences differ: 1 versus 2
-#: ../glib/gmarkup.c:628
+#: glib/gmarkup.c:628
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -364,18 +363,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:653
+#: glib/gmarkup.c:650
#, 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:668
+#: glib/gmarkup.c:665
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:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -384,33 +383,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:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Riferim entiteti i papërfunduar"
-#: ../glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Referim i papërfunduar i simbolit"
-#: ../glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
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:1084
+#: glib/gmarkup.c:1081
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:1120
+#: glib/gmarkup.c:1117
#, 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:1158
+#: glib/gmarkup.c:1155
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:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -419,7 +418,7 @@ msgstr ""
"'%s' nuk është një simbol i vlefshëm mbas simbolit '<', nuk mund të fillojë "
"me emrin e një elementi"
-#: ../glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -428,15 +427,15 @@ msgstr ""
"Simbol tek '%s', pritet një simbol '>' për të mbyllur etiketën e elementit "
"bosh '%s'"
-#: ../glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
-"Simbol tek '%s', pritet një '=' mbas emrit të atributit '%s' të elementit "
-"'%s'"
+"Simbol tek '%s', pritet një '=' mbas emrit të atributit '%s' të elementit '%"
+"s'"
-#: ../glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -447,7 +446,7 @@ msgstr ""
"nisjes së elementit '%s', ose në menyrë apsionale një atribut; ka shumë "
"mundësi të keni përdorur një simbol të pavlefshëm tek emri i një atributi"
-#: ../glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -456,7 +455,7 @@ msgstr ""
"Simbol tek '%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:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -465,7 +464,7 @@ msgstr ""
"'%s' nuk është një simbol i vlefshëm mbrapa simboleve '</'; '%s' nuk mund të "
"nisë emrin e një elementi"
-#: ../glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -474,27 +473,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:1676
+#: glib/gmarkup.c:1673
#, 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:1685
+#: glib/gmarkup.c:1682
#, 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'"
-#: ../glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokumenti ishte bosh apo përmbante vetëm hapësira të bardha"
-#: ../glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Dokumenti u mbyll papritur, menjëherë pas hapjes së kllapës këndore '<'"
-#: ../glib/gmarkup.c:1870 ../glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -503,27 +502,27 @@ msgstr ""
"Dokumenti u mbyll papritur me elementë akoma të hapur - '%s' ishte elementi "
"i fundit i hapur"
-#: ../glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, 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:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumenti përfundoi papritur në brendësi të emrit të një elementi"
-#: ../glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
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:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumenti u mbyll papritur brënda një etikete hapje elementi"
-#: ../glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -531,118 +530,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:1908
+#: glib/gmarkup.c:1905
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:1924
+#: glib/gmarkup.c:1921
#, 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'"
-#: ../glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
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:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
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"
-#: ../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"
@@ -650,36 +649,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"
@@ -687,133 +686,133 @@ 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
+#: glib/gregex.c:333
msgid ""
"\\g is not followed by a braced name or an optionally braced non-zero number"
msgstr ""
@@ -821,99 +820,99 @@ msgstr ""
"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"
-#: ../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"
-#: ../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 ""
@@ -921,75 +920,73 @@ 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
msgid "Text was empty (or contained only whitespace)"
msgstr "Teksti është bosh (ose përmban vetëm hapsira të bardha)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "I pamundur leximi i të dhënave nga proçesi bir"
-#: ../glib/gspawn-win32.c:298 ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "I pamundur krijimi i pipe për të komunikuar me proçesin bir (%s)"
-#: ../glib/gspawn-win32.c:336 ../glib/gspawn-win32.c:344 ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "I pamundur leximi nga pipe bijë (%s)"
-#: ../glib/gspawn-win32.c:367 ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "I pamundur ndryshimi i directory në '%s' (%s)"
-#: ../glib/gspawn-win32.c:373 ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "I pamundur ekzekutimi i proçesit bir (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "Emër i pasaktë programi: %s"
-#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Vlerë e pasaktë në vektorin e argumentit tek %d: %s"
-#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Vlerë e pavlefshme në ambient: %s"
-#: ../glib/gspawn-win32.c:723 ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "Directory e pavlefshme pune: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, 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:1006
+#: glib/gspawn-win32.c:1006
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -997,190 +994,190 @@ msgstr ""
"Gabim i papritur në g_io_channel_win32_poll() gjatë leximit të të dhënave "
"nga një proçes bir"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, 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:325
+#: glib/gspawn.c:325
#, 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:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Gabim i papritur në waitpid() (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "E pamundur kryerja e fork (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "I pamundur zbatimi i proçesit bir \"%s\" (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, 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)"
-#: ../glib/gspawn.c:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "E pamundur kryerja e fork për proçesin bir (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Gabim i panjohur gjatë ekzekutimit të proçesit bir \"%s\""
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, 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)"
-#: ../glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Sekuencë e pavlefshme në hyrje për konvertimin"
-#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
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
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
msgid "Not a regular file"
msgstr "Nuk është një file i rregullt"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
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"
-#: ../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
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:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "File i kyçit nuk ka grupin '%s'"
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "File i kyçit nuk përmban kyçin '%s'"
-#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "File i kyçit përmban kyçin '%s' me vlerë '%s' që nuk është në UTF-8"
-#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "File i kyçit përmban kyçin '%s' që ka një vlerë të painterpretueshme."
-#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1189,101 +1186,99 @@ msgstr ""
"File i kyçit përmban kyçin '%s' në grupin '%s' që ka një vlerë të "
"painterpretueshme."
-#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "File i kyçit nuk ka kyçin '%s' në grupin '%s'"
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
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:3496
+#: glib/gkeyfile.c:3496
#, 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:3638
+#: glib/gkeyfile.c:3638
#, 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:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Vlera integruese '%s' është jashtë kufirit"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, 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:3709
+#: glib/gkeyfile.c:3709
#, 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:485 ../gio/ginputstream.c:187
-#: ../gio/ginputstream.c:319 ../gio/ginputstream.c:560
-#: ../gio/ginputstream.c:685 ../gio/goutputstream.c:195
-#: ../gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Vlerë count tepër e madhe kaluar tek %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:895
-#: ../gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
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:295 ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "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:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Lloj i panjohur"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "Lloj file %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "Lloj %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
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:429 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Paemër"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
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:900
+#: gio/gdesktopappinfo.c:900
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:1132
+#: gio/gdesktopappinfo.c:1132
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
@@ -1291,41 +1286,40 @@ msgstr ""
"(%s): %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gdesktopappinfo.c:1136
+#: gio/gdesktopappinfo.c:1136
#, 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"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gdesktopappinfo.c:1475
+#: gio/gdesktopappinfo.c:1475
#, 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:1550
+#: gio/gdesktopappinfo.c:1550
#, 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:381
+#: gio/gdrive.c:381
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:451
+#: gio/gdrive.c:451
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:825 ../gio/gfile.c:1055 ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426 ../gio/gfile.c:1480 ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620 ../gio/gfile.c:2682 ../gio/gfile.c:2733
-#: ../gio/gfile.c:2861 ../gio/gfile.c:2901 ../gio/gfile.c:3228
-#: ../gio/gfile.c:3630 ../gio/gfile.c:3714 ../gio/gfile.c:3797
-#: ../gio/gfile.c:3877 ../gio/gfile.c:4207
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Veprimi nuk suportohet"
@@ -1338,49 +1332,49 @@ 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:1311 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "Objekti mount i përmbajtur nuk ekziston"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gfile.c:1963 ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
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:2023
+#: gio/gfile.c:2023
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:2031 ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "File objektiv ekziston"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
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:2851
+#: gio/gfile.c:2861
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:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Koshi nuk suportohet"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gfile.c:2993
+#: gio/gfile.c:3003
#, 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:4975 ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "Volumi nuk suporton montimin"
@@ -1388,58 +1382,58 @@ 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:5083
+#: gio/gfile.c:5093
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:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "Enumuruesi është mbyllur"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "Enumuruesi i file prezanton një operacion të papërfunduar"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "Enumuruesi i file është rregullisht i mbyllur"
-#: ../gio/gfileicon.c:144
+#: gio/gfileicon.c:144
msgid "file"
msgstr "file"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gfileicon.c:145
+#: gio/gfileicon.c:145
msgid "The file containing the icon"
msgstr "File që përmban ikonën"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "Stream nuk suporton query_info"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
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:383
+#: gio/gfileinputstream.c:383
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:460
+#: gio/gfileoutputstream.c:460
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:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Stream i input nuk suporton leximin"
@@ -1450,18 +1444,18 @@ 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:905 ../gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
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:274
+#: gio/glocaldirectorymonitor.c:274
msgid "Unable to find default local directory monitor type"
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:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Emër file i pasaktë %s"
@@ -1470,25 +1464,25 @@ 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:972
+#: gio/glocalfile.c:972
#, 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:1108
+#: gio/glocalfile.c:1108
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:1126
+#: gio/glocalfile.c:1126
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:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
msgid "Invalid filename"
msgstr "Emër i pavlefshëm file"
@@ -1496,7 +1490,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:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "Gabim gjatë ndryshimit të emrit të file: %s"
@@ -1505,13 +1499,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:1262
+#: gio/glocalfile.c:1262
#, 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:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "E pamundur hapja e directory"
@@ -1519,7 +1513,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:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "Gabim gjatë fshirjes së file: %s"
@@ -1528,25 +1522,25 @@ 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:1696
+#: gio/glocalfile.c:1696
#, 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:1719
+#: gio/glocalfile.c:1719
#, 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:1740
+#: gio/glocalfile.c:1740
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:1819 ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "I pamundur krijimi apo gjetja e directory të koshit"
@@ -1554,7 +1548,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:1873
+#: gio/glocalfile.c:1873
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "I pamundur krijimi i një file me informacionet e hedhjes në kosh: %s"
@@ -1563,19 +1557,19 @@ 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:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "E pamundur hedhja në kosh e file: %s"
# (pofilter) variables: translation contains variables not in original: %s, %s
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "Gabim gjatë krijimit të directory: %s"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Gabim gjatë krijimit të lidhjes simbolike: %s"
@@ -1584,20 +1578,20 @@ 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:2096 ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, 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:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "E pamundur lëvizja e directory mbi directory"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
msgid "Backup file creation failed"
msgstr "Krijimi i file backup dështoi"
@@ -1605,45 +1599,45 @@ 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:2165
+#: gio/glocalfile.c:2165
#, 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:2179
+#: gio/glocalfile.c:2179
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:716
+#: gio/glocalfileinfo.c:716
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:723
+#: gio/glocalfileinfo.c:723
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:730
+#: gio/glocalfileinfo.c:730
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:770
+#: gio/glocalfileinfo.c:770
#, 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:1456 ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 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:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (kodifikim i pavlefshëm)"
@@ -1651,71 +1645,71 @@ 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:1696
+#: gio/glocalfileinfo.c:1696
#, 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:1741
+#: gio/glocalfileinfo.c:1741
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:1759
+#: gio/glocalfileinfo.c:1759
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:1778 ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, 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:1822
+#: gio/glocalfileinfo.c:1822
#, 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:1873 ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, 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:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
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:1906 ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "Gabim gjatë caktimit të symlink: %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
msgid "Error setting symlink: file is not a symlink"
msgstr "Gabim gjatë caktimit të symlink: file nuk është një lidhje simbolike"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/glocalfileinfo.c:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "Konteksti SELinux duhet të jetë non-NULL"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Gabim gjatë përcaktimit të kontekstit SELinux: %s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "SELinux nuk është aktivizuar në këtë sistem"
@@ -1723,7 +1717,7 @@ msgstr "SELinux nuk është aktivizuar në këtë sistem"
# (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:2147
+#: gio/glocalfileinfo.c:2147
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Caktimi i atributit %s nuk suportohet"
@@ -1732,7 +1726,7 @@ msgstr "Caktimi i atributit %s nuk suportohet"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings
# (pofilter) printf: checks whether printf format strings match
-#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570
+#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570
#, c-format
msgid "Error reading from file: %s"
msgstr "Gabim gjatë leximit nga file: %s"
@@ -1741,9 +1735,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"
@@ -1752,13 +1746,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
+#: 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:198
+#: gio/glocalfilemonitor.c:198
msgid "Unable to find default local file monitor type"
msgstr "E pamundur gjetja e llojit të monitorit të paracaktuar për file lokalë"
@@ -1766,13 +1760,13 @@ msgstr "E pamundur gjetja e llojit të monitorit të paracaktuar për file lokal
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings
# (pofilter) printf: checks whether printf format strings match
-#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591
+#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c: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"
@@ -1781,7 +1775,7 @@ msgstr "Gabim gjatë heqjes së lidhjes së vjetër të backup: %s"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings
# (pofilter) printf: checks whether printf format strings match
-#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Gabim gjatë krijimit të kopjes së backup: %s"
@@ -1790,7 +1784,7 @@ msgstr "Gabim gjatë krijimit të kopjes së backup: %s"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings
# (pofilter) printf: checks whether printf format strings match
-#: ../gio/glocalfileoutputstream.c:258
+#: gio/glocalfileoutputstream.c:258
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Gabim gjatë riemërtimit të përkohshëm të file: %s"
@@ -1799,62 +1793,62 @@ msgstr "Gabim gjatë riemërtimit të përkohshëm të file: %s"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings
# (pofilter) printf: checks whether printf format strings match
-#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871
+#: gio/glocalfileoutputstream.c: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
+#: 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
msgid "Target file is a directory"
msgstr "File objektiv është një directory"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
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
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:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
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:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
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
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:288
+#: gio/gmemoryoutputstream.c:288
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:323
+#: gio/gmemoryoutputstream.c:323
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:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
msgstr "Ripërmasimi i stream të output të memories dështoi"
@@ -1862,7 +1856,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:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr "objekti mount nuk suporton zmontimin"
@@ -1870,7 +1864,7 @@ msgstr "objekti mount nuk suporton zmontimin"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr "objekti mount nuk suporton nxjerrjen jashtë"
@@ -1878,7 +1872,7 @@ msgstr "objekti mount nuk suporton nxjerrjen jashtë"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "objekti mount nuk suporton rimontimin"
@@ -1886,7 +1880,7 @@ msgstr "objekti mount nuk suporton rimontimin"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "objekti mount nuk suporton mbivendosjen e llojit të përmbajtjes"
@@ -1894,23 +1888,23 @@ msgstr "objekti mount nuk suporton mbivendosjen e llojit të përmbajtjes"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
"objekti mount nuk suporton mbivendosjen sinkrone të llojit të përmbajtjes"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/goutputstream.c:204 ../gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
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:365 ../gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
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:210
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "emri"
@@ -1919,27 +1913,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:211
+#: gio/gthemedicon.c:211
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:222
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "emrat"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gthemedicon.c:223
+#: gio/gthemedicon.c:223
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:248
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "përdor alternativat e paracaktuara"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: ../gio/gthemedicon.c:249
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1952,8 +1946,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:201 ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "Gabim gjatë leximit nga unix: %s"
@@ -1961,67 +1955,67 @@ 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:254 ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "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:189 ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, 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:439
+#: gio/gvolume.c:439
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
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
+#: 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
+#: gio/gwin32appinfo.c:349
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
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
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 a4846003f..2eb26474f 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.8\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -104,8 +104,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Не могу да покренем претварање из „%s“ у „%s“"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Неисправан низ бајтова у улазу који претварам"
@@ -115,8 +115,8 @@ msgstr "Неисправан низ бајтова у улазу који пре
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Непотпун низ знакова на крају улаза"
@@ -350,16 +350,16 @@ msgstr ""
"Нисам успео да рашчланим „%-.*s“, што је требало да представља цифру унутар "
"знаковне референце (на пример &#234;) — можда је цифра превелика"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Знаковна референца „%-.*s“ не представља дозвољени знак"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Празна знаковна референца; мора да садржи цифру као на пример &#747;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -369,32 +369,32 @@ msgstr ""
"користили амперсанд без намере да започнете ентитет — назначите амперсанд са "
"&amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Недовршена референца ентитета"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Недовршена знаковна референца"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Неисправан текст у УТФ-8 запису – предугачка секвенца"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Неисправан текст у УТФ-8 запису — карактер није почетни"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Неисправан текст у УТФ-8 запису — „%s“ није исправно"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документ мора почети елементом (нпр. <књига>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -403,7 +403,7 @@ msgstr ""
"„%s“ не представља исправан знак након знака „<“; име елемента не може њиме "
"почети"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -412,14 +412,14 @@ msgstr ""
"Чудан знак „%s“, а очекивао сам „>“ знак ради окончања почетне ознаке "
"елемента „%s“"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Чудан знак „%s“, очекивао сам „=“ после имена атрибута „%s“ елемента „%s“"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -430,7 +430,7 @@ msgstr ""
"елемента „%s“, или можда атрибут; можда сте користили неисправан знак у "
"имену атрибута"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -439,7 +439,7 @@ msgstr ""
"Чудан знак „%s“, очекивао сам почетни наводник након знака једнакости при "
"додели вредности атрибута „%s“ елемента „%s“"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -447,7 +447,7 @@ msgid ""
msgstr ""
"„%s“ није исправан знак након низа „</“; „%s“ не може започети име елемента"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -456,26 +456,26 @@ msgstr ""
"„%s“ није исправан знак након имена затвореног елемента „%s“; дозвољени знак "
"је „>“"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Елемент „%s“ је затворен, нема тренутно отворених елемената"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Елемент „%s“ је затворен, а тренутно отворен елемент је „%s“"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Документ је празан или садржи само белине"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Документ завршен неочекивано непосредно након отворене косоугле заграде „<“"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -484,7 +484,7 @@ msgstr ""
"Документ завршен неочекивано са отвореним елементима — „%s“ је последње "
"отворен елемент"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -493,19 +493,19 @@ msgstr ""
"Документ завршен неочекивано, очекивао сам да наиђем на затворену косоуглу "
"заграду која затвара ознаку <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Документ завршен неочекивано усред имена елемента"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документ завршен неочекивано усред имена атрибута"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документ завршен неочекивано усред почетне ознаке елемента."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -513,16 +513,16 @@ msgstr ""
"Документ завршен неочекивано након знака једнакости после имена атрибута; "
"вредност атрибута није наведена"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Документ завршен неочекивано усред вредности атрибута"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Документ завршен неочекивано усред завршне ознаке елемента „%s“"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Документ завршен неочекивано усред примедбе или упута за обраду"
@@ -958,16 +958,16 @@ msgstr "Непозната грешка при извршавању потпро
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Није успео да прочита довољно података из цевке ка потпроцесу (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Знак ван опсега за УТФ-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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Неисправан низ у уносу за претварање"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Знак ван опсега за УТФ-16"
@@ -1134,15 +1134,15 @@ msgstr "Вредност „%s“ се не може сматрати реалн
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Вредност „%s“ се не може сматрати истинитосном."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1210,10 +1210,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Симболичке везе нису подржане"
@@ -1247,25 +1247,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "Симболичке везе нису подржане"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "Програм „%s“ није регистровао обележивач ка „%s“"
@@ -1283,6 +1283,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Име домаћина из адресе „%s“ је неисправно"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1300,7 +1309,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1310,7 +1319,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1318,7 +1327,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Неисправно име кључа: %s"
@@ -1638,36 +1647,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "Име домаћина из адресе „%s“ је неисправно"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1685,7 +1694,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 eee85044f..b331135c3 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-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -104,8 +104,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Ne mogu da pokrenem pretvaranje iz „%s“ u „%s“"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Neispravan niz bajtova u ulazu koji pretvaram"
@@ -115,8 +115,8 @@ msgstr "Neispravan niz bajtova u ulazu koji pretvaram"
msgid "Error during conversion: %s"
msgstr "Greška pri pretvaranju: %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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Nepotpun niz znakova na kraju ulaza"
@@ -350,16 +350,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:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Znakovna referenca „%-.*s“ ne predstavlja dozvoljeni znak"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
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:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -369,32 +369,32 @@ msgstr ""
"koristili ampersand bez namere da započnete entitet — naznačite ampersand sa "
"&amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Nedovršena referenca entiteta"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Nedovršena znakovna referenca"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Neispravan tekst u UTF-8 zapisu – predugačka sekvenca"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Neispravan tekst u UTF-8 zapisu — karakter nije početni"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Neispravan tekst u UTF-8 zapisu — „%s“ nije ispravno"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument mora početi elementom (npr. <knjiga>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -403,7 +403,7 @@ msgstr ""
"„%s“ ne predstavlja ispravan znak nakon znaka „<“; ime elementa ne može "
"njime početi"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -412,14 +412,14 @@ msgstr ""
"Čudan znak „%s“, a očekivao sam „>“ znak radi okončanja početne oznake "
"elementa „%s“"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, 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:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -430,7 +430,7 @@ msgstr ""
"elementa „%s“, ili možda atribut; možda ste koristili neispravan znak u "
"imenu atributa"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -439,7 +439,7 @@ msgstr ""
"Čudan znak „%s“, očekivao sam početni navodnik nakon znaka jednakosti pri "
"dodeli vrednosti atributa „%s“ elementa „%s“"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -447,7 +447,7 @@ msgid ""
msgstr ""
"„%s“ nije ispravan znak nakon niza „</“; „%s“ ne može započeti ime elementa"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -456,26 +456,26 @@ msgstr ""
"„%s“ nije ispravan znak nakon imena zatvorenog elementa „%s“; dozvoljeni "
"znak je „>“"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element „%s“ je zatvoren, nema trenutno otvorenih elemenata"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, 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:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je prazan ili sadrži samo beline"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Dokument završen neočekivano neposredno nakon otvorene kosougle zagrade „<“"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -484,7 +484,7 @@ msgstr ""
"Dokument završen neočekivano sa otvorenim elementima — „%s“ je poslednje "
"otvoren element"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -493,19 +493,19 @@ msgstr ""
"Dokument završen neočekivano, očekivao sam da naiđem na zatvorenu kosouglu "
"zagradu koja zatvara oznaku <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument završen neočekivano usred imena elementa"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument završen neočekivano usred imena atributa"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument završen neočekivano usred početne oznake elementa."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -513,16 +513,16 @@ msgstr ""
"Dokument završen neočekivano nakon znaka jednakosti posle imena atributa; "
"vrednost atributa nije navedena"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument završen neočekivano usred vrednosti atributa"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, 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:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokument završen neočekivano usred primedbe ili uputa za obradu"
@@ -958,16 +958,16 @@ msgstr "Nepoznata greška pri izvršavanju potprocesa „%s“"
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Nije uspeo da pročita dovoljno podataka iz cevke ka potprocesu (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Znak van opsega 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Neispravan niz u unosu za pretvaranje"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Znak van opsega za UTF-16"
@@ -1135,15 +1135,15 @@ msgstr "Vrednost „%s“ se ne može smatrati realnim brojem jednostruke tačno
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Vrednost „%s“ se ne može smatrati istinitosnom."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1211,10 +1211,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Simboličke veze nisu podržane"
@@ -1248,25 +1248,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "Simboličke veze nisu podržane"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "Program „%s“ nije registrovao obeleživač ka „%s“"
@@ -1284,6 +1284,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Ime domaćina iz adrese „%s“ je neispravno"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1301,7 +1310,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1311,7 +1320,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1319,7 +1328,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Neispravno ime ključa: %s"
@@ -1639,36 +1648,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "Ime domaćina iz adrese „%s“ je neispravno"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1686,7 +1695,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 148145471..c4c445de6 100644
--- a/po/sr@ije.po
+++ b/po/sr@ije.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.4\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -100,8 +100,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Не могу да покренем претварање из „%s“ у „%s“"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Неисправан низ бајтова у улазу који претварам"
@@ -111,8 +111,8 @@ msgstr "Неисправан низ бајтова у улазу који пре
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Непотпун низ знакова на крају улаза"
@@ -347,16 +347,16 @@ msgstr ""
"Нисам успио да рашчланим „%s“, што је требало да представља цифру унутар "
"позива знака (на пример &#234;) — можда је цифра превелика"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Позив знака „%s“ не стоји за дозвољени знак"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Празан позив знака; морао би садржати цифру као на примјер &#747;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -365,39 +365,39 @@ msgstr ""
"Позив знака се не завршава тачка-запетом; највјероватније сте користили "
"амперсанд без намере да започнете ентитет — назначите амперсанд као &amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Недовршена ознака ентитета"
# позив уместо ознака?
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Недовршен позив знака"
# ознака знака??? неееее
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Неисправан текст у УТФ-8 запису"
# ознака знака??? неееее
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Неисправан текст у УТФ-8 запису"
# ознака знака??? неееее
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Неисправан текст у УТФ-8 запису"
# може и ћирилица: „Уникод ТрансФормација 8“
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документ мора почети елементом (нпр. <књига>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, 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:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -415,13 +415,13 @@ msgstr ""
"Чудан знак „%s“, а очекивао сам „>“ знак ради окончања почетне ознаке "
"елемента „%s“"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "Чудан знак „%s“, очекивао сам „=“ после особине „%s“ елемента „%s“"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -432,7 +432,7 @@ msgstr ""
"елемента „%s“, или могућу особину; можда сте користили неисправан знак у "
"имену особине"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -441,7 +441,7 @@ msgstr ""
"Чудан знак „%s“, очекивао сам почетни наводник након знака једнакости при "
"додјели вриједности особини „%s“ елемента „%s“"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -449,7 +449,7 @@ msgid ""
msgstr ""
"„%s“ није исправан знак након низа „</“; „%s“ не може започети име елемента"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -458,26 +458,26 @@ msgstr ""
"„%s“ није исправан знак након имена затвореног елемента „%s“; дозвољени знак "
"је „>“"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Елемент „%s“ је затворен, нема тренутно отворених елемената"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Елемент „%s“ је затворен, а тренутно отворен елемент је „%s“"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Документ је празан или садржи само бјелине"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Документ завршен неочекивано непосредно након отворене косоугле заграде „<“"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -486,7 +486,7 @@ msgstr ""
"Документ завршен неочекивано са отвореним елементима — „%s“ је последње "
"отворен елемент"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -495,19 +495,19 @@ msgstr ""
"Документ завршен неочекивано, очекивао сам да наиђем на затворену косоуглу "
"заграду која затвара ознаку <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Документ завршен неочекивано усред имена елемента"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документ завршен неочекивано усред имена особине"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документ завршен неочекивано усред почетне ознаке елемента."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -515,16 +515,16 @@ msgstr ""
"Документ завршен неочекивано након знака једнакости после имена особине; "
"вриједност особине није наведена"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Документ завршен неочекивано усред вриједности особине"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Документ завршен неочекивано усред завршне ознаке елемента „%s“"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Документ завршен неочекивано усред примедбе или упута за обраду"
@@ -966,16 +966,16 @@ msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
"Није успио да прочита довољно података из цјевке ка подређеном процесу (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Знак ван опсега за УТФ-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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Неисправан низ у уносу за претварање"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Знак ван опсега за УТФ-16"
@@ -1138,15 +1138,15 @@ msgstr ""
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr ""
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1213,10 +1213,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Симболичке везе нису подржане"
@@ -1250,25 +1250,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "Симболичке везе нису подржане"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1285,6 +1285,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Име домаћина из адресе „%s“ је неисправно"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1302,7 +1311,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1312,7 +1321,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1320,7 +1329,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Неисправно име домаћина"
@@ -1639,36 +1648,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "Име домаћина из адресе „%s“ је неисправно"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1686,7 +1695,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 c5fd1d81f..10ce6ee62 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-05 09:53+0200\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-08-05 09:56+0100\n"
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -16,1204 +16,1208 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:733
-#: ../glib/gbookmarkfile.c:812
-#: ../glib/gbookmarkfile.c:899
-#: ../glib/gbookmarkfile.c:946
+#: glib/gbookmarkfile.c:733 glib/gbookmarkfile.c:812 glib/gbookmarkfile.c:899
+#: glib/gbookmarkfile.c:946
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Oväntat attribut \"%s\" för elementet \"%s\""
-#: ../glib/gbookmarkfile.c:744
-#: ../glib/gbookmarkfile.c:823
-#: ../glib/gbookmarkfile.c:833
-#: ../glib/gbookmarkfile.c:957
+#: glib/gbookmarkfile.c:744 glib/gbookmarkfile.c:823 glib/gbookmarkfile.c:833
+#: glib/gbookmarkfile.c:957
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Attributet \"%s\" för elementet \"%s\" hittades inte"
-#: ../glib/gbookmarkfile.c:1127
-#: ../glib/gbookmarkfile.c:1192
-#: ../glib/gbookmarkfile.c:1256
-#: ../glib/gbookmarkfile.c:1266
+#: glib/gbookmarkfile.c:1127 glib/gbookmarkfile.c:1192
+#: glib/gbookmarkfile.c:1256 glib/gbookmarkfile.c:1266
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Oväntad tagg \"%s\"\", taggen \"%s\" förväntades"
-#: ../glib/gbookmarkfile.c:1152
-#: ../glib/gbookmarkfile.c:1166
-#: ../glib/gbookmarkfile.c:1234
-#: ../glib/gbookmarkfile.c:1286
+#: glib/gbookmarkfile.c:1152 glib/gbookmarkfile.c:1166
+#: glib/gbookmarkfile.c:1234 glib/gbookmarkfile.c:1286
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Oväntad tagg \"%s\" inom \"%s\""
-#: ../glib/gbookmarkfile.c:1814
+#: glib/gbookmarkfile.c:1814
msgid "No valid bookmark file found in data dirs"
msgstr "Ingen giltig bokmärkesfil hittades i datakataloger"
-#: ../glib/gbookmarkfile.c:2015
+#: glib/gbookmarkfile.c:2015
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Ett bokmärke för uri \"%s\" finns redan"
-#: ../glib/gbookmarkfile.c:2061
-#: ../glib/gbookmarkfile.c:2219
-#: ../glib/gbookmarkfile.c:2304
-#: ../glib/gbookmarkfile.c:2384
-#: ../glib/gbookmarkfile.c:2469
-#: ../glib/gbookmarkfile.c:2552
-#: ../glib/gbookmarkfile.c:2630
-#: ../glib/gbookmarkfile.c:2709
-#: ../glib/gbookmarkfile.c:2751
-#: ../glib/gbookmarkfile.c:2848
-#: ../glib/gbookmarkfile.c:2974
-#: ../glib/gbookmarkfile.c:3164
-#: ../glib/gbookmarkfile.c:3240
-#: ../glib/gbookmarkfile.c:3405
-#: ../glib/gbookmarkfile.c:3494
-#: ../glib/gbookmarkfile.c:3584
-#: ../glib/gbookmarkfile.c:3712
+#: glib/gbookmarkfile.c:2061 glib/gbookmarkfile.c:2219
+#: glib/gbookmarkfile.c:2304 glib/gbookmarkfile.c:2384
+#: glib/gbookmarkfile.c:2469 glib/gbookmarkfile.c:2552
+#: glib/gbookmarkfile.c:2630 glib/gbookmarkfile.c:2709
+#: glib/gbookmarkfile.c:2751 glib/gbookmarkfile.c:2848
+#: glib/gbookmarkfile.c:2974 glib/gbookmarkfile.c:3164
+#: glib/gbookmarkfile.c:3240 glib/gbookmarkfile.c:3405
+#: glib/gbookmarkfile.c:3494 glib/gbookmarkfile.c:3584
+#: glib/gbookmarkfile.c:3712
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Inget bokmärke hittades för uri \"%s\""
-#: ../glib/gbookmarkfile.c:2393
+#: glib/gbookmarkfile.c:2393
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Ingen Mime-typ definierad i bokmärket för uri \"%s\""
-#: ../glib/gbookmarkfile.c:2478
+#: glib/gbookmarkfile.c:2478
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Ingen privat flagga har definierats i bokmärket för uri \"%s\""
-#: ../glib/gbookmarkfile.c:2857
+#: glib/gbookmarkfile.c:2857
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Inga grupper inställda i bokmärket för uri \"%s\""
-#: ../glib/gbookmarkfile.c:3258
-#: ../glib/gbookmarkfile.c:3415
+#: glib/gbookmarkfile.c:3258 glib/gbookmarkfile.c:3415
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Inget program med namnet \"%s\" registrerade ett bokmärke för \"%s\""
-#: ../glib/gbookmarkfile.c:3438
+#: glib/gbookmarkfile.c:3438
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Misslyckades med att expandera exec-raden \"%s\" med URI \"%s\""
-#: ../glib/gconvert.c:431
-#: ../glib/gconvert.c:509
-#: ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Konvertering från teckentabellen \"%s\" till \"%s\" stöds inte"
-#: ../glib/gconvert.c:435
-#: ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Kunde inte öppna konverteraren från \"%s\" till \"%s\""
-#: ../glib/gconvert.c:632
-#: ../glib/gconvert.c:1017
-#: ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372
-#: ../glib/giochannel.c:2216
-#: ../glib/gutf8.c:956
-#: ../glib/gutf8.c:1405
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Ogiltig bytesekvens i konverteringsindata"
-#: ../glib/gconvert.c:638
-#: ../glib/gconvert.c:944
-#: ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2228
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2228
#, c-format
msgid "Error during conversion: %s"
msgstr "Fel vid konvertering: %s"
-#: ../glib/gconvert.c:669
-#: ../glib/gutf8.c:952
-#: ../glib/gutf8.c:1156
-#: ../glib/gutf8.c:1297
-#: ../glib/gutf8.c:1401
+#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Ofullständig teckensekvens vid slutet av indata"
# fallback syftar på en sträng
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Kan inte konvertera reservsträngen \"%s\" till kodningen \"%s\""
-#: ../glib/gconvert.c:1737
+#: glib/gconvert.c:1737
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI:n \"%s\" är ingen absolut URI som använder \"file\"-schemat"
-#: ../glib/gconvert.c:1747
+#: glib/gconvert.c:1747
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Lokala fil-URI:n \"%s\" får inte innehålla en \"#\""
-#: ../glib/gconvert.c:1764
+#: glib/gconvert.c:1764
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI:n \"%s\" är ogiltig"
-#: ../glib/gconvert.c:1776
+#: glib/gconvert.c:1776
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Värdnamnet i URI:n \"%s\" är ogiltigt"
-#: ../glib/gconvert.c:1792
+#: glib/gconvert.c:1792
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI:n \"%s\" innehåller ogiltigt kodade tecken"
-#: ../glib/gconvert.c:1887
+#: glib/gconvert.c:1887
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Sökvägen \"%s\" är ingen absolut sökväg"
-#: ../glib/gconvert.c:1897
+#: glib/gconvert.c:1897
msgid "Invalid hostname"
msgstr "Ogiltigt värdnamn"
-#: ../glib/gdir.c:110
-#: ../glib/gdir.c:130
+#: glib/gdir.c:110 glib/gdir.c:130
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Fel vid öppning av katalogen \"%s\": %s"
-#: ../glib/gfileutils.c:557
-#: ../glib/gfileutils.c:645
+#: glib/gfileutils.c:557 glib/gfileutils.c:645
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Kunde inte allokera %lu byte för att läsa filen \"%s\""
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Fel vid läsning av filen \"%s\": %s"
-#: ../glib/gfileutils.c:586
+#: glib/gfileutils.c:586
#, c-format
msgid "File \"%s\" is too large"
msgstr "Filen \"%s\" är för stor"
-#: ../glib/gfileutils.c:669
+#: glib/gfileutils.c:669
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Misslyckades med att läsa från filen \"%s\": %s"
-#: ../glib/gfileutils.c:720
-#: ../glib/gfileutils.c:807
+#: glib/gfileutils.c:720 glib/gfileutils.c:807
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Misslyckades med att öppna filen \"%s\": %s"
-#: ../glib/gfileutils.c:737
-#: ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:737 glib/gmappedfile.c:133
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
-msgstr "Misslyckades med att få tag på attributen på filen \"%s\": fstat() misslyckades: %s"
+msgstr ""
+"Misslyckades med att få tag på attributen på filen \"%s\": fstat() "
+"misslyckades: %s"
-#: ../glib/gfileutils.c:771
+#: glib/gfileutils.c:771
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Misslyckades med att öppna filen \"%s\": fdopen() misslyckades: %s"
-#: ../glib/gfileutils.c:905
+#: glib/gfileutils.c:905
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
-msgstr "Misslyckades med att byta namn på filen \"%s\" till \"%s\": g_rename() misslyckades: %s"
+msgstr ""
+"Misslyckades med att byta namn på filen \"%s\" till \"%s\": g_rename() "
+"misslyckades: %s"
-#: ../glib/gfileutils.c:947
-#: ../glib/gfileutils.c:1405
+#: glib/gfileutils.c:947 glib/gfileutils.c:1405
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Misslyckades med att skapa filen \"%s\": %s"
-#: ../glib/gfileutils.c:961
+#: glib/gfileutils.c:961
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
-msgstr "Misslyckades med att öppna filen \"%s\" för skrivning: fdopen() misslyckades: %s"
+msgstr ""
+"Misslyckades med att öppna filen \"%s\" för skrivning: fdopen() "
+"misslyckades: %s"
-#: ../glib/gfileutils.c:986
+#: glib/gfileutils.c:986
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Misslyckades med att skriva filen \"%s\": fwrite() misslyckades: %s"
-#: ../glib/gfileutils.c:1005
+#: glib/gfileutils.c:1005
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Misslyckades med att stänga filen \"%s\": fclose() misslyckades: %s"
-#: ../glib/gfileutils.c:1123
+#: glib/gfileutils.c:1123
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
-msgstr "Befintliga filen \"%s\" kunde inte tas bort: g_unlink() misslyckades: %s"
+msgstr ""
+"Befintliga filen \"%s\" kunde inte tas bort: g_unlink() misslyckades: %s"
-#: ../glib/gfileutils.c:1367
+#: glib/gfileutils.c:1367
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Mallen \"%s\" är ogiltig, den får inte innehålla ett \"%s\""
-#: ../glib/gfileutils.c:1380
+#: glib/gfileutils.c:1380
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Mallen \"%s\" innehåller inte XXXXXX"
-#: ../glib/gfileutils.c:1849
+#: glib/gfileutils.c:1849
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1854
+#: glib/gfileutils.c:1854
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1859
+#: glib/gfileutils.c:1859
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1902
+#: glib/gfileutils.c:1902
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Misslyckades med att läsa den symboliska länken \"%s\": %s"
-#: ../glib/gfileutils.c:1923
+#: glib/gfileutils.c:1923
msgid "Symbolic links not supported"
msgstr "Symboliska länkar stöds inte"
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Kunde inte öppna konverteraren från \"%s\" till \"%s\": %s"
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Kan inte göra en rå läsning i g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1554
-#: ../glib/giochannel.c:1812
-#: ../glib/giochannel.c:1899
+#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
msgid "Leftover unconverted data in read buffer"
msgstr "Överbliven okonverterad data i läsbufferten"
-#: ../glib/giochannel.c:1635
-#: ../glib/giochannel.c:1712
+#: glib/giochannel.c:1635 glib/giochannel.c:1712
msgid "Channel terminates in a partial character"
msgstr "Kanalen slutar med ett ofullständigt tecken"
-#: ../glib/giochannel.c:1698
+#: glib/giochannel.c:1698
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Kan inte göra en rå läsning i g_io_channel_read_to_end"
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "Misslyckades med att öppna filen \"%s\": open() misslyckades: %s"
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Misslyckades med att mappa filen \"%s\": mmap() misslyckades: %s"
-#: ../glib/gmarkup.c:269
-#: ../glib/gmarkup.c:285
+#: glib/gmarkup.c:269 glib/gmarkup.c:285
#, c-format
msgid "Error on line %d char %d: "
msgstr "Fel på rad %d tecken %d:"
-#: ../glib/gmarkup.c:379
+#: glib/gmarkup.c:379
#, c-format
msgid "Error on line %d: %s"
msgstr "Fel på rad %d: %s"
-#: ../glib/gmarkup.c:483
-msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
-msgstr "Tom entitet \"&;\" hittades, giltiga entiteter är: &amp; &quot; &lt; &gt; &apos;"
+#: glib/gmarkup.c:483
+msgid ""
+"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
+msgstr ""
+"Tom entitet \"&;\" hittades, giltiga entiteter är: &amp; &quot; &lt; &gt; "
+"&apos;"
-#: ../glib/gmarkup.c:493
+#: glib/gmarkup.c:493
#, c-format
-msgid "Character '%s' is not valid at the start of an entity name; the & character begins an entity; if this ampersand isn't supposed to be an entity, escape it as &amp;"
-msgstr "Tecknet \"%s\" är inte giltigt i början på ett entitetsnamn; tecknet & inleder en entitet. Om detta &-tecken inte ska vara en entitet måste du skriva om det som &amp;."
+msgid ""
+"Character '%s' is not valid at the start of an entity name; the & character "
+"begins an entity; if this ampersand isn't supposed to be an entity, escape "
+"it as &amp;"
+msgstr ""
+"Tecknet \"%s\" är inte giltigt i början på ett entitetsnamn; tecknet & "
+"inleder en entitet. Om detta &-tecken inte ska vara en entitet måste du "
+"skriva om det som &amp;."
-#: ../glib/gmarkup.c:527
+#: glib/gmarkup.c:527
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Tecknet \"%s\" är inte giltigt inuti ett entitetsnamn"
-#: ../glib/gmarkup.c:564
+#: glib/gmarkup.c:564
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitetsnamnet \"%s\" är okänt"
-#: ../glib/gmarkup.c:575
-msgid "Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &amp;"
-msgstr "Entiteten slutade inte med ett semikolon. Troligtvis använde du ett &-tecken utan att avse att starta en entitet. Skriv om &-tecknet som &amp;"
+#: glib/gmarkup.c:575
+msgid ""
+"Entity did not end with a semicolon; most likely you used an ampersand "
+"character without intending to start an entity - escape ampersand as &amp;"
+msgstr ""
+"Entiteten slutade inte med ett semikolon. Troligtvis använde du ett &-tecken "
+"utan att avse att starta en entitet. Skriv om &-tecknet som &amp;"
-#: ../glib/gmarkup.c:628
+#: glib/gmarkup.c:628
#, c-format
-msgid "Failed to parse '%-.*s', which should have been a digit inside a character reference (&#234; for example) - perhaps the digit is too large"
-msgstr "Misslyckades med att tolka \"%-.*s\", som skulle ha varit ett tal inuti en teckenreferens (&#234; till exempel). Talet är kanske för stort"
+msgid ""
+"Failed to parse '%-.*s', which should have been a digit inside a character "
+"reference (&#234; for example) - perhaps the digit is too large"
+msgstr ""
+"Misslyckades med att tolka \"%-.*s\", som skulle ha varit ett tal inuti en "
+"teckenreferens (&#234; till exempel). Talet är kanske för stort"
-#: ../glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Teckenreferensen \"%-.*s\" kodar inte ett tillåtet tecken"
-#: ../glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tom teckenreferens, måste innehålla ett tal som exempelvis &#454;"
-#: ../glib/gmarkup.c:678
-msgid "Character reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &amp;"
-msgstr "Teckenreferensen slutade inte med ett semikolon. Troligtvis använde du ett &-tecken utan att avse att starta en entitet. Skriv om &-tecknet som &amp;"
+#: glib/gmarkup.c:675
+msgid ""
+"Character reference did not end with a semicolon; most likely you used an "
+"ampersand character without intending to start an entity - escape ampersand "
+"as &amp;"
+msgstr ""
+"Teckenreferensen slutade inte med ett semikolon. Troligtvis använde du ett &-"
+"tecken utan att avse att starta en entitet. Skriv om &-tecknet som &amp;"
-#: ../glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Oavslutad entitetsreferens"
-#: ../glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Oavslutad teckenreferens"
-#: ../glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ogiltigt UTF-8-kodad text - för lång sekvens"
-#: ../glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ogiltigt UTF-8-kodad text - inte ett starttecken"
-#: ../glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ogiltigt UTF-8-kodad text - inte giltig \"%s\""
-#: ../glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentet måste börja med ett element (exempelvis <book>)"
-#: ../glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
-msgid "'%s' is not a valid character following a '<' character; it may not begin an element name"
-msgstr "\"%s\" är inte ett giltigt tecken efter ett \"<\"-tecken. Det får inte inleda ett elementnamn"
+msgid ""
+"'%s' is not a valid character following a '<' character; it may not begin an "
+"element name"
+msgstr ""
+"\"%s\" är inte ett giltigt tecken efter ett \"<\"-tecken. Det får inte "
+"inleda ett elementnamn"
-#: ../glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, c-format
-msgid "Odd character '%s', expected a '>' character to end the empty-element tag '%s'"
-msgstr "Konstigt tecken \"%s\", ett \">\"-tecken förväntades för att avsluta taggen empty-element \"%s\""
+msgid ""
+"Odd character '%s', expected a '>' character to end the empty-element tag '%"
+"s'"
+msgstr ""
+"Konstigt tecken \"%s\", ett \">\"-tecken förväntades för att avsluta taggen "
+"empty-element \"%s\""
-#: ../glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
-msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
-msgstr "Konstigt tecken \"%s\", ett \"=\" förväntades efter attributnamnet \"%s\" till elementet \"%s\""
+msgid ""
+"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
+msgstr ""
+"Konstigt tecken \"%s\", ett \"=\" förväntades efter attributnamnet \"%s\" "
+"till elementet \"%s\""
-#: ../glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
-msgid "Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute name"
-msgstr "Konstigt tecken \"%s\", ett \">\"- eller \"/\"-tecken förväntades för att avsluta starttaggen för elementet \"%s\", eller möjligtvis ett attribut. Du kanske använde ett ogiltigt tecken i ett attributnamn"
+msgid ""
+"Odd character '%s', expected a '>' or '/' character to end the start tag of "
+"element '%s', or optionally an attribute; perhaps you used an invalid "
+"character in an attribute name"
+msgstr ""
+"Konstigt tecken \"%s\", ett \">\"- eller \"/\"-tecken förväntades för att "
+"avsluta starttaggen för elementet \"%s\", eller möjligtvis ett attribut. Du "
+"kanske använde ett ogiltigt tecken i ett attributnamn"
-#: ../glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
-msgid "Odd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'"
-msgstr "Konstigt tecken \"%s\", ett startcitationstecken förväntades efter likhetstecknet när värdet av attributet \"%s\" till elementet \"%s\" tilldelades"
+msgid ""
+"Odd character '%s', expected an open quote mark after the equals sign when "
+"giving value for attribute '%s' of element '%s'"
+msgstr ""
+"Konstigt tecken \"%s\", ett startcitationstecken förväntades efter "
+"likhetstecknet när värdet av attributet \"%s\" till elementet \"%s\" "
+"tilldelades"
-#: ../glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
-msgid "'%s' is not a valid character following the characters '</'; '%s' may not begin an element name"
-msgstr "\"%s\" är inte ett giltigt tecken efter tecknen \"</\". \"%s\" får inte inleda ett elementnamn"
+msgid ""
+"'%s' is not a valid character following the characters '</'; '%s' may not "
+"begin an element name"
+msgstr ""
+"\"%s\" är inte ett giltigt tecken efter tecknen \"</\". \"%s\" får inte "
+"inleda ett elementnamn"
-#: ../glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
-msgid "'%s' is not a valid character following the close element name '%s'; the allowed character is '>'"
-msgstr "\"%s\" är inte ett giltigt tecken efter stängelementnamnet \"%s\". Det tillåtna tecknet är \">\""
+msgid ""
+"'%s' is not a valid character following the close element name '%s'; the "
+"allowed character is '>'"
+msgstr ""
+"\"%s\" är inte ett giltigt tecken efter stängelementnamnet \"%s\". Det "
+"tillåtna tecknet är \">\""
-#: ../glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elementet \"%s\" stängdes, inget element är öppet för tillfället"
-#: ../glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
-msgstr "Elementet \"%s\" stängdes, men det element som är öppet för tillfället är \"%s\""
+msgstr ""
+"Elementet \"%s\" stängdes, men det element som är öppet för tillfället är \"%"
+"s\""
-#: ../glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentet var tomt eller innehöll endast tomrum"
-#: ../glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentet tog oväntat slut efter ett öppningsklammer \"<\""
-#: ../glib/gmarkup.c:1870
-#: ../glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
-msgid "Document ended unexpectedly with elements still open - '%s' was the last element opened"
-msgstr "Dokumentet tog oväntat slut då element fortfarande var öppna. \"%s\" var det senast öppnade elementet"
+msgid ""
+"Document ended unexpectedly with elements still open - '%s' was the last "
+"element opened"
+msgstr ""
+"Dokumentet tog oväntat slut då element fortfarande var öppna. \"%s\" var det "
+"senast öppnade elementet"
-#: ../glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
-msgid "Document ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>"
-msgstr "Dokumentet tog oväntat slut, en stängningsklammer föräntades för att avsluta taggen <%s/>"
+msgid ""
+"Document ended unexpectedly, expected to see a close angle bracket ending "
+"the tag <%s/>"
+msgstr ""
+"Dokumentet tog oväntat slut, en stängningsklammer föräntades för att avsluta "
+"taggen <%s/>"
-#: ../glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentet tog oväntat slut inuti ett elementnamn"
-#: ../glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentet tog oväntat slut inuti ett attributnamn"
-#: ../glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumentet tog oväntat slut inuti en elementöppnande tagg."
-#: ../glib/gmarkup.c:1901
-msgid "Document ended unexpectedly after the equals sign following an attribute name; no attribute value"
-msgstr "Dokumentet tog oväntat slut efter likhetstecknet som följde ett attributnamn. Inget attributvärde"
+#: glib/gmarkup.c:1898
+msgid ""
+"Document ended unexpectedly after the equals sign following an attribute "
+"name; no attribute value"
+msgstr ""
+"Dokumentet tog oväntat slut efter likhetstecknet som följde ett "
+"attributnamn. Inget attributvärde"
-#: ../glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentet tog oväntat slut inuti ett attributvärde"
-#: ../glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
-msgstr "Dokumentet tog oväntat slut inuti stängningstaggen för elementet \"%s\""
+msgstr ""
+"Dokumentet tog oväntat slut inuti stängningstaggen för elementet \"%s\""
-#: ../glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
-msgstr "Dokumentet tog oväntat slut inuti en kommentar eller behandlingsinstruktion"
+msgstr ""
+"Dokumentet tog oväntat slut inuti en kommentar eller behandlingsinstruktion"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "skadat objekt"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "internt fel eller skadat objekt"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "slut på minne"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "bakåtspårningsgräns nådd"
-#: ../glib/gregex.c:152
-#: ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
msgid "the pattern contains items not supported for partial matching"
msgstr "mönstret innehåller objekt som inte stöds för delvis matchning"
-#: ../glib/gregex.c:154
-#: ../gio/glocalfile.c:1981
+#: glib/gregex.c:154 gio/glocalfile.c:1981
msgid "internal error"
msgstr "internt fel"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr "bakreferenser som villkor stöds inte för delvis matchning"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "rekursionsgräns nådd"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "arbetsytans gräns för tomma understrängar nådd"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "ogiltig kombination av nyradsflaggor"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "okänt fel"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ på slutet av mönster"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c på slutet av mönster"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "okänt tecken efter \\"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr "skiftlägesändrade escape-tecken (\\l, \\L, \\u, \\U) tillåts inte här"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "tal är inte i ordning i {}-kvantifierare"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "tal för stort i {}-kvantifierare"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "saknar avslutande ] för teckenklass"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "ogiltig escape-sekvens i teckenklass"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "intervall är inte i ordning i teckenklass"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "ingenting att upprepa"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "okänt tecken efter (?"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "okänt tecken efter (?<"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "okänt tecken efter (?P"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "POSIX-namngivna klasser stöds endast inom en klass"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "saknar avslutande )"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") utan öppnande ("
#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
#. * sequences here, '(?-54' would be an example for the second group.
#.
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
msgid "(?R or (?[+-]digits must be followed by )"
msgstr "(?R eller (?[+-]siffror måste efterföljas av )"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "referens till icke-existerande undermönster"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "saknar ) efter kommentar"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "reguljärt uttryck för stort"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "misslyckades med att få minne"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "lookbehind-assertion är inte av fast längd"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "felformulerat tal eller namn efter (?("
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "villkorsgrupp innehåller fler än två grenar"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "assertion förväntades efter (?("
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "okänt POSIX-klassnamn"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "POSIX-sorteringselement stöds inte"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "teckenvärde i \\x{...}-sekvens är för stort"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "ogiltigt tillstånd (?(0)"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "\\C tillåts inte i lookbehind-assertion"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "rekursivt anrop kan gå in i en oändlig slinga"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "saknar avslutstecken i undermönstrets namn"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "två namngivna undermönster har samma namn"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "felformulerad \\P eller \\p-sekvens"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "okänt egenskapsnamn efter \\P eller \\p"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "undermönstrets namn är för långt (maximalt 32 tecken)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "för många namngivna undermönster (maximalt 10,000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "oktalt värde är större än \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "DEFINE-grupp innehåller fler än en gren"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "upprepning av en DEFINE-grupp tillåts inte"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "inkonsistenta NEWLINE-flaggor"
-#: ../glib/gregex.c:333
-msgid "\\g is not followed by a braced name or an optionally braced non-zero number"
-msgstr "\\g följs inte av ett namn inom klamrar eller ett valfri (icke-noll) tal inom klamrar"
+#: glib/gregex.c:333
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+"\\g följs inte av ett namn inom klamrar eller ett valfri (icke-noll) tal "
+"inom klamrar"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "oväntad upprepning"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "överflöde i kod"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "fyllde över kompileringsutrymme"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "tidigare kontrollerad refererande undermönster hittades inte"
-#: ../glib/gregex.c:526
-#: ../glib/gregex.c:1593
+#: glib/gregex.c:526 glib/gregex.c:1593
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Fel vid matchning av reguljära uttrycket %s: %s"
-#: ../glib/gregex.c:1098
+#: glib/gregex.c:1098
msgid "PCRE library is compiled without UTF8 support"
msgstr "PCRE-biblioteket är byggt utan stöd för UTF8"
-#: ../glib/gregex.c:1107
+#: glib/gregex.c:1107
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "PCRE-biblioteket är byggt utan stöd för UTF8-egenskaper"
-#: ../glib/gregex.c:1161
+#: glib/gregex.c:1161
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Fel vid kompilering av reguljära uttrycket %s vid tecknet %d: %s"
-#: ../glib/gregex.c:1197
+#: glib/gregex.c:1197
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Fel vid optimering av reguljära uttrycket %s: %s"
-#: ../glib/gregex.c:2021
+#: glib/gregex.c:2021
msgid "hexadecimal digit or '}' expected"
msgstr "hexadecimal siffra eller \"}\" förväntades"
-#: ../glib/gregex.c:2037
+#: glib/gregex.c:2037
msgid "hexadecimal digit expected"
msgstr "hexadecimal siffra förväntades"
-#: ../glib/gregex.c:2077
+#: glib/gregex.c:2077
msgid "missing '<' in symbolic reference"
msgstr "saknar \"<\" i symbolisk referens"
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2086
msgid "unfinished symbolic reference"
msgstr "oavslutad symbolisk referens"
-#: ../glib/gregex.c:2093
+#: glib/gregex.c:2093
msgid "zero-length symbolic reference"
msgstr "symbolisk referens med noll-längd"
-#: ../glib/gregex.c:2104
+#: glib/gregex.c:2104
msgid "digit expected"
msgstr "siffra förväntades"
-#: ../glib/gregex.c:2122
+#: glib/gregex.c:2122
msgid "illegal symbolic reference"
msgstr "otillåten symbolisk referens"
-#: ../glib/gregex.c:2184
+#: glib/gregex.c:2184
msgid "stray final '\\'"
msgstr "felplacerad avslutande \"\\\""
-#: ../glib/gregex.c:2188
+#: glib/gregex.c:2188
msgid "unknown escape sequence"
msgstr "okänd escape-sekvens"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Fel vid tolkning av ersättningstexten \"%s\" vid tecknet %lu: %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Citerad text börjar inte med citationstecken"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Ensamt citationstecken på kommandoraden eller annan skalciterad text"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Texten slutade efter ett \"\\\"-tecken (texten var \"%s\")."
-#: ../glib/gshell.c:545
+#: glib/gshell.c:545
#, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')"
-msgstr "Texten slutade innan matchande citationstecken hittades för %c (texten var \"%s\")."
+msgstr ""
+"Texten slutade innan matchande citationstecken hittades för %c (texten var "
+"\"%s\")."
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
msgid "Text was empty (or contained only whitespace)"
msgstr "Texten var tom (eller innehöll bara tomrum)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "Misslyckades med att läsa data från barnprocessen"
-#: ../glib/gspawn-win32.c:298
-#: ../glib/gspawn.c:1467
+#: glib/gspawn-win32.c:298 glib/gspawn.c:1467
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Misslyckades med att skapa rör för kommunikation med barnprocess (%s)"
-#: ../glib/gspawn-win32.c:336
-#: ../glib/gspawn-win32.c:344
-#: ../glib/gspawn.c:1131
+#: glib/gspawn-win32.c:336 glib/gspawn-win32.c:344 glib/gspawn.c:1131
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Misslyckades med att läsa från rör till barn (%s)"
-#: ../glib/gspawn-win32.c:367
-#: ../glib/gspawn.c:1336
+#: glib/gspawn-win32.c:367 glib/gspawn.c:1336
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Misslyckades med att byta till katalogen \"%s\" (%s)"
-#: ../glib/gspawn-win32.c:373
-#: ../glib/gspawn-win32.c:497
+#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Misslyckades med att köra barnprocess (%s)"
-#: ../glib/gspawn-win32.c:444
+#: glib/gspawn-win32.c:444
#, c-format
msgid "Invalid program name: %s"
msgstr "Ogiltigt programnamn: %s"
-#: ../glib/gspawn-win32.c:454
-#: ../glib/gspawn-win32.c:727
-#: ../glib/gspawn-win32.c:1288
+#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Ogiltig sträng i argumentvektorn vid %d: %s"
-#: ../glib/gspawn-win32.c:465
-#: ../glib/gspawn-win32.c:742
-#: ../glib/gspawn-win32.c:1321
+#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Ogiltig sträng i miljön: %s"
-#: ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1269
+#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#, c-format
msgid "Invalid working directory: %s"
msgstr "Ogiltig arbetskatalog: %s"
-#: ../glib/gspawn-win32.c:791
+#: glib/gspawn-win32.c:791
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Misslyckades med att köra hjälparprogram (%s)"
-#: ../glib/gspawn-win32.c:1006
-msgid "Unexpected error in g_io_channel_win32_poll() reading data from a child process"
-msgstr "Oväntat fel i g_io_channel_win32_poll() vid inläsning av data från en barnprocess"
+#: glib/gspawn-win32.c:1006
+msgid ""
+"Unexpected error in g_io_channel_win32_poll() reading data from a child "
+"process"
+msgstr ""
+"Oväntat fel i g_io_channel_win32_poll() vid inläsning av data från en "
+"barnprocess"
-#: ../glib/gspawn.c:188
+#: glib/gspawn.c:188
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Misslyckades med att läsa data från barnprocess (%s)"
-#: ../glib/gspawn.c:325
+#: glib/gspawn.c:325
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Oväntat fel i select() vid läsning av data från en barnprocess (%s)"
-#: ../glib/gspawn.c:408
+#: glib/gspawn.c:408
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Oväntat fel i waitpid() (%s)"
-#: ../glib/gspawn.c:1196
+#: glib/gspawn.c:1196
#, c-format
msgid "Failed to fork (%s)"
msgstr "Misslyckades med att grena (%s)"
-#: ../glib/gspawn.c:1346
+#: glib/gspawn.c:1346
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Misslyckades med att köra barnprocessen \"%s\" (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
-msgstr "Misslyckades med att dirigera om utdata eller indata från barnprocess (%s)"
+msgstr ""
+"Misslyckades med att dirigera om utdata eller indata från barnprocess (%s)"
-#: ../glib/gspawn.c:1365
+#: glib/gspawn.c:1365
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Misslyckades med att skapa barnprocess (%s)"
-#: ../glib/gspawn.c:1373
+#: glib/gspawn.c:1373
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Okänt fel vid körning av barnprocessen \"%s\""
-#: ../glib/gspawn.c:1395
+#: glib/gspawn.c:1395
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
-msgstr "Misslyckades med att läsa tillräckligt med data från röret till barnets pid (%s)"
+msgstr ""
+"Misslyckades med att läsa tillräckligt med data från röret till barnets pid "
+"(%s)"
-#: ../glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Tecknet är utanför intervallet för UTF-8"
-#: ../glib/gutf8.c:1124
-#: ../glib/gutf8.c:1133
-#: ../glib/gutf8.c:1265
-#: ../glib/gutf8.c:1274
-#: ../glib/gutf8.c:1415
-#: ../glib/gutf8.c:1511
+#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Ogiltig sekvens i konverteringsindata"
-#: ../glib/gutf8.c:1426
-#: ../glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Tecknet är utanför intervallet för UTF-16"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "Usage:"
msgstr "Användning:"
-#: ../glib/goption.c:615
+#: glib/goption.c:615
msgid "[OPTION...]"
msgstr "[FLAGGA...]"
-#: ../glib/goption.c:719
+#: glib/goption.c:719
msgid "Help Options:"
msgstr "Hjälpflaggor:"
-#: ../glib/goption.c:720
+#: glib/goption.c:720
msgid "Show help options"
msgstr "Visa hjälpflaggor"
-#: ../glib/goption.c:726
+#: glib/goption.c:726
msgid "Show all help options"
msgstr "Visa alla hjälpflaggor"
-#: ../glib/goption.c:788
+#: glib/goption.c:788
msgid "Application Options:"
msgstr "Programflaggor:"
-#: ../glib/goption.c:849
-#: ../glib/goption.c:919
+#: glib/goption.c:849 glib/goption.c:919
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "Kan inte tolka heltalsvärdet \"%s\" för %s"
-#: ../glib/goption.c:859
-#: ../glib/goption.c:927
+#: glib/goption.c:859 glib/goption.c:927
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "Heltalsvärdet \"%s\" för %s är utanför intervallet"
-#: ../glib/goption.c:884
+#: glib/goption.c:884
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Kan inte tolka dubbelvärdet \"%s\" för %s"
-#: ../glib/goption.c:892
+#: glib/goption.c:892
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "Dubbelvärdet \"%s\" för %s är utanför intervallet"
-#: ../glib/goption.c:1229
+#: glib/goption.c:1229
#, c-format
msgid "Error parsing option %s"
msgstr "Fel vid tolkning av flaggan %s"
-#: ../glib/goption.c:1260
-#: ../glib/goption.c:1371
+#: glib/goption.c:1260 glib/goption.c:1371
#, c-format
msgid "Missing argument for %s"
msgstr "Argument saknas för %s"
-#: ../glib/goption.c:1766
+#: glib/goption.c:1766
#, c-format
msgid "Unknown option %s"
msgstr "Okänd flagga %s"
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
msgid "Valid key file could not be found in search dirs"
msgstr "Giltig nyckelfil kunde inte hittas i sökkatalogerna"
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
msgid "Not a regular file"
msgstr "Inte en vanlig fil"
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
msgid "File is empty"
msgstr "Filen är tom"
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
#, c-format
-msgid "Key file contains line '%s' which is not a key-value pair, group, or comment"
-msgstr "Nyckelfilen innehåller raden \"%s\" som inte är ett nyckel-värde-par, grupp eller kommentar"
+msgid ""
+"Key file contains line '%s' which is not a key-value pair, group, or comment"
+msgstr ""
+"Nyckelfilen innehåller raden \"%s\" som inte är ett nyckel-värde-par, grupp "
+"eller kommentar"
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
#, c-format
msgid "Invalid group name: %s"
msgstr "Ogiltigt gruppnamn: %s"
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
msgid "Key file does not start with a group"
msgstr "Nyckelfilen börjar inte med en grupp"
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
#, c-format
msgid "Invalid key name: %s"
msgstr "Ogiltigt nyckelnamn: %s"
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Nyckelfilen innehåller kodningen \"%s\" som inte stöds"
-#: ../glib/gkeyfile.c:1112
-#: ../glib/gkeyfile.c:1272
-#: ../glib/gkeyfile.c:2490
-#: ../glib/gkeyfile.c:2558
-#: ../glib/gkeyfile.c:2693
-#: ../glib/gkeyfile.c:2828
-#: ../glib/gkeyfile.c:2981
-#: ../glib/gkeyfile.c:3168
-#: ../glib/gkeyfile.c:3229
+#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490
+#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828
+#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Nyckelfilen har inte gruppen \"%s\""
-#: ../glib/gkeyfile.c:1284
+#: glib/gkeyfile.c:1284
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Nyckelfilen har inte nyckeln \"%s\""
-#: ../glib/gkeyfile.c:1386
-#: ../glib/gkeyfile.c:1499
+#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
-msgstr "Nyckelfilen innehåller nyckeln \"%s\" med värdet \"%s\" som inte är UTF-8"
+msgstr ""
+"Nyckelfilen innehåller nyckeln \"%s\" med värdet \"%s\" som inte är UTF-8"
-#: ../glib/gkeyfile.c:1406
-#: ../glib/gkeyfile.c:1519
-#: ../glib/gkeyfile.c:1894
+#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
-msgstr "Nyckelfilen innehåller nyckeln \"%s\" som har värde som inte kan tolkas."
+msgstr ""
+"Nyckelfilen innehåller nyckeln \"%s\" som har värde som inte kan tolkas."
-#: ../glib/gkeyfile.c:2109
-#: ../glib/gkeyfile.c:2321
+#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321
#, c-format
-msgid "Key file contains key '%s' in group '%s' which has value that cannot be interpreted."
-msgstr "Nyckelfilen innehåller nyckeln \"%s\" i gruppen \"%s\" som har värde som inte kan tolkas."
+msgid ""
+"Key file contains key '%s' in group '%s' which has value that cannot be "
+"interpreted."
+msgstr ""
+"Nyckelfilen innehåller nyckeln \"%s\" i gruppen \"%s\" som har värde som "
+"inte kan tolkas."
-#: ../glib/gkeyfile.c:2505
-#: ../glib/gkeyfile.c:2708
-#: ../glib/gkeyfile.c:3240
+#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Nyckelfilen har inte nyckeln \"%s\" i gruppen \"%s\""
-#: ../glib/gkeyfile.c:3474
+#: glib/gkeyfile.c:3474
msgid "Key file contains escape character at end of line"
msgstr "Nyckelfilen innehåller kontrolltecken i slutet på en rad"
-#: ../glib/gkeyfile.c:3496
+#: glib/gkeyfile.c:3496
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Nyckelfilen innehåller ogiltiga kontrollsekvensen \"%s\""
-#: ../glib/gkeyfile.c:3638
+#: glib/gkeyfile.c:3638
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Värdet \"%s\" kan inte tolkas som ett tal."
-#: ../glib/gkeyfile.c:3652
+#: glib/gkeyfile.c:3652
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Heltalsvärdet \"%s\" är utanför intervallet"
-#: ../glib/gkeyfile.c:3685
+#: glib/gkeyfile.c:3685
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Värdet \"%s\" kan inte tolkas som ett flyttal."
-#: ../glib/gkeyfile.c:3709
+#: glib/gkeyfile.c:3709
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Värdet \"%s\" kan inte tolkas som ett booleskt värde."
-#: ../gio/gbufferedinputstream.c:485
-#: ../gio/ginputstream.c:187
-#: ../gio/ginputstream.c:319
-#: ../gio/ginputstream.c:560
-#: ../gio/ginputstream.c:685
-#: ../gio/goutputstream.c:195
-#: ../gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "För stort räknevärde skickat till %s"
-#: ../gio/gbufferedinputstream.c:872
-#: ../gio/ginputstream.c:895
-#: ../gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Strömmen är redan stängd"
-#: ../gio/gcancellable.c:295
-#: ../gio/glocalfile.c:1974
-#: ../gio/gsimpleasyncresult.c:612
+#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Åtgärden avbröts"
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Okänd typ"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "%s-filtyp"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "%s-typ"
-#: ../gio/gdatainputstream.c:310
+#: gio/gdatainputstream.c:310
msgid "Unexpected early end-of-stream"
msgstr "Oväntat tidig end-of-stream"
-#: ../gio/gdesktopappinfo.c:429
-#: ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:429 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Namnlös"
-#: ../gio/gdesktopappinfo.c:606
+#: gio/gdesktopappinfo.c:606
msgid "Desktop file didn't specify Exec field"
msgstr "Skrivbordsfilen angav inget Exec-fält"
-#: ../gio/gdesktopappinfo.c:900
+#: gio/gdesktopappinfo.c:900
msgid "Unable to find terminal required for application"
msgstr "Kunde inte hitta terminal som krävs för programmet"
-#: ../gio/gdesktopappinfo.c:1132
+#: gio/gdesktopappinfo.c:1132
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Kan inte skapa programkonfigurationsmapp för användare %s: %s"
-#: ../gio/gdesktopappinfo.c:1136
+#: gio/gdesktopappinfo.c:1136
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Kan inte skapa MIME-konfigurationsmapp för användare %s: %s"
-#: ../gio/gdesktopappinfo.c:1475
+#: gio/gdesktopappinfo.c:1475
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Kan inte skapa skrivbordsfil för användare %s"
-#: ../gio/gdesktopappinfo.c:1550
+#: gio/gdesktopappinfo.c:1550
#, c-format
msgid "Custom definition for %s"
msgstr "Anpassad definition för %s"
-#: ../gio/gdrive.c:381
+#: gio/gdrive.c:381
msgid "drive doesn't implement eject"
msgstr "enheten har inte implementerat utmatning"
-#: ../gio/gdrive.c:451
+#: gio/gdrive.c:451
msgid "drive doesn't implement polling for media"
msgstr "enheten har inte implementerat pollning av media"
-#: ../gio/gfile.c:825
-#: ../gio/gfile.c:1055
-#: ../gio/gfile.c:1190
-#: ../gio/gfile.c:1426
-#: ../gio/gfile.c:1480
-#: ../gio/gfile.c:1537
-#: ../gio/gfile.c:1620
-#: ../gio/gfile.c:2682
-#: ../gio/gfile.c:2733
-#: ../gio/gfile.c:2861
-#: ../gio/gfile.c:2901
-#: ../gio/gfile.c:3228
-#: ../gio/gfile.c:3630
-#: ../gio/gfile.c:3714
-#: ../gio/gfile.c:3797
-#: ../gio/gfile.c:3877
-#: ../gio/gfile.c:4207
+#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Åtgärden stöds inte"
@@ -1225,90 +1229,89 @@ msgstr "Åtgärden stöds inte"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1311
-#: ../gio/glocalfile.c:1064
-#: ../gio/glocalfile.c:1075
-#: ../gio/glocalfile.c:1088
+#: gio/gfile.c:1311 gio/glocalfile.c:1064 gio/glocalfile.c:1075
+#: gio/glocalfile.c:1088
msgid "Containing mount does not exist"
msgstr "Infattande montering finns inte"
-#: ../gio/gfile.c:1963
-#: ../gio/glocalfile.c:2124
+#: gio/gfile.c:1963 gio/glocalfile.c:2124
msgid "Can't copy over directory"
msgstr "Kan inte kopiera över katalog"
-#: ../gio/gfile.c:2023
+#: gio/gfile.c:2023
msgid "Can't copy directory over directory"
msgstr "Kan inte kopiera katalog över katalog"
-#: ../gio/gfile.c:2031
-#: ../gio/glocalfile.c:2133
+#: gio/gfile.c:2031 gio/glocalfile.c:2133
msgid "Target file exists"
msgstr "Målfilen finns"
-#: ../gio/gfile.c:2049
+#: gio/gfile.c:2049
msgid "Can't recursively copy directory"
msgstr "Kan inte kopiera katalogen rekursivt"
-#: ../gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Ogiltigt värde för symbolisk länk angivet"
-#: ../gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Papperskorgen stöds inte"
-#: ../gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Filnamn får inte innehålla \"%c\""
-#: ../gio/gfile.c:4975
-#: ../gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "volymen har inte implementerat montering"
-#: ../gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Inget program är registrerat för hantering av denna fil"
-#: ../gio/gfileenumerator.c:205
+#: gio/gfileenumerator.c:205
msgid "Enumerator is closed"
msgstr "Numreraren är stängd"
-#: ../gio/gfileenumerator.c:212
-#: ../gio/gfileenumerator.c:271
-#: ../gio/gfileenumerator.c:371
-#: ../gio/gfileenumerator.c:480
+#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
+#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
msgid "File enumerator has outstanding operation"
msgstr "Filnumreraren har kvarstående åtgärd"
-#: ../gio/gfileenumerator.c:361
-#: ../gio/gfileenumerator.c:470
+#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
msgid "File enumerator is already closed"
msgstr "Filnumreraren är redan strängd"
-#: ../gio/gfileinputstream.c:157
-#: ../gio/gfileinputstream.c:424
-#: ../gio/gfileoutputstream.c:171
-#: ../gio/gfileoutputstream.c:526
+#: gio/gfileicon.c:144
+#, fuzzy
+msgid "file"
+msgstr "misslyckades"
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "En kedja innehållandes ikonnamnen"
+
+#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
+#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
msgstr "Strömmen saknar stöd för query_info"
-#: ../gio/gfileinputstream.c:339
-#: ../gio/gfileoutputstream.c:384
+#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384
msgid "Seek not supported on stream"
msgstr "Sökning stöds inte på strömmen"
-#: ../gio/gfileinputstream.c:383
+#: gio/gfileinputstream.c:383
msgid "Truncate not allowed on input stream"
msgstr "Kapning tillåts inte på inmatningsströmmen"
-#: ../gio/gfileoutputstream.c:460
+#: gio/gfileoutputstream.c:460
msgid "Truncate not supported on stream"
msgstr "Kapning stöds inte på strömmen"
-#: ../gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Inmatningsströmmen har inte implementerat läsning"
@@ -1318,452 +1321,422 @@ 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:905
-#: ../gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Strömmen har kvarstående åtgärd"
-#: ../gio/glocaldirectorymonitor.c:274
+#: gio/glocaldirectorymonitor.c:274
msgid "Unable to find default local directory monitor type"
msgstr "Kunde inte hitta standardtyp för lokal katalogövervakare"
-#: ../gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Ogiltigt filnamn %s"
-#: ../gio/glocalfile.c:972
+#: gio/glocalfile.c:972
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Fel vid hämtning av filsystemsinformation: %s"
-#: ../gio/glocalfile.c:1108
+#: gio/glocalfile.c:1108
msgid "Can't rename root directory"
msgstr "Kan inte byta namn på rotkatalog"
-#: ../gio/glocalfile.c:1126
+#: gio/glocalfile.c:1126
msgid "Can't rename file, filename already exist"
msgstr "Kan inte byta namn på filen, filnamnet finns redan"
-#: ../gio/glocalfile.c:1139
-#: ../gio/glocalfile.c:2003
-#: ../gio/glocalfile.c:2032
-#: ../gio/glocalfile.c:2186
-#: ../gio/glocalfileoutputstream.c:472
-#: ../gio/glocalfileoutputstream.c:517
-#: ../gio/glocalfileoutputstream.c:925
+#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032
+#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472
+#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925
msgid "Invalid filename"
msgstr "Ogiltigt filnamn"
-#: ../gio/glocalfile.c:1143
+#: gio/glocalfile.c:1143
#, c-format
msgid "Error renaming file: %s"
msgstr "Fel vid namnbyte av fil: %s"
-#: ../gio/glocalfile.c:1262
+#: gio/glocalfile.c:1262
#, c-format
msgid "Error opening file: %s"
msgstr "Fel vid öppnade av fil: %s"
-#: ../gio/glocalfile.c:1272
+#: gio/glocalfile.c:1272
msgid "Can't open directory"
msgstr "Kan inte öppna katalog"
-#: ../gio/glocalfile.c:1332
+#: gio/glocalfile.c:1332
#, c-format
msgid "Error removing file: %s"
msgstr "Fel vid borttagning av fil: %s"
-#: ../gio/glocalfile.c:1696
+#: gio/glocalfile.c:1696
#, c-format
msgid "Error trashing file: %s"
msgstr "Fel vid kastande av fil: %s"
-#: ../gio/glocalfile.c:1719
+#: gio/glocalfile.c:1719
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Kunde inte skapa papperskorgskatalogen %s: %s"
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1740
msgid "Unable to find toplevel directory for trash"
msgstr "Kunde inte hitta toppnivåkatalog för papperskorg"
-#: ../gio/glocalfile.c:1819
-#: ../gio/glocalfile.c:1839
+#: gio/glocalfile.c:1819 gio/glocalfile.c:1839
msgid "Unable to find or create trash directory"
msgstr "Kunde inte hitta eller skapa papperskorgskatalog"
-#: ../gio/glocalfile.c:1873
+#: gio/glocalfile.c:1873
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Kunde inte skapa information om kastad fil: %s"
-#: ../gio/glocalfile.c:1898
-#: ../gio/glocalfile.c:1973
-#: ../gio/glocalfile.c:1980
+#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980
#, c-format
msgid "Unable to trash file: %s"
msgstr "Kunde inte kasta fil: %s"
-#: ../gio/glocalfile.c:2007
+#: gio/glocalfile.c:2007
#, c-format
msgid "Error creating directory: %s"
msgstr "Fel vid skapande av katalog: %s"
-#: ../gio/glocalfile.c:2036
+#: gio/glocalfile.c:2036
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Fel vid skapande av symbolisk länk: %s"
-#: ../gio/glocalfile.c:2096
-#: ../gio/glocalfile.c:2190
+#: gio/glocalfile.c:2096 gio/glocalfile.c:2190
#, c-format
msgid "Error moving file: %s"
msgstr "Fel vid flyttning av fil: %s"
-#: ../gio/glocalfile.c:2119
+#: gio/glocalfile.c:2119
msgid "Can't move directory over directory"
msgstr "Kan inte flytta katalog över katalog"
-#: ../gio/glocalfile.c:2146
-#: ../gio/glocalfileoutputstream.c:777
-#: ../gio/glocalfileoutputstream.c:791
-#: ../gio/glocalfileoutputstream.c:806
-#: ../gio/glocalfileoutputstream.c:822
-#: ../gio/glocalfileoutputstream.c:836
+#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777
+#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806
+#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836
msgid "Backup file creation failed"
msgstr "Misslyckades med att skapa säkerhetskopiefil"
-#: ../gio/glocalfile.c:2165
+#: gio/glocalfile.c:2165
#, c-format
msgid "Error removing target file: %s"
msgstr "Fel vid borttagning av målfil: %s"
-#: ../gio/glocalfile.c:2179
+#: gio/glocalfile.c:2179
msgid "Move between mounts not supported"
msgstr "Flyttning mellan monteringar stöds inte"
-#: ../gio/glocalfileinfo.c:716
+#: gio/glocalfileinfo.c:716
msgid "Attribute value must be non-NULL"
msgstr "Attributvärde måste vara icke-NULL"
-#: ../gio/glocalfileinfo.c:723
+#: gio/glocalfileinfo.c:723
msgid "Invalid attribute type (string expected)"
msgstr "Ogiltig attributtyp (sträng förväntades)"
-#: ../gio/glocalfileinfo.c:730
+#: gio/glocalfileinfo.c:730
msgid "Invalid extended attribute name"
msgstr "Ogiltigt utökat attributnamn"
-#: ../gio/glocalfileinfo.c:770
+#: gio/glocalfileinfo.c:770
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Fel vid inställning av utökat attribut \"%s\": %s"
-#: ../gio/glocalfileinfo.c:1456
-#: ../gio/glocalfileoutputstream.c:666
+#: gio/glocalfileinfo.c:1456 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:1526
+#: gio/glocalfileinfo.c:1526
msgid " (invalid encoding)"
msgstr " (ogiltig kodning)"
-#: ../gio/glocalfileinfo.c:1696
+#: gio/glocalfileinfo.c:1696
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Fel vid tillståndsläsning av filhandtag: %s"
-#: ../gio/glocalfileinfo.c:1741
+#: gio/glocalfileinfo.c:1741
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ogiltig attributtyp (uint32 förväntades)"
-#: ../gio/glocalfileinfo.c:1759
+#: gio/glocalfileinfo.c:1759
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ogiltig attributtyp (uint64 förväntades)"
-#: ../gio/glocalfileinfo.c:1778
-#: ../gio/glocalfileinfo.c:1796
+#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
msgid "Invalid attribute type (byte string expected)"
msgstr "Ogiltig attributtyp (bytesträng förväntades)"
-#: ../gio/glocalfileinfo.c:1822
+#: gio/glocalfileinfo.c:1822
#, c-format
msgid "Error setting permissions: %s"
msgstr "Fel vid inställning av rättigheter: %s"
-#: ../gio/glocalfileinfo.c:1873
-#: ../gio/glocalfileinfo.c:2041
+#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#, c-format
msgid "Error setting owner: %s"
msgstr "Fel vid inställning av ägare: %s"
-#: ../gio/glocalfileinfo.c:1896
+#: gio/glocalfileinfo.c:1896
msgid "symlink must be non-NULL"
msgstr "symbolisk länk måste vara icke-NULL"
-#: ../gio/glocalfileinfo.c:1906
-#: ../gio/glocalfileinfo.c:1925
-#: ../gio/glocalfileinfo.c:1936
+#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
+#: gio/glocalfileinfo.c:1936
#, c-format
msgid "Error setting symlink: %s"
msgstr "Fel vid inställning av symbolisk länk: %s"
-#: ../gio/glocalfileinfo.c:1915
+#: gio/glocalfileinfo.c:1915
msgid "Error setting symlink: file is not a symlink"
msgstr "Fel vid inställning av symbolisk länk: filen är inte en symbolisk länk"
-#: ../gio/glocalfileinfo.c:2063
+#: gio/glocalfileinfo.c:2063
#, c-format
msgid "SELinux context must be non-NULL"
msgstr "SELinux-kontext måste vara icke-NULL"
-#: ../gio/glocalfileinfo.c:2079
+#: gio/glocalfileinfo.c:2079
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Fel vid inställning av SELinux-kontext: %s"
-#: ../gio/glocalfileinfo.c:2086
+#: gio/glocalfileinfo.c:2086
#, c-format
msgid "SELinux is not enabled on this system"
msgstr "SELinux är inte aktiverat på detta system"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Inställning av attributet %s stöds inte"
-#: ../gio/glocalfileinputstream.c:160
-#: ../gio/glocalfileoutputstream.c: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:198
+#: gio/glocalfilemonitor.c:198
msgid "Unable to find default local file monitor type"
msgstr "Kunde inte hitta standardtyp för lokal filövervakare"
-#: ../gio/glocalfileoutputstream.c:172
-#: ../gio/glocalfileoutputstream.c: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
msgid "Target file is a directory"
msgstr "Målfilen är en katalog"
-#: ../gio/glocalfileoutputstream.c:684
+#: gio/glocalfileoutputstream.c:684
msgid "Target file is not a regular file"
msgstr "Målfilen är inte en vanlig fil"
-#: ../gio/glocalfileoutputstream.c:696
+#: gio/glocalfileoutputstream.c:696
msgid "The file was externally modified"
msgstr "Filen blev externt ändrad"
-#: ../gio/gmemoryinputstream.c:487
-#: ../gio/gmemoryoutputstream.c:545
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545
msgid "Invalid GSeekType supplied"
msgstr "Ogiltig GSeekType angavs"
-#: ../gio/gmemoryinputstream.c:497
-#: ../gio/gmemoryoutputstream.c:555
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555
msgid "Invalid seek request"
msgstr "Ogiltig sökbegäran"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "Kan inte kapa av GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:288
+#: gio/gmemoryoutputstream.c:288
msgid "Reached maximum data array limit"
msgstr "Nådde maximal gräns för datakedja"
-#: ../gio/gmemoryoutputstream.c:323
+#: gio/gmemoryoutputstream.c:323
msgid "Memory output stream not resizable"
msgstr "Storlek för minnesutmatningsström är inte ändringsbar"
-#: ../gio/gmemoryoutputstream.c:339
+#: gio/gmemoryoutputstream.c:339
msgid "Failed to resize memory output stream"
msgstr "Misslyckades med att ändra storlek på minnesutmatningsström"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:360
+#: gio/gmount.c:360
msgid "mount doesn't implement unmount"
msgstr "montering har inte implementerat avmontering"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:435
+#: gio/gmount.c:435
msgid "mount doesn't implement eject"
msgstr "montering har inte implementerat utmatning"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:517
+#: gio/gmount.c:517
msgid "mount doesn't implement remount"
msgstr "montering har inte implementerat återmontering"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:601
+#: gio/gmount.c:601
msgid "mount doesn't implement content type guessing"
msgstr "montering har inte implementerat estimering av innehållstyp"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:690
+#: gio/gmount.c:690
msgid "mount doesn't implement synchronous content type guessing"
msgstr "montering har inte implementerat synkron estimering av innehållstyp"
-#: ../gio/goutputstream.c:204
-#: ../gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Utmatningsström har inte implementerat skrivning"
-#: ../gio/goutputstream.c:365
-#: ../gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Källströmmen är redan stängd"
-#: ../gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "namn"
-#: ../gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Namnet för ikonen"
-#: ../gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "namn"
-#: ../gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "En kedja innehållandes ikonnamnen"
-#: ../gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
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:249
+msgid ""
+"Whether to use default fallbacks found by shortening the name at '-' "
+"characters. Ignores names after the first if multiple names are given."
+msgstr ""
+"Huruvida standardvärden att falla tillbaka på ska användas som hittas genom "
+"att förkorta namnet vid \"-\"-tecken. Ignorerar namn efter den första om "
+"flera namn anges."
-#: ../gio/gunixinputstream.c:201
-#: ../gio/gunixinputstream.c:221
-#: ../gio/gunixinputstream.c:299
-#: ../gio/gunixoutputstream.c:288
+#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
+#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#, c-format
msgid "Error reading from unix: %s"
msgstr "Fel vid läsning från unix: %s"
-#: ../gio/gunixinputstream.c:254
-#: ../gio/gunixinputstream.c:436
-#: ../gio/gunixoutputstream.c:243
-#: ../gio/gunixoutputstream.c:394
+#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
+#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#, c-format
msgid "Error closing unix: %s"
msgstr "Fel vid stängning av unix: %s"
-#: ../gio/gunixmounts.c:1778
-#: ../gio/gunixmounts.c:1815
+#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816
msgid "Filesystem root"
msgstr "Filsystemsrot"
-#: ../gio/gunixoutputstream.c:189
-#: ../gio/gunixoutputstream.c:210
+#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#, c-format
msgid "Error writing to unix: %s"
msgstr "Fel vid skrivning till unix: %s"
-#: ../gio/gvolume.c:439
+#: gio/gvolume.c:439
msgid "volume doesn't implement eject"
msgstr "volymen har inte implementerat utmatning"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "Kan inte hitta programmet"
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
#, c-format
msgid "Error launching application: %s"
msgstr "Fel vid start av program: %s"
-#: ../gio/gwin32appinfo.c:349
+#: gio/gwin32appinfo.c:349
msgid "URIs not supported"
msgstr "URI:er stöds inte"
-#: ../gio/gwin32appinfo.c:371
+#: gio/gwin32appinfo.c:371
msgid "association changes not supported on win32"
msgstr "associeringsändringar stöds inte på win32"
-#: ../gio/gwin32appinfo.c:383
+#: gio/gwin32appinfo.c:383
msgid "Association creation not supported on win32"
msgstr "Associeringsskapanden stöds inte på win32"
-#: ../tests/gio-ls.c:27
+#: tests/gio-ls.c:27
msgid "do not hide entries"
msgstr "dölj inga poster"
-#: ../tests/gio-ls.c:29
+#: tests/gio-ls.c:29
msgid "use a long listing format"
msgstr "använd ett långt listningsformat"
-#: ../tests/gio-ls.c:37
+#: tests/gio-ls.c:37
msgid "[FILE...]"
msgstr "[FIL...]"
@@ -1771,55 +1744,74 @@ msgstr "[FIL...]"
#~ msgid_plural "%u bytes"
#~ msgstr[0] "%u byte"
#~ msgstr[1] "%u byte"
+
#~ 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 9fa2841b8..4585efc2a 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -103,8 +103,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' லிருந்து '%s'க்கு மாற்றியை திறக்க முடியவில்லை"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "நிலை மாற்றியின் உள்ளீடுக்கு தவறான பைட் வரிசைமுறை"
@@ -114,8 +114,8 @@ msgstr "நிலை மாற்றியின் உள்ளீடுக்
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "உள்ளீடின் முடிவில் பூர்த்தியாகாத வரியுரு வரிசைமுறை"
@@ -346,16 +346,16 @@ msgstr ""
"'%-.*s'ஐ கூறிட முடியவில்லை,அதன் ஒரு எழுத்துக்குள் ஒரு தசமத்தை கொண்டிருக்க வேண்டும் "
"குறிப்பு (&#234; எடுத்துக்காட்டாக) - எனினும் தசமம் மிக பெரியதாக உள்ளது"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "எழுத்து குறிப்பு '%-.*s' ஒரு அனுமதிக்கப்பட்ட எழுத்தினை குறிமுறையாக்கவில்லை"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "வேற்றான வரியுரு குறிப்பு; &#454 ஆகிய இலக்கங்கள் சேர்ந்திருக் வேண்டும்;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -365,32 +365,32 @@ msgstr ""
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "முடிவடையாத உள்ளீட்பு மேற்கோள்"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "முடிவடையாத வரியுரு மேற்கோள்"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "பிழையான UTF-8 குறியீடு செய்யப்பட்ட உரை - மிக நீண்ட உரை"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "பிழையான UTF-8 குறியீடு செய்யப்பட்ட உரை - துவங்கும் குறியல்ல"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "பிழையான UTF-8 குறியீடு செய்யப்பட்ட உரை - செல்லுபடியாகும் '%s' அல்ல"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ஆவணம் ஓர் உறுப்புடன் (உதாரணம்: <book>) தொடங்க வேண்டும்"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -399,7 +399,7 @@ msgstr ""
"'<' வரியுருவை தொடர்ந்து '%s' வர முடியாது; அதைப் பயன்படுத்தி ஓர் உறுப்படியின் பெயரைத் "
"தொடங்க முடியாது"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -408,7 +408,7 @@ msgstr ""
"ஒற்றை வரியுரு '%s', '%s' உறுப்படி தொடங்கல் ஒட்டை ஓர் '>' வரியுரு முடிவு செய்யும் "
"என்று எதிர்பார்த்தது"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -416,7 +416,7 @@ msgstr ""
"'%s' ஓர் ஒற்றை வரியுரு, பண்பின் பெயர் '%s' பின் ('%s' உறுப்பின்) எதிர்பார்த்தது ஓர் '=' "
"வரியுரு"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -427,7 +427,7 @@ msgstr ""
"element '%s', or optionally an attribute; perhaps you used an invalid "
"character in an attribute name"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -436,7 +436,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:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -445,7 +445,7 @@ msgstr ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -454,25 +454,25 @@ msgstr ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' உறுப்பு மூடப்பட்டுல்லது, தற்பொது ஒரு உறுப்பும் திறந்து இல்லை"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' உறுப்பு மூடப்பட்டுல்லது, அனால் தற்பொது திறந்திறுக்கும் உறுப்பு '%s'"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "வெற்றான ஆவணம் அல்லது ஆவணத்தில் இறுப்பது அனைத்தும் வெண்வெளி"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "'<' பிறகு ஆவணம் திடீரென முடிவடைந்தது"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -481,7 +481,7 @@ msgstr ""
"உறுப்புகள் திறந்திறுக்கும்போது ஆவணம் திடீரென முடிவடைந்தது - கடைசியாகத் திறக்கப்பட்ட "
"உறுப்பு '%s'"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -490,19 +490,19 @@ msgstr ""
"ஆவணம் திடீரென முடிவடைந்தது, அடையாள ஒட்டு <%s/> முடிவில் ஓர் '}' இருக்கும் என "
"எதிர்பார்த்தது"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "உறுப்பு பெயர் உள்ளே ஆவணம் திடீரென முடிவடைந்தது"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "பண்பு பெயர் உள்ளே ஆவணம் திடீரென முடிவடைந்தது"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "உறுப்பு-தொடங்களின் அடையாள ஒட்டு உள்ளே ஆவணம் திடீரென முடிவடைந்தது"
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -510,16 +510,16 @@ msgstr ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "பண்பு பெயர் உள்ளிறுக்கும் போது ஆவணம் திடீரென முடிவடைந்தது"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "'%s' என்னும் மூடு-அடையாள ஒட்டு உள்ளே ஆவணம் திடீரென முடிவடைந்தது"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ஆவணம் திடீரென குறிப்புரையுல் அல்லது செயலாக்கம் ஆணையுல் முடிவடைந்தது"
@@ -952,16 +952,16 @@ msgstr "சேய் செயல் \"%s\" இயக்கும்போது
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:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "உரையாடல் உள்ளீட்டில் தவறான வரிசை"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "UTF-16 க்கு வரியுரு வீச்சு எல்லைக்கு வெளியே"
@@ -1127,15 +1127,15 @@ msgstr "மதிப்பு '%s' தசம எண்ணாக செயல்
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "மதிப்பு '%s' பூலியனாக செயல்பட முடியாது."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1203,10 +1203,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது"
@@ -1240,25 +1240,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "'%s' பெயரிலுள்ள பயன்பாடு '%s'க்கு ஒரு புத்தகக்குறியை பதிவு செய்தது"
@@ -1276,6 +1276,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "`%s' வலை முகவரியின் விருந்தோம்புப்-பெயர் செல்லுபடியாகாதது"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1293,7 +1302,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1303,7 +1312,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1311,7 +1320,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "செல்லுபடியாகாத விசை பெயர்: %s"
@@ -1631,36 +1640,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "`%s' வலை முகவரியின் விருந்தோம்புப்-பெயர் செல்லுபடியாகாதது"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1678,7 +1687,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 777e71c96..e18a49956 100644
--- a/po/te.po
+++ b/po/te.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GLIB\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -101,8 +101,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' నుండి '%s' కు పరివర్తించడం సాధ్యం కాదు "
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "ఎగుబడి బైట్ క్రమంను పరివర్తించుట నిస్సారమగును"
@@ -112,8 +112,8 @@ msgstr "ఎగుబడి బైట్ క్రమంను పరివర్
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "చివరి ఎగుబడి నందు పాక్షికముగా అక్షర క్రమము కలదు."
@@ -343,16 +343,16 @@ msgstr ""
"అక్షరములో అంకె కలిగియున్నందువలన '%-.*s', పార్సింగ్ విఫలమైనది.దాదాపుగా అంక్య భారీగా ఉన్నది -నివేదన "
"(ఉదాహరణకు : &#234; )"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "అక్షర నివేదన '%-.*s' అనుమతించబడిన అక్షరము ఎన్ కోడ్ అవ్వదు."
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr " ఖాళీ అక్షర నివేదన తప్పనిసరిగా &#454 ఈ సంఖ్యను కలుపుకొనవలెను"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -361,34 +361,34 @@ msgstr ""
"అక్షర నివేదన సెమికోలన్ తో ముగియలేదు; దాదాపుగా యిది ఉపయెగించండి యాంపర్ సెండ్ అక్షరం తో ప్రారంభమవరాదు - "
"ఎస్సేప్ యాంపర్ సెండ్ యాజ్ &యాంప్ "
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr " పూర్తికాని వ్యష్టినివెదన "
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr " అక్షర నివేదన పూర్తికాలేదు "
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "నిస్సారమైన యుటిఎఫ్-8 ఎన్ కోడెడ్ పాఠం"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "నిస్సారమైన యుటిఎఫ్-8 ఎన్ కోడెడ్ పాఠం"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "నిస్సారమైన యుటిఎఫ్-8 ఎన్ కోడెడ్ పాఠం"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "పత్రం తప్పనిసరిగా ఒక మూలకంతో ప్రారంభమవలెను (ఉదా. <బుక్>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -396,20 +396,20 @@ msgid ""
msgstr ""
" '<' తో ప్రారంభమగు '%s' అనునది సరరిఐన అక్షరం కాదు ; యిది మూలక నామంతో ప్రారంభమవలేదు. "
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr "బేసి అక్షరము '%s', ఊహించిన '>' అక్షరము చివరి ప్రారంభ బొందు మూతకం '%s'"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "బేసి అక్షరము '%s', ఊహించిన '=' తర్వాత '%s' ఆపాదించు నామం '%s' మూలకం "
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -419,7 +419,7 @@ msgstr ""
"'%s' ఊహించిన బేసి అక్షరము '>' లేక '/' చివరి ర్రంభ బొందు అక్షరము మాలకం %sలేక ఇచ్చాపూర్వక "
"ఆపాదన; దాదాపుగా ఆపాదన నామంలో అనర్హమైన అక్షరం ఉపమెగించినావు"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -427,14 +427,14 @@ msgid ""
msgstr ""
"బేసి అక్షరము '%s', ఊహించిన తెరచిన క్వోట్ చిహ్నం తరాత ఇచ్చిన ఆపాదన విలువ '%s' మూతకము '%s'"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr " '</' వెంటనే ప్రారంభమగు '%s' నిసారమైన అక్షరము ; '%s' తో మూలకనామం ప్రారంభమవరాదు "
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -443,26 +443,26 @@ msgstr ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr " '%s' మూలకం మూయబడినది, ప్రస్ధుతం ఏ మూలకము తెరచియుండలెదు "
# ../glib/gmarkup.c:1588
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' మూలకం మూయబడినది, కాని ప్రస్ధుతం తెరువ బడిన మూలకం '%s'"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr " పత్రం ఖాలిగా ఉన్నది లేక ఒక వైట్ స్పేస్ కలిగి యున్నది. "
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "పత్రం చివర కోణ కుండలీకరణము'<' వెంటనె అనవసరముగా ముగింపు అయినది"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -470,7 +470,7 @@ msgid ""
msgstr ""
"మూలకములు ఇంకను తెరచియున్న పత్రం ఊహించని విధంగా అంతమైనది- '%s' చివరిది మూలకము తెరచబడినది"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -478,19 +478,19 @@ msgid ""
msgstr ""
"పత్రం ఊహించని విధంగా అంతమైనది,మూసిన కోణకుండశికరణం అంతము చూచుటకు ఊహించబడినది బొందు <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr " పత్రం చివర ఊహించని మూలకనామం కలదు "
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "పత్రం చివర ఊహించని ఆపాదననామం కలదు"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "పత్రం చివర ఊహించని తెరచిన బొందు కలదు."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
#, fuzzy
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
@@ -498,16 +498,16 @@ msgid ""
msgstr ""
" '=' చిహ్నము తర్వాత క్రింద కనబరిచిన ఆపాదన పాఠం చివర ఊహించకుండా ఉన్నది. నామం; ఆపాదన విలువ లేదు."
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr " లోపల ఆపాదన విలువ ఉన్నపుడు పాఠం ఊహించకుండా ముగింపు అయినది "
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr " '%s'మూలకము యోక్క మూసిన బొందు ఊహించకుండా పాఠం ముగింపు అయినది "
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr " లోపల వ్యాఖ్య క్రమగతి ఆదేశం ఉండగా ఊహించకుండా పాఠం ముగింపు అయినది "
@@ -938,17 +938,17 @@ msgstr " \"%s\" శిశుకార్యం నిర్వర్తించ
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "శిశు పిడ్ పైప్ (%s) నుండి సరిపడునంత చదువుటలో విఫలమైనావు. "
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "అక్షరము యుటిఫ్-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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "పరివర్తన ఎగుబడి వరుస నిస్సారము "
# ../glib/gutf8.c:1382 ../glib/gutf8.c:1478
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "అక్షరము UTF-16 శ్రేణియందు లేదు"
@@ -1113,15 +1113,15 @@ msgstr "'%s' విలువను సంఖ్య గా చదువుటక
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "%s' విలువను బులియన్ గా చదువుటకు సాధ్యపడదు."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1189,10 +1189,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "చిహ్న పూరితజోడి సహకరించలెదు. "
@@ -1226,25 +1226,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "చిహ్న పూరితజోడి సహకరించలెదు. "
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1261,6 +1261,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "ఆతిథ్య నామం యొక్క యుఆర్ఐ '%s' నిస్సారము"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1278,7 +1287,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1288,7 +1297,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1296,7 +1305,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "నిస్సారమైన ఆతిథ్య నామము"
@@ -1616,36 +1625,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "ఆతిథ్య నామం యొక్క యుఆర్ఐ '%s' నిస్సారము"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1663,7 +1672,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 5da37f4db..d5ef6059f 100644
--- a/po/th.po
+++ b/po/th.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.14.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-08-12 18:41+0700\n"
"Last-Translator: Theppitak Karoonboonyanan <thep@linux.thai.net>\n"
"Language-Team: Thai <thai-l10n@googlegroups.com>\n"
@@ -99,8 +99,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "ไม่สามารถเปิดตัวแปลงรหัสอักขระจาก '%s' ไปเป็น '%s' ได้"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "มีลำดับไบต์ที่ไม่ถูกต้องในข้อมูลที่ป้อนให้ตัวแปลงรหัส"
@@ -110,8 +110,8 @@ msgstr "มีลำดับไบต์ที่ไม่ถูกต้อง
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "มีลำดับไบต์ไม่เต็มอักขระอยู่ที่ท้ายข้อมูลเข้า"
@@ -341,16 +341,16 @@ msgstr ""
"ไม่สามารถแจง '%-.*s' ซึ่งควรจะเป็นตัวเลขภายในตัวอ้างอิงอักขระ (เช่น &#234;) "
"เป็นไปได้ว่าตัวเลขอาจจะมากเกินไป"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "ตัวอ้างอิงอักขระ '%-.*s' ไม่ได้เข้ารหัสอักขระที่เป็นไปได้"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ตัวอ้างอิงอักขระว่างเปล่า ควรจะมีตัวเลข เช่น &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -359,53 +359,53 @@ msgstr ""
"ตัวอ้างอิงอักขระไม่ได้ปิดด้วยอัฒภาค เป็นไปได้สูงที่คุณอาจใช้ ampersand โดยไม่ได้จงใจให้เริ่มเอนทิตี "
"ถ้าใช่ ก็จงหลีก ampersand โดยแทนด้วย &amp; เสีย"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "ตัวอ้างอิงเอนทิตีไม่สมบูรณ์"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "ตัวอ้างอิงอักขระไม่สมบูรณ์"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "ข้อความลงรหัส UTF-8 ไม่ถูกต้อง - ลำดับซ้อนเหลื่อมกัน"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "ข้อความลงรหัส UTF-8 ไม่ถูกต้อง - ไม่ได้เริ่มด้วยไบต์ที่เป็นต้นอักขระ"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "ข้อความลงรหัส UTF-8 ไม่ถูกต้อง - ข้อความที่ผิด: '%s'"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "เอกสารต้องเริ่มด้วยอิลิเมนต์ (เช่น <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'%s' ไม่ใช่อักขระที่ใช้ตามหลัง '<' ได้ จึงไม่สามารถใช้ขึ้นต้นชื่ออิลิเมนต์ได้"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr "พบอักขระแปลกปลอม '%s' ในขณะที่มองหาอักขระ '>' ที่จะมาปิดแท็กอิลิเมนต์เปล่า '%s'"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"พบอักขระแปลกปลอม '%s' ในขณะที่กำลังมองหา '=' หลังชื่อแอตทริบิวต์ '%s' ของอิลิเมนต์ '%s'"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -415,7 +415,7 @@ msgstr ""
"พบอักขระแปลกปลอม '%s' ในขณะที่กำลังมองหา '>' หรือ '/' ที่จะมาปิดแท็กตั้งต้นของอิลิเมนต์ '%"
"s' หรือไม่ก็เป็นแอตทริบิวต์ เป็นไปได้ว่าคุณกำลังใช้อักขระที่ใช้ไม่ได้ในชื่อแอตทริบิวต์"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -424,80 +424,80 @@ msgstr ""
"พบอักขระแปลกปลอม '%s' ในขณะที่กำลังมองหาอัญประกาศเปิดหลัง '=' "
"ในการกำหนดค่าให้กับแอตทริบิวต์ '%s' ของอิลิเมนต์ '%s'"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr "'%s' ไม่ใช่อักขระที่ตามหลัง '</' ได้ '%s' ไม่สามารถใช้ขึ้นต้นชื่ออิลิเมนต์ได้"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "'%s' ไม่ใช่อักขระที่ใช้ตามหลังชื่ออิลิเมนต์ '%s' ในแท็กปิดได้ อักขระเดียวที่อนุญาตคือ '>'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "พบการปิดอิลิเมนต์ '%s' แต่ไม่มีอิลิเมนต์ใดเปิดอยู่"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "พบการปิดอิลิเมนต์ '%s' แต่อิลิเมนต์ที่เปิดอยู่คือ '%s'"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "เอกสารว่างเปล่า หรือมีแต่อักขระช่องว่าง"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "เอกสารจบแบบผิดปกติหลังจากวงเล็บแหลม '<'"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "เอกสารจบแบบผิดปกติ โดยยังมีอิลิเมนต์เปิดอยู่ - '%s' คืออิลิเมนต์ที่เปิดล่าสุด"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "เอกสารจบแบบผิดปกติ ในขณะที่กำลังมองหาวงเล็บแหลมที่จะมาปิดแท็ก <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "เอกสารจบแบบผิดปกติระหว่างกลางชื่ออิลิเมนต์"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "เอกสารจบแบบผิดปกติระหว่างกลางชื่อแอตทริบิวต์"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "เอกสารจบแบบผิดปกติระหว่างกลางแท็กเปิดอิลิเมนต์"
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "เอกสารจบแบบผิดปกติหลังจากเครื่องหมาย '=' หลังชื่อแอตทริบิวต์ โดยไม่มีค่าของแอตทริบิวต์"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "เอกสารจบแบบผิดปกติระหว่างกลางค่าแอตทริบิวต์"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "เอกสารจบแบบผิดปกติระหว่างกลางแท็กปิดสำหรับอิลิเมนต์ '%s'"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "เอกสารจบแบบผิดปกติระหว่างกลางหมายเหตุหรือคำสั่งประมวลผล"
@@ -922,16 +922,16 @@ msgstr "เกิดข้อผิดพลาดไม่ทราบสาเ
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "อ่านข้อมูลจากไปป์จากโพรเซสลูกได้ไม่เพียงพอ (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "มีลำดับข้อมูลที่ไม่ถูกต้องในข้อมูลที่ป้อนให้ตัวแปลงรหัส"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "อักขระอยู่นอกช่วงของ UTF-16"
@@ -1094,15 +1094,15 @@ msgstr "ค่า '%s' ไม่สามารถตีความเป็น
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "ค่า '%s' ไม่สามารถตีความเป็นบูลีนได้"
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "มีการส่งค่า count ที่สูงเกินไปมาให้ %s"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "สตรีมถูกปิดไปแล้ว"
@@ -1169,10 +1169,10 @@ msgid "drive doesn't implement polling for media"
msgstr "ไดรว์ไม่สามารถใช้คำสั่งตรวจสอบสื่อได้"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "ไม่รองรับการกระทำนี้"
@@ -1205,24 +1205,24 @@ msgstr "มีแฟ้มปลายทางอยู่ก่อนแล้
msgid "Can't recursively copy directory"
msgstr "ไม่สามารถคัดลอกไดเรกทอรีทั้งยวง"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "ได้รับชื่อ symlink ที่ใช้การไม่ได้"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "ไม่รองรับการใช้ถังขยะ"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ชื่อแฟ้มจะมีอักขระ '%c' ไม่ได้"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "โวลุมไม่รองรับการเมานท์"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "ไม่มีโปรแกรมที่ลงทะเบียนสำหรับจัดการแฟ้มประเภทนี้ไว้"
@@ -1239,6 +1239,15 @@ msgstr "ตัวแจงนับแฟ้มมีการกระทำค
msgid "File enumerator is already closed"
msgstr "ตัวแจงนับแฟ้มถูกปิดไปแล้ว"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "แอร์เรย์เก็บรายชื่อของไอคอน"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1256,7 +1265,7 @@ msgstr "สตรีมข้อมูลเข้าไม่สามารถ
msgid "Truncate not supported on stream"
msgstr "สตรีมไม่รองรับการตัดท้ายทิ้ง"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "สตรีมข้อมูลเข้ายังไม่รองรับการอ่าน"
@@ -1266,7 +1275,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "สตรีมมีการกระทำค้างอยู่"
@@ -1274,7 +1283,7 @@ msgstr "สตรีมมีการกระทำค้างอยู่"
msgid "Unable to find default local directory monitor type"
msgstr "ไม่สามารถหาชนิดปริยายของการเฝ้ามองไดเรกทอรีในเครื่อง"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "ชื่อแฟ้ม %s ผิดรูปแบบ"
@@ -1590,35 +1599,35 @@ msgstr "การเมานท์นี้ยังไม่รองรับ
msgid "mount doesn't implement synchronous content type guessing"
msgstr "การเมานท์นี้ยังไม่รองรับการเดาชนิดเนื้อหาแบบซิงโครนัส"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "สตรีมข้อมูลออกยังไม่รองรับการเขียนข้อมูล"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "สตรีมต้นทางถูกปิดไปแล้ว"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "ชื่อ"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "ชื่อของไอคอน"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "รายชื่อ"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "แอร์เรย์เก็บรายชื่อของไอคอน"
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "ใช้ fallback ปริยาย"
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1638,7 +1647,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 e1b3cc087..768035fc5 100644
--- a/po/tl.po
+++ b/po/tl.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -102,8 +102,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Hindi mabuksan ang converter mula '%s' tungong '%s'"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Hindi tanggap na byte sequence sa conversion input"
@@ -113,8 +113,8 @@ msgstr "Hindi tanggap na byte sequence sa conversion input"
msgid "Error during conversion: %s"
msgstr "Error habang nagco-convert: %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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Hindi kumpletong karakter sequence sa dulo ng input"
@@ -353,19 +353,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:653
+#: glib/gmarkup.c:650
#, 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:668
+#: glib/gmarkup.c:665
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:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -375,34 +375,34 @@ msgstr ""
"gumamit kayo ng ampersand na karakter na hindi sinadyang mag-umpisa ng "
"entity - itaglay ang ampersand bilang &amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Hindi tapos na reference sa entity"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Hindi tapos na reference sa karakter"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Hindi tanggap na tekstong encoded ng UTF-8"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Hindi tanggap na tekstong encoded ng UTF-8"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Hindi tanggap na tekstong encoded ng UTF-8"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Kailangang mag-umpisa ang dokumento ng elemento (hal. <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -411,7 +411,7 @@ msgstr ""
"'%s' ay hindi tanggap na karakter matapos ng '<' na karakter; hindi ito "
"maaaring mag-umpisa ng pangalang elemento"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -420,7 +420,7 @@ msgstr ""
"Kakaibang karakter '%s', inasahan na '>' karakter ang pambungad ng pambukas "
"na tag ng elementong '%s'"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -428,7 +428,7 @@ msgstr ""
"Kakaibang karakter '%s', inasahan na '=' matapos ng pangalang attribute '%s' "
"ng elementong '%s'"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -439,7 +439,7 @@ msgstr ""
"pangbukas na tag ng elementong '%s' o attribute; maaaring gumamit kayo ng "
"hindi tanggap na karakter sa pangalang attribute"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -449,7 +449,7 @@ msgstr ""
"equals sign kapag nagbigay ng halaga para sa attribute '%s' ng elementong '%"
"s'"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -458,7 +458,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:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -467,29 +467,29 @@ msgstr ""
"Hindi tanggap na karakter ang '%s' matapos ang pangsara ng pangalang "
"elemento '%s'; ang tinatanggap na karakter ay '>'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Sinarhan ang elementong '%s', walang bukas na elemento."
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, 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:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Walang laman ang dokumento o naglalaman lamang ito ng puwang"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
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:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -498,7 +498,7 @@ msgstr ""
"Nagwakas ng hindi inaasahan ang dokumento na may mga bukas na elemento - '%"
"s' ay ang huling elementong binuksan"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -507,23 +507,23 @@ msgstr ""
"Nagwakas ng hindi inaasahan ang dokumento, inasahan na makita ang angle "
"bracket na pang-sara ng tag <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr ""
"Nagwakas ng hindi inaasahan ang dokumento sa loob ng pangalan ng elemento"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
"Nagwakas ng hindi inaasahan ang dokumento sa loob ng pangalan ng attribute"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
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:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -531,20 +531,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:1908
+#: glib/gmarkup.c:1905
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:1924
+#: glib/gmarkup.c:1921
#, 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:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Nagwakas ang dokumento ng hindi inaasahan sa loob ng komento o utos ng "
@@ -984,16 +984,16 @@ msgstr "Hindi kilalang error sa pagpatakbo ng prosesong anak \"%s\""
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Sawi sa pagbasa ng akmang datos mula sa child pid pipe (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Character wala sa sakop ng 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Hindi tanggap na sequence sa conversion input"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Character wala sa sakop ng UTF-16"
@@ -1164,15 +1164,15 @@ msgstr "Ang halagang '%s' ay hindi mabasa bilang numero."
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Ang halagang '%s' ay hindi mabasa bilang boolean."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1240,10 +1240,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Hindi suportado ang mga symbolic link"
@@ -1277,25 +1277,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "Hindi suportado ang mga symbolic link"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1312,6 +1312,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Ang hostname ng URI '%s' ay hindi tanggap"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1329,7 +1338,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1339,7 +1348,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1347,7 +1356,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Imbalidong pangalan ng programa: %s"
@@ -1668,36 +1677,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "Ang hostname ng URI '%s' ay hindi tanggap"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1715,7 +1724,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 d9186be50..2a2e631e1 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tr\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -102,8 +102,8 @@ 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:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Dönüşüm girdisinde geçersiz bayt dizisi"
@@ -113,8 +113,8 @@ msgstr "Dönüşüm girdisinde geçersiz bayt dizisi"
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Girdinin sonunda parçalı karakter dizisi"
@@ -351,16 +351,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:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Karakter referansı '%-.*s' izin verilen karakteri kodlamıyor"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Boş karakter referansı; &#454; gibi bir rakam içermelidir"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -370,32 +370,32 @@ msgstr ""
"başlatmak istemeksizin & karakteri kullandınız - & işaretini &amp; olarak "
"kullanabilirsiniz"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Tamamlanmamış özvarlık referansı"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Tamamlanmamış karakter referansı"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Geçersiz UTF-8 kodlanmış metin - çok uzun dizi"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Geçersiz UTF-8 kodlanmış metin - başlangıç karakteri yok"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Geçersiz UTF-8 kodlanmış metin - geçersiz '%s'"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Belge bir öğe ile başlamalı (örneğin <kitap>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -404,7 +404,7 @@ msgstr ""
"'<' karakterinden sonra gelen '%s' geçerli bir karakter değil; bir öğe adı "
"başlatmamalı"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -413,7 +413,7 @@ msgstr ""
"Tuhaf karakter '%s', '%s' öğesinin başlangıç etiketinin sonunda '>' "
"karakteri bekleniyor"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -421,7 +421,7 @@ msgstr ""
"Tuhaf karakter '%1$s', '%3$s' öğesinin '%2$s' özniteliğinin sonunda '=' "
"karakteri bekleniyor"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -432,7 +432,7 @@ msgstr ""
"veya bir öznitelik bekleniyor; öznitelik isminde geçersiz bir karakter "
"kullanmış olabilirsiniz"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -441,7 +441,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:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -450,7 +450,7 @@ msgstr ""
"'</' karakterlerini takip eden '%s' geçerli bir karakter değildir; öğe ismi "
"'%s' ile başlamamalı"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -459,27 +459,27 @@ msgstr ""
"'%s', kapalı öğe ismi '%s' ardından gelebilecek bir karakter değil; izin "
"verilen karakter ise '>'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, 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:1685
+#: glib/gmarkup.c:1682
#, 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:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Belge boş veya sadece boşluk karakteri içeriyor"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
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:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -488,7 +488,7 @@ msgstr ""
"Belge öğeleri hala açıkken beklenmedik bir şekilde bitti - son açılan öğe: '%"
"s'"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -497,19 +497,19 @@ msgstr ""
"Belge beklenmedik bir şekilde bitti, etiketi bitiren kapalı açı parantezi "
"ile biten <%s/> beklendi"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Belge bir öğe isminin içinde beklenmedik bir şekilde bitti"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Belge bir öznitelik ismi içinde beklenmedik bir şekilde bitti"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
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:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -517,17 +517,17 @@ msgstr ""
"Belge öznitelik adını takip eden eşittir işaretinden sonra beklenmedik bir "
"şekilde bitti; öznitelik değeri yok"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
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:1924
+#: glib/gmarkup.c:1921
#, 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"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Belge bir yorum veya işlem talimatı içindeyken beklenmedik bir şekilde bitti"
@@ -959,16 +959,16 @@ msgstr "Alt süreç \"%s\" çalıştırılırken bilinmeyen hata oluştu"
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:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Dönüşüm girdisi içinde geçersiz dizi"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Karakter UTF-16 sınırlarının dışında"
@@ -1134,15 +1134,15 @@ msgstr "'%s' değeri bir gerçel sayı olarak yorumlanamıyor."
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "'%s' değeri mantıksal değer olarak yorumlanamıyor."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "%s için çok büyük sayaç değeri geçildi"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Akış zaten kapalı"
@@ -1209,10 +1209,10 @@ msgid "drive doesn't implement polling for media"
msgstr "sürücü ortam için yoklamayı uygulamıyor"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "İşlem desteklenmiyor"
@@ -1245,24 +1245,24 @@ msgstr "Hedef dosya mevcut"
msgid "Can't recursively copy directory"
msgstr "Dizin iç içe kopyalanamıyor"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Geçersiz sembolik bağ değeri verildi"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Çöp desteklenmiyor"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Dosy adları '%c' içeremez"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "sistem bağlama uygulamıyor"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Bu dosyayı işlemek için hiçbir uygulama kayıtlı değil"
@@ -1279,6 +1279,15 @@ msgstr "Dosya numaralandırıcı sıradışı işleme sahip"
msgid "File enumerator is already closed"
msgstr "Dosya numaralandırıcı zaten kapalı"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Simgenin isimlerini içeren dizi"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1296,7 +1305,7 @@ msgstr "Sonunu kesmeye giriş akışında izin verilmiyor"
msgid "Truncate not supported on stream"
msgstr "Akış üzerinde sonunun kesilmesi desteklenmiyor"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Giriş akımı okumayı uygulamıyor"
@@ -1306,7 +1315,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Akışın sıradışı işlemi var"
@@ -1314,7 +1323,7 @@ msgstr "Akışın sıradışı işlemi var"
msgid "Unable to find default local directory monitor type"
msgstr "Öntanımlı yerel dizin izleme tipi bulunamadı"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Geçersiz dosya adı %s"
@@ -1632,35 +1641,35 @@ msgstr "mount unmount uygulamıyor"
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount unmount uygulamıyor"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Çıktı akışı write uygulamıyor"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Kaynak akışı zaten kapalı"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "isim"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Simgenin ismi"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "isimler"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Simgenin isimlerini içeren dizi"
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "ötanımlı son çözümleri kullan"
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1681,7 +1690,7 @@ msgstr "Unix'den okurken hata: %s"
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"
diff --git a/po/tt.po b/po/tt.po
index 058d510af..ee674a804 100644
--- a/po/tt.po
+++ b/po/tt.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libgnome\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -95,8 +95,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' -› '%s' äyländergeçen açıp bulmadı"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr ""
@@ -106,8 +106,8 @@ msgstr ""
msgid "Error during conversion: %s"
msgstr "Äyländergändä xata çıqtı: %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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr ""
@@ -331,70 +331,70 @@ msgid ""
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr ""
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr ""
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Yazmanıñ UTF-8 bilgelämäse yaraqsız"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Yazmanıñ UTF-8 bilgelämäse yaraqsız"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Yazmanıñ UTF-8 bilgelämäse yaraqsız"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr ""
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -402,87 +402,87 @@ msgid ""
"character in an attribute name"
msgstr ""
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
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:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr ""
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -906,16 +906,16 @@ msgstr ""
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "UTF-8 çigennän çıqqan bilge"
-#: 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr ""
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "UTF-16 çigennän çıqqan bilge"
@@ -1078,15 +1078,15 @@ msgstr "'%s' digän bäyäsen san itep tanıp bulmí."
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "'%s' digän bäyäsen yuqbar itep tanıp bulmí."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1154,10 +1154,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr ""
@@ -1190,24 +1190,24 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1224,6 +1224,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "'%s' digän URI'nıñ host adı yaraqsız"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1241,7 +1250,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1251,7 +1260,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1259,7 +1268,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Yazılım adı yaraqsız: %s"
@@ -1578,36 +1587,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "'%s' digän URI'nıñ host adı yaraqsız"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1625,7 +1634,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 799276655..826d8d345 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -99,8 +99,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Не вдається відкрити модуль перетворення з \"%s\" у \"%s\""
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Неправильна послідовність байтів у перетворюваних вхідних даних"
@@ -110,8 +110,8 @@ msgstr "Неправильна послідовність байтів у пер
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Незавершена символьна послідовність на кінці вводу"
@@ -350,16 +350,16 @@ msgstr ""
"Помилка аналізу '%-.*s', де має бути число у символьному посиланні "
"(наприклад, &#234), можливо, число надто велике"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Посилання на символ \"%-.*s\" не визначає дозволений символ"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Порожнє посилання на символ, воно має включати число, наприклад &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -368,37 +368,37 @@ msgstr ""
"Посилання на символ не закінчується крапкою з комою, схоже символ \"&\" було "
"використано не для позначення початку предикату – екрануйте його як &amp;."
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Незавершене посилання на предикат"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Незавершене посилання на символ"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr ""
"Текст закодований як UTF-8 неприпустимим способом - надто довга послідовність"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr ""
"Текст закодований як UTF-8 неприпустимим способом - некоректний початок "
"символу"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr ""
"Текст закодований як UTF-8 неприпустимим способом - некоректна послідовність "
"'%s'"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документ має починатися з елемента (наприклад, <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -407,7 +407,7 @@ msgstr ""
"Символ \"%s\" не дозволяється вживати після символу \"<\", він не може "
"починати назву елемента"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -416,7 +416,7 @@ msgstr ""
"Зайвий символ \"%s\", очікувався символ \">\" для закриття початкового тегу "
"елементу \"%s\""
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -424,7 +424,7 @@ msgstr ""
"Зайвий символ \"%s\", очікувався символ \"=\" після назви ознаки \"%s\" "
"елемента \"%s\""
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, 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:1483
+#: glib/gmarkup.c:1480
#, 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:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -453,7 +453,7 @@ msgstr ""
"Символ \"%s\" неприпустимий після символів \"</\"; символ \"%s\" не може "
"починати назву елементу"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -462,26 +462,26 @@ msgstr ""
"Символ \"%s\" неприпустимий на закритті назви елемента \"%s\"; припустимим "
"символом є \">\""
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Було закрито не відкритий елемент \"%s\""
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Було закрито елемент \"%s\", але зараз відрито елемент \"%s\""
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Документ порожній чи містить лише пропуски"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Документ раптово закінчився відразу після початкової кутової дужки \"<\""
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -490,7 +490,7 @@ msgstr ""
"Документ раптово закінчився, коли деякі елементи ще були відкритими – \"%s\" "
"був останнім відкритим елементом"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -499,19 +499,19 @@ msgstr ""
"Документ раптово закінчився, очікувалась кінцева кутова дужка для закриття "
"тегу <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Документ раптово закінчився посеред назви елемента"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документ раптово закінчився посеред назви ознаки"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документ раптово закінчився у середині тегу, що відкривав елемент"
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -519,17 +519,17 @@ msgstr ""
"Документ раптово закінчився після знака рівності, що йшов за назвою ознаки; "
"значення ознаки не вказано"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Документ раптово закінчився посеред значення ознаки"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Документ раптово закінчився у середині тегу, що закривав елемент \"%s\""
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Документ раптово закінчився у середині коментарю чи інструкції обробки"
@@ -967,16 +967,16 @@ msgstr "Невідома помилка виконання дочірнього
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Не вдається зчитати достатню кількість даних з дочірнього каналу (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Неправильна послідовність у перетворюваному вводі"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Символ не входить в набір UTF-16"
@@ -1145,15 +1145,15 @@ msgstr "Значення '%s' не вдається перетворити у ч
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Не вдається розібрати значення '%s' як логічне значення."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "До %s передано надто велике значення лічильника"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Потік вже закрито"
@@ -1220,10 +1220,10 @@ msgid "drive doesn't implement polling for media"
msgstr "пристрій не має функції опитування наявності носія"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Операція не підтримується"
@@ -1256,24 +1256,24 @@ msgstr "Цільовий файл існує"
msgid "Can't recursively copy directory"
msgstr "Не вдається рекурсивно скопіювати каталог"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Неправильне значення символьного посилання"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Смітник не підтримується"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "назви файлів не можуть містити символ '%c'"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "том не підтримує операцію монтування"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "Не зареєстровано програму з назвою що створило закладку"
@@ -1291,6 +1291,15 @@ msgstr "Лічильник файлів має невиконані операц
msgid "File enumerator is already closed"
msgstr "Лічильник файлів вже закритий"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Неправильна назва вузла в URI \"%s\""
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1308,7 +1317,7 @@ msgstr "Операція урізання не підтримується для
msgid "Truncate not supported on stream"
msgstr "Операція урізання не підтримується для потоку"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Вхідний потік не підтримує операцію читання"
@@ -1318,7 +1327,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Для потоку є незавершена операція"
@@ -1326,7 +1335,7 @@ msgstr "Для потоку є незавершена операція"
msgid "Unable to find default local directory monitor type"
msgstr "Не вдається знайти типовий різновид монітору локального каталогу"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Неправильна назва файлу %s"
@@ -1646,38 +1655,38 @@ msgstr "для точки монтування не реалізовано оп
msgid "mount doesn't implement synchronous content type guessing"
msgstr "для точки монтування не реалізовано операцію відмонтування"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "У потоці виводу не реалізовано операцію запису"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Вхідний потік вже закритий"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
#, fuzzy
msgid "name"
msgstr "Без назви"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "Неправильна назва вузла в URI \"%s\""
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
#, fuzzy
msgid "names"
msgstr "Без назви"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1695,7 +1704,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 fd22cfbd1..ef5640675 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib GNOME TRUNK\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -99,8 +99,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Không thể mở bộ chuyển đổi từ « %s » sang « %s »"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Gặp dây byte không hợp lệ trong dữ liệu nhập chuyển đổi"
@@ -110,8 +110,8 @@ msgstr "Gặp dây byte không hợp lệ trong dữ liệu nhập chuyển đ
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Dây ký tự riêng phần ở cuối dữ liệu nhập"
@@ -347,16 +347,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:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Tham chiếu ký tự « %-.*s » không mã hóa một ký tự được phép."
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tham chiếu ký tự trống; nên chứa chữ số như là « &#454; »."
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -365,32 +365,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:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Tham chiếu thực thể chưa hoàn thành"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Tham chiếu ký tự chưa hoàn thành"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Văn bản được mã hoá UTF-8 không hợp lệ: dáy quá dài"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Văn bản được mã hoá UTF-8 không hợp lệ: không phải ký tự bắt đầu"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Văn bản được mã hoá UTF-8 không hợp lệ: không phải « %s » hợp lệ"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Tài liệu phải bắt đầu bằng một yếu tố (v.d. <book> [quyển sách])"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -399,7 +399,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:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -408,7 +408,7 @@ 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:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -416,7 +416,7 @@ msgstr ""
"Ký tự lẻ « %s », mong đợi một dấu bằng « = » nằm sau tên thuộc tính « %s » của "
"yếu tố « %s »"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -427,7 +427,7 @@ msgstr ""
"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:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -436,7 +436,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:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -445,7 +445,7 @@ msgstr ""
"« %s » không phải là một ký tự hợp lệ nằm theo các ký tự « </ » ; không cho "
"phép « %s » bắt đầu một tên yếu tố"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -454,25 +454,25 @@ msgstr ""
"« %s » không phải là một ký tự hợp lệ nằm theo tên yếu tố đóng « %s »; ký tự "
"được phép là « > »."
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Yếu tố « %s » đã được đóng, không có yếu tố mở hiện thời"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Yếu tố « %s » đã được đóng, nhưng yếu tố mở hiện thời là « %s »"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Tài liệu rỗng hay chứa chỉ khoảng trắng"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Tài liệu đã kết thúc bất thường ngay sau một dấu ngoặc nhọn mở « < »"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -481,7 +481,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:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -490,19 +490,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:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Tài liệu đã kết thúc bất thường bên trong một tên yếu tố"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Tài liệu đã kết thúc bất thường bên trong một tên thuộc tính"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Tài liệu đã kết thúc bất thường bên trong một thẻ mở yếu tố"
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -510,17 +510,17 @@ 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:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Tài liệu đã kết thúc bất thường trong khi nằm trong một giá trị thuộc tính"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Tài liệu đã kết thúc bất thường bên trong thẻ đóng cho yếu tố « %s »"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Tài liệu đã kết thúc bất thường bên trong một chú thích hay hướng dẫn xử lý"
@@ -957,16 +957,16 @@ msgstr "Gặp lỗi không rõ khi thực hiện tiến trình con « %s »"
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:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Dãy không hợp lệ nằm trong dữ liệu nhập việc chuyển đổi"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Ký tự ở ngoại phạm vi UTF-16"
@@ -1134,15 +1134,15 @@ msgstr "Không thể giải dịch giá trị « %s » dạng con số nổi."
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Không thể giải dịch giá trị « %s » dạng bun (đúng/sai)."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "Giá trị đếm quá lớn được gửi cho %s"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "Luồng đã bị đóng"
@@ -1209,10 +1209,10 @@ msgid "drive doesn't implement polling for media"
msgstr "ổ đĩa không thực hiện chức năng thăm dò có phương tiện không"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Thao tác không được hỗ trợ"
@@ -1245,24 +1245,24 @@ msgstr "Tập tin đích đã có"
msgid "Can't recursively copy directory"
msgstr "Không thể sao chép đệ quy thư mục"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "Đưa ra giá trị liên kết tượng trưng không hợp lệ"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "Thùng rác không được hỗ trợ"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Tên tập tin không thể chứa « %c »"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "hàm volume (khối tin) không thực hiện chức năng mount (lắp)"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "Không có ứng dụng đăng ký xử lý tập tin này"
@@ -1279,6 +1279,15 @@ msgstr "Bộ đếm tập tin có thao tác còn chạy"
msgid "File enumerator is already closed"
msgstr "Bộ đếm tập tin đã bị đóng"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Mảng chứa tên biểu tượng"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1296,7 +1305,7 @@ msgstr "Không cho phép cắt ngắn luồng nhập vào"
msgid "Truncate not supported on stream"
msgstr "Không cho phép cắt ngắn luồng"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "Luồng nhập vào không thực hiện chức năng đọc"
@@ -1306,7 +1315,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "Luồng có thao tác còn chạy"
@@ -1314,7 +1323,7 @@ msgstr "Luồng có thao tác còn chạy"
msgid "Unable to find default local directory monitor type"
msgstr "Không tìm thấy kiểu theo dõi thư mục cục bộ mặc định"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "Tên tập tin không hợp lệ: %s"
@@ -1634,35 +1643,35 @@ msgstr "hàm mount (lắp) không thực hiện hàm unmount (bỏ lắp)"
msgid "mount doesn't implement synchronous content type guessing"
msgstr "hàm mount (lắp) không thực hiện hàm unmount (bỏ lắp)"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "Luồng xuất không thực hiện hàm write (ghi)"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "Luồng nguồn đã bị đóng"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "tên"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "Tên của biểu tượng"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "tên"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "Mảng chứa tên biểu tượng"
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "dùng dự phòng mặc định"
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1682,7 +1691,7 @@ msgstr "Gặp lỗi khi đọc từ UNIX: %s"
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"
diff --git a/po/wa.po b/po/wa.po
index 7e65d5e6b..d84f1e8ab 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -102,8 +102,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Dji n' a savou drovi l' cvierseu di «%s» viè «%s»"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Secwince d' octets nén valide e l' intrêye do cviersaedje"
@@ -113,8 +113,8 @@ msgstr "Secwince d' octets nén valide e l' intrêye do cviersaedje"
msgid "Error during conversion: %s"
msgstr "Åk n' a nén stî tot cviersant: %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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr ""
@@ -348,70 +348,70 @@ msgid ""
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr ""
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr ""
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Tecse ecôdé en UTF-8 nén valide"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Tecse ecôdé en UTF-8 nén valide"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, 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:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Li documint doet cmincî avou èn elemint (eg: <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr ""
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -419,87 +419,87 @@ msgid ""
"character in an attribute name"
msgstr ""
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
msgstr ""
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Li documint esteut vude ou avou seulmint des blancs"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr ""
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -925,16 +925,16 @@ msgstr "Aroke nén cnoxhowe tot-z enondant l' processus efant «%s»"
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Caractere foû fortchete po l' ecôdaedje 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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Secwince nén valide e l' intrêye do cviersaedje"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Caractere foû fortchete po l' ecôdaedje UTF-16"
@@ -1097,15 +1097,15 @@ msgstr ""
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr ""
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1172,10 +1172,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Loyéns simbolikes nén sopoirtés"
@@ -1209,25 +1209,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "Loyéns simbolikes nén sopoirtés"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1244,6 +1244,14 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+msgid "The file containing the icon"
+msgstr ""
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1261,7 +1269,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1271,7 +1279,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1279,7 +1287,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "No d' lodjoe nén valide"
@@ -1597,35 +1605,35 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr ""
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1643,7 +1651,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 2f77b9c90..31e258546 100644
--- a/po/xh.po
+++ b/po/xh.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -103,8 +103,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "Akukwazekanga ukuvula isiguquli ukusuka ku '%s' ukuya ku '%s'"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Ulandelelwano olungasebenziyo lwe-byte kungeniso-lwazi yenguqulo"
@@ -114,8 +114,8 @@ msgstr "Ulandelelwano olungasebenziyo lwe-byte kungeniso-lwazi yenguqulo"
msgid "Error during conversion: %s"
msgstr "Impazamo ngelixa lenguqulo: %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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "Inxalenye yophawu lolandelelwano ekupheleni kongeniso-lwazi"
@@ -355,16 +355,16 @@ msgstr ""
"ngaphakathi kophawu lokuthumela (&#234; umzekelo) - mhlawumbi umvo mkhulu "
"kakhulu"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Uphawu lokuthumela '%-.*s' alulunxulumanisi uphawu olunemvume"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Uphawu lokuthumela oluze; kufuneka luquke umvo ofana nalo &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -374,34 +374,34 @@ msgstr ""
"uphawu lwe- ampersand ungenanjongo yokuqala into ezimeleyo - phepha i- "
"ampersand njenge &amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "Into ezimeleyo yokuthumela engagqitywanga"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "Uphawu lokuthumela olungagqitywanga"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Umbhalo onxulumanisayo ongasebenziyo we- UTF-8"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Umbhalo onxulumanisayo ongasebenziyo we- UTF-8"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Umbhalo onxulumanisayo ongasebenziyo we- UTF-8"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Uxwebhu kufuneka luqale ngesiqalelo (umzkl. <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -410,7 +410,7 @@ msgstr ""
"'%s' asilophawu elisebenzayo elilandela u '<' uphawu; linokungaqali igama "
"lesiqalelo"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -419,7 +419,7 @@ msgstr ""
"Uphawu olutenxileyo '%s', lulindele '>' uphawu lokuphelisa ilebhile "
"yokuqalisa isiqalelo '%s'"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -427,7 +427,7 @@ msgstr ""
"Uphawu olutenxileyo '%s', lulindele '=' emva kwegama lophawu '%s' "
"lwesiqalelo '%s'"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -438,7 +438,7 @@ msgstr ""
"ilebhile yokuqala isiqalelo '%s', okanye ngokhetho lophawu; mhlawumbi "
"usebenzise uphawu olungasebenziyo kwigama lophawu"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -447,7 +447,7 @@ msgstr ""
"Uphawu olutenxileyo '%s', lulindele uphawu locaphulo oluvulekileyo emva "
"kweempawu zokulingana xa kunikwa ixabiso lophawu '%s' lwesiqalelo '%s'"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -456,7 +456,7 @@ msgstr ""
"'%s' asilophawu olusebenzayo ukulandela iimpawu '</'; '%s' linokungaqali "
"igama lesiqalelo"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -465,27 +465,27 @@ msgstr ""
"'%s' asilophawu olusebenzayo ukulandela igama lesiqalelo elikufuphi '%s'; "
"uphawu oluvunyelweyo lolu '>'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Isiqalelo '%s' besivaliwe, akukho siqalelo sivuliweyo njengangoku"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, 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:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "Uxwebhu beluze okanye luqulathe isikhewu esimhlophe kuphela"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Uxwebhu luphele ngesiquphe kanye emva kwesibiyeli sedolo elivulekileyo '<'"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -494,7 +494,7 @@ msgstr ""
"Uxwebhu luphele ngesiquphe xeshikweni iziqalelo bezisavulile - '%s' "
"isiqalelo sokugqibela besivuliwe"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -503,19 +503,19 @@ msgstr ""
"Uxwebhu luphele ngesiquphe, kulindelwe ukubona isibiyeli sedolo elivaliweyo "
"esiphelisa ilebhile <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "Uxwebhu luphele ngesiquphe ngaphakathi kwegama lesiqalelo"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Uxwebhu luphele ngesiquphe ngaphakathi kwegama lophawu"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Uxwebhu luphele ngesiquphe ngaphakathi kwelebhile evula isiqalelo."
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -523,17 +523,17 @@ msgstr ""
"Uxwebhu luphele ngesiquphe emva kokuba uphawu lokulingana lulandele igama "
"lophawu; kungekho xabiso lophawu"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Uxwebhu luphele ngesiquphe xeshikweni lungaphakathi kwexabiso lophawu"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, 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:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Uxwebhu luphele ngesiquphe ngaphaikathi komyalelo wezimvo okanye inkqubo"
@@ -978,16 +978,16 @@ msgstr ""
"Akuphumelelekanga ukufunda ngokwaneleyo idata evela kuthungelwano nomntwana "
"(%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
msgid "Character out of range for UTF-8"
msgstr "Uphawu lungaphandle kwesigaba se-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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "Ulandelelwano olungasebenziyo kwinguqulo yongeniso-lwazi"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "Uphawu lungaphandle kwesigaba se-UTF-16"
@@ -1159,15 +1159,15 @@ msgstr "Ixabiso '%s' alinakho ukuchazwa njengenani."
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Ixabiso '%s' alinakho ukuchazwa njenge-boolean."
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1235,10 +1235,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Ikhonkco elingumfuziselo alixhaswanga"
@@ -1272,25 +1272,25 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
#, fuzzy
msgid "Trash not supported"
msgstr "Ikhonkco elingumfuziselo alixhaswanga"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1307,6 +1307,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "Igama lomququzeleli weURI '%s' alisebenzi"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1324,7 +1333,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1334,7 +1343,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1342,7 +1351,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Igama lomququzeleli elingasebenziyo"
@@ -1662,36 +1671,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "Igama lomququzeleli weURI '%s' alisebenzi"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1709,7 +1718,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 c83a2cad3..e3ea3c97d 100644
--- a/po/yi.po
+++ b/po/yi.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -98,8 +98,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "ניט געקענט עפֿענען פֿאַרװאַנדלער פֿון %s צו %s: %s"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "אומלעקסיק אַכטעלע־סעײַװענץ אין פֿאַרװאַנדלונג אַרױסשרײַב"
@@ -109,8 +109,8 @@ msgstr "אומלעקסיק אַכטעלע־סעײַװענץ אין פֿאַרװ
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "האַלבע כאַראַקטער־סעקװענץ צום סוף פֿון אַרײַנשרײַב"
@@ -341,16 +341,16 @@ msgstr ""
"דורכפֿאַל אין אַנאַליזירן '%s', װאָס זאָל האָבן אַ ציפֿער אין דער שריפֿטצײכן־רעפֿערענץ "
"(למשל &#234;); אפֿשר איז דער ציפֿער צו גרױס"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "שריפֿטצײכן־רעפֿערענץ '%s' קאָדירט ניט קײן דערלאָזטן שריפֿטצײכן"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "נוליקע שריפֿטצײכן־רעפֿערענץ; מוז כּולל זײַן אַ ציפֿער, װי &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -359,34 +359,34 @@ msgstr ""
"שריפֿטצײכן־רעפֿערענץ האָט זיך ניט געענדיקט מיט קײן \";\". מסתּמא האָט מען געשריבן "
"אַן & שריפֿטצײכן אָן דער כּװנה אָנצוהײבן אַן אײנס. נאָרמאַליר & װי &amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "ניט־געענדיקט אײנס־רעפֿערענץ"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "ניט־געענדיקט שריפֿטצײכן־רעפֿערענץ"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "אומלעקסיק UTF־8 קאָדירטער טעקסט"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "אומלעקסיק UTF־8 קאָדירטער טעקסט"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "אומלעקסיק UTF־8 קאָדירטער טעקסט"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "דאָקומענט מוז אָנהײבן מיט אַן עלעמענט (װי למשל <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -395,7 +395,7 @@ msgstr ""
"'%s' איך ניט קײן לעקסיקער שריפֿטצײכן נאָך אַ '‪<‬' שריפֿטצײכן;עס טאָר ניט אָנהײבן "
"קײן אײנסנאָמען"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -404,7 +404,7 @@ msgstr ""
"מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '‪>‬' שריפֿטצײכן צו ענדיקן דעם אָנהײב־הענטל "
"פֿונעם עלעמענט '%s'"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -412,7 +412,7 @@ msgstr ""
"מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '=' שריפֿטצײכן נאָך אַטריבוט־נאָמען %s פֿונעם "
"עלעמענט '%s'"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -423,7 +423,7 @@ msgstr ""
"אָנהײב־הענטל פֿונעם עלעמענט '%s'; אפֿשר האָט מען געלײגט אַן אומלעקסיקן שריפֿטצײכן "
"אין אַן אַטריבוט־נאָמען"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -432,7 +432,7 @@ msgstr ""
"מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '\"' נאָך דעם '=' צו באַשטעטיקן דעם באַטרעף פֿון "
"אַטריבוט '%s' פֿונעם עלעמענט '%s'"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -441,7 +441,7 @@ msgstr ""
"'%s' איז ניט קײן לעקסיקער שריפֿטצײכן נאָך די שריפֿטצײכנס '‪</‬'; '%s' טאָר ניט "
"אָנהײבן קײן עלעמענט־נאָמען"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -450,25 +450,25 @@ msgstr ""
"'%s' איז ניט קײן לעקסיקער שריפֿטצײכן נאָך דעם שלאָס־עלעמענט נאָמען '%s'; מען מוז "
"שטעלן '‪>‬'"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "עלעמענט '%s' איז פֿאַרמאַכט; קײן עלעמענט איז דערװײַל אָפֿן"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "עלעמענט '%s' איז פֿאַרמאַכט; דער איצטיקער אָפֿענער עלעמענט איז '%s'"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "דאָקומענט איז פּוסט אָדער איז כּולל בלױז לײדיק אָרט"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט נאָך אַן עפֿן־צײכן '‪<‬'"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -477,7 +477,7 @@ msgstr ""
"דאָקומענט ענדיקט זיך אומגעריכטערהײט מיט אָפֿענע עלעמענטן; '%s' איז געװען דער "
"לעצט־געעפֿנטער עלעמענט"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -486,19 +486,19 @@ msgstr ""
"דאָקומענט ענדיקט זיך אומגעריכטערהײט; דערװאַרט אַ שלאָס־צײכן '‪>‬' צו ענדיקן דעם "
"הענטל ‪<%s/>‬"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן עלעמענט־נאָמען"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן אַטריבוט־נאָמען"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן עלעמענט־עפֿן הענטל"
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -506,18 +506,18 @@ msgstr ""
"דאָקומענט ענדיקט זיך אומגעריכטערהײט נאָך דעם '=' שריפֿטצײכן נאָך אַן "
"אַטריבוט־נאָמען אָן קײן אַטריבוט־באַטרעף"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן אַטריבוט־באַטרעף"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון דעם שלאָס־הענטל פֿון עלעמענט "
"'%s'"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַ קאָמענטאַר אָדער אַ "
@@ -954,16 +954,16 @@ msgstr "אומבאַקאַנטער דורכפֿאַל אין באַאַרבעט
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "דורכפֿאַל אין לײענען גענוג דאַטן פֿון קינד pid-רער (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "אומלעקסיקער סעקװענץ אין פֿאַרװאַנדל־אַרײַנשרײַב"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "שריפֿטצײכן ניט אין דער UTF־16 גאַמע"
@@ -1126,15 +1126,15 @@ msgstr ""
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr ""
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr ""
@@ -1201,10 +1201,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr ""
@@ -1237,24 +1237,24 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr ""
@@ -1271,6 +1271,15 @@ msgstr ""
msgid "File enumerator is already closed"
msgstr ""
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "דער מאַשין־נאָמען פֿונעם URI %s איז אומלעקסיק"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1288,7 +1297,7 @@ msgstr ""
msgid "Truncate not supported on stream"
msgstr ""
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr ""
@@ -1298,7 +1307,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr ""
@@ -1306,7 +1315,7 @@ msgstr ""
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "אומלעקסיקער מאַשין־נאָמען"
@@ -1625,36 +1634,36 @@ msgstr ""
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr ""
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr ""
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
#, fuzzy
msgid "The name of the icon"
msgstr "דער מאַשין־נאָמען פֿונעם URI %s איז אומלעקסיק"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr ""
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr ""
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr ""
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1672,7 +1681,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 76fdaebd7..2793b3d0e 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -100,8 +100,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "无法打开从“%s”到“%s”的转换器"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "转换输入中出现无效字符序列"
@@ -111,8 +111,8 @@ msgstr "转换输入中出现无效字符序列"
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "输入末尾出现未尽字符序列"
@@ -340,16 +340,16 @@ msgid ""
"reference (&#234; for example) - perhaps the digit is too large"
msgstr "分析“%-.*s”失败。它应该是字符引用中的数字(如&#234;) - 可能该数字太大了"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "字符引用“%-.*s”不是编码一个被允许的字符"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "空的字符引用;应该包括数字,如 &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -358,52 +358,52 @@ msgstr ""
"字符引用没有以分号结束。很可能您使用了 & 字符而又不是一个实体 - 将这个 & 变"
"为 &amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "未完成的实体引用"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "未完成的字符引用"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "无效的 UTF-8 编码文本 - 序列过长"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "无效的 UTF-8 编码文本 - 非开始字符"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "无效的 UTF-8 编码文本 - “%s”无效"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "文档必须以一个元素开始(例如 <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "“%s”出现在字符“<”后是无效字符;它不能作为元素名的开头"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr "字符“%s”无效,应该以字符“>”来结束元素“%s”的起始标记"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "字符“%s”无效,在属性名“%s”(元素“%s”)的后应该是字符“=”"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -413,87 +413,87 @@ msgstr ""
"字符“%s”无效,应该以“>”或“/”结束元素“%s”的起始标记,或紧跟该元素的属性;可能"
"您在属性名中使用了无效字符"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
msgstr "字符“%s”无效,在给属性“%s”(元素“%s”)赋值时,在等号后应该是引号"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr "“%s”出现在字符“</”后无效;“%s”不能作为元素名的开头"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "“%s”出现在结束的元素名“%s”后无效;允许的字符是“>”"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "元素“%s”已经结束,没有未结束的元素"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "元素“%s”已经结束,当前未结束的元素是“%s”"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "文档为空或仅含空白字符"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "文档在一个打开的尖括号“<”后意外结束"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "文档在还存在未结束元素时意外结束 - 最后的未结束元素是“%s”"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "文档意外结束,应该以右尖括号“>”来结束标记 <%s/>"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "文档在元素名中意外结束"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "文档在属性名中意外结束"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "文档在元素起始标记中意外结束"
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "文档在跟在属性名后的等号后意外结束;没有属性值"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "文档在属性值中意外结束"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "文档在元素“%s”结束标记中意外结束"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "文档在注释或处理指令中意外结束"
@@ -917,16 +917,16 @@ msgstr "执行子进程“%s”时出现未知错误"
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "从子进程管道中读取足够的数据失败(%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "转换输入中出现无效序列"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "字符超出 UTF-16 范围"
@@ -1089,15 +1089,15 @@ msgstr "无法将值“%s”解释为浮点数。"
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "无法将值“%s”解释为布尔值。"
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "传递给 %s 的计数值太大了"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "流已经关闭"
@@ -1164,10 +1164,10 @@ msgid "drive doesn't implement polling for media"
msgstr "驱动未实现媒体轮询"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "不支持该操作"
@@ -1200,24 +1200,24 @@ msgstr "目标文件已存在"
msgid "Can't recursively copy directory"
msgstr "无法递归复制目录"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "给出的符号链接值无效"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "不支持垃圾箱"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "文件名不能包含“%c”"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "卷未实现挂载"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "没有注册为处理此文件的应用程序"
@@ -1234,6 +1234,15 @@ msgstr "文件枚举器有异常操作"
msgid "File enumerator is already closed"
msgstr "文件枚举器已关闭"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "包含图标名称的数组"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1251,7 +1260,7 @@ msgstr "输入流不允许截断"
msgid "Truncate not supported on stream"
msgstr "流不支持截断"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "输入流未实现读取"
@@ -1261,7 +1270,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "流有异常操作"
@@ -1269,7 +1278,7 @@ msgstr "流有异常操作"
msgid "Unable to find default local directory monitor type"
msgstr "无法找默认的本地目录监视器类型"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "无效的文件名名:%s"
@@ -1587,35 +1596,35 @@ msgstr "挂载未实现卸载"
msgid "mount doesn't implement synchronous content type guessing"
msgstr "挂载未实现卸载"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "输出流未实现写入"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "来源流已经关闭"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "名称"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "图标的名称"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "名称"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "包含图标名称的数组"
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "使用默认预案"
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1635,7 +1644,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/zh_HK.po b/po/zh_HK.po
index 02ffef8b4..11debdad9 100644
--- a/po/zh_HK.po
+++ b/po/zh_HK.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.17.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-0400\n"
"PO-Revision-Date: 2008-07-14 16:27+0800\n"
"Last-Translator: Woodman Tuen <wmtuen@gmail.com>\n"
"Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"
@@ -101,8 +101,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "無法將‘%s’轉換至‘%s’"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "轉換輸入資料時遇到不正確的位元組組合"
@@ -112,8 +112,8 @@ msgstr "轉換輸入資料時遇到不正確的位元組組合"
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "輸入資料結束時字符仍未完整"
@@ -342,16 +342,16 @@ msgid ""
"reference (&#234; for example) - perhaps the digit is too large"
msgstr "無法解析‘%-.*s’,字符參引內應該含有數字(例如 &#234;)─ 可能是數字太大"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "字符參引‘%-.*s’無法表示任何能接受的字符"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "字符參引是空白的;它應該包括數字,像 &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -360,52 +360,52 @@ msgstr ""
"字符參引的結束部分不是分號;很可能你想使用 & 字符但未將它變為實體 ─ 請將 & 轉"
"換為 &amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "未完成的實體參引"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "未完成的字符參引"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "無效的 UTF-8 編碼文字 - 序列過長"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "無效的 UTF-8 編碼文字 - 非開始字符"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "無效的 UTF-8 編碼文字 - 不是合法的「%s」"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "文件開始必須為一元素(例如 <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "‘<’字符後的‘%s’不是有效的字符;這樣不可能是元素名稱的開始部份"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr "字符‘%s’不尋常,元素‘%s’的開始標籤應該以‘>’字符結束"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "不尋常的字符‘%s’,屬性名稱‘%s’(屬於元素‘%s’)後應該是‘=’字符"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -415,7 +415,7 @@ msgstr ""
"不尋常的字符‘%s’,元素‘%s’的開始標籤應該以‘>’或‘/’字符終結,也可以是屬性;或"
"許你在屬性名稱中使用了無效的字符"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -423,80 +423,80 @@ msgid ""
msgstr ""
"不尋常的字符‘%s’,當指定屬性‘%s’的值(屬於元素‘%s’)時,等號後應該出現開引號"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr "‘</’字符後的‘%s’不是有效的字符;‘%s’不可能是元素名稱的開始部份"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "字符‘%s’是無效的(位置在關閉元素‘%s’末端);允許的字符為「>」"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "元素‘%s’已關閉,沒有開啟中的元素"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "元素‘%s’已關閉,但開啟中的元素是‘%s’"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "文件完全空白或只含有空白字符"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "文件在尖角括號‘<’後突然終止"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "在仍然有開啟中的元素時,文件突然結束 ─‘%s’是最後一個開啟的元素"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "文件突然結束,本來應該出現用來關閉標籤 <%s/> 的尖角括號"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "在元素的名稱內,文件突然結束"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "在屬性名稱內,文件突然結束"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "在元素的開啟標籤內,文件突然結束"
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "在屬性名稱的等號後,文件突然結束;沒有屬性值"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "在屬性值內,文件突然結束"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "在元素‘%s’的關閉標籤內,文件突然結束"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "在註解或處理指示內,文件突然結束"
@@ -920,16 +920,16 @@ msgstr "執行副進程“%s”時發生不明的錯誤"
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "無法從 child pid pipe 讀取足夠的資料 (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "轉換輸入資料時出現無效的字符次序"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "字符不在 UTF-16 範圍之內"
@@ -1092,15 +1092,15 @@ msgstr "數值‘%s’不能被解譯為浮點數。"
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "數值‘%s’不能被解譯為邏輯值。"
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "傳給 %s 的計數值太大"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "串流已經關閉"
@@ -1167,10 +1167,10 @@ msgid "drive doesn't implement polling for media"
msgstr "裝置無法實作媒體的輪詢"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "不支援操作"
@@ -1203,24 +1203,24 @@ msgstr "目標檔案已存在"
msgid "Can't recursively copy directory"
msgstr "不能遞廻複製目錄"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "提供了無效的符號連結值"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "不支援回收筒"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "檔案名稱不能包含「%c」"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "儲存裝置尚未實作掛載功能"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "沒有應用程式註冊為用以處理這個檔案"
@@ -1237,6 +1237,15 @@ msgstr "檔案列舉器(enumerator)有異常操作"
msgid "File enumerator is already closed"
msgstr "檔案列舉器(enumerator)已經關閉"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "包含圖示名稱的陣列"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1254,7 +1263,7 @@ msgstr "在輸入串流中不允許截短(truncate)"
msgid "Truncate not supported on stream"
msgstr "在串流中不支援截短(truncate)"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "輸入串流尚未實作讀取"
@@ -1264,7 +1273,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "串流有異常操作"
@@ -1272,7 +1281,7 @@ msgstr "串流有異常操作"
msgid "Unable to find default local directory monitor type"
msgstr "無法找到預設的本地端目錄監視器類型"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "無效的檔案名稱 %s"
@@ -1590,35 +1599,35 @@ msgstr "掛載點尚未實作卸載"
msgid "mount doesn't implement synchronous content type guessing"
msgstr "掛載點尚未實作卸載"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "輸出串流尚未實作寫入"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "來源串流已經關閉"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "名稱"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "圖示的名稱"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "名稱"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "包含圖示名稱的陣列"
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "使用預設的回饋"
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1638,7 +1647,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/zh_TW.po b/po/zh_TW.po
index 0ca7f187f..c2efb97da 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.17.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-04 13:30-0400\n"
+"POT-Creation-Date: 2008-08-18 00:50-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"
@@ -101,8 +101,8 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr "無法將‘%s’轉換至‘%s’"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
-#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956
-#: glib/gutf8.c:1405
+#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
+#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "轉換輸入資料時遇到不正確的位元組組合"
@@ -112,8 +112,8 @@ msgstr "轉換輸入資料時遇到不正確的位元組組合"
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:951 glib/gutf8.c:1155 glib/gutf8.c:1296
+#: glib/gutf8.c:1400
msgid "Partial character sequence at end of input"
msgstr "輸入資料結束時字元仍未完整"
@@ -342,16 +342,16 @@ msgid ""
"reference (&#234; for example) - perhaps the digit is too large"
msgstr "無法解析‘%-.*s’,字元參引內應該含有數字(例如 &#234;)─ 可能是數字太大"
-#: glib/gmarkup.c:653
+#: glib/gmarkup.c:650
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "字元參引‘%-.*s’無法表示任何能接受的字元"
-#: glib/gmarkup.c:668
+#: glib/gmarkup.c:665
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "字元參引是空白的;它應該包括數字,像 &#454;"
-#: glib/gmarkup.c:678
+#: glib/gmarkup.c:675
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -360,52 +360,52 @@ msgstr ""
"字元參引的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉"
"換為 &amp;"
-#: glib/gmarkup.c:764
+#: glib/gmarkup.c:761
msgid "Unfinished entity reference"
msgstr "未完成的實體參引"
-#: glib/gmarkup.c:770
+#: glib/gmarkup.c:767
msgid "Unfinished character reference"
msgstr "未完成的字元參引"
-#: glib/gmarkup.c:1056
+#: glib/gmarkup.c:1053
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "無效的 UTF-8 編碼文字 - 序列過長"
-#: glib/gmarkup.c:1084
+#: glib/gmarkup.c:1081
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "無效的 UTF-8 編碼文字 - 非開始字元"
-#: glib/gmarkup.c:1120
+#: glib/gmarkup.c:1117
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "無效的 UTF-8 編碼文字 - 不是合法的「%s」"
-#: glib/gmarkup.c:1158
+#: glib/gmarkup.c:1155
msgid "Document must begin with an element (e.g. <book>)"
msgstr "文件開始必須為一元素(例如 <book>)"
-#: glib/gmarkup.c:1198
+#: glib/gmarkup.c:1195
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "‘<’字元後的‘%s’不是有效的字元;這樣不可能是元素名稱的開始部份"
-#: glib/gmarkup.c:1266
+#: glib/gmarkup.c:1263
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr "字元‘%s’不尋常,元素‘%s’的開始標籤應該以‘>’字元結束"
-#: glib/gmarkup.c:1355
+#: glib/gmarkup.c:1352
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "不尋常的字元‘%s’,屬性名稱‘%s’(屬於元素‘%s’)後應該是‘=’字元"
-#: glib/gmarkup.c:1397
+#: glib/gmarkup.c:1394
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -415,7 +415,7 @@ msgstr ""
"不尋常的字元‘%s’,元素‘%s’的開始標籤應該以‘>’或‘/’字元終結,也可以是屬性;或"
"許您在屬性名稱中使用了無效的字元"
-#: glib/gmarkup.c:1483
+#: glib/gmarkup.c:1480
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -423,80 +423,80 @@ msgid ""
msgstr ""
"不尋常的字元‘%s’,當指定屬性‘%s’的值(屬於元素‘%s’)時,等號後應該出現開引號"
-#: glib/gmarkup.c:1625
+#: glib/gmarkup.c:1622
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr "‘</’字元後的‘%s’不是有效的字元;‘%s’不可能是元素名稱的開始部份"
-#: glib/gmarkup.c:1665
+#: glib/gmarkup.c:1662
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "字元‘%s’是無效的(位置在關閉元素‘%s’末端);允許的字元為「>」"
-#: glib/gmarkup.c:1676
+#: glib/gmarkup.c:1673
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "元素‘%s’已關閉,沒有開啟中的元素"
-#: glib/gmarkup.c:1685
+#: glib/gmarkup.c:1682
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "元素‘%s’已關閉,但開啟中的元素是‘%s’"
-#: glib/gmarkup.c:1848
+#: glib/gmarkup.c:1845
msgid "Document was empty or contained only whitespace"
msgstr "文件完全空白或只含有空白字元"
-#: glib/gmarkup.c:1862
+#: glib/gmarkup.c:1859
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "文件在尖角括號‘<’後突然終止"
-#: glib/gmarkup.c:1870 glib/gmarkup.c:1915
+#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "在仍然有開啟中的元素時,文件突然結束 ─‘%s’是最後一個開啟的元素"
-#: glib/gmarkup.c:1878
+#: glib/gmarkup.c:1875
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "文件突然結束,本來應該出現用來關閉標籤 <%s/> 的尖角括號"
-#: glib/gmarkup.c:1884
+#: glib/gmarkup.c:1881
msgid "Document ended unexpectedly inside an element name"
msgstr "在元素的名稱內,文件突然結束"
-#: glib/gmarkup.c:1890
+#: glib/gmarkup.c:1887
msgid "Document ended unexpectedly inside an attribute name"
msgstr "在屬性名稱內,文件突然結束"
-#: glib/gmarkup.c:1895
+#: glib/gmarkup.c:1892
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "在元素的開啟標籤內,文件突然結束"
-#: glib/gmarkup.c:1901
+#: glib/gmarkup.c:1898
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "在屬性名稱的等號後,文件突然結束;沒有屬性值"
-#: glib/gmarkup.c:1908
+#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "在屬性值內,文件突然結束"
-#: glib/gmarkup.c:1924
+#: glib/gmarkup.c:1921
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "在元素‘%s’的關閉標籤內,文件突然結束"
-#: glib/gmarkup.c:1930
+#: glib/gmarkup.c:1927
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "在註解或處理指示內,文件突然結束"
@@ -920,16 +920,16 @@ msgstr "執行副進程“%s”時發生不明的錯誤"
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "無法從 child pid pipe 讀取足夠的資料 (%s)"
-#: glib/gutf8.c:1030
+#: glib/gutf8.c:1029
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:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273
+#: glib/gutf8.c:1414 glib/gutf8.c:1510
msgid "Invalid sequence in conversion input"
msgstr "轉換輸入資料時出現無效的字元次序"
-#: glib/gutf8.c:1426 glib/gutf8.c:1522
+#: glib/gutf8.c:1425 glib/gutf8.c:1521
msgid "Character out of range for UTF-16"
msgstr "字元不在 UTF-16 範圍之內"
@@ -1092,15 +1092,15 @@ msgstr "數值‘%s’不能被解譯為浮點數。"
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "數值‘%s’不能被解譯為邏輯值。"
-#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187
-#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685
-#: gio/goutputstream.c:195 gio/goutputstream.c:649
+#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193
+#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691
+#: gio/goutputstream.c:202 gio/goutputstream.c:656
#, c-format
msgid "Too large count value passed to %s"
msgstr "傳給 %s 的計數值太大"
-#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895
-#: gio/goutputstream.c:1078
+#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901
+#: gio/goutputstream.c:1085
msgid "Stream is already closed"
msgstr "串流已經關閉"
@@ -1167,10 +1167,10 @@ msgid "drive doesn't implement polling for media"
msgstr "裝置無法實作媒體的輪詢"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
-#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682
-#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228
-#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877
-#: gio/gfile.c:4207
+#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
+#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
+#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
+#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "不支援操作"
@@ -1203,24 +1203,24 @@ msgstr "目標檔案已存在"
msgid "Can't recursively copy directory"
msgstr "不能遞廻複製目錄"
-#: gio/gfile.c:2851
+#: gio/gfile.c:2861
msgid "Invalid symlink value given"
msgstr "提供了無效的符號連結值"
-#: gio/gfile.c:2944
+#: gio/gfile.c:2954
msgid "Trash not supported"
msgstr "不支援回收筒"
-#: gio/gfile.c:2993
+#: gio/gfile.c:3003
#, c-format
msgid "File names cannot contain '%c'"
msgstr "檔案名稱不能包含「%c」"
-#: gio/gfile.c:4975 gio/gvolume.c:370
+#: gio/gfile.c:4985 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "儲存裝置尚未實作掛載功能"
-#: gio/gfile.c:5083
+#: gio/gfile.c:5093
msgid "No application is registered as handling this file"
msgstr "沒有應用程式註冊為用以處理這個檔案"
@@ -1237,6 +1237,15 @@ msgstr "檔案列舉器(enumerator)有異常操作"
msgid "File enumerator is already closed"
msgstr "檔案列舉器(enumerator)已經關閉"
+#: gio/gfileicon.c:144
+msgid "file"
+msgstr ""
+
+#: gio/gfileicon.c:145
+#, fuzzy
+msgid "The file containing the icon"
+msgstr "包含圖示名稱的陣列"
+
#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424
#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526
msgid "Stream doesn't support query_info"
@@ -1254,7 +1263,7 @@ msgstr "在輸入串流中不允許截短(truncate)"
msgid "Truncate not supported on stream"
msgstr "在串流中不支援截短(truncate)"
-#: gio/ginputstream.c:196
+#: gio/ginputstream.c:202
msgid "Input stream doesn't implement read"
msgstr "輸入串流尚未實作讀取"
@@ -1264,7 +1273,7 @@ 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:905 gio/goutputstream.c:1088
+#: gio/ginputstream.c:911 gio/goutputstream.c:1095
msgid "Stream has outstanding operation"
msgstr "串流有異常操作"
@@ -1272,7 +1281,7 @@ msgstr "串流有異常操作"
msgid "Unable to find default local directory monitor type"
msgstr "無法找到預設的本地端目錄監視器類型"
-#: gio/glocalfile.c:601
+#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410
#, c-format
msgid "Invalid filename %s"
msgstr "無效的檔案名稱 %s"
@@ -1590,35 +1599,35 @@ msgstr "掛載點尚未實作卸載"
msgid "mount doesn't implement synchronous content type guessing"
msgstr "掛載點尚未實作卸載"
-#: gio/goutputstream.c:204 gio/goutputstream.c:405
+#: gio/goutputstream.c:211 gio/goutputstream.c:412
msgid "Output stream doesn't implement write"
msgstr "輸出串流尚未實作寫入"
-#: gio/goutputstream.c:365 gio/goutputstream.c:773
+#: gio/goutputstream.c:372 gio/goutputstream.c:780
msgid "Source stream is already closed"
msgstr "來源串流已經關閉"
-#: gio/gthemedicon.c:206
+#: gio/gthemedicon.c:210
msgid "name"
msgstr "名稱"
-#: gio/gthemedicon.c:207
+#: gio/gthemedicon.c:211
msgid "The name of the icon"
msgstr "圖示的名稱"
-#: gio/gthemedicon.c:218
+#: gio/gthemedicon.c:222
msgid "names"
msgstr "名稱"
-#: gio/gthemedicon.c:219
+#: gio/gthemedicon.c:223
msgid "An array containing the icon names"
msgstr "包含圖示名稱的陣列"
-#: gio/gthemedicon.c:244
+#: gio/gthemedicon.c:248
msgid "use default fallbacks"
msgstr "使用預設的回饋"
-#: gio/gthemedicon.c:245
+#: gio/gthemedicon.c:249
msgid ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
@@ -1638,7 +1647,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 "根檔案系統"